/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_pareetalectricals -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `accounttype` -- DROP TABLE IF EXISTS `accounttype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `accounttype` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `companyid` varchar(10) NOT NULL, `userid` varchar(10) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `accounttype` -- LOCK TABLES `accounttype` WRITE; /*!40000 ALTER TABLE `accounttype` DISABLE KEYS */; INSERT INTO `accounttype` VALUES (1,'Asset','BS','1','415','Asset'),(2,'Liability','BS','1','415','Liability'),(3,'Equity','BS','1','415','Equity'),(4,'Income','PL','1','415','Income'),(5,'Expense','PL','1','415','Expense'); /*!40000 ALTER TABLE `accounttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `activityloggs` -- DROP TABLE IF EXISTS `activityloggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `activityloggs` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `actiondone` text NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=130 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2021-04-17 14:19:10','Robisearch Deleted item with id 2 from maincategory table at 2021-04-17 14:19:10','102.223.35.175',1),(2,'1','2021-04-17 14:19:23','Robisearch Updated item with id 1 from maincategory table at 2021-04-17 14:19:23','102.223.35.175',1),(3,'5','2021-04-25 13:45:32','RAJU Changed the price of HT GALV.FENCING WIRE 50 KG to: buyingprice =12000 ,sellingprice =15000, qty= 0.00, items with id 197 . in Main level at 2021-04-25 13:45:32','102.166.3.119',1),(4,'5','2021-04-25 13:46:47','RAJU Changed the price of HOOP IRON to: buyingprice =120 ,sellingprice =180, qty= 0.00, items with id 89 . in Main level at 2021-04-25 13:46:47','102.166.3.119',1),(5,'5','2021-04-25 14:08:26','RAJU Changed the price of MAISHA MABATI/GCI SHEETS G 32 X 2.0 METER to: buyingprice =500 ,sellingprice =600, qty= 0.00, items with id 25 . in Main level at 2021-04-25 14:08:26','196.201.218.92',1),(6,'5','2021-04-28 22:55:54','RAJU Deleted BRICK RED RIDGES with code of 129 and available quantity of 0.00 .The Buying price = 320 and selling price = 480 from Main store and all branches at 2021-04-28 22:55:54','105.160.113.174',1),(7,'5','2021-04-29 13:06:54','RAJU Changed the price of 4.0 CABLE SINGLE ASL to: buyingprice =3500 ,sellingprice =6000, qty= 0.00, items with id 242 . in Main level at 2021-04-29 13:06:54','41.90.5.210',1),(8,'5','2021-04-29 13:08:07','RAJU Changed the price of 4.0 CABLE SINGLE ASL to: buyingprice =4000 ,sellingprice =6000, qty= 0.00, items with id 242 . in Main level at 2021-04-29 13:08:07','41.90.5.210',1),(9,'1','2021-04-30 12:46:56','Robisearch Deleted HT GALV.FENCING WIRE 50 KG with code of 212 and available quantity of 0.00 .The Buying price = 12000 and selling price = 15000 from branch 3 at 2021-04-30 12:46:56','197.232.124.32',1),(10,'1','2021-04-30 12:48:03','Robisearch Deleted HT GALV.FENCING WIRE 50 KG with code of 212 and available quantity of 0.00 .The Buying price = 12000 and selling price = 15000 from branch 2 at 2021-04-30 12:48:03','197.232.124.32',1),(11,'1','2021-04-30 12:57:22','Robisearch Deleted HT GALV.FENCING WIRE 50 KG with code of 212 and available quantity of 0.00 .The Buying price = 12000 and selling price = 15000 from branch 2 at 2021-04-30 12:57:22','197.232.124.32',1),(12,'5','2021-04-30 13:01:44','RAJU Deleted HT GALV.FENCING WIRE 50 KG with code of 212 and available quantity of 0.00 .The Buying price = 12000 and selling price = 15000 from branch 3 at 2021-04-30 13:01:44','197.232.124.32',1),(13,'5','2021-05-01 15:44:23','RAJU Changed the price of BLUE 11/3 X 2.5M to: buyingprice =900 ,sellingprice =1100, qty= 0.00, items with id 94 . in Main level at 2021-05-01 15:44:23','41.90.69.197',1),(14,'5','2021-05-02 07:13:50','RAJU Changed the price of CHICKEN WIRE 3FTX1/2\" to: buyingprice =60 ,sellingprice =150, qty= 0.00, items with id 154 . in Main level at 2021-05-02 07:13:50','41.90.69.197',1),(15,'5','2021-05-02 07:14:52','RAJU Changed the price of CHICKEN WIRE 3FTX3/4\" to: buyingprice =50 ,sellingprice =150, qty= 0.00, items with id 155 . in Main level at 2021-05-02 07:14:52','41.90.69.197',1),(16,'5','2021-05-02 07:15:55','RAJU Changed the price of CHICKEN WIRE 6FTX1\" to: buyingprice =100 ,sellingprice =200, qty= 0.00, items with id 153 . in Main level at 2021-05-02 07:15:55','41.90.69.197',1),(17,'5','2021-05-02 07:17:19','RAJU Changed the price of CHICKEN WIRE 6FTX1/2\" to: buyingprice =100 ,sellingprice =200, qty= 0.00, items with id 152 . in Main level at 2021-05-02 07:17:19','41.90.69.197',1),(18,'5','2021-05-04 12:17:11','RAJU Deleted item with id 1 from purchaseorder table at 2021-05-04 12:17:11','41.90.69.196',1),(19,'5','2021-05-06 17:29:57','RAJU Returned 15.00 SIMBA CEMENT (50KG) with code (2) at 2021-05-06 17:29:57','41.212.101.211',1),(20,'5','2021-05-06 17:39:00','RAJU Changed the price of SIMBA CEMENT (50KG) to: buyingprice =530 ,sellingprice =550, qty= 0.00, items with id 2 . in Main level at 2021-05-06 17:39:00','41.212.101.211',1),(21,'5','2021-05-06 17:41:02','RAJU Changed the price of G30X2.0MTR to: buyingprice =600 ,sellingprice =700, qty= 0.00, items with id 12 . in Main level at 2021-05-06 17:41:02','41.212.101.211',1),(22,'5','2021-05-06 17:42:25','RAJU Changed the price of G30X2.5MTR to: buyingprice =750 ,sellingprice =900, qty= 0.00, items with id 13 . in Main level at 2021-05-06 17:42:25','41.212.101.211',1),(23,'5','2021-05-06 17:44:22','RAJU Changed the price of G32X2.0MTR to: buyingprice =540 ,sellingprice =650, qty= 0.00, items with id 15 . in Main level at 2021-05-06 17:44:22','41.212.101.211',1),(24,'5','2021-05-06 17:45:56','RAJU Changed the price of G32X2.5MTR to: buyingprice =700 ,sellingprice =800, qty= 0.00, items with id 16 . in Main level at 2021-05-06 17:45:56','41.212.101.211',1),(25,'5','2021-05-06 17:46:43','RAJU Changed the price of G32X2.5MTR to: buyingprice =700 ,sellingprice =800, qty= 0.00, items with id 26 . in Main level at 2021-05-06 17:46:43','41.212.101.211',1),(26,'5','2021-05-06 17:48:14','RAJU Changed the price of 11/3 MAISHA C/GREY 2 MTR to: buyingprice =800 ,sellingprice =900, qty= 0.00, items with id 213 . in Main level at 2021-05-06 17:48:14','41.212.101.211',1),(27,'5','2021-05-06 17:48:54','RAJU Changed the price of MAISHA IT4 BLUE 2.0 M to: buyingprice =800 ,sellingprice =900, qty= 0.00, items with id 19 . in Main level at 2021-05-06 17:48:54','41.212.101.211',1),(28,'5','2021-05-06 17:50:26','RAJU Changed the price of MAISHA IT4 BLUE 2.5 M to: buyingprice =1000 ,sellingprice =1150, qty= 0.00, items with id 57 . in Main level at 2021-05-06 17:50:26','41.212.101.211',1),(29,'5','2021-05-06 17:51:14','RAJU Changed the price of MAISHA IT4 BLUE 3.0 M to: buyingprice =1200 ,sellingprice =1350, qty= 0.00, items with id 58 . in Main level at 2021-05-06 17:51:14','41.212.101.211',1),(30,'5','2021-05-06 17:52:02','RAJU Changed the price of MAISHA IT4 BRICK RED 2.0 M to: buyingprice =800 ,sellingprice =900, qty= 0.00, items with id 62 . in Main level at 2021-05-06 17:52:02','41.212.101.211',1),(31,'5','2021-05-06 17:52:45','RAJU Changed the price of MAISHA IT4 BRICK RED 2.5 M to: buyingprice =1000 ,sellingprice =1150, qty= 0.00, items with id 63 . in Main level at 2021-05-06 17:52:45','41.212.101.211',1),(32,'5','2021-05-06 17:53:28','RAJU Changed the price of MAISHA IT4 BRICK RED 3.0 M to: buyingprice =1200 ,sellingprice =1350, qty= 0.00, items with id 64 . in Main level at 2021-05-06 17:53:28','41.212.101.211',1),(33,'5','2021-05-06 23:04:10','RAJU Changed the price of CHICKEN WIRE 3FTX1/2\" to: buyingprice =60 ,sellingprice =150, qty= 0.00, items with id 154 . in Main level at 2021-05-06 23:04:10','41.90.4.107',1),(34,'5','2021-05-06 23:12:55','RAJU Returned 20.00 CHICKEN WIRE 3FTX1/2\" with code (169) at 2021-05-06 23:12:55','41.90.4.107',1),(35,'5','2021-05-06 23:15:48','RAJU Returned 20.00 CHICKEN WIRE 3FTX1/2\" with code (169) at 2021-05-06 23:15:48','41.90.4.107',1),(36,'5','2021-05-11 19:40:27','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-11 19:40:27','41.90.64.38',1),(37,'5','2021-05-20 21:58:50','RAJU Deleted WIRE BRUSH with code of 279 and available quantity of 12.00 .The Buying price = 50 and selling price = 200 from branch 1 at 2021-05-20 21:58:50','196.201.210.127',1),(38,'5','2021-05-20 22:04:39','RAJU Deleted Ndovu cement (50KG) with code of 7 and available quantity of 0.00 .The Buying price = 522 and selling price = 550 from branch 1 at 2021-05-20 22:04:39','196.201.210.127',1),(39,'5','2021-05-20 22:50:25','RAJU Deleted G32X2.5MTR with code of 41 and available quantity of 0.00 .The Buying price = 700 and selling price = 800 from branch 1 at 2021-05-20 22:50:25','196.201.210.127',1),(40,'5','2021-05-20 22:54:14','RAJU Changed the price of PAINT EMULSION 20 LTR to: buyingprice =1300 ,sellingprice =2000, qty= 0.00, items with id 230 . in Main level at 2021-05-20 22:54:14','196.201.210.127',1),(41,'5','2021-05-22 22:56:43','RAJU Changed the price of HT GALV.FENCING WIRE 50 KG to: buyingprice =12600 ,sellingprice =15000, qty= 0.00, items with id 197 . in Main level at 2021-05-22 22:56:43','41.90.69.74',1),(42,'5','2021-05-22 23:00:18','RAJU Changed the price of D8 BARS to: buyingprice =510 ,sellingprice =580, qty= 0.00, items with id 3 . in Main level at 2021-05-22 23:00:18','41.90.69.74',1),(43,'5','2021-05-22 23:01:17','RAJU Changed the price of D10 BARS to: buyingprice =730 ,sellingprice =800, qty= 0.00, items with id 4 . in Main level at 2021-05-22 23:01:17','41.90.69.74',1),(44,'5','2021-05-22 23:02:15','RAJU Changed the price of D12 BARS to: buyingprice =1070 ,sellingprice =1150, qty= 0.00, items with id 5 . in Main level at 2021-05-22 23:02:15','41.90.69.74',1),(45,'5','2021-05-22 23:03:32','RAJU Changed the price of D16 STEEL BAR to: buyingprice =1900 ,sellingprice =1950, qty= 0.00, items with id 77 . in Main level at 2021-05-22 23:03:32','41.90.69.74',1),(46,'5','2021-05-22 23:04:21','RAJU Changed the price of MAISHA IT4 TILE RED 3.0 M to: buyingprice =1200 ,sellingprice =1250, qty= 0.00, items with id 56 . in Main level at 2021-05-22 23:04:21','41.90.69.74',1),(47,'5','2021-05-22 23:05:11','RAJU Changed the price of MAISHA IT4 GREEN 2.0 M to: buyingprice =800 ,sellingprice =850, qty= 0.00, items with id 59 . in Main level at 2021-05-22 23:05:11','41.90.69.74',1),(48,'5','2021-05-22 23:06:15','RAJU Changed the price of MAISHA IT4 MASAI RED 3.0 M to: buyingprice =1200 ,sellingprice =1250, qty= 0.00, items with id 67 . in Main level at 2021-05-22 23:06:15','41.90.69.74',1),(49,'5','2021-05-22 23:08:20','RAJU Changed the price of MAISHA IT4 C/GREY 2.5M M to: buyingprice =1000 ,sellingprice =1050, qty= 0.00, items with id 69 . in Main level at 2021-05-22 23:08:20','41.90.69.74',1),(50,'5','2021-05-22 23:09:36','RAJU Changed the price of MAISHA IT4 C/GREY 3.0M to: buyingprice =1200 ,sellingprice =1250, qty= 0.00, items with id 70 . in Main level at 2021-05-22 23:09:36','41.90.69.74',1),(51,'5','2021-05-22 23:11:16','RAJU Changed the price of MAISHA IT4 GREEN 2.5 M to: buyingprice =1000 ,sellingprice =1050, qty= 0.00, items with id 60 . in Main level at 2021-05-22 23:11:16','41.90.69.74',1),(52,'5','2021-05-22 23:13:49','RAJU Changed the price of RIDGES BRICK RED to: buyingprice =310 ,sellingprice =480, qty= 0.00, items with id 33 . in Main level at 2021-05-22 23:13:49','41.90.69.74',1),(53,'5','2021-05-22 23:14:30','RAJU Changed the price of RIDGES GREEN to: buyingprice =310 ,sellingprice =480, qty= 0.00, items with id 35 . in Main level at 2021-05-22 23:14:30','41.90.69.74',1),(54,'5','2021-05-22 23:15:22','RAJU Changed the price of RIDGES CHARCOAL GREY to: buyingprice =310 ,sellingprice =480, qty= 0.00, items with id 36 . in Main level at 2021-05-22 23:15:22','41.90.69.74',1),(55,'5','2021-05-22 23:16:10','RAJU Changed the price of RIDGES MASAI RED to: buyingprice =310 ,sellingprice =480, qty= 0.00, items with id 37 . in Main level at 2021-05-22 23:16:10','41.90.69.74',1),(56,'5','2021-05-25 22:54:24','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-25 22:54:24','41.90.68.151',1),(57,'5','2021-05-31 10:32:48','RAJU Changed the price of BLACK POLYTHENE ROLL to: buyingprice =120 ,sellingprice =200, qty= 0.00, items with id 159 . in Main level at 2021-05-31 10:32:48','197.182.39.245',1),(58,'5','2021-05-31 10:37:32','RAJU Returned 15.00 BLACK POLYTHENE ROLL with code (174) at 2021-05-31 10:37:32','197.182.39.245',1),(59,'5','2021-05-31 10:41:59','RAJU Returned 2.00 MIX ITEMS with code (232) at 2021-05-31 10:41:59','197.182.39.245',1),(60,'5','2021-05-31 10:46:19','RAJU Deleted PVC GUTTER with code of 291 and available quantity of 0.00 .The Buying price = 700 and selling price = 900 from branch 1 at 2021-05-31 10:46:19','197.182.39.245',1),(61,'5','2021-05-31 22:02:31','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-31 22:02:31','41.90.65.15',1),(62,'5','2021-05-31 22:02:37','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-31 22:02:37','41.90.65.15',1),(63,'5','2021-05-31 22:06:02','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-31 22:06:02','41.90.65.15',1),(64,'5','2021-05-31 22:08:12','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-05-31 22:08:12','41.90.65.15',1),(65,'5','2021-06-02 08:41:12','RAJU Returned 10.00 MIX ITEMS with code (232) at 2021-06-02 08:41:12','41.90.65.15',1),(66,'5','2021-06-02 08:43:27','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-02 08:43:27','41.90.65.15',1),(67,'5','2021-06-02 08:50:24','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-02 08:50:24','41.90.65.15',1),(68,'5','2021-06-02 08:54:45','RAJU Returned 1.00 WATER TANK 2300 LTR with code (297) at 2021-06-02 08:54:45','41.90.65.15',1),(69,'5','2021-06-02 08:55:34','RAJU Deleted Cash sales with receipt Number= 655 and Refrence No= 51622613129 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-02 08:52:31 by RAJU and the deletion took place at 2021-06-02 08:55:34','41.90.65.15',1),(70,'5','2021-06-02 08:55:34','RAJU Deleted Cash sales with receipt Number= 655 and Refrence No= 51622613129 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-02 08:52:31 by RAJU and the deletion took place at 2021-06-02 08:55:34','41.90.65.15',1),(71,'5','2021-06-02 08:56:33','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-02 08:56:33','41.90.65.15',1),(72,'5','2021-06-03 19:19:49','RAJU Changed the price of CHICKEN WIRE 6FTX1/2\" to: buyingprice =2600 ,sellingprice =4000, qty= 0.00, items with id 152 . in Main level at 2021-06-03 19:19:49','41.90.65.15',1),(73,'5','2021-06-03 19:20:35','RAJU Returned 1.00 CHICKEN WIRE 6FTX1/2\" with code (167) at 2021-06-03 19:20:35','41.90.65.15',1),(74,'5','2021-06-03 19:22:42','RAJU Returned 1.00 CHICKEN WIRE 6FTX1/2\" with code (167) at 2021-06-03 19:22:42','41.90.65.15',1),(75,'5','2021-06-03 19:38:04','RAJU Changed the price of CHICKEN WIRE 3FTX1/2\" to: buyingprice =50 ,sellingprice =150, qty= 0.00, items with id 154 . in Main level at 2021-06-03 19:38:04','41.90.65.15',1),(76,'5','2021-06-03 20:10:11','RAJU Returned 2.00 MIX ITEMS with code (232) at 2021-06-03 20:10:11','41.90.65.15',1),(77,'5','2021-06-03 20:13:57','RAJU Returned 4.00 MIX ITEMS with code (232) at 2021-06-03 20:13:57','41.90.65.15',1),(78,'5','2021-06-03 20:25:17','RAJU Changed the price of MAISHA MABATI /GCI SHEETS G30X3.0MTR to: buyingprice =960 ,sellingprice =1100, qty= 0.00, items with id 11 . in Main level at 2021-06-03 20:25:17','41.90.65.15',1),(79,'5','2021-06-03 20:25:42','RAJU Returned 10.00 MAISHA MABATI /GCI SHEETS G30X3.0MTR with code (14) at 2021-06-03 20:25:42','41.90.65.15',1),(80,'5','2021-06-03 20:32:03','RAJU Changed the price of G32X2.0MTR to: buyingprice =580 ,sellingprice =650, qty= 0.00, items with id 15 . in Main level at 2021-06-03 20:32:03','41.90.65.15',1),(81,'5','2021-06-03 20:36:28','RAJU Changed the price of G32X2.5MTR to: buyingprice =725 ,sellingprice =800, qty= 0.00, items with id 16 . in Main level at 2021-06-03 20:36:28','41.90.65.15',1),(82,'5','2021-06-03 20:37:20','RAJU Changed the price of G32 X 3.0 MTR to: buyingprice =870 ,sellingprice =900, qty= 0.00, items with id 27 . in Main level at 2021-06-03 20:37:20','41.90.65.15',1),(83,'5','2021-06-03 20:40:48','RAJU Changed the price of MAISHA MABATI /GCI SHEETS G30X2.0MTR to: buyingprice =710 ,sellingprice =750, qty= 0.00, items with id 9 . in Main level at 2021-06-03 20:40:48','41.90.65.15',1),(84,'5','2021-06-03 20:42:26','RAJU Changed the price of MAISHA MABATI /GCI SHEETS G30X2.5MTR to: buyingprice =890 ,sellingprice =950, qty= 0.00, items with id 10 . in Main level at 2021-06-03 20:42:26','41.90.65.15',1),(85,'5','2021-06-03 20:43:28','RAJU Changed the price of MAISHA MABATI /GCI SHEETS G30X3.0MTR to: buyingprice =1065 ,sellingprice =1150, qty= 0.00, items with id 11 . in Main level at 2021-06-03 20:43:28','41.90.65.15',1),(86,'5','2021-06-03 20:44:39','RAJU Changed the price of G30X2.0MTR to: buyingprice =640 ,sellingprice =700, qty= 0.00, items with id 12 . in Main level at 2021-06-03 20:44:39','41.90.65.15',1),(87,'5','2021-06-03 20:47:17','RAJU Changed the price of MAISHA IT4 BLUE 2.0 M to: buyingprice =820 ,sellingprice =900, qty= 0.00, items with id 19 . in Main level at 2021-06-03 20:47:17','41.90.65.15',1),(88,'5','2021-06-03 20:48:29','RAJU Changed the price of MAISHA IT4 TILE RED 3.0 M to: buyingprice =1230 ,sellingprice =1350, qty= 0.00, items with id 56 . in Main level at 2021-06-03 20:48:29','41.90.65.15',1),(89,'5','2021-06-03 20:49:53','RAJU Changed the price of MAISHA IT4 TILE RED 2.5 M to: buyingprice =1025 ,sellingprice =1100, qty= 0.00, items with id 24 . in Main level at 2021-06-03 20:49:53','41.90.65.15',1),(90,'5','2021-06-03 20:50:39','RAJU Changed the price of MAISHA IT4 BLUE 2.5 M to: buyingprice =1025 ,sellingprice =1150, qty= 0.00, items with id 57 . in Main level at 2021-06-03 20:50:39','41.90.65.15',1),(91,'5','2021-06-03 20:51:22','RAJU Changed the price of MAISHA IT4 BLUE 3.0 M to: buyingprice =1230 ,sellingprice =1350, qty= 0.00, items with id 58 . in Main level at 2021-06-03 20:51:22','41.90.65.15',1),(92,'5','2021-06-03 20:52:01','RAJU Changed the price of MAISHA IT4 GREEN 2.0 M to: buyingprice =820 ,sellingprice =850, qty= 0.00, items with id 59 . in Main level at 2021-06-03 20:52:01','41.90.65.15',1),(93,'5','2021-06-03 20:55:07','RAJU Changed the price of MAISHA IT4 GREEN 2.5 M to: buyingprice =1025 ,sellingprice =1050, qty= 0.00, items with id 60 . in Main level at 2021-06-03 20:55:07','41.90.65.15',1),(94,'5','2021-06-03 21:02:08','RAJU Changed the price of MAISHA IT4 GREEN 3.0 M to: buyingprice =1230 ,sellingprice =1350, qty= 0.00, items with id 61 . in Main level at 2021-06-03 21:02:08','41.90.65.15',1),(95,'5','2021-06-03 21:02:56','RAJU Changed the price of MAISHA IT4 BRICK RED 2.5 M to: buyingprice =1025 ,sellingprice =1150, qty= 0.00, items with id 63 . in Main level at 2021-06-03 21:02:56','41.90.65.15',1),(96,'5','2021-06-03 21:03:38','RAJU Changed the price of MAISHA IT4 BRICK RED 3.0 M to: buyingprice =1230 ,sellingprice =1350, qty= 0.00, items with id 64 . in Main level at 2021-06-03 21:03:38','41.90.65.15',1),(97,'5','2021-06-03 21:04:32','RAJU Changed the price of MAISHA IT4 MASAI RED 2.5 M to: buyingprice =1025 ,sellingprice =1150, qty= 0.00, items with id 66 . in Main level at 2021-06-03 21:04:32','41.90.65.15',1),(98,'5','2021-06-03 21:05:15','RAJU Changed the price of MAISHA IT4 MASAI RED 3.0 M to: buyingprice =1230 ,sellingprice =1250, qty= 0.00, items with id 67 . in Main level at 2021-06-03 21:05:15','41.90.65.15',1),(99,'5','2021-06-03 21:06:03','RAJU Changed the price of MAISHA IT4 C/GREY 2.0 M to: buyingprice =820 ,sellingprice =850, qty= 0.00, items with id 68 . in Main level at 2021-06-03 21:06:03','41.90.65.15',1),(100,'5','2021-06-03 21:06:54','RAJU Changed the price of MAISHA IT4 C/GREY 2.5M M to: buyingprice =1025 ,sellingprice =1050, qty= 0.00, items with id 69 . in Main level at 2021-06-03 21:06:54','41.90.65.15',1),(101,'5','2021-06-03 21:07:29','RAJU Changed the price of MAISHA IT4 C/GREY 3.0M to: buyingprice =1230 ,sellingprice =1250, qty= 0.00, items with id 70 . in Main level at 2021-06-03 21:07:29','41.90.65.15',1),(102,'5','2021-06-06 18:11:05','RAJU Returned 2.00 MIX ITEMS with code (232) at 2021-06-06 18:11:05','41.90.69.67',1),(103,'5','2021-06-07 22:14:10','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-07 22:14:10','41.90.69.67',1),(104,'5','2021-06-07 22:15:55','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-07 22:15:55','41.90.69.67',1),(105,'5','2021-06-07 22:17:32','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-07 22:17:32','41.90.69.67',1),(106,'5','2021-06-07 22:24:21','RAJU Changed the price of WATER TANK 2300 LTR to: buyingprice =14000 ,sellingprice =15000, qty= 0.00, items with id 282 . in Main level at 2021-06-07 22:24:21','41.90.69.67',1),(107,'5','2021-06-07 22:25:41','RAJU Returned 1.00 WATER TANK 2300 LTR with code (297) at 2021-06-07 22:25:41','41.90.69.67',1),(108,'5','2021-06-09 18:07:45','RAJU Returned 1.00 NGOMBE BARBED WIRE 610 MTR with code (253) at 2021-06-09 18:07:45','197.156.190.150',1),(109,'5','2021-06-09 18:24:53','RAJU Returned 1.00 NGOMBE BARBED WIRE 610 MTR with code (253) at 2021-06-09 18:24:53','197.156.190.179',1),(110,'5','2021-06-09 18:39:14','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-09 18:39:14','197.156.190.191',1),(111,'5','2021-06-09 18:40:36','RAJU Returned 2.00 CARPET with code (306) at 2021-06-09 18:40:36','197.156.190.191',1),(112,'5','2021-06-10 18:20:41','RAJU Returned 2.00 NAILS 3\" with code (62) at 2021-06-10 18:20:41','102.166.230.151',1),(113,'5','2021-06-10 18:34:58','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-10 18:34:58','102.166.230.151',1),(114,'5','2021-06-10 18:40:14','RAJU Returned 2.00 NAILS 3\" with code (62) at 2021-06-10 18:40:14','102.166.230.151',1),(115,'5','2021-06-10 18:41:15','RAJU Deleted Cash sales with receipt Number= 798 and Refrence No= 51623337054 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-10 17:58:11 by RAJU and the deletion took place at 2021-06-10 18:41:15','102.166.230.151',1),(116,'5','2021-06-10 18:41:15','RAJU Deleted Cash sales with receipt Number= 798 and Refrence No= 51623337054 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-10 17:58:11 by RAJU and the deletion took place at 2021-06-10 18:41:15','102.166.230.151',1),(117,'5','2021-06-10 18:43:29','RAJU Deleted item with id 1781 from sales_order table at 2021-06-10 18:43:29','102.166.230.151',1),(118,'5','2021-06-11 18:59:59','RAJU Returned 1.00 PAINT BRUSH 4\" with code (270) at 2021-06-11 18:59:59','196.96.64.6',1),(119,'5','2021-06-11 19:00:05','RAJU Returned 1.00 PAINT GLOSS 4 LTR with code (284) at 2021-06-11 19:00:05','196.96.64.6',1),(120,'5','2021-06-11 19:04:12','RAJU Deleted Cash sales with receipt Number= 821 and Refrence No= 41623425703 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-11 18:36:07 by VIPUL and the deletion took place at 2021-06-11 19:04:12','196.96.64.6',1),(121,'5','2021-06-11 19:04:12','RAJU Deleted Cash sales with receipt Number= 821 and Refrence No= 41623425703 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-06-11 18:36:07 by VIPUL and the deletion took place at 2021-06-11 19:04:12','196.96.64.6',1),(122,'5','2021-06-12 07:36:24','RAJU Deleted item with id 368 from newstock table at 2021-06-12 07:36:24','105.160.15.155',1),(123,'5','2021-06-12 07:36:25','RAJU Deleted item with id 368 from newstock table at 2021-06-12 07:36:25','105.160.15.155',1),(124,'5','2021-06-21 20:21:13','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-21 20:21:13','41.90.71.38',1),(125,'5','2021-06-27 11:12:12','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-06-27 11:12:12','41.90.64.146',1),(126,'5','2021-07-17 13:22:17','RAJU Returned 1.00 MIX ITEMS with code (232) at 2021-07-17 13:22:17','197.156.137.186',1),(127,'5','2021-07-17 13:52:02','RAJU Returned 1.00 plywood 3mm with code (8) at 2021-07-17 13:52:02','197.156.137.186',1),(128,'5','2021-07-17 13:53:14','RAJU Deleted Cash sales with receipt Number= 1250 and Refrence No= 41626451408 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-07-16 19:03:44 by VIPUL and the deletion took place at 2021-07-17 13:53:14','197.156.137.186',1),(129,'5','2021-07-17 13:53:14','RAJU Deleted Cash sales with receipt Number= 1250 and Refrence No= 41626451408 worth a total of =0 with cash of 0 .The deleted sales was made on 2021-07-16 19:03:44 by VIPUL and the deletion took place at 2021-07-17 13:53:14','197.156.137.186',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, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) 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 */; /*!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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; /*!40000 ALTER TABLE `asignrooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assessment` -- DROP TABLE IF EXISTS `assessment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assessment` ( `id` int(20) NOT NULL AUTO_INCREMENT, `invoice` varchar(50) NOT NULL, `registrationno` varchar(50) NOT NULL, `claimno` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `color` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `repairer` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `instructionsby` varchar(50) NOT NULL, `instructions` text NOT NULL, `preaccident` text NOT NULL, `garagedetails` text NOT NULL, `latentdameges` text NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(30) NOT NULL, `deliverymode` text NOT NULL, `date` varchar(30) NOT NULL, `assessmentdate` varchar(20) NOT NULL, `insuredname` varchar(30) NOT NULL, `colour` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; INSERT INTO `assessment` VALUES (1,'32222201607434545','777','433','rr343exx','r','','WEW','344r53','r','32323','232321','re3r','33333','3434','','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','EQWEQE','WQEQ','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 06:23:58','WEW','2020-12-23','2020-12-01','333','EWEW'),(2,'32222201607434545','777432x','QEQEdx','QWEQEddx','QWEQEx','','rx','rx','32213dx','QWEQx','WEx','re3rx','33333x','E12x','ROBERT','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','ddx','ddx','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 07:16:58','WEWx','2020-12-01','2020-12-01','QWEQddx','ee32e2x'); /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB 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 `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; INSERT INTO `assignbranches` VALUES (1,3,5,1,'',1,'2021-04-30 12:37:04pm',1,''),(2,2,5,1,'',1,'2021-04-30 12:37:10pm',1,''),(3,1,5,1,'',1,'2021-04-30 12:37:15pm',1,''); /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` int(5) NOT NULL DEFAULT 0, `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearch2018','D:\\xampp\\mysql\\bin\\','D:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banks` -- DROP TABLE IF EXISTS `banks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banks` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'COUNTER','','2021-01-27 14:37:26','active','1','','1',''),(2,'Parita Hardware Limuru','','2021-04-30 12:34:48','active','1','','1',''),(3,'Parmini Hardware Narok','','2021-04-30 12:35:07','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, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL, `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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=3 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 (2,'test','','2021-02-18 03:14:15pm','active','1','','1'); /*!40000 ALTER TABLE `category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `charges` -- DROP TABLE IF EXISTS `charges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `charges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `priority` int(11) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, 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 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 `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `type` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; INSERT INTO `contact` VALUES (1,'','karen makena','kinoti','karenmakena3@gmail.com','0702400635','','hi i want to be a shujaa also','2016-12-13 06:47:33am',''); /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (1,'Ksh','','2018-03-06 19:44:07pm','active','1','','1'),(2,'URO','','','active','','','1'),(3,'USD','','','active','','','1'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customerfiscalyear` -- LOCK TABLES `customerfiscalyear` WRITE; /*!40000 ALTER TABLE `customerfiscalyear` DISABLE KEYS */; INSERT INTO `customerfiscalyear` VALUES (1,'','active','2022-00-00 00:00:00','2021-00-00 00:00:00',1,1,'\r\n<div style=\"border:1px solid',3333.00,44444.00,0,'1',0,'member'); /*!40000 ALTER TABLE `customerfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customersupplierbalance` -- DROP TABLE IF EXISTS `customersupplierbalance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customersupplierbalance` ( `id` int(40) NOT NULL AUTO_INCREMENT, `description` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `customerid` int(11) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customersupplierbalance` -- LOCK TABLES `customersupplierbalance` WRITE; /*!40000 ALTER TABLE `customersupplierbalance` DISABLE KEYS */; /*!40000 ALTER TABLE `customersupplierbalance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycharges` -- DROP TABLE IF EXISTS `dailycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` int(11) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `houseno` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17788 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,'1110','51619623873','2021-04-28 18:34:34',NULL,600.00,'','5','1','Inventory sold','1','','sales','241','','No',NULL,NULL,''),(2,'1110','51619623873','2021-04-28 18:34:34',NULL,90.00,'','5','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(3,'5500','51619623873','2021-04-28 18:34:34',690.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4,'1000','51619623873','2021-04-28 18:34:34',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5,'4000','51619623873','2021-04-28 18:34:34',NULL,850.00,'','5','1','Good sold','1','','sales','241','','No',NULL,NULL,''),(6,'4000','51619623873','2021-04-28 18:34:34',NULL,150.00,'','5','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7,'1110','51619624082','2021-04-28 18:46:40',NULL,660.00,'','5','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8,'1110','51619624082','2021-04-28 18:46:40',NULL,65.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(9,'1110','51619624082','2021-04-28 18:46:40',NULL,105.00,'','5','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10,'1110','51619624082','2021-04-28 18:46:40',NULL,157.50,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11,'1110','51619624082','2021-04-28 18:46:40',NULL,320.00,'','5','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(12,'1110','51619624082','2021-04-28 18:46:40',NULL,4.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13,'1110','51619624082','2021-04-28 18:46:40',NULL,105.00,'','5','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14,'1110','51619624082','2021-04-28 18:46:40',NULL,4050.00,'','5','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15,'5500','51619624082','2021-04-28 18:46:40',5466.50,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16,'1000','51619624082','2021-04-28 18:46:40',2500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17,'4000','51619624082','2021-04-28 18:46:40',NULL,900.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(18,'4000','51619624082','2021-04-28 18:46:40',NULL,100.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(19,'4000','51619624082','2021-04-28 18:46:40',NULL,150.00,'','5','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(20,'4000','51619624082','2021-04-28 18:46:40',NULL,225.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(21,'4000','51619624082','2021-04-28 18:46:40',NULL,450.00,'','5','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(22,'4000','51619624082','2021-04-28 18:46:40',NULL,150.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(23,'4000','51619624082','2021-04-28 18:46:40',NULL,150.00,'','5','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(24,'4000','51619624082','2021-04-28 18:46:40',NULL,375.00,'','5','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(25,'1110','51619624850','2021-04-28 18:48:15',NULL,3540.00,'','5','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(26,'5500','51619624850','2021-04-28 18:48:15',3540.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(27,'1000','51619624850','2021-04-28 18:48:15',3720.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(28,'4000','51619624850','2021-04-28 18:48:15',NULL,3720.00,'','5','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(29,'1110','51619624901','2021-04-28 19:00:59',NULL,9440.00,'','5','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(30,'1110','51619624901','2021-04-28 19:00:59',NULL,25350.00,'','5','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(31,'1110','51619624901','2021-04-28 19:00:59',NULL,7020.00,'','5','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(32,'1110','51619624901','2021-04-28 19:00:59',NULL,600.00,'','5','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(33,'1110','51619624901','2021-04-28 19:00:59',NULL,420.00,'','5','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(34,'1110','51619624901','2021-04-28 19:00:59',NULL,260.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(35,'1110','51619624901','2021-04-28 19:00:59',NULL,800.00,'','5','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(36,'1110','51619624901','2021-04-28 19:00:59',NULL,6.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(37,'5500','51619624901','2021-04-28 19:00:59',43896.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(38,'1000','51619624901','2021-04-28 19:00:59',48300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(39,'4000','51619624901','2021-04-28 19:00:59',NULL,10000.00,'','5','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(40,'4000','51619624901','2021-04-28 19:00:59',NULL,27300.00,'','5','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(41,'4000','51619624901','2021-04-28 19:00:59',NULL,7650.00,'','5','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(42,'4000','51619624901','2021-04-28 19:00:59',NULL,1000.00,'','5','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(43,'4000','51619624901','2021-04-28 19:00:59',NULL,600.00,'','5','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(44,'4000','51619624901','2021-04-28 19:00:59',NULL,500.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(45,'4000','51619624901','2021-04-28 19:00:59',NULL,950.00,'','5','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(46,'4000','51619624901','2021-04-28 19:00:59',NULL,300.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(47,'1110','51619625669','2021-04-28 19:02:22',NULL,1180.00,'','5','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(48,'5500','51619625669','2021-04-28 19:02:22',1180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(49,'1000','51619625669','2021-04-28 19:02:22',1250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(50,'4000','51619625669','2021-04-28 19:02:22',NULL,1250.00,'','5','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(51,'1110','51619625748','2021-04-28 19:06:04',NULL,15300.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(52,'1110','51619625748','2021-04-28 19:06:04',NULL,650.00,'','5','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(53,'5500','51619625748','2021-04-28 19:06:04',15950.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(54,'1000','51619625748','2021-04-28 19:06:04',17400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(55,'4000','51619625748','2021-04-28 19:06:04',NULL,16800.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(56,'4000','51619625748','2021-04-28 19:06:04',NULL,600.00,'','5','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(57,'1110','51619625971','2021-04-28 19:06:28',NULL,390.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(58,'5500','51619625971','2021-04-28 19:06:28',390.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(59,'1000','51619625971','2021-04-28 19:06:28',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(60,'4000','51619625971','2021-04-28 19:06:28',NULL,600.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(61,'1110','51619625993','2021-04-28 19:07:28',NULL,2040.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(62,'1110','51619625993','2021-04-28 19:07:28',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(63,'5500','51619625993','2021-04-28 19:07:28',2042.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(64,'1000','51619625993','2021-04-28 19:07:28',2450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(65,'4000','51619625993','2021-04-28 19:07:28',NULL,2200.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(66,'4000','51619625993','2021-04-28 19:07:28',NULL,250.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(67,'1110','51619626056','2021-04-28 19:07:54',NULL,560.00,'','5','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(68,'5500','51619626056','2021-04-28 19:07:54',560.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(69,'1000','51619626056','2021-04-28 19:07:54',650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(70,'4000','51619626056','2021-04-28 19:07:54',NULL,650.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(71,'1110','51619626142','2021-04-28 19:09:27',NULL,2550.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(72,'5500','51619626142','2021-04-28 19:09:27',2550.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(73,'1000','51619626142','2021-04-28 19:09:27',3000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(74,'4000','51619626142','2021-04-28 19:09:27',NULL,3000.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(75,'1110','51619626171','2021-04-28 19:11:44',NULL,4725.00,'','5','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(76,'5500','51619626171','2021-04-28 19:11:44',4725.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(77,'1000','51619626171','2021-04-28 19:11:44',5600.00,NULL,'','5','1','Good sold','1','','sales','','','No',NULL,NULL,''),(78,'4000','51619626171','2021-04-28 19:11:44',NULL,5600.00,'','5','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(79,'1110','41619629382','2021-04-28 20:03:49',NULL,1020.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(80,'5500','41619629382','2021-04-28 20:03:49',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(81,'1000','41619629382','2021-04-28 20:03:49',1120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(82,'4000','41619629382','2021-04-28 20:03:49',NULL,1120.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(83,'1110','41619629437','2021-04-28 20:09:58',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(84,'1110','41619629437','2021-04-28 20:09:58',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(85,'1110','41619629437','2021-04-28 20:09:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(86,'5500','41619629437','2021-04-28 20:09:58',717.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(87,'1000','41619629437','2021-04-28 20:09:58',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(88,'4000','41619629437','2021-04-28 20:09:58',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(89,'4000','41619629437','2021-04-28 20:09:58',NULL,500.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(90,'4000','41619629437','2021-04-28 20:09:58',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(91,'1110','41619629835','2021-04-28 20:16:00',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(92,'1110','41619629835','2021-04-28 20:16:00',NULL,5600.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(93,'1110','41619629835','2021-04-28 20:16:00',NULL,1840.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(94,'1110','41619629835','2021-04-28 20:16:00',NULL,40.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(95,'1110','41619629835','2021-04-28 20:16:00',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(96,'5500','41619629835','2021-04-28 20:16:00',8140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(97,'1000','41619629835','2021-04-28 20:16:00',9700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(98,'4000','41619629835','2021-04-28 20:16:00',NULL,1000.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(99,'4000','41619629835','2021-04-28 20:16:00',NULL,6400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(100,'4000','41619629835','2021-04-28 20:16:00',NULL,2150.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(101,'4000','41619629835','2021-04-28 20:16:00',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(102,'4000','41619629835','2021-04-28 20:16:00',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(103,'1110','41619630168','2021-04-28 20:18:37',NULL,6750.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(104,'5500','41619630168','2021-04-28 20:18:37',6750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(105,'1000','41619630168','2021-04-28 20:18:37',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(106,'4000','41619630168','2021-04-28 20:18:37',NULL,7500.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(107,'1110','41619630325','2021-04-28 20:19:30',NULL,4200.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(108,'5500','41619630325','2021-04-28 20:19:30',4200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(109,'1000','41619630325','2021-04-28 20:19:30',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(110,'4000','41619630325','2021-04-28 20:19:30',NULL,5000.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(111,'1110','51619630813','2021-04-28 20:56:21',NULL,8100.00,'','5','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(112,'1110','51619630813','2021-04-28 20:56:21',NULL,5400.00,'','5','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(113,'1110','51619630813','2021-04-28 20:56:21',NULL,2200.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(114,'1110','51619630813','2021-04-28 20:56:21',NULL,600.00,'','5','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(115,'1110','51619630813','2021-04-28 20:56:21',NULL,210.00,'','5','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(116,'1110','51619630813','2021-04-28 20:56:21',NULL,735.00,'','5','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(117,'1110','51619630813','2021-04-28 20:56:21',NULL,420.00,'','5','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(118,'1110','51619630813','2021-04-28 20:56:21',NULL,525.00,'','5','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(119,'1110','51619630813','2021-04-28 20:56:21',NULL,210.00,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(120,'1110','51619630813','2021-04-28 20:56:21',NULL,12.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(121,'5500','51619630813','2021-04-28 20:56:21',18412.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(122,'1000','51619630813','2021-04-28 20:56:21',23280.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(123,'4000','51619630813','2021-04-28 20:56:21',NULL,9000.00,'','5','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(124,'4000','51619630813','2021-04-28 20:56:21',NULL,6010.00,'','5','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(125,'4000','51619630813','2021-04-28 20:56:21',NULL,3850.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(126,'4000','51619630813','2021-04-28 20:56:21',NULL,1000.00,'','5','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(127,'4000','51619630813','2021-04-28 20:56:21',NULL,300.00,'','5','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(128,'4000','51619630813','2021-04-28 20:56:21',NULL,1050.00,'','5','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(129,'4000','51619630813','2021-04-28 20:56:21',NULL,600.00,'','5','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(130,'4000','51619630813','2021-04-28 20:56:21',NULL,750.00,'','5','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(131,'4000','51619630813','2021-04-28 20:56:21',NULL,300.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(132,'4000','51619630813','2021-04-28 20:56:21',NULL,420.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(133,'1110','51619632599','2021-04-28 21:05:01',NULL,3050.00,'','5','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(134,'1110','51619632599','2021-04-28 21:05:01',NULL,260.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(135,'1110','51619632599','2021-04-28 21:05:01',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(136,'5500','51619632599','2021-04-28 21:05:01',3312.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(137,'1000','51619632599','2021-04-28 21:05:01',4000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(138,'4000','51619632599','2021-04-28 21:05:01',NULL,3400.00,'','5','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(139,'4000','51619632599','2021-04-28 21:05:01',NULL,400.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(140,'4000','51619632599','2021-04-28 21:05:01',NULL,200.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(141,'1110','51619633109','2021-04-28 21:07:24',NULL,1620.00,'','5','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(142,'5500','51619633109','2021-04-28 21:07:24',1620.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(143,'1000','51619633109','2021-04-28 21:07:24',1750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(144,'4000','51619633109','2021-04-28 21:07:24',NULL,1749.90,'','5','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(145,'1110','51619633254','2021-04-28 21:13:06',NULL,1000.00,'','5','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(146,'1110','51619633254','2021-04-28 21:13:06',NULL,660.00,'','5','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(147,'1110','51619633254','2021-04-28 21:13:06',NULL,640.00,'','5','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(148,'1110','51619633254','2021-04-28 21:13:06',NULL,130.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(149,'5500','51619633254','2021-04-28 21:13:06',2430.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(150,'1000','51619633254','2021-04-28 21:13:06',3200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(151,'4000','51619633254','2021-04-28 21:13:06',NULL,1200.00,'','5','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(152,'4000','51619633254','2021-04-28 21:13:06',NULL,900.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(153,'4000','51619633254','2021-04-28 21:13:06',NULL,900.00,'','5','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(154,'4000','51619633254','2021-04-28 21:13:06',NULL,200.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(155,'1110','51619633594','2021-04-28 21:23:29',NULL,13500.00,'','5','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(156,'1110','51619633594','2021-04-28 21:23:29',NULL,5120.00,'','5','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(157,'1110','51619633594','2021-04-28 21:23:29',NULL,650.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(158,'1110','51619633594','2021-04-28 21:23:29',NULL,330.00,'','5','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(159,'5500','51619633594','2021-04-28 21:23:29',19600.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(160,'1000','51619633594','2021-04-28 21:23:29',23500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(161,'4000','51619633594','2021-04-28 21:23:29',NULL,15600.00,'','5','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(162,'4000','51619633594','2021-04-28 21:23:29',NULL,6400.00,'','5','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(163,'4000','51619633594','2021-04-28 21:23:29',NULL,1000.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(164,'4000','51619633594','2021-04-28 21:23:29',NULL,500.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(165,'1110','51619634215','2021-04-28 21:26:34',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(166,'5500','51619634215','2021-04-28 21:26:34',2.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(167,'1000','51619634215','2021-04-28 21:26:34',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(168,'4000','51619634215','2021-04-28 21:26:34',NULL,200.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(169,'1110','51619634761','2021-04-28 21:33:03',NULL,11700.00,'','5','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(170,'5500','51619634761','2021-04-28 21:33:03',11700.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(171,'1000','51619634761','2021-04-28 21:33:03',12750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(172,'4000','51619634761','2021-04-28 21:33:03',NULL,12750.00,'','5','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(173,'1110','51619634791','2021-04-28 21:34:11',NULL,4.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(174,'5500','51619634791','2021-04-28 21:34:11',4.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(175,'1000','51619634791','2021-04-28 21:34:11',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(176,'4000','51619634791','2021-04-28 21:34:11',NULL,1000.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(177,'1110','51619634857','2021-04-28 21:35:24',NULL,8.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(178,'1110','51619634857','2021-04-28 21:35:24',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(179,'5500','51619634857','2021-04-28 21:35:24',10.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(180,'1000','51619634857','2021-04-28 21:35:24',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(181,'4000','51619634857','2021-04-28 21:35:24',NULL,400.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(182,'4000','51619634857','2021-04-28 21:35:24',NULL,100.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(183,'1110','51619634938','2021-04-28 21:35:59',NULL,1530.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(184,'5500','51619634938','2021-04-28 21:35:59',1530.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(185,'1000','51619634938','2021-04-28 21:35:59',1650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(186,'4000','51619634938','2021-04-28 21:35:59',NULL,1650.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(187,'1110','51619634966','2021-04-28 21:36:43',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(188,'5500','51619634966','2021-04-28 21:36:43',2.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(189,'1000','51619634966','2021-04-28 21:36:43',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(190,'4000','51619634966','2021-04-28 21:36:43',NULL,100.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(191,'1110','51619635008','2021-04-28 21:37:19',NULL,500.00,'','5','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(192,'5500','51619635008','2021-04-28 21:37:19',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(193,'1000','51619635008','2021-04-28 21:37:19',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(194,'4000','51619635008','2021-04-28 21:37:19',NULL,850.00,'','5','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(195,'1110','51619635044','2021-04-28 21:39:42',NULL,105.00,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(196,'1110','51619635044','2021-04-28 21:39:42',NULL,130.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(197,'1110','51619635044','2021-04-28 21:39:42',NULL,65.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(198,'1110','51619635044','2021-04-28 21:39:42',NULL,4.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(199,'5500','51619635044','2021-04-28 21:39:42',304.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(200,'1000','51619635044','2021-04-28 21:39:42',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(201,'4000','51619635044','2021-04-28 21:39:42',NULL,200.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(202,'4000','51619635044','2021-04-28 21:39:42',NULL,200.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(203,'4000','51619635044','2021-04-28 21:39:42',NULL,100.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(204,'4000','51619635044','2021-04-28 21:39:42',NULL,200.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(205,'1110','51619635188','2021-04-28 21:40:09',NULL,2040.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(206,'5500','51619635188','2021-04-28 21:40:09',2040.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(207,'1000','51619635188','2021-04-28 21:40:09',2200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(208,'4000','51619635188','2021-04-28 21:40:09',NULL,2200.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(209,'1110','51619635217','2021-04-28 21:40:35',NULL,2550.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(210,'5500','51619635217','2021-04-28 21:40:35',2550.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(211,'1000','51619635217','2021-04-28 21:40:35',2750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(212,'4000','51619635217','2021-04-28 21:40:35',NULL,2750.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(217,'1110','51619635441','2021-04-28 21:49:33',NULL,3780.00,'','5','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(218,'5500','51619635441','2021-04-28 21:49:33',3780.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(219,'1000','51619635441','2021-04-28 21:49:33',4100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(220,'4000','51619635441','2021-04-28 21:49:33',NULL,4099.97,'','5','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(221,'1110','51619635781','2021-04-28 21:50:43',NULL,2040.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(222,'5500','51619635781','2021-04-28 21:50:43',2040.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(223,'1000','51619635781','2021-04-28 21:50:43',2250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(224,'4000','51619635781','2021-04-28 21:50:43',NULL,2250.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(225,'1110','41619630376','2021-04-28 22:03:55',NULL,2295.00,'','5','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(226,'5500','41619630376','2021-04-28 22:03:55',2295.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(227,'1000','41619630376','2021-04-28 22:03:55',2970.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(228,'4000','41619630376','2021-04-28 22:03:55',NULL,2970.00,'','5','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(229,'1110','51619636644','2021-04-28 22:04:58',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(230,'1110','51619636644','2021-04-28 22:04:58',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(231,'5500','51619636644','2021-04-28 22:04:58',4.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(232,'1000','51619636644','2021-04-28 22:04:58',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(233,'4000','51619636644','2021-04-28 22:04:58',NULL,200.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(234,'4000','51619636644','2021-04-28 22:04:58',NULL,250.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(235,'1110','51619636704','2021-04-28 22:07:45',NULL,650.00,'','5','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(236,'1110','51619636704','2021-04-28 22:07:45',NULL,510.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(237,'1110','51619636704','2021-04-28 22:07:45',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(238,'5500','51619636704','2021-04-28 22:07:45',1162.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(239,'1000','51619636704','2021-04-28 22:07:45',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(240,'4000','51619636704','2021-04-28 22:07:45',NULL,500.00,'','5','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(241,'4000','51619636704','2021-04-28 22:07:45',NULL,550.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(242,'4000','51619636704','2021-04-28 22:07:45',NULL,250.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(243,'1110','51619636874','2021-04-28 22:13:25',NULL,4860.00,'','5','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(244,'1110','51619636874','2021-04-28 22:13:25',NULL,2550.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(245,'5500','51619636874','2021-04-28 22:13:25',7410.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(246,'1000','51619636874','2021-04-28 22:13:25',7900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(247,'4000','51619636874','2021-04-28 22:13:25',NULL,5100.00,'','5','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(248,'4000','51619636874','2021-04-28 22:13:25',NULL,2800.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(249,'1110','51619637221','2021-04-28 22:23:25',NULL,59000.00,'','5','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(250,'1110','51619637221','2021-04-28 22:23:25',NULL,4620.00,'','5','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(251,'1110','51619637221','2021-04-28 22:23:25',NULL,5850.00,'','5','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(252,'1110','51619637221','2021-04-28 22:23:25',NULL,1950.00,'','5','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(253,'5500','51619637221','2021-04-28 22:23:25',71420.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(254,'1000','51619637221','2021-04-28 22:23:25',76800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(255,'4000','51619637221','2021-04-28 22:23:25',NULL,62000.00,'','5','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(256,'4000','51619637221','2021-04-28 22:23:25',NULL,4999.96,'','5','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(257,'4000','51619637221','2021-04-28 22:23:25',NULL,7200.00,'','5','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(258,'4000','51619637221','2021-04-28 22:23:25',NULL,2600.00,'','5','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(259,'1110','51619637811','2021-04-28 22:24:45',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(260,'1110','51619637811','2021-04-28 22:24:45',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(261,'5500','51619637811','2021-04-28 22:24:45',4.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(262,'1000','51619637811','2021-04-28 22:24:45',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(263,'4000','51619637811','2021-04-28 22:24:45',NULL,450.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(264,'4000','51619637811','2021-04-28 22:24:45',NULL,400.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(265,'1110','51619637997','2021-04-28 22:28:57',NULL,400.00,'','5','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(266,'1110','51619637997','2021-04-28 22:28:57',NULL,40.00,'','5','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(267,'1110','51619637997','2021-04-28 22:28:57',NULL,2.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(268,'5500','51619637997','2021-04-28 22:28:57',442.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(269,'1000','51619637997','2021-04-28 22:28:57',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(270,'4000','51619637997','2021-04-28 22:28:57',NULL,600.00,'','5','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(271,'4000','51619637997','2021-04-28 22:28:57',NULL,200.00,'','5','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(272,'4000','51619637997','2021-04-28 22:28:57',NULL,100.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(273,'1110','51619638148','2021-04-28 22:32:10',NULL,18.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(274,'1110','51619638148','2021-04-28 22:32:10',NULL,2010.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(275,'5500','51619638148','2021-04-28 22:32:10',2028.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(276,'1000','51619638148','2021-04-28 22:32:10',5250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(277,'4000','51619638148','2021-04-28 22:32:10',NULL,2700.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(278,'4000','51619638148','2021-04-28 22:32:10',NULL,2550.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(279,'1110','51619638337','2021-04-28 22:34:25',NULL,2010.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(280,'1110','51619638337','2021-04-28 22:34:25',NULL,0.00,'','5','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(281,'5500','51619638337','2021-04-28 22:34:25',2010.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(282,'1000','51619638337','2021-04-28 22:34:25',2550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(283,'4000','51619638337','2021-04-28 22:34:25',NULL,2550.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(284,'4000','51619638337','2021-04-28 22:34:25',NULL,0.00,'','5','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(285,'1110','51619638472','2021-04-28 22:38:00',NULL,1950.00,'','5','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(286,'1110','51619638472','2021-04-28 22:38:00',NULL,1625.00,'','5','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(287,'1110','51619638472','2021-04-28 22:38:00',NULL,105.00,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(288,'1110','51619638472','2021-04-28 22:38:00',NULL,210.00,'','5','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(289,'5500','51619638472','2021-04-28 22:38:00',3890.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(290,'1000','51619638472','2021-04-28 22:38:00',4700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(291,'4000','51619638472','2021-04-28 22:38:00',NULL,2100.00,'','5','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(292,'4000','51619638472','2021-04-28 22:38:00',NULL,2150.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(293,'4000','51619638472','2021-04-28 22:38:00',NULL,150.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(294,'4000','51619638472','2021-04-28 22:38:00',NULL,300.00,'','5','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(295,'1110','51619638688','2021-04-28 22:39:21',NULL,2970.00,'','5','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(296,'1110','51619638688','2021-04-28 22:39:21',NULL,1950.00,'','5','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(297,'5500','51619638688','2021-04-28 22:39:21',4920.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(298,'1000','51619638688','2021-04-28 22:39:21',6150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(299,'4000','51619638688','2021-04-28 22:39:21',NULL,4050.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(300,'4000','51619638688','2021-04-28 22:39:21',NULL,2100.00,'','5','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(301,'1110','51619638769','2021-04-28 22:47:44',NULL,130.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(302,'1110','51619638769','2021-04-28 22:47:44',NULL,65.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(303,'1110','51619638769','2021-04-28 22:47:44',NULL,190.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(304,'1110','51619638769','2021-04-28 22:47:44',NULL,4.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(305,'1110','51619638769','2021-04-28 22:47:44',NULL,8.00,'','5','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(306,'5500','51619638769','2021-04-28 22:47:44',397.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(307,'1000','51619638769','2021-04-28 22:47:44',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(308,'4000','51619638769','2021-04-28 22:47:44',NULL,200.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(309,'4000','51619638769','2021-04-28 22:47:44',NULL,100.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(310,'4000','51619638769','2021-04-28 22:47:44',NULL,300.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(311,'4000','51619638769','2021-04-28 22:47:44',NULL,500.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(312,'4000','51619638769','2021-04-28 22:47:44',NULL,200.00,'','5','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(313,'1110','51619639268','2021-04-28 22:48:30',NULL,520.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(314,'5500','51619639268','2021-04-28 22:48:30',520.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(315,'1000','51619639268','2021-04-28 22:48:30',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(316,'4000','51619639268','2021-04-28 22:48:30',NULL,800.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(317,'1110','51619639417','2021-04-28 23:01:31',NULL,17550.00,'','5','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(318,'1110','51619639417','2021-04-28 23:01:31',NULL,7800.00,'','5','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(319,'1110','51619639417','2021-04-28 23:01:31',NULL,3900.00,'','5','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(320,'1110','51619639417','2021-04-28 23:01:31',NULL,750.00,'','5','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(321,'1110','51619639417','2021-04-28 23:01:31',NULL,420.00,'','5','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(322,'1110','51619639417','2021-04-28 23:01:31',NULL,420.00,'','5','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(323,'1110','51619639417','2021-04-28 23:01:31',NULL,160.00,'','5','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(324,'5500','51619639417','2021-04-28 23:01:31',31000.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(325,'1000','51619639417','2021-04-28 23:01:31',35700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(326,'4000','51619639417','2021-04-28 23:01:31',NULL,18720.00,'','5','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(327,'4000','51619639417','2021-04-28 23:01:31',NULL,8800.00,'','5','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(328,'4000','51619639417','2021-04-28 23:01:31',NULL,5400.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(329,'4000','51619639417','2021-04-28 23:01:31',NULL,1000.00,'','5','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(330,'4000','51619639417','2021-04-28 23:01:31',NULL,600.00,'','5','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(331,'4000','51619639417','2021-04-28 23:01:31',NULL,600.00,'','5','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(332,'4000','51619639417','2021-04-28 23:01:31',NULL,580.00,'','5','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(333,'1110','51619640112','2021-04-28 23:02:25',NULL,550.00,'','5','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(334,'5500','51619640112','2021-04-28 23:02:25',550.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(335,'1000','51619640112','2021-04-28 23:02:25',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(336,'4000','51619640112','2021-04-28 23:02:25',NULL,700.00,'','5','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(337,'1110','51619640151','2021-04-28 23:02:59',NULL,75.00,'','5','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(338,'5500','51619640151','2021-04-28 23:02:59',75.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(339,'1000','51619640151','2021-04-28 23:02:59',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(340,'4000','51619640151','2021-04-28 23:02:59',NULL,100.00,'','5','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(341,'1110','51619640195','2021-04-28 23:03:37',NULL,65.00,'','5','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(342,'5500','51619640195','2021-04-28 23:03:37',65.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(343,'1000','51619640195','2021-04-28 23:03:37',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(344,'4000','51619640195','2021-04-28 23:03:37',NULL,100.00,'','5','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(345,'1110','41619698061','2021-04-29 15:12:30',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(346,'5500','41619698061','2021-04-29 15:12:30',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(347,'1000','41619698061','2021-04-29 15:12:30',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(348,'4000','41619698061','2021-04-29 15:12:30',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(349,'1110','41619698376','2021-04-29 15:14:57',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(350,'5500','41619698376','2021-04-29 15:14:57',11400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(351,'1000','41619698376','2021-04-29 15:14:57',11800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(352,'4000','41619698376','2021-04-29 15:14:57',NULL,11800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(353,'1110','41619698514','2021-04-29 15:16:56',NULL,3360.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(354,'1110','41619698514','2021-04-29 15:16:56',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(355,'5500','41619698514','2021-04-29 15:16:56',3490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(356,'1000','41619698514','2021-04-29 15:16:56',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(357,'4000','41619698514','2021-04-29 15:16:56',NULL,3800.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(358,'4000','41619698514','2021-04-29 15:16:56',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(359,'1110','41619698625','2021-04-29 15:17:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(360,'5500','41619698625','2021-04-29 15:17:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(361,'1000','41619698625','2021-04-29 15:17:48',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(362,'4000','41619698625','2021-04-29 15:17:48',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(363,'1110','41619698695','2021-04-29 15:23:14',NULL,9720.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(364,'5500','41619698695','2021-04-29 15:23:14',9720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(365,'1000','41619698695','2021-04-29 15:23:14',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(366,'4000','41619698695','2021-04-29 15:23:14',NULL,10500.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(367,'1110','41619699073','2021-04-29 15:28:57',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(368,'1110','41619699073','2021-04-29 15:28:57',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(369,'1110','41619699073','2021-04-29 15:28:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(370,'1110','41619699073','2021-04-29 15:28:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(371,'5500','41619699073','2021-04-29 15:28:57',2057.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(372,'1000','41619699073','2021-04-29 15:28:57',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(373,'4000','41619699073','2021-04-29 15:28:57',NULL,400.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(374,'4000','41619699073','2021-04-29 15:28:57',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(375,'4000','41619699073','2021-04-29 15:28:57',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(376,'4000','41619699073','2021-04-29 15:28:57',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(377,'1110','41619699342','2021-04-29 15:29:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(378,'5500','41619699342','2021-04-29 15:29:32',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(379,'1000','41619699342','2021-04-29 15:29:32',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(380,'4000','41619699342','2021-04-29 15:29:32',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(381,'1110','41619699376','2021-04-29 15:30:51',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(382,'1110','41619699376','2021-04-29 15:30:51',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(383,'1110','41619699376','2021-04-29 15:30:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(384,'5500','41619699376','2021-04-29 15:30:51',1302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(385,'1000','41619699376','2021-04-29 15:30:51',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(386,'4000','41619699376','2021-04-29 15:30:51',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(387,'4000','41619699376','2021-04-29 15:30:51',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(388,'4000','41619699376','2021-04-29 15:30:51',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(389,'1110','41619699455','2021-04-29 15:31:08',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(390,'5500','41619699455','2021-04-29 15:31:08',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(391,'1000','41619699455','2021-04-29 15:31:08',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(392,'4000','41619699455','2021-04-29 15:31:08',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(393,'1110','41619699479','2021-04-29 15:31:30',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(394,'5500','41619699479','2021-04-29 15:31:30',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(395,'1000','41619699479','2021-04-29 15:31:30',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(396,'4000','41619699479','2021-04-29 15:31:30',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(397,'1110','41619699694','2021-04-29 15:36:42',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(398,'5500','41619699694','2021-04-29 15:36:42',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(399,'1000','41619699694','2021-04-29 15:36:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(400,'4000','41619699694','2021-04-29 15:36:42',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(401,'1110','41619699808','2021-04-29 15:37:08',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(402,'5500','41619699808','2021-04-29 15:37:08',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(403,'1000','41619699808','2021-04-29 15:37:08',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(404,'4000','41619699808','2021-04-29 15:37:08',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(405,'1110','41619699833','2021-04-29 15:37:31',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(406,'5500','41619699833','2021-04-29 15:37:31',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(407,'1000','41619699833','2021-04-29 15:37:31',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(408,'4000','41619699833','2021-04-29 15:37:31',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(409,'1110','41619699855','2021-04-29 15:39:04',NULL,10200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(410,'1110','41619699855','2021-04-29 15:39:04',NULL,1620.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(411,'5500','41619699855','2021-04-29 15:39:04',11820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(412,'1000','41619699855','2021-04-29 15:39:04',12800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(413,'4000','41619699855','2021-04-29 15:39:04',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(414,'4000','41619699855','2021-04-29 15:39:04',NULL,1800.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(423,'5510','11619771556','2021-04-30 11:37:26',500.00,NULL,'0','1','1','FUEL','1','','','1','','No',NULL,NULL,''),(424,'1050','11619771556','2021-04-30 11:37:26',NULL,500.00,'0','1','1','FUEL','1','','','1','','No',NULL,NULL,''),(425,'1110','41619868473','2021-05-01 14:39:30',NULL,2040.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(426,'1110','41619868473','2021-05-01 14:39:30',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(427,'1110','41619868473','2021-05-01 14:39:30',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(428,'1110','41619868473','2021-05-01 14:39:30',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(429,'1110','41619868473','2021-05-01 14:39:30',NULL,3375.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(430,'5500','41619868473','2021-05-01 14:39:30',5860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(431,'1000','41619868473','2021-05-01 14:39:30',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(432,'4000','41619868473','2021-05-01 14:39:30',NULL,2250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(433,'4000','41619868473','2021-05-01 14:39:30',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(434,'4000','41619868473','2021-05-01 14:39:30',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(435,'4000','41619868473','2021-05-01 14:39:30',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(436,'4000','41619868473','2021-05-01 14:39:30',NULL,3900.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(437,'1110','41619869179','2021-05-01 14:42:41',NULL,22680.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(438,'1110','41619869179','2021-05-01 14:42:41',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(439,'5500','41619869179','2021-05-01 14:42:41',23330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(440,'1000','41619869179','2021-05-01 14:42:41',25500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(441,'4000','41619869179','2021-05-01 14:42:41',NULL,24650.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(442,'4000','41619869179','2021-05-01 14:42:41',NULL,850.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(443,'1110','41619869372','2021-05-01 14:43:58',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(444,'5500','41619869372','2021-05-01 14:43:58',6480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(445,'1000','41619869372','2021-05-01 14:43:58',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(446,'4000','41619869372','2021-05-01 14:43:58',NULL,7200.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(447,'1110','41619869447','2021-05-01 14:45:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(448,'1110','41619869447','2021-05-01 14:45:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(449,'5500','41619869447','2021-05-01 14:45:08',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(450,'1000','41619869447','2021-05-01 14:45:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(451,'4000','41619869447','2021-05-01 14:45:08',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(452,'4000','41619869447','2021-05-01 14:45:08',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(453,'1110','41619869518','2021-05-01 14:49:45',NULL,3250.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(454,'5500','41619869518','2021-05-01 14:49:45',3250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(455,'1000','41619869518','2021-05-01 14:49:45',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(456,'4000','41619869518','2021-05-01 14:49:45',NULL,1600.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(457,'1110','41619869794','2021-05-01 14:50:31',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(458,'5500','41619869794','2021-05-01 14:50:31',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(459,'1000','41619869794','2021-05-01 14:50:31',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(460,'4000','41619869794','2021-05-01 14:50:31',NULL,499.98,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(461,'1110','41619869836','2021-05-01 15:08:41',NULL,28800.00,'','4','1','Inventory sold','1','','sales','223','','No',NULL,NULL,''),(462,'1110','41619869836','2021-05-01 15:08:41',NULL,2040.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(463,'1110','41619869836','2021-05-01 15:08:41',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(464,'1110','41619869836','2021-05-01 15:08:41',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(465,'1110','41619869836','2021-05-01 15:08:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(466,'1110','41619869836','2021-05-01 15:08:41',NULL,1040.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(467,'1110','41619869836','2021-05-01 15:08:41',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(468,'1110','41619869836','2021-05-01 15:08:41',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(469,'1110','41619869836','2021-05-01 15:08:41',NULL,8.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(470,'1110','41619869836','2021-05-01 15:08:41',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(471,'1110','41619869836','2021-05-01 15:08:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(472,'1110','41619869836','2021-05-01 15:08:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(473,'1110','41619869836','2021-05-01 15:08:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(474,'5500','41619869836','2021-05-01 15:08:41',36329.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(475,'1000','41619869836','2021-05-01 15:08:41',46100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(476,'4000','41619869836','2021-05-01 15:08:41',NULL,34000.00,'','4','1','Good sold','1','','sales','223','','No',NULL,NULL,''),(477,'4000','41619869836','2021-05-01 15:08:41',NULL,2250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(478,'4000','41619869836','2021-05-01 15:08:41',NULL,800.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(479,'4000','41619869836','2021-05-01 15:08:41',NULL,650.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(480,'4000','41619869836','2021-05-01 15:08:41',NULL,350.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(481,'4000','41619869836','2021-05-01 15:08:41',NULL,2000.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(482,'4000','41619869836','2021-05-01 15:08:41',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(483,'4000','41619869836','2021-05-01 15:08:41',NULL,700.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(484,'4000','41619869836','2021-05-01 15:08:41',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(485,'4000','41619869836','2021-05-01 15:08:41',NULL,3600.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(486,'4000','41619869836','2021-05-01 15:08:41',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(487,'4000','41619869836','2021-05-01 15:08:41',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(488,'4000','41619869836','2021-05-01 15:08:41',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(489,'1110','41619870929','2021-05-01 15:11:03',NULL,5100.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(490,'1110','41619870929','2021-05-01 15:11:03',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(491,'1110','41619870929','2021-05-01 15:11:03',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(492,'5500','41619870929','2021-05-01 15:11:03',5226.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(493,'1000','41619870929','2021-05-01 15:11:03',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(494,'4000','41619870929','2021-05-01 15:11:03',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(495,'4000','41619870929','2021-05-01 15:11:03',NULL,600.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(496,'4000','41619870929','2021-05-01 15:11:03',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(497,'1110','41619871228','2021-05-01 15:14:21',NULL,10200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(498,'5500','41619871228','2021-05-01 15:14:21',10200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(499,'1000','41619871228','2021-05-01 15:14:21',11200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(500,'4000','41619871228','2021-05-01 15:14:21',NULL,11200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(501,'1110','41619871305','2021-05-01 15:16:10',NULL,1375.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(502,'5500','41619871305','2021-05-01 15:16:10',1375.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(503,'1000','41619871305','2021-05-01 15:16:10',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(504,'4000','41619871305','2021-05-01 15:16:10',NULL,1750.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(505,'1110','41619871375','2021-05-01 15:17:32',NULL,5400.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(506,'5500','41619871375','2021-05-01 15:17:32',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(507,'1000','41619871375','2021-05-01 15:17:32',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(508,'4000','41619871375','2021-05-01 15:17:32',NULL,6800.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(509,'1110','41619871462','2021-05-01 15:18:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(510,'5500','41619871462','2021-05-01 15:18:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(511,'1000','41619871462','2021-05-01 15:18:13',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(512,'4000','41619871462','2021-05-01 15:18:13',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(513,'1110','41619871502','2021-05-01 15:19:48',NULL,34125.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(514,'5500','41619871502','2021-05-01 15:19:48',34125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(515,'1000','41619871502','2021-05-01 15:19:48',36750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(516,'4000','41619871502','2021-05-01 15:19:48',NULL,36750.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(517,'1110','41619871598','2021-05-01 15:21:55',NULL,510.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(518,'1110','41619871598','2021-05-01 15:21:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(519,'5500','41619871598','2021-05-01 15:21:55',512.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(520,'1000','41619871598','2021-05-01 15:21:55',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(521,'4000','41619871598','2021-05-01 15:21:55',NULL,600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(522,'4000','41619871598','2021-05-01 15:21:55',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(523,'1110','41619871722','2021-05-01 15:22:31',NULL,8500.00,'','4','1','Inventory sold','1','','sales','263','','No',NULL,NULL,''),(524,'5500','41619871722','2021-05-01 15:22:31',8500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(525,'1000','41619871722','2021-05-01 15:22:31',12300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(526,'4000','41619871722','2021-05-01 15:22:31',NULL,12300.00,'','4','1','Good sold','1','','sales','263','','No',NULL,NULL,''),(527,'1110','41619871755','2021-05-01 15:25:29',NULL,5880.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(528,'1110','41619871755','2021-05-01 15:25:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(529,'1110','41619871755','2021-05-01 15:25:29',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(530,'1110','41619871755','2021-05-01 15:25:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(531,'5500','41619871755','2021-05-01 15:25:29',6240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(532,'1000','41619871755','2021-05-01 15:25:29',8950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(533,'4000','41619871755','2021-05-01 15:25:29',NULL,8400.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(534,'4000','41619871755','2021-05-01 15:25:29',NULL,170.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(535,'4000','41619871755','2021-05-01 15:25:29',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(536,'4000','41619871755','2021-05-01 15:25:29',NULL,160.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(537,'1110','41619872060','2021-05-01 15:28:39',NULL,1530.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(538,'5500','41619872060','2021-05-01 15:28:39',1530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(539,'1000','41619872060','2021-05-01 15:28:39',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(540,'4000','41619872060','2021-05-01 15:28:39',NULL,2000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(549,'1110','41620049739','2021-05-03 16:52:12',NULL,600.00,'','4','1','Inventory sold','1','','sales','241','','No',NULL,NULL,''),(550,'5500','41620049739','2021-05-03 16:52:12',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(551,'1000','41620049739','2021-05-03 16:52:12',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(552,'4000','41620049739','2021-05-03 16:52:12',NULL,700.00,'','4','1','Good sold','1','','sales','241','','No',NULL,NULL,''),(553,'1110','41620049937','2021-05-03 16:53:25',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(554,'1110','41620049937','2021-05-03 16:53:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(555,'5500','41620049937','2021-05-03 16:53:25',2085.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(556,'1000','41620049937','2021-05-03 16:53:25',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(557,'4000','41620049937','2021-05-03 16:53:25',NULL,3000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(558,'4000','41620049937','2021-05-03 16:53:25',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(559,'1110','41620050012','2021-05-03 16:53:50',NULL,460.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(560,'5500','41620050012','2021-05-03 16:53:50',460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(561,'1000','41620050012','2021-05-03 16:53:50',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(562,'4000','41620050012','2021-05-03 16:53:50',NULL,550.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(563,'1110','41620050037','2021-05-03 16:57:03',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(564,'1110','41620050037','2021-05-03 16:57:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(565,'1110','41620050037','2021-05-03 16:57:03',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(566,'1110','41620050037','2021-05-03 16:57:03',NULL,735.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(567,'5500','41620050037','2021-05-03 16:57:03',1790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(568,'1000','41620050037','2021-05-03 16:57:03',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(569,'4000','41620050037','2021-05-03 16:57:03',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(570,'4000','41620050037','2021-05-03 16:57:03',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(571,'4000','41620050037','2021-05-03 16:57:03',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(572,'4000','41620050037','2021-05-03 16:57:03',NULL,999.95,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(593,'1110','41620050766','2021-05-03 17:09:47',NULL,6400.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(594,'5500','41620050766','2021-05-03 17:09:47',6400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(595,'1000','41620050766','2021-05-03 17:09:47',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(596,'4000','41620050766','2021-05-03 17:09:47',NULL,9000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(597,'1110','41620051024','2021-05-03 17:15:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(598,'1110','41620051024','2021-05-03 17:15:19',NULL,1.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(599,'1110','41620051024','2021-05-03 17:15:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(600,'5500','41620051024','2021-05-03 17:15:19',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(601,'1000','41620051024','2021-05-03 17:15:19',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(602,'4000','41620051024','2021-05-03 17:15:19',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(603,'4000','41620051024','2021-05-03 17:15:19',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(604,'4000','41620051024','2021-05-03 17:15:19',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(605,'1110','41620051324','2021-05-03 17:56:51',NULL,325.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(606,'1110','41620051324','2021-05-03 17:56:51',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(607,'1110','41620051324','2021-05-03 17:56:51',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(608,'1110','41620051324','2021-05-03 17:56:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(609,'1110','41620051324','2021-05-03 17:56:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(610,'5500','41620051324','2021-05-03 17:56:51',1239.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(611,'1000','41620051324','2021-05-03 17:56:51',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(612,'4000','41620051324','2021-05-03 17:56:51',NULL,200.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(613,'4000','41620051324','2021-05-03 17:56:51',NULL,450.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(614,'4000','41620051324','2021-05-03 17:56:51',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(615,'4000','41620051324','2021-05-03 17:56:51',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(616,'4000','41620051324','2021-05-03 17:56:51',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(617,'1110','41620053824','2021-05-03 17:57:34',NULL,13440.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(618,'5500','41620053824','2021-05-03 17:57:34',13440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(619,'1000','41620053824','2021-05-03 17:57:34',15600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(620,'4000','41620053824','2021-05-03 17:57:34',NULL,15600.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(621,'1110','41620053876','2021-05-03 17:58:52',NULL,5400.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(622,'5500','41620053876','2021-05-03 17:58:52',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(623,'1000','41620053876','2021-05-03 17:58:52',6250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(624,'4000','41620053876','2021-05-03 17:58:52',NULL,6250.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(625,'1110','41620053941','2021-05-03 18:04:16',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(626,'5500','41620053941','2021-05-03 18:04:16',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(627,'1000','41620053941','2021-05-03 18:04:16',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(628,'4000','41620053941','2021-05-03 18:04:16',NULL,850.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(633,'1110','51620070019','2021-05-03 22:28:30',NULL,16575.00,'','5','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(634,'1110','51620070019','2021-05-03 22:28:30',NULL,3540.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(635,'1110','51620070019','2021-05-03 22:28:30',NULL,3300.00,'','5','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(636,'5500','51620070019','2021-05-03 22:28:30',23415.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(637,'1000','51620070019','2021-05-03 22:28:30',26600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(638,'4000','51620070019','2021-05-03 22:28:30',NULL,17850.00,'','5','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(639,'4000','51620070019','2021-05-03 22:28:30',NULL,3750.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(640,'4000','51620070019','2021-05-03 22:28:30',NULL,5000.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(647,'1110','51620070373','2021-05-03 22:33:42',NULL,11400.00,'','5','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(648,'5500','51620070373','2021-05-03 22:33:42',11400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(649,'1000','51620070373','2021-05-03 22:33:42',12600.00,NULL,'','5','1','Good sold','1','','sales','','','No',NULL,NULL,''),(650,'4000','51620070373','2021-05-03 22:33:42',NULL,12600.00,'','5','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(651,'1110','51620070283','2021-05-03 22:32:48',NULL,11400.00,'','5','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(652,'1110','51620070283','2021-05-03 22:34:10',NULL,780.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(653,'5500','51620070283','2021-05-03 22:34:10',12180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(654,'1000','51620070283','2021-05-03 22:32:48',13900.00,NULL,'','5','1','Good sold','1','','sales','','','No',NULL,NULL,''),(655,'4000','51620070283','2021-05-03 22:32:48',NULL,12700.00,'','5','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(656,'4000','51620070283','2021-05-03 22:34:10',NULL,1200.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(657,'1110','41620128461','2021-05-04 14:51:07',NULL,367.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(658,'5500','41620128461','2021-05-04 14:51:07',367.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(659,'1000','41620128461','2021-05-04 14:51:07',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(660,'4000','41620128461','2021-05-04 14:51:07',NULL,599.97,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(661,'1110','41620129175','2021-05-04 14:56:00',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(662,'5500','41620129175','2021-05-04 14:56:00',3300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(663,'1000','41620129175','2021-05-04 14:56:00',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(664,'4000','41620129175','2021-05-04 14:56:00',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(665,'1110','41620136030','2021-05-04 16:48:22',NULL,10200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(666,'5500','41620136030','2021-05-04 16:48:22',10200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(667,'1000','41620136030','2021-05-04 16:48:22',11200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(668,'4000','41620136030','2021-05-04 16:48:22',NULL,11200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(669,'1110','41620136107','2021-05-04 16:49:23',NULL,1950.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(670,'5500','41620136107','2021-05-04 16:49:23',1950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(671,'1000','41620136107','2021-05-04 16:49:23',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(672,'4000','41620136107','2021-05-04 16:49:23',NULL,1350.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(673,'1110','41620136167','2021-05-04 16:51:23',NULL,3825.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(674,'5500','41620136167','2021-05-04 16:51:23',3825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(675,'1000','41620136167','2021-05-04 16:51:23',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(676,'4000','41620136167','2021-05-04 16:51:23',NULL,4750.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(677,'1110','41620136295','2021-05-04 16:58:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(678,'1110','41620136295','2021-05-04 16:58:49',NULL,13770.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(679,'1110','41620136295','2021-05-04 16:58:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(680,'1110','41620136295','2021-05-04 16:58:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(681,'5500','41620136295','2021-05-04 16:58:49',14192.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(682,'1000','41620136295','2021-05-04 16:58:49',15750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(683,'4000','41620136295','2021-05-04 16:58:49',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(684,'4000','41620136295','2021-05-04 16:58:49',NULL,14850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(685,'4000','41620136295','2021-05-04 16:58:49',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(686,'4000','41620136295','2021-05-04 16:58:49',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(687,'1110','41620136950','2021-05-04 17:04:29',NULL,5400.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(688,'5500','41620136950','2021-05-04 17:04:29',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(689,'1000','41620136950','2021-05-04 17:04:29',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(690,'4000','41620136950','2021-05-04 17:04:29',NULL,6400.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(691,'1110','41620137076','2021-05-04 17:20:08',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(692,'1110','41620137076','2021-05-04 17:20:08',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(693,'1110','41620137076','2021-05-04 17:20:08',NULL,600.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(694,'1110','41620137076','2021-05-04 17:20:08',NULL,900.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(695,'1110','41620137076','2021-05-04 17:20:08',NULL,10350.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(696,'1110','41620137076','2021-05-04 17:20:08',NULL,900.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(697,'5500','41620137076','2021-05-04 17:20:08',12904.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(698,'1000','41620137076','2021-05-04 17:20:08',14920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(699,'4000','41620137076','2021-05-04 17:20:08',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(700,'4000','41620137076','2021-05-04 17:20:08',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(701,'4000','41620137076','2021-05-04 17:20:08',NULL,1600.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(702,'4000','41620137076','2021-05-04 17:20:08',NULL,1200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(703,'4000','41620137076','2021-05-04 17:20:08',NULL,10999.80,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(704,'4000','41620137076','2021-05-04 17:20:08',NULL,720.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(705,'1110','41620138351','2021-05-04 17:27:18',NULL,3960.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(706,'1110','41620138351','2021-05-04 17:27:18',NULL,195.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(707,'5500','41620138351','2021-05-04 17:27:18',4155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(708,'1000','41620138351','2021-05-04 17:27:18',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(709,'4000','41620138351','2021-05-04 17:27:18',NULL,5400.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(710,'4000','41620138351','2021-05-04 17:27:18',NULL,300.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(711,'1110','41620138445','2021-05-04 17:28:16',NULL,735.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(712,'5500','41620138445','2021-05-04 17:28:16',735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(713,'1000','41620138445','2021-05-04 17:28:16',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(714,'4000','41620138445','2021-05-04 17:28:16',NULL,1099.98,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(715,'1110','41620138505','2021-05-04 17:28:59',NULL,3360.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(716,'5500','41620138505','2021-05-04 17:28:59',3360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(717,'1000','41620138505','2021-05-04 17:28:59',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(718,'4000','41620138505','2021-05-04 17:28:59',NULL,3900.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(719,'1110','41620138552','2021-05-04 17:35:49',NULL,8800.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(720,'1110','41620138552','2021-05-04 17:35:49',NULL,3920.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(721,'1110','41620138552','2021-05-04 17:35:49',NULL,2260.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(722,'1110','41620138552','2021-05-04 17:35:49',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(723,'1110','41620138552','2021-05-04 17:35:49',NULL,8.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(724,'5500','41620138552','2021-05-04 17:35:49',16588.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(725,'1000','41620138552','2021-05-04 17:35:49',19850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(726,'4000','41620138552','2021-05-04 17:35:49',NULL,10500.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(727,'4000','41620138552','2021-05-04 17:35:49',NULL,4550.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(728,'4000','41620138552','2021-05-04 17:35:49',NULL,2750.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(729,'4000','41620138552','2021-05-04 17:35:49',NULL,1850.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(730,'4000','41620138552','2021-05-04 17:35:49',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(731,'1110','41620139079','2021-05-04 17:39:07',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(732,'1110','41620139079','2021-05-04 17:39:07',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(733,'5500','41620139079','2021-05-04 17:39:07',860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(734,'1000','41620139079','2021-05-04 17:39:07',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(735,'4000','41620139079','2021-05-04 17:39:07',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(736,'4000','41620139079','2021-05-04 17:39:07',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(737,'1110','41620139188','2021-05-04 17:40:48',NULL,17100.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(738,'5500','41620139188','2021-05-04 17:40:48',17100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(739,'1000','41620139188','2021-05-04 17:40:48',18600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(740,'4000','41620139188','2021-05-04 17:40:48',NULL,18600.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(741,'1110','41620139254','2021-05-04 17:43:55',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(742,'1110','41620139254','2021-05-04 17:43:55',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(743,'5500','41620139254','2021-05-04 17:43:55',6740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(744,'1000','41620139254','2021-05-04 17:43:55',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(745,'4000','41620139254','2021-05-04 17:43:55',NULL,7200.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(746,'4000','41620139254','2021-05-04 17:43:55',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(747,'1110','41620139444','2021-05-04 17:47:54',NULL,1530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(748,'1110','41620139444','2021-05-04 17:47:54',NULL,3000.00,'','4','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(749,'1110','41620139444','2021-05-04 17:47:54',NULL,1400.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(750,'1110','41620139444','2021-05-04 17:47:54',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(751,'5500','41620139444','2021-05-04 17:47:54',5995.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(752,'1000','41620139444','2021-05-04 17:47:54',7350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(753,'4000','41620139444','2021-05-04 17:47:54',NULL,1680.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(754,'4000','41620139444','2021-05-04 17:47:54',NULL,4000.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(755,'4000','41620139444','2021-05-04 17:47:54',NULL,1560.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(756,'4000','41620139444','2021-05-04 17:47:54',NULL,110.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(757,'1110','41620221111','2021-05-05 16:27:07',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(758,'5500','41620221111','2021-05-05 16:27:07',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(759,'1000','41620221111','2021-05-05 16:27:07',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(760,'4000','41620221111','2021-05-05 16:27:07',NULL,6300.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(761,'1110','41620221456','2021-05-05 17:31:01',NULL,5280.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(762,'1110','41620221456','2021-05-05 17:31:01',NULL,520.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(763,'1110','41620221456','2021-05-05 17:31:01',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(764,'1110','41620221456','2021-05-05 17:31:01',NULL,140.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(765,'5500','41620221456','2021-05-05 17:31:01',6045.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(766,'1000','41620221456','2021-05-05 17:31:01',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(767,'4000','41620221456','2021-05-05 17:31:01',NULL,7549.92,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(768,'4000','41620221456','2021-05-05 17:31:01',NULL,900.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(769,'4000','41620221456','2021-05-05 17:31:01',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(770,'4000','41620221456','2021-05-05 17:31:01',NULL,1750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(771,'1110','41620225264','2021-05-05 17:35:26',NULL,1020.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(772,'5500','41620225264','2021-05-05 17:35:26',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(773,'1000','41620225264','2021-05-05 17:35:26',1160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(774,'4000','41620225264','2021-05-05 17:35:26',NULL,1160.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(775,'1110','41620225334','2021-05-05 17:38:26',NULL,21240.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(776,'1110','41620225334','2021-05-05 17:38:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(777,'1110','41620225334','2021-05-05 17:38:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(778,'1110','41620225334','2021-05-05 17:38:26',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(779,'1110','41620225334','2021-05-05 17:38:26',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(780,'5500','41620225334','2021-05-05 17:38:26',21964.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(781,'1000','41620225334','2021-05-05 17:38:26',23800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(782,'4000','41620225334','2021-05-05 17:38:26',NULL,22500.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(783,'4000','41620225334','2021-05-05 17:38:26',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(784,'4000','41620225334','2021-05-05 17:38:26',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(785,'4000','41620225334','2021-05-05 17:38:26',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(786,'4000','41620225334','2021-05-05 17:38:26',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(787,'1110','41620225512','2021-05-05 17:39:06',NULL,510.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(788,'5500','41620225512','2021-05-05 17:39:06',510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(789,'1000','41620225512','2021-05-05 17:39:06',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(790,'4000','41620225512','2021-05-05 17:39:06',NULL,580.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(791,'1110','41620225554','2021-05-05 17:39:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(792,'5500','41620225554','2021-05-05 17:39:41',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(793,'1000','41620225554','2021-05-05 17:39:41',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(794,'4000','41620225554','2021-05-05 17:39:41',NULL,160.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(795,'1110','41620225588','2021-05-05 17:40:17',NULL,260.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(796,'5500','41620225588','2021-05-05 17:40:17',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(797,'1000','41620225588','2021-05-05 17:40:17',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(798,'4000','41620225588','2021-05-05 17:40:17',NULL,400.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(799,'1110','41620225624','2021-05-05 17:41:53',NULL,1625.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(800,'5500','41620225624','2021-05-05 17:41:53',1625.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(801,'1000','41620225624','2021-05-05 17:41:53',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(802,'4000','41620225624','2021-05-05 17:41:53',NULL,2000.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(803,'1110','41620225726','2021-05-05 17:43:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(804,'5500','41620225726','2021-05-05 17:43:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(805,'1000','41620225726','2021-05-05 17:43:58',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(806,'4000','41620225726','2021-05-05 17:43:58',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(807,'1110','41620225864','2021-05-05 17:49:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(808,'5500','41620225864','2021-05-05 17:49:59',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(809,'1000','41620225864','2021-05-05 17:49:59',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(810,'4000','41620225864','2021-05-05 17:49:59',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(811,'1110','41620226204','2021-05-05 17:52:38',NULL,5100.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(812,'1110','41620226204','2021-05-05 17:52:38',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(813,'5500','41620226204','2021-05-05 17:52:38',5220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(814,'1000','41620226204','2021-05-05 17:52:38',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(815,'4000','41620226204','2021-05-05 17:52:38',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(816,'4000','41620226204','2021-05-05 17:52:38',NULL,450.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(817,'1110','41620226365','2021-05-05 17:53:31',NULL,1350.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(818,'5500','41620226365','2021-05-05 17:53:31',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(819,'1000','41620226365','2021-05-05 17:53:31',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(820,'4000','41620226365','2021-05-05 17:53:31',NULL,1600.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(821,'1110','41620226417','2021-05-05 18:01:33',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(822,'1110','41620226417','2021-05-05 18:01:33',NULL,1950.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(823,'1110','41620226417','2021-05-05 18:01:33',NULL,1950.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(824,'1110','41620226417','2021-05-05 18:01:33',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(825,'1110','41620226417','2021-05-05 18:01:33',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(826,'1110','41620226417','2021-05-05 18:01:33',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(827,'1110','41620226417','2021-05-05 18:01:33',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(828,'1110','41620226417','2021-05-05 18:01:33',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(829,'5500','41620226417','2021-05-05 18:01:33',9104.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(830,'1000','41620226417','2021-05-05 18:01:33',11800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(831,'4000','41620226417','2021-05-05 18:01:33',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(832,'4000','41620226417','2021-05-05 18:01:33',NULL,2550.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(833,'4000','41620226417','2021-05-05 18:01:33',NULL,2550.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(834,'4000','41620226417','2021-05-05 18:01:33',NULL,2200.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(835,'4000','41620226417','2021-05-05 18:01:33',NULL,1200.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(836,'4000','41620226417','2021-05-05 18:01:33',NULL,1700.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(837,'4000','41620226417','2021-05-05 18:01:33',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(838,'4000','41620226417','2021-05-05 18:01:33',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(839,'1110','41620227008','2021-05-05 18:04:36',NULL,10.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(840,'5500','41620227008','2021-05-05 18:04:36',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(841,'1000','41620227008','2021-05-05 18:04:36',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(842,'4000','41620227008','2021-05-05 18:04:36',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(843,'1110','41620227080','2021-05-05 18:06:21',NULL,32400.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(844,'5500','41620227080','2021-05-05 18:06:21',32400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(845,'1000','41620227080','2021-05-05 18:06:21',34000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(846,'4000','41620227080','2021-05-05 18:06:21',NULL,34000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(855,'1110','41620283639','2021-05-06 09:48:29',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(856,'5500','41620283639','2021-05-06 09:48:29',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(857,'1000','41620283639','2021-05-06 09:48:29',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(858,'4000','41620283639','2021-05-06 09:48:29',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(859,'1110','41620293347','2021-05-06 12:30:41',NULL,1020.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(860,'5500','41620293347','2021-05-06 12:30:41',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(861,'1000','41620293347','2021-05-06 12:30:41',1120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(862,'4000','41620293347','2021-05-06 12:30:41',NULL,1120.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(863,'1110','41620293451','2021-05-06 12:32:42',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(864,'5500','41620293451','2021-05-06 12:32:42',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(865,'1000','41620293451','2021-05-06 12:32:42',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(866,'4000','41620293451','2021-05-06 12:32:42',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(867,'1110','41620293570','2021-05-06 12:34:54',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(868,'5500','41620293570','2021-05-06 12:34:54',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(869,'1000','41620293570','2021-05-06 12:34:54',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(870,'4000','41620293570','2021-05-06 12:34:54',NULL,6300.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(875,'1110','41620304400','2021-05-06 15:38:47',NULL,5400.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(876,'5500','41620304400','2021-05-06 15:38:47',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(877,'1000','41620304400','2021-05-06 15:38:47',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(878,'4000','41620304400','2021-05-06 15:38:47',NULL,6300.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(879,'1110','41620304778','2021-05-06 15:42:04',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(880,'1110','41620304778','2021-05-06 15:42:04',NULL,520.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(881,'5500','41620304778','2021-05-06 15:42:04',11920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(882,'1000','41620304778','2021-05-06 15:42:04',13400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(883,'4000','41620304778','2021-05-06 15:42:04',NULL,12600.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(884,'4000','41620304778','2021-05-06 15:42:04',NULL,800.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(885,'1110','41620309899','2021-05-06 17:06:01',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(886,'5500','41620309899','2021-05-06 17:06:01',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(887,'1000','41620309899','2021-05-06 17:06:01',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(888,'4000','41620309899','2021-05-06 17:06:01',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(889,'1110','41620309971','2021-05-06 17:07:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(890,'5500','41620309971','2021-05-06 17:07:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(891,'1000','41620309971','2021-05-06 17:07:02',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(892,'4000','41620309971','2021-05-06 17:07:02',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(893,'1110','41620310314','2021-05-06 17:16:20',NULL,9750.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(894,'1110','41620310314','2021-05-06 17:16:20',NULL,7200.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(895,'1110','41620310314','2021-05-06 17:16:20',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(896,'1110','41620310314','2021-05-06 17:16:20',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(897,'5500','41620310314','2021-05-06 17:16:20',17900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(898,'1000','41620310314','2021-05-06 17:16:20',21350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(899,'4000','41620310314','2021-05-06 17:16:20',NULL,10800.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(900,'4000','41620310314','2021-05-06 17:16:20',NULL,8800.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(901,'4000','41620310314','2021-05-06 17:16:20',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(902,'4000','41620310314','2021-05-06 17:16:20',NULL,750.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(903,'1110','41620310607','2021-05-06 17:20:23',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(904,'1110','41620310607','2021-05-06 17:20:23',NULL,1050.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(905,'5500','41620310607','2021-05-06 17:20:23',2170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(906,'1000','41620310607','2021-05-06 17:20:23',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(907,'4000','41620310607','2021-05-06 17:20:23',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(908,'4000','41620310607','2021-05-06 17:20:23',NULL,1200.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(913,'1110','41620311428','2021-05-06 17:30:52',NULL,7650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(914,'5500','41620311428','2021-05-06 17:30:52',7650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(915,'1000','41620311428','2021-05-06 17:30:52',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(916,'4000','41620311428','2021-05-06 17:30:52',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(917,'1110','41620278724','2021-05-06 17:34:08',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(918,'5500','41620278724','2021-05-06 17:34:08',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(919,'1000','41620278724','2021-05-06 08:31:44',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(920,'4000','41620278724','2021-05-06 17:34:08',NULL,400.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(921,'1110','41620312642','2021-04-29 17:58:06',NULL,4025.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(922,'1110','41620312642','2021-04-29 17:58:06',NULL,350.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(923,'1110','41620312642','2021-04-29 17:58:06',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(924,'1110','41620312642','2021-04-29 17:58:06',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(925,'1110','41620312642','2021-04-29 17:58:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(926,'5500','41620312642','2021-04-29 17:58:06',4977.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(927,'1000','41620312642','2021-04-29 17:58:06',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(928,'4000','41620312642','2021-04-29 17:58:06',NULL,4999.75,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(929,'4000','41620312642','2021-04-29 17:58:06',NULL,500.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(930,'4000','41620312642','2021-04-29 17:58:06',NULL,500.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(931,'4000','41620312642','2021-04-29 17:58:06',NULL,500.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(932,'4000','41620312642','2021-04-29 17:58:06',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(933,'1110','41620313104','2021-04-29 17:59:17',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(934,'5500','41620313104','2021-04-29 17:59:17',2940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(935,'1000','41620313104','2021-04-29 17:59:17',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(936,'4000','41620313104','2021-04-29 17:59:17',NULL,3400.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(937,'1110','41620313181','2021-04-29 18:00:30',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(938,'5500','41620313181','2021-04-29 18:00:30',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(939,'1000','41620313181','2021-04-29 18:00:30',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(940,'4000','41620313181','2021-04-29 18:00:30',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(941,'1110','41620313252','2021-04-29 18:01:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(942,'5500','41620313252','2021-04-29 18:01:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(943,'1000','41620313252','2021-04-29 18:01:27',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(944,'4000','41620313252','2021-04-29 18:01:27',NULL,2500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(945,'1110','41620313434','2021-04-30 18:10:18',NULL,9750.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(946,'1110','41620313434','2021-04-30 18:10:18',NULL,9150.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(947,'5500','41620313434','2021-04-30 18:10:18',18900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(948,'1000','41620313434','2021-04-30 18:10:18',23000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(949,'4000','41620313434','2021-04-30 18:10:18',NULL,12000.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(950,'4000','41620313434','2021-04-30 18:10:18',NULL,10999.98,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(951,'1110','41620313898','2021-04-30 18:12:00',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(952,'5500','41620313898','2021-04-30 18:12:00',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(953,'1000','41620313898','2021-04-30 18:12:00',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(954,'4000','41620313898','2021-04-30 18:12:00',NULL,6000.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(955,'1110','41620313933','2021-04-30 18:13:32',NULL,1620.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(956,'5500','41620313933','2021-04-30 18:13:32',1620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(957,'1000','41620313933','2021-04-30 18:13:32',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(958,'4000','41620313933','2021-04-30 18:13:32',NULL,1750.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(959,'1110','41620314121','2021-04-30 18:15:53',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(960,'5500','41620314121','2021-04-30 18:15:53',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(961,'1000','41620314121','2021-04-30 18:15:53',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(962,'4000','41620314121','2021-04-30 18:15:53',NULL,600.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(963,'1110','41620314166','2021-04-30 18:17:10',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(964,'1110','41620314166','2021-04-30 18:17:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(965,'5500','41620314166','2021-04-30 18:17:10',652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(966,'1000','41620314166','2021-04-30 18:17:10',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(967,'4000','41620314166','2021-04-30 18:17:10',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(968,'4000','41620314166','2021-04-30 18:17:10',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(969,'1110','41620314240','2021-04-30 18:17:53',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(970,'5500','41620314240','2021-04-30 18:17:53',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(971,'1000','41620314240','2021-04-30 18:17:53',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(972,'4000','41620314240','2021-04-30 18:17:53',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(973,'1110','41620314542','2021-04-30 18:24:20',NULL,23100.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(974,'1110','41620314542','2021-04-30 18:24:20',NULL,630.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(975,'1110','41620314542','2021-04-30 18:24:20',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(976,'5500','41620314542','2021-04-30 18:24:20',23940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(977,'1000','41620314542','2021-04-30 18:24:20',28200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(978,'4000','41620314542','2021-04-30 18:24:20',NULL,27000.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(979,'4000','41620314542','2021-04-30 18:24:20',NULL,900.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(980,'4000','41620314542','2021-04-30 18:24:20',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(981,'1110','41620314673','2021-05-06 18:26:19',NULL,162.50,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(982,'5500','41620314673','2021-05-06 18:26:19',162.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(983,'1000','41620314673','2021-05-06 18:26:19',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(984,'4000','41620314673','2021-05-06 18:26:19',NULL,150.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(985,'1110','41620314786','2021-04-30 18:27:08',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(986,'5500','41620314786','2021-04-30 18:27:08',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(987,'1000','41620314786','2021-04-30 18:27:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(988,'4000','41620314786','2021-04-30 18:27:08',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(989,'1110','41620314922','2021-04-30 18:29:50',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(990,'5500','41620314922','2021-04-30 18:29:50',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(991,'1000','41620314922','2021-04-30 18:29:50',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(992,'4000','41620314922','2021-04-30 18:29:50',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1001,'1110','41619700124','2021-05-06 23:13:58',NULL,1200.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1002,'5500','41619700124','2021-05-06 23:13:58',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1003,'1000','41619700124','2021-04-29 15:44:07',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1004,'4000','41619700124','2021-05-06 23:13:58',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1009,'1110','51619635353','2021-05-06 23:16:37',NULL,1200.00,'','5','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1010,'5500','51619635353','2021-05-06 23:16:37',1200.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1011,'1000','51619635353','2021-04-28 21:43:48',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1012,'4000','51619635353','2021-05-06 23:16:37',NULL,1800.00,'','5','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1013,'1110','41620365836','2021-05-07 08:38:35',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1014,'5500','41620365836','2021-05-07 08:38:35',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1015,'1000','41620365836','2021-05-07 08:38:35',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1016,'4000','41620365836','2021-05-07 08:38:35',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1017,'1110','41620365934','2021-05-07 08:40:04',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1018,'5500','41620365934','2021-05-07 08:40:04',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1019,'1000','41620365934','2021-05-07 08:40:04',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1020,'4000','41620365934','2021-05-07 08:40:04',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1021,'1110','41620379424','2021-05-07 12:26:47',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1022,'5500','41620379424','2021-05-07 12:26:47',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1023,'1000','41620379424','2021-05-07 12:26:47',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1024,'4000','41620379424','2021-05-07 12:26:47',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1025,'1110','41620379824','2021-05-07 12:31:17',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1026,'5500','41620379824','2021-05-07 12:31:17',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1027,'1000','41620379824','2021-05-07 12:31:17',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1028,'4000','41620379824','2021-05-07 12:31:17',NULL,350.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1029,'1110','41620379988','2021-05-07 13:23:40',NULL,12800.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(1030,'1110','41620379988','2021-05-07 13:23:40',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1031,'5500','41620379988','2021-05-07 13:23:40',13550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1032,'1000','41620379988','2021-05-07 13:23:40',20000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1033,'4000','41620379988','2021-05-07 13:23:40',NULL,19000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(1034,'4000','41620379988','2021-05-07 13:23:40',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1035,'1110','41620384349','2021-05-07 13:47:35',NULL,9180.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1036,'5500','41620384349','2021-05-07 13:47:35',9180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1037,'1000','41620384349','2021-05-07 13:47:35',12600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1038,'4000','41620384349','2021-05-07 13:47:35',NULL,12600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1039,'1110','41620384476','2021-05-07 13:56:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1040,'1110','41620384476','2021-05-07 13:56:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1041,'1110','41620384476','2021-05-07 13:56:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1042,'5500','41620384476','2021-05-07 13:56:54',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1043,'1000','41620384476','2021-05-07 13:56:54',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1044,'4000','41620384476','2021-05-07 13:56:54',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1045,'4000','41620384476','2021-05-07 13:56:54',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1046,'4000','41620384476','2021-05-07 13:56:54',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1047,'1110','41620385023','2021-05-07 14:00:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1048,'1110','41620385023','2021-05-07 14:00:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1049,'5500','41620385023','2021-05-07 14:00:34',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1050,'1000','41620385023','2021-05-07 14:00:34',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1051,'4000','41620385023','2021-05-07 14:00:34',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1052,'4000','41620385023','2021-05-07 14:00:34',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1053,'1110','41620385260','2021-05-07 14:26:28',NULL,14625.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(1054,'1110','41620385260','2021-05-07 14:26:28',NULL,1050.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1055,'1110','41620385260','2021-05-07 14:26:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1056,'1110','41620385260','2021-05-07 14:26:28',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1057,'1110','41620385260','2021-05-07 14:26:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1058,'1110','41620385260','2021-05-07 14:26:28',NULL,1040.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1059,'1110','41620385260','2021-05-07 14:26:28',NULL,1625.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(1060,'5500','41620385260','2021-05-07 14:26:28',19285.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1061,'1000','41620385260','2021-05-07 14:26:28',23850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1062,'4000','41620385260','2021-05-07 14:26:28',NULL,16500.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(1063,'4000','41620385260','2021-05-07 14:26:28',NULL,1600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1064,'4000','41620385260','2021-05-07 14:26:28',NULL,350.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1065,'4000','41620385260','2021-05-07 14:26:28',NULL,800.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1066,'4000','41620385260','2021-05-07 14:26:28',NULL,350.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1067,'4000','41620385260','2021-05-07 14:26:28',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1068,'4000','41620385260','2021-05-07 14:26:28',NULL,2250.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(1069,'1110','41620386803','2021-05-07 14:31:54',NULL,7600.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(1070,'1110','41620386803','2021-05-07 14:31:54',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1071,'5500','41620386803','2021-05-07 14:31:54',7915.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1072,'1000','41620386803','2021-05-07 14:31:54',9450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1073,'4000','41620386803','2021-05-07 14:31:54',NULL,9000.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(1074,'4000','41620386803','2021-05-07 14:31:54',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1075,'1110','41620393236','2021-05-07 16:18:51',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1076,'5500','41620393236','2021-05-07 16:18:51',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1077,'1000','41620393236','2021-05-07 16:18:51',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1078,'4000','41620393236','2021-05-07 16:18:51',NULL,14000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1079,'1110','41620393539','2021-04-30 16:58:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1080,'5500','41620393539','2021-04-30 16:58:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1081,'1000','41620393539','2021-04-30 16:58:22',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1082,'4000','41620393539','2021-04-30 16:58:22',NULL,5000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1083,'1110','41620396097','2021-04-30 17:02:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1084,'1110','41620396097','2021-04-30 17:02:57',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1085,'5500','41620396097','2021-04-30 17:02:57',652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1086,'1000','41620396097','2021-04-30 17:02:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1087,'4000','41620396097','2021-04-30 17:02:57',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1088,'4000','41620396097','2021-04-30 17:02:57',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1089,'1110','41620396648','2021-05-01 17:11:54',NULL,3240.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1090,'5500','41620396648','2021-05-01 17:11:54',3240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1091,'1000','41620396648','2021-05-01 17:11:54',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1092,'4000','41620396648','2021-05-01 17:11:54',NULL,3600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1093,'1110','41620396741','2021-05-01 17:23:09',NULL,22950.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1094,'1110','41620396741','2021-05-01 17:23:09',NULL,3400.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1095,'1110','41620396741','2021-05-01 17:23:09',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1096,'1110','41620396741','2021-05-01 17:23:09',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1097,'1110','41620396741','2021-05-01 17:23:09',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1098,'1110','41620396741','2021-05-01 17:23:09',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1099,'1110','41620396741','2021-05-01 17:23:09',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1100,'1110','41620396741','2021-05-01 17:23:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(1101,'5500','41620396741','2021-05-01 17:23:09',28675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1102,'1000','41620396741','2021-05-01 17:23:09',40000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1103,'4000','41620396741','2021-05-01 17:23:09',NULL,31500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1104,'4000','41620396741','2021-05-01 17:23:09',NULL,5100.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1105,'4000','41620396741','2021-05-01 17:23:09',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1106,'4000','41620396741','2021-05-01 17:23:09',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1107,'4000','41620396741','2021-05-01 17:23:09',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1108,'4000','41620396741','2021-05-01 17:23:09',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1109,'4000','41620396741','2021-05-01 17:23:09',NULL,700.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1110,'4000','41620396741','2021-05-01 17:23:09',NULL,200.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(1111,'1110','41620397402','2021-05-07 17:24:15',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1112,'5500','41620397402','2021-05-07 17:24:15',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1113,'1000','41620397402','2021-05-07 17:24:15',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1114,'4000','41620397402','2021-05-07 17:24:15',NULL,300.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1115,'1110','41620398614','2021-05-07 17:43:56',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(1116,'5500','41620398614','2021-05-07 17:43:56',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1117,'1000','41620398614','2021-05-07 17:43:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1118,'4000','41620398614','2021-05-07 17:43:56',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(1119,'1110','41620398685','2021-05-07 17:45:30',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1120,'5500','41620398685','2021-05-07 17:45:30',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1121,'1000','41620398685','2021-05-07 17:45:30',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1122,'4000','41620398685','2021-05-07 17:45:30',NULL,600.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1123,'1110','41620398902','2021-05-07 17:48:42',NULL,350.00,'','4','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(1124,'5500','41620398902','2021-05-07 17:48:42',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1125,'1000','41620398902','2021-05-07 17:48:42',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1126,'4000','41620398902','2021-05-07 17:48:42',NULL,900.00,'','4','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(1127,'1110','41620399651','2021-05-07 18:01:21',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1128,'5500','41620399651','2021-05-07 18:01:21',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1129,'1000','41620399651','2021-05-07 18:01:21',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1130,'4000','41620399651','2021-05-07 18:01:21',NULL,2600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1131,'1110','41620451561','2021-05-08 08:27:34',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1132,'5500','41620451561','2021-05-08 08:27:34',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1133,'1000','41620451561','2021-05-08 08:27:34',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1134,'4000','41620451561','2021-05-08 08:27:34',NULL,1150.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1135,'1110','41620470197','2021-05-08 13:38:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1136,'5500','41620470197','2021-05-08 13:38:58',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1137,'1000','41620470197','2021-05-08 13:38:58',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1138,'4000','41620470197','2021-05-08 13:38:58',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1139,'1110','41620470351','2021-05-08 13:42:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1140,'5500','41620470351','2021-05-08 13:42:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1141,'1000','41620470351','2021-05-08 13:42:30',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1142,'4000','41620470351','2021-05-08 13:42:30',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1143,'1110','41620470588','2021-05-08 13:44:37',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(1144,'5500','41620470588','2021-05-08 13:44:37',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1145,'1000','41620470588','2021-05-08 13:44:37',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1146,'4000','41620470588','2021-05-08 13:44:37',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(1147,'1110','41620470692','2021-05-08 13:51:07',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1148,'1110','41620470692','2021-05-08 13:51:07',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1149,'1110','41620470692','2021-05-08 13:51:07',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1150,'5500','41620470692','2021-05-08 13:51:07',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1151,'1000','41620470692','2021-05-08 13:51:07',560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1152,'4000','41620470692','2021-05-08 13:51:07',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1153,'4000','41620470692','2021-05-08 13:51:07',NULL,170.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1154,'4000','41620470692','2021-05-08 13:51:07',NULL,170.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1155,'1110','41620471232','2021-05-08 13:56:13',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1156,'1110','41620471232','2021-05-08 13:56:13',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1157,'5500','41620471232','2021-05-08 13:56:13',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1158,'1000','41620471232','2021-05-08 13:56:13',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1159,'4000','41620471232','2021-05-08 13:56:13',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1160,'4000','41620471232','2021-05-08 13:56:13',NULL,170.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1161,'1110','41620471416','2021-05-08 13:57:31',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1162,'5500','41620471416','2021-05-08 13:57:31',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1163,'1000','41620471416','2021-05-08 13:57:31',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1164,'4000','41620471416','2021-05-08 13:57:31',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1165,'1110','41620472151','2021-05-08 14:25:33',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1166,'1110','41620472151','2021-05-08 14:25:33',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1167,'1110','41620472151','2021-05-08 14:25:33',NULL,420.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1168,'1110','41620472151','2021-05-08 14:25:33',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1169,'1110','41620472151','2021-05-08 14:25:33',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1170,'5500','41620472151','2021-05-08 14:25:33',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1171,'1000','41620472151','2021-05-08 14:25:33',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1172,'4000','41620472151','2021-05-08 14:25:33',NULL,680.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1173,'4000','41620472151','2021-05-08 14:25:33',NULL,492.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1174,'4000','41620472151','2021-05-08 14:25:33',NULL,680.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1175,'4000','41620472151','2021-05-08 14:25:33',NULL,498.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1176,'4000','41620472151','2021-05-08 14:25:33',NULL,750.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1177,'1110','41620473145','2021-05-08 14:50:12',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(1178,'1110','41620473145','2021-05-08 14:50:12',NULL,80.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1179,'1110','41620473145','2021-05-08 14:50:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1180,'1110','41620473145','2021-05-08 14:50:12',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1181,'1110','41620473145','2021-05-08 14:50:12',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1182,'1110','41620473145','2021-05-08 14:50:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1183,'5500','41620473145','2021-05-08 14:50:12',939.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1184,'1000','41620473145','2021-05-08 14:50:12',3750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1185,'4000','41620473145','2021-05-08 14:50:12',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1186,'4000','41620473145','2021-05-08 14:50:12',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1187,'4000','41620473145','2021-05-08 14:50:12',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1188,'4000','41620473145','2021-05-08 14:50:12',NULL,498.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1189,'4000','41620473145','2021-05-08 14:50:12',NULL,350.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1190,'4000','41620473145','2021-05-08 14:50:12',NULL,202.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1191,'1110','41620474638','2021-05-08 14:52:11',NULL,350.00,'','4','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(1192,'5500','41620474638','2021-05-08 14:52:11',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1193,'1000','41620474638','2021-05-08 14:52:11',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1194,'4000','41620474638','2021-05-08 14:52:11',NULL,900.00,'','4','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(1195,'1110','41620474741','2021-05-08 14:54:50',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1196,'5500','41620474741','2021-05-08 14:54:50',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1197,'1000','41620474741','2021-05-08 14:54:50',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1198,'4000','41620474741','2021-05-08 14:54:50',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1199,'1110','41620474897','2021-05-08 15:03:53',NULL,3825.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1200,'1110','41620474897','2021-05-08 15:03:53',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1201,'1110','41620474897','2021-05-08 15:03:53',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1202,'1110','41620474897','2021-05-08 15:03:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1203,'5500','41620474897','2021-05-08 15:03:53',4395.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1204,'1000','41620474897','2021-05-08 15:03:53',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1205,'4000','41620474897','2021-05-08 15:03:53',NULL,5500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1206,'4000','41620474897','2021-05-08 15:03:53',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1207,'4000','41620474897','2021-05-08 15:03:53',NULL,480.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1208,'4000','41620474897','2021-05-08 15:03:53',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1209,'1110','41620485957','2021-05-08 18:01:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1210,'5500','41620485957','2021-05-08 18:01:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1211,'1000','41620485957','2021-05-08 18:01:34',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1212,'4000','41620485957','2021-05-08 18:01:34',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1213,'1110','41620486102','2021-05-08 18:03:01',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(1214,'5500','41620486102','2021-05-08 18:03:01',640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1215,'1000','41620486102','2021-05-08 18:03:01',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1216,'4000','41620486102','2021-05-08 18:03:01',NULL,900.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(1217,'1110','41620639377','2021-05-10 12:37:46',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1218,'5500','41620639377','2021-05-10 12:37:46',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1219,'1000','41620639377','2021-05-10 12:37:46',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1220,'4000','41620639377','2021-05-10 12:37:46',NULL,220.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1221,'1110','41620639475','2021-05-10 12:39:19',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1222,'5500','41620639475','2021-05-10 12:39:19',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1223,'1000','41620639475','2021-05-10 12:39:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1224,'4000','41620639475','2021-05-10 12:39:19',NULL,400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1225,'1110','41620639564','2021-05-10 12:40:50',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1226,'5500','41620639564','2021-05-10 12:40:50',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1227,'1000','41620639564','2021-05-10 12:40:50',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1228,'4000','41620639564','2021-05-10 12:40:50',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1229,'1110','41620639666','2021-05-10 12:46:42',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(1230,'1110','41620639666','2021-05-10 12:46:42',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1231,'1110','41620639666','2021-05-10 12:46:42',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1232,'5500','41620639666','2021-05-10 12:46:42',5315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1233,'1000','41620639666','2021-05-10 12:46:42',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1234,'4000','41620639666','2021-05-10 12:46:42',NULL,5800.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1235,'4000','41620639666','2021-05-10 12:46:42',NULL,400.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1236,'4000','41620639666','2021-05-10 12:46:42',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1237,'1110','41620653359','2021-05-10 16:32:04',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1238,'1110','41620653359','2021-05-10 16:32:04',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1239,'5500','41620653359','2021-05-10 16:32:04',6630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1240,'1000','41620653359','2021-05-10 16:32:04',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1241,'4000','41620653359','2021-05-10 16:32:04',NULL,7600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1242,'4000','41620653359','2021-05-10 16:32:04',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1243,'1110','41620653534','2021-05-10 16:32:49',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1244,'5500','41620653534','2021-05-10 16:32:49',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1245,'1000','41620653534','2021-05-10 16:32:49',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1246,'4000','41620653534','2021-05-10 16:32:49',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1247,'1110','41620653574','2021-05-10 16:37:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1248,'5500','41620653574','2021-05-10 16:37:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1249,'1000','41620653574','2021-05-10 16:37:12',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1250,'4000','41620653574','2021-05-10 16:37:12',NULL,2500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1251,'1110','41620654063','2021-05-10 16:42:18',NULL,1.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1252,'5500','41620654063','2021-05-10 16:42:18',1.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1253,'1000','41620654063','2021-05-10 16:42:18',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1254,'4000','41620654063','2021-05-10 16:42:18',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1255,'1110','41620654271','2021-05-10 16:48:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1256,'1110','41620654271','2021-05-10 16:48:27',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1257,'1110','41620654271','2021-05-10 16:48:27',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1258,'5500','41620654271','2021-05-10 16:48:27',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1259,'1000','41620654271','2021-05-10 16:48:27',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1260,'4000','41620654271','2021-05-10 16:48:27',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1261,'4000','41620654271','2021-05-10 16:48:27',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1262,'4000','41620654271','2021-05-10 16:48:27',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1263,'1110','41620654519','2021-05-10 16:51:08',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1264,'5500','41620654519','2021-05-10 16:51:08',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1265,'1000','41620654519','2021-05-10 16:51:08',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1266,'4000','41620654519','2021-05-10 16:51:08',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1267,'1110','41620654673','2021-05-10 17:51:18',NULL,540.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1268,'5500','41620654673','2021-05-10 17:51:18',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1269,'1000','41620654673','2021-05-10 17:51:18',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1270,'4000','41620654673','2021-05-10 17:51:18',NULL,650.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1271,'1110','41620660754','2021-05-10 18:43:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1272,'1110','41620660754','2021-05-10 18:43:57',NULL,5360.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(1273,'1110','41620660754','2021-05-10 18:43:57',NULL,9600.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(1274,'1110','41620660754','2021-05-10 18:43:57',NULL,10.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1275,'1110','41620660754','2021-05-10 18:43:57',NULL,8.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1276,'1110','41620660754','2021-05-10 18:43:57',NULL,48.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1277,'1110','41620660754','2021-05-10 18:43:57',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1278,'5500','41620660754','2021-05-10 18:43:57',15678.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1279,'1000','41620660754','2021-05-10 18:43:57',47000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1280,'4000','41620660754','2021-05-10 18:43:57',NULL,19000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1281,'4000','41620660754','2021-05-10 18:43:57',NULL,7200.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(1282,'4000','41620660754','2021-05-10 18:43:57',NULL,10800.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(1283,'4000','41620660754','2021-05-10 18:43:57',NULL,2700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1284,'4000','41620660754','2021-05-10 18:43:57',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1285,'4000','41620660754','2021-05-10 18:43:57',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1286,'4000','41620660754','2021-05-10 18:43:57',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1287,'1110','41620717015','2021-05-11 11:35:03',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1288,'5500','41620717015','2021-05-11 11:35:03',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1289,'1000','41620717015','2021-05-11 11:35:03',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1290,'4000','41620717015','2021-05-11 11:35:03',NULL,14000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1291,'1110','41620722111','2021-05-11 11:36:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1292,'5500','41620722111','2021-05-11 11:36:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1293,'1000','41620722111','2021-05-11 11:36:12',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1294,'4000','41620722111','2021-05-11 11:36:12',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1295,'1110','41620722217','2021-05-11 11:39:20',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(1296,'1110','41620722217','2021-05-11 11:39:20',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1297,'5500','41620722217','2021-05-11 11:39:20',3930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1298,'1000','41620722217','2021-05-11 11:39:20',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1299,'4000','41620722217','2021-05-11 11:39:20',NULL,4400.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(1300,'4000','41620722217','2021-05-11 11:39:20',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1301,'1110','41620722373','2021-05-11 11:43:32',NULL,3780.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1302,'5500','41620722373','2021-05-11 11:43:32',3780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1303,'1000','41620722373','2021-05-11 11:43:32',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1304,'4000','41620722373','2021-05-11 11:43:32',NULL,4499.95,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1305,'1110','41620742170','2021-05-11 17:10:54',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(1306,'5500','41620742170','2021-05-11 17:10:54',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1307,'1000','41620742170','2021-05-11 17:10:54',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1308,'4000','41620742170','2021-05-11 17:10:54',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(1309,'1110','41620742263','2021-05-11 17:13:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1310,'5500','41620742263','2021-05-11 17:13:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1311,'1000','41620742263','2021-05-11 17:13:21',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1312,'4000','41620742263','2021-05-11 17:13:21',NULL,6000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1313,'1110','41620742435','2021-05-11 17:16:42',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(1314,'1110','41620742435','2021-05-11 17:16:42',NULL,1.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1315,'5500','41620742435','2021-05-11 17:16:42',66.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1316,'1000','41620742435','2021-05-11 17:16:42',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1317,'4000','41620742435','2021-05-11 17:16:42',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(1318,'4000','41620742435','2021-05-11 17:16:42',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1319,'1110','41620742616','2021-05-11 17:18:14',NULL,6875.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1320,'5500','41620742616','2021-05-11 17:18:14',6875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1321,'1000','41620742616','2021-05-11 17:18:14',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1322,'4000','41620742616','2021-05-11 17:18:14',NULL,7500.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1323,'1110','41620742700','2021-05-11 17:21:03',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1324,'1110','41620742700','2021-05-11 17:21:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(1325,'1110','41620742700','2021-05-11 17:21:03',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(1326,'5500','41620742700','2021-05-11 17:21:03',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1327,'1000','41620742700','2021-05-11 17:21:03',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1328,'4000','41620742700','2021-05-11 17:21:03',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1329,'4000','41620742700','2021-05-11 17:21:03',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(1330,'4000','41620742700','2021-05-11 17:21:03',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(1331,'1110','41620742873','2021-05-11 17:28:10',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1332,'1110','41620742873','2021-05-11 17:28:10',NULL,26.25,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1333,'5500','41620742873','2021-05-11 17:28:10',30.25,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1334,'1000','41620742873','2021-05-11 17:28:10',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1335,'4000','41620742873','2021-05-11 17:28:10',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1336,'4000','41620742873','2021-05-11 17:28:10',NULL,50.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1337,'1110','41620743301','2021-05-11 17:29:57',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1338,'5500','41620743301','2021-05-11 17:29:57',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1339,'1000','41620743301','2021-05-11 17:29:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1340,'4000','41620743301','2021-05-11 17:29:57',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1341,'1110','41620743405','2021-05-11 17:36:00',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(1342,'1110','41620743405','2021-05-11 17:36:00',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(1343,'5500','41620743405','2021-05-11 17:36:00',1715.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1344,'1000','41620743405','2021-05-11 17:36:00',2350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1345,'4000','41620743405','2021-05-11 17:36:00',NULL,2250.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1346,'4000','41620743405','2021-05-11 17:36:00',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(1347,'1110','41620743767','2021-05-11 17:37:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1348,'5500','41620743767','2021-05-11 17:37:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1349,'1000','41620743767','2021-05-11 17:37:05',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1350,'4000','41620743767','2021-05-11 17:37:05',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1351,'1110','41620743845','2021-05-11 17:39:41',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1352,'1110','41620743845','2021-05-11 17:39:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1353,'5500','41620743845','2021-05-11 17:39:41',405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1354,'1000','41620743845','2021-05-11 17:39:41',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1355,'4000','41620743845','2021-05-11 17:39:41',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1356,'4000','41620743845','2021-05-11 17:39:41',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1357,'1110','41620743990','2021-05-11 17:41:10',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1358,'5500','41620743990','2021-05-11 17:41:10',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1359,'1000','41620743990','2021-05-11 17:41:10',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1360,'4000','41620743990','2021-05-11 17:41:10',NULL,850.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1365,'1110','41620744209','2021-05-11 17:46:14',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(1366,'1110','41620744209','2021-05-11 17:46:14',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1367,'5500','41620744209','2021-05-11 17:46:14',5960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1368,'1000','41620744209','2021-05-11 17:46:14',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1369,'4000','41620744209','2021-05-11 17:46:14',NULL,6300.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(1370,'4000','41620744209','2021-05-11 17:46:14',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1371,'1110','41620744378','2021-05-11 17:49:53',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1372,'1110','41620744378','2021-05-11 17:49:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1373,'5500','41620744378','2021-05-11 17:49:53',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1374,'1000','41620744378','2021-05-11 17:49:53',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1375,'4000','41620744378','2021-05-11 17:49:53',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1376,'4000','41620744378','2021-05-11 17:49:53',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1377,'1110','41620744647','2021-05-11 17:51:34',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1378,'5500','41620744647','2021-05-11 17:51:34',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1379,'1000','41620744647','2021-05-11 17:51:34',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1380,'4000','41620744647','2021-05-11 17:51:34',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1381,'1110','41620744717','2021-05-11 17:54:00',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(1382,'5500','41620744717','2021-05-11 17:54:00',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1383,'1000','41620744717','2021-05-11 17:54:00',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1384,'4000','41620744717','2021-05-11 17:54:00',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1385,'1110','41620744853','2021-05-11 17:56:17',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1386,'1110','41620744853','2021-05-11 17:56:17',NULL,540.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1387,'5500','41620744853','2021-05-11 17:56:17',645.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1388,'1000','41620744853','2021-05-11 17:56:17',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1389,'4000','41620744853','2021-05-11 17:56:17',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1390,'4000','41620744853','2021-05-11 17:56:17',NULL,650.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1399,'1110','41620744090','2021-05-11 19:41:09',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(1400,'5500','41620744090','2021-05-11 19:41:09',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1401,'1000','41620744090','2021-05-11 17:43:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1402,'4000','41620744090','2021-05-11 19:41:09',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(1403,'1110','41620825074','2021-05-12 16:16:38',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1404,'1110','41620825074','2021-05-12 16:16:38',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(1405,'5500','41620825074','2021-05-12 16:16:38',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1406,'1000','41620825074','2021-05-12 16:16:38',880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1407,'4000','41620825074','2021-05-12 16:16:38',NULL,580.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1408,'4000','41620825074','2021-05-12 16:16:38',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(1409,'1110','41620825411','2021-05-12 16:18:45',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1410,'5500','41620825411','2021-05-12 16:18:45',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1411,'1000','41620825411','2021-05-12 16:18:45',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1412,'4000','41620825411','2021-05-12 16:18:45',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1413,'1110','41620825572','2021-05-12 16:19:52',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1414,'5500','41620825572','2021-05-12 16:19:52',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1415,'1000','41620825572','2021-05-12 16:19:52',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1416,'4000','41620825572','2021-05-12 16:19:52',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1417,'1110','41620825607','2021-05-12 16:21:14',NULL,2430.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1418,'5500','41620825607','2021-05-12 16:21:14',2430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1419,'1000','41620825607','2021-05-12 16:21:14',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1420,'4000','41620825607','2021-05-12 16:21:14',NULL,2850.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1421,'1110','41620825832','2021-05-12 16:51:37',NULL,2800.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(1422,'1110','41620825832','2021-05-12 16:51:37',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1423,'1110','41620825832','2021-05-12 16:51:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1424,'1110','41620825832','2021-05-12 16:51:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1425,'5500','41620825832','2021-05-12 16:51:37',3160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1426,'1000','41620825832','2021-05-12 16:51:37',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1427,'4000','41620825832','2021-05-12 16:51:37',NULL,3400.00,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(1428,'4000','41620825832','2021-05-12 16:51:37',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1429,'4000','41620825832','2021-05-12 16:51:37',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1430,'4000','41620825832','2021-05-12 16:51:37',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1431,'1110','41620827513','2021-05-12 17:00:04',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1432,'5500','41620827513','2021-05-12 17:00:04',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1433,'1000','41620827513','2021-05-12 17:00:04',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1434,'4000','41620827513','2021-05-12 17:00:04',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1435,'1110','41620828009','2021-05-12 17:04:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1436,'1110','41620828009','2021-05-12 17:04:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1437,'5500','41620828009','2021-05-12 17:04:40',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1438,'1000','41620828009','2021-05-12 17:04:40',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1439,'4000','41620828009','2021-05-12 17:04:40',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1440,'4000','41620828009','2021-05-12 17:04:40',NULL,200.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1441,'1110','41620828297','2021-05-12 17:06:26',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1442,'5500','41620828297','2021-05-12 17:06:26',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1443,'1000','41620828297','2021-05-12 17:06:26',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1444,'4000','41620828297','2021-05-12 17:06:26',NULL,14000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1445,'1110','41620828395','2021-05-12 17:08:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1446,'5500','41620828395','2021-05-12 17:08:26',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1447,'1000','41620828395','2021-05-12 17:08:26',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1448,'4000','41620828395','2021-05-12 17:08:26',NULL,400.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1449,'1110','41620828569','2021-05-12 17:14:54',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1450,'1110','41620828569','2021-05-12 17:14:54',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1451,'5500','41620828569','2021-05-12 17:14:54',134.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1452,'1000','41620828569','2021-05-12 17:14:54',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1453,'4000','41620828569','2021-05-12 17:14:54',NULL,1800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1454,'4000','41620828569','2021-05-12 17:14:54',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1455,'1110','41620828928','2021-05-12 17:16:02',NULL,260.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1456,'5500','41620828928','2021-05-12 17:16:02',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1457,'1000','41620828928','2021-05-12 17:16:02',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1458,'4000','41620828928','2021-05-12 17:16:02',NULL,400.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1459,'1110','41620828989','2021-05-12 17:17:39',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1460,'5500','41620828989','2021-05-12 17:17:39',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1461,'1000','41620828989','2021-05-12 17:17:39',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1462,'4000','41620828989','2021-05-12 17:17:39',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1463,'1110','41620829065','2021-05-12 17:18:21',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1464,'5500','41620829065','2021-05-12 17:18:21',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1465,'1000','41620829065','2021-05-12 17:18:21',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1466,'4000','41620829065','2021-05-12 17:18:21',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1467,'1110','41620829107','2021-05-12 17:19:33',NULL,90.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1468,'5500','41620829107','2021-05-12 17:19:33',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1469,'1000','41620829107','2021-05-12 17:19:33',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1470,'4000','41620829107','2021-05-12 17:19:33',NULL,4500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1471,'1110','41620829245','2021-05-12 17:21:36',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1472,'5500','41620829245','2021-05-12 17:21:36',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1473,'1000','41620829245','2021-05-12 17:21:36',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1474,'4000','41620829245','2021-05-12 17:21:36',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1475,'1110','41620829302','2021-05-12 17:22:57',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1476,'5500','41620829302','2021-05-12 17:22:57',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1477,'1000','41620829302','2021-05-12 17:22:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1478,'4000','41620829302','2021-05-12 17:22:57',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1479,'1110','41620829453','2021-05-12 17:24:57',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1480,'5500','41620829453','2021-05-12 17:24:57',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1481,'1000','41620829453','2021-05-12 17:24:57',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1482,'4000','41620829453','2021-05-12 17:24:57',NULL,250.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1483,'1110','41620830355','2021-05-12 18:02:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1484,'5500','41620830355','2021-05-12 18:02:33',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1485,'1000','41620830355','2021-05-12 18:02:33',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1486,'4000','41620830355','2021-05-12 18:02:33',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1487,'1110','41620886538','2021-05-13 09:17:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1488,'5500','41620886538','2021-05-13 09:17:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1489,'1000','41620886538','2021-05-13 09:17:08',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1490,'4000','41620886538','2021-05-13 09:17:08',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1491,'1110','41620886651','2021-05-13 09:19:02',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1492,'5500','41620886651','2021-05-13 09:19:02',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1493,'1000','41620886651','2021-05-13 09:19:02',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1494,'4000','41620886651','2021-05-13 09:19:02',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1495,'1110','41620886913','2021-05-13 09:22:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1496,'5500','41620886913','2021-05-13 09:22:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1497,'1000','41620886913','2021-05-13 09:22:29',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1498,'4000','41620886913','2021-05-13 09:22:29',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1499,'1110','41620909750','2021-05-13 15:49:56',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1500,'5500','41620909750','2021-05-13 15:49:56',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1501,'1000','41620909750','2021-05-13 15:49:56',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1502,'4000','41620909750','2021-05-13 15:49:56',NULL,400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1503,'1110','41620910247','2021-05-13 15:52:29',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1504,'5500','41620910247','2021-05-13 15:52:29',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1505,'1000','41620910247','2021-05-13 15:52:29',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1506,'4000','41620910247','2021-05-13 15:52:29',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1507,'1110','41620910355','2021-05-13 15:54:57',NULL,1650.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1508,'5500','41620910355','2021-05-13 15:54:57',1650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1509,'1000','41620910355','2021-05-13 15:54:57',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1510,'4000','41620910355','2021-05-13 15:54:57',NULL,2100.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1511,'1110','41620910531','2021-05-13 16:02:13',NULL,825.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1512,'1110','41620910531','2021-05-13 16:02:13',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1513,'1110','41620910531','2021-05-13 16:02:13',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1514,'1110','41620910531','2021-05-13 16:02:13',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1515,'5500','41620910531','2021-05-13 16:02:13',995.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1516,'1000','41620910531','2021-05-13 16:02:13',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1517,'4000','41620910531','2021-05-13 16:02:13',NULL,1050.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1518,'4000','41620910531','2021-05-13 16:02:13',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1519,'4000','41620910531','2021-05-13 16:02:13',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1520,'4000','41620910531','2021-05-13 16:02:13',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1521,'1110','41620910947','2021-05-13 16:13:08',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1522,'5500','41620910947','2021-05-13 16:13:08',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1523,'1000','41620910947','2021-05-13 16:13:08',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1524,'4000','41620910947','2021-05-13 16:13:08',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1525,'1110','41620911595','2021-05-13 16:14:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1526,'5500','41620911595','2021-05-13 16:14:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1527,'1000','41620911595','2021-05-13 16:14:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1528,'4000','41620911595','2021-05-13 16:14:42',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1529,'1110','41620911719','2021-05-13 16:16:44',NULL,15900.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1530,'5500','41620911719','2021-05-13 16:16:44',15900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1531,'1000','41620911719','2021-05-13 16:16:44',16800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1532,'4000','41620911719','2021-05-13 16:16:44',NULL,16800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1533,'1110','41620911813','2021-05-13 16:18:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1534,'5500','41620911813','2021-05-13 16:18:20',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1535,'1000','41620911813','2021-05-13 16:18:20',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1536,'4000','41620911813','2021-05-13 16:18:20',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1537,'1110','41620917393','2021-05-13 17:50:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1538,'5500','41620917393','2021-05-13 17:50:33',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1539,'1000','41620917393','2021-05-13 17:50:33',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1540,'4000','41620917393','2021-05-13 17:50:33',NULL,160.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1541,'1110','41620917443','2021-05-13 17:52:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1542,'5500','41620917443','2021-05-13 17:52:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1543,'1000','41620917443','2021-05-13 17:52:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1544,'4000','41620917443','2021-05-13 17:52:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1545,'1110','41620917549','2021-05-13 17:57:07',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1546,'1110','41620917549','2021-05-13 17:57:07',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1547,'1110','41620917549','2021-05-13 17:57:07',NULL,325.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1548,'5500','41620917549','2021-05-13 17:57:07',495.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1549,'1000','41620917549','2021-05-13 17:57:07',770.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1550,'4000','41620917549','2021-05-13 17:57:07',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1551,'4000','41620917549','2021-05-13 17:57:07',NULL,120.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1552,'4000','41620917549','2021-05-13 17:57:07',NULL,500.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1553,'1110','41620917844','2021-05-13 17:58:31',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1554,'5500','41620917844','2021-05-13 17:58:31',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1555,'1000','41620917844','2021-05-13 17:58:31',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1556,'4000','41620917844','2021-05-13 17:58:31',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1557,'1110','41620917926','2021-05-13 18:05:00',NULL,3360.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1558,'1110','41620917926','2021-05-13 18:05:00',NULL,8.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1559,'1110','41620917926','2021-05-13 18:05:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1560,'5500','41620917926','2021-05-13 18:05:00',3370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1561,'1000','41620917926','2021-05-13 18:05:00',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1562,'4000','41620917926','2021-05-13 18:05:00',NULL,3900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1563,'4000','41620917926','2021-05-13 18:05:00',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1564,'4000','41620917926','2021-05-13 18:05:00',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1565,'1110','41620918568','2021-05-13 18:11:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1566,'5500','41620918568','2021-05-13 18:11:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1567,'1000','41620918568','2021-05-13 18:11:33',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1568,'4000','41620918568','2021-05-13 18:11:33',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1569,'1110','41620919219','2021-05-13 18:22:23',NULL,16.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1570,'1110','41620919219','2021-05-13 18:22:23',NULL,16.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1571,'1110','41620919219','2021-05-13 18:22:23',NULL,32.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1572,'5500','41620919219','2021-05-13 18:22:23',64.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1573,'1000','41620919219','2021-05-13 18:22:23',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1574,'4000','41620919219','2021-05-13 18:22:23',NULL,1600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1575,'4000','41620919219','2021-05-13 18:22:23',NULL,1600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1576,'4000','41620919219','2021-05-13 18:22:23',NULL,1600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1577,'1110','41620919591','2021-05-13 18:27:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1578,'5500','41620919591','2021-05-13 18:27:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1579,'1000','41620919591','2021-05-13 18:27:33',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1580,'4000','41620919591','2021-05-13 18:27:33',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1581,'1110','41620969996','2021-05-14 10:11:26',NULL,5360.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(1582,'1110','41620969996','2021-05-14 10:11:26',NULL,260.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1583,'1110','41620969996','2021-05-14 10:11:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1584,'1110','41620969996','2021-05-14 10:11:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1585,'5500','41620969996','2021-05-14 10:11:26',6040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1586,'1000','41620969996','2021-05-14 10:11:26',8100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1587,'4000','41620969996','2021-05-14 10:11:26',NULL,7040.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(1588,'4000','41620969996','2021-05-14 10:11:26',NULL,460.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1589,'4000','41620969996','2021-05-14 10:11:26',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1590,'4000','41620969996','2021-05-14 10:11:26',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1591,'1110','41620976321','2021-05-14 10:19:59',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(1592,'1110','41620976321','2021-05-14 10:19:59',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1593,'1110','41620976321','2021-05-14 10:19:59',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1594,'5500','41620976321','2021-05-14 10:19:59',2775.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1595,'1000','41620976321','2021-05-14 10:19:59',3370.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1596,'4000','41620976321','2021-05-14 10:19:59',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1597,'4000','41620976321','2021-05-14 10:19:59',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1598,'4000','41620976321','2021-05-14 10:19:59',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1599,'1110','41620977005','2021-05-14 14:53:56',NULL,1375.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1600,'1110','41620977005','2021-05-14 14:53:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1601,'5500','41620977005','2021-05-14 14:53:56',1377.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1602,'1000','41620977005','2021-05-14 14:53:56',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1603,'4000','41620977005','2021-05-14 14:53:56',NULL,1600.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1604,'4000','41620977005','2021-05-14 14:53:56',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1605,'1110','41620993302','2021-05-14 14:56:13',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(1606,'5500','41620993302','2021-05-14 14:56:13',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1607,'1000','41620993302','2021-05-14 14:56:13',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1608,'4000','41620993302','2021-05-14 14:56:13',NULL,450.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(1609,'1110','41620993489','2021-05-14 14:59:23',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1610,'5500','41620993489','2021-05-14 14:59:23',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1611,'1000','41620993489','2021-05-14 14:59:23',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1612,'4000','41620993489','2021-05-14 14:59:23',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1613,'1110','41620993574','2021-05-14 15:14:55',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1614,'1110','41620993574','2021-05-14 15:14:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1615,'1110','41620993574','2021-05-14 15:14:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1616,'1110','41620993574','2021-05-14 15:14:55',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1617,'1110','41620993574','2021-05-14 15:14:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1618,'1110','41620993574','2021-05-14 15:14:55',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1619,'1110','41620993574','2021-05-14 15:14:55',NULL,1400.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(1620,'1110','41620993574','2021-05-14 15:14:55',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1621,'5500','41620993574','2021-05-14 15:14:55',3164.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1622,'1000','41620993574','2021-05-14 15:14:55',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1623,'4000','41620993574','2021-05-14 15:14:55',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1624,'4000','41620993574','2021-05-14 15:14:55',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1625,'4000','41620993574','2021-05-14 15:14:55',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1626,'4000','41620993574','2021-05-14 15:14:55',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1627,'4000','41620993574','2021-05-14 15:14:55',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1628,'4000','41620993574','2021-05-14 15:14:55',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1629,'4000','41620993574','2021-05-14 15:14:55',NULL,1800.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(1630,'4000','41620993574','2021-05-14 15:14:55',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1631,'1110','41620994510','2021-05-14 15:16:18',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(1632,'5500','41620994510','2021-05-14 15:16:18',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1633,'1000','41620994510','2021-05-14 15:16:18',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1634,'4000','41620994510','2021-05-14 15:16:18',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(1635,'1110','41620994586','2021-05-14 15:17:57',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(1636,'5500','41620994586','2021-05-14 15:17:57',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1637,'1000','41620994586','2021-05-14 15:17:57',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1638,'4000','41620994586','2021-05-14 15:17:57',NULL,3200.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1639,'1110','41620994695','2021-05-14 15:19:09',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1640,'5500','41620994695','2021-05-14 15:19:09',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1641,'1000','41620994695','2021-05-14 15:19:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1642,'4000','41620994695','2021-05-14 15:19:09',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1643,'1110','41620994756','2021-05-14 15:19:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1644,'5500','41620994756','2021-05-14 15:19:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1645,'1000','41620994756','2021-05-14 15:19:59',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1646,'4000','41620994756','2021-05-14 15:19:59',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1647,'1110','41620994837','2021-05-14 15:22:06',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1648,'5500','41620994837','2021-05-14 15:22:06',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1649,'1000','41620994837','2021-05-14 15:22:06',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1650,'4000','41620994837','2021-05-14 15:22:06',NULL,350.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1651,'1110','41620994934','2021-05-14 15:30:35',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1652,'5500','41620994934','2021-05-14 15:30:35',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1653,'1000','41620994934','2021-05-14 15:30:35',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1654,'4000','41620994934','2021-05-14 15:30:35',NULL,4000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1655,'1110','41620995605','2021-05-14 15:34:16',NULL,1680.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1656,'5500','41620995605','2021-05-14 15:34:16',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1657,'1000','41620995605','2021-05-14 15:34:16',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1658,'4000','41620995605','2021-05-14 15:34:16',NULL,1950.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1659,'1110','41620995661','2021-05-14 15:36:14',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1660,'5500','41620995661','2021-05-14 15:36:14',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1661,'1000','41620995661','2021-05-14 15:36:14',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1662,'4000','41620995661','2021-05-14 15:36:14',NULL,220.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1663,'1110','41620996015','2021-05-14 17:19:40',NULL,1050.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(1664,'1110','41620996015','2021-05-14 17:19:40',NULL,40.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1665,'1110','41620996015','2021-05-14 17:19:40',NULL,560.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1666,'1110','41620996015','2021-05-14 17:19:40',NULL,12.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1667,'1110','41620996015','2021-05-14 17:19:40',NULL,600.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1668,'1110','41620996015','2021-05-14 17:19:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1669,'5500','41620996015','2021-05-14 17:19:40',2412.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1670,'1000','41620996015','2021-05-14 17:19:40',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1671,'4000','41620996015','2021-05-14 17:19:40',NULL,1350.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(1672,'4000','41620996015','2021-05-14 17:19:40',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1673,'4000','41620996015','2021-05-14 17:19:40',NULL,1400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1674,'4000','41620996015','2021-05-14 17:19:40',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1675,'4000','41620996015','2021-05-14 17:19:40',NULL,600.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1676,'4000','41620996015','2021-05-14 17:19:40',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1677,'1110','41621003778','2021-05-14 17:55:54',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1678,'5500','41621003778','2021-05-14 17:55:54',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1679,'1000','41621003778','2021-05-14 17:55:54',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1680,'4000','41621003778','2021-05-14 17:55:54',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1681,'1110','41621080673','2021-05-15 15:22:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1682,'5500','41621080673','2021-05-15 15:22:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1683,'1000','41621080673','2021-05-15 15:22:35',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1684,'4000','41621080673','2021-05-15 15:22:35',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1685,'1110','41621081383','2021-05-15 15:37:30',NULL,8910.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1686,'1110','41621081383','2021-05-15 15:37:30',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1687,'5500','41621081383','2021-05-15 15:37:30',9210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1688,'1000','41621081383','2021-05-15 15:37:30',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1689,'4000','41621081383','2021-05-15 15:37:30',NULL,9900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1690,'4000','41621081383','2021-05-15 15:37:30',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1691,'1110','41621082261','2021-05-15 15:39:32',NULL,60.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1692,'1110','41621082261','2021-05-15 15:39:32',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1693,'5500','41621082261','2021-05-15 15:39:32',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1694,'1000','41621082261','2021-05-15 15:39:32',2020.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1695,'4000','41621082261','2021-05-15 15:39:32',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1696,'4000','41621082261','2021-05-15 15:39:32',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1697,'1110','41621082378','2021-05-15 15:41:46',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(1698,'5500','41621082378','2021-05-15 15:41:46',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1699,'1000','41621082378','2021-05-15 15:41:46',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1700,'4000','41621082378','2021-05-15 15:41:46',NULL,800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1701,'1110','41621082521','2021-05-15 15:42:50',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1702,'5500','41621082521','2021-05-15 15:42:50',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1703,'1000','41621082521','2021-05-15 15:42:50',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1704,'4000','41621082521','2021-05-15 15:42:50',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1705,'1110','41621082586','2021-05-15 15:44:23',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1706,'5500','41621082586','2021-05-15 15:44:23',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1707,'1000','41621082586','2021-05-15 15:44:23',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1708,'4000','41621082586','2021-05-15 15:44:23',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1709,'1110','41621082684','2021-05-15 15:52:42',NULL,460.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(1710,'1110','41621082684','2021-05-15 15:52:42',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1711,'1110','41621082684','2021-05-15 15:52:42',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1712,'5500','41621082684','2021-05-15 15:52:42',690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1713,'1000','41621082684','2021-05-15 15:52:42',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1714,'4000','41621082684','2021-05-15 15:52:42',NULL,600.00,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(1715,'4000','41621082684','2021-05-15 15:52:42',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1716,'4000','41621082684','2021-05-15 15:52:42',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1717,'1110','41621083190','2021-05-15 15:54:43',NULL,825.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1718,'5500','41621083190','2021-05-15 15:54:43',825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1719,'1000','41621083190','2021-05-15 15:54:43',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1720,'4000','41621083190','2021-05-15 15:54:43',NULL,1050.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1721,'1110','41621083291','2021-05-15 15:58:25',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1722,'1110','41621083291','2021-05-15 15:58:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1723,'5500','41621083291','2021-05-15 15:58:25',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1724,'1000','41621083291','2021-05-15 15:58:25',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1725,'4000','41621083291','2021-05-15 15:58:25',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1726,'4000','41621083291','2021-05-15 15:58:25',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1727,'1110','41621083550','2021-05-15 16:03:11',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1728,'5500','41621083550','2021-05-15 16:03:11',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1729,'1000','41621083550','2021-05-15 16:03:11',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1730,'4000','41621083550','2021-05-15 16:03:11',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1731,'1110','41621083796','2021-05-15 16:03:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1732,'5500','41621083796','2021-05-15 16:03:57',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1733,'1000','41621083796','2021-05-15 16:03:57',170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1734,'4000','41621083796','2021-05-15 16:03:57',NULL,170.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1735,'1110','41621083842','2021-05-15 16:08:38',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1736,'1110','41621083842','2021-05-15 16:08:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1737,'1110','41621083842','2021-05-15 16:08:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1738,'1110','41621083842','2021-05-15 16:08:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1739,'1110','41621083842','2021-05-15 16:08:38',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1740,'5500','41621083842','2021-05-15 16:08:38',1306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1741,'1000','41621083842','2021-05-15 16:08:38',2350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1742,'4000','41621083842','2021-05-15 16:08:38',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1743,'4000','41621083842','2021-05-15 16:08:38',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1744,'4000','41621083842','2021-05-15 16:08:38',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1745,'4000','41621083842','2021-05-15 16:08:38',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1746,'4000','41621083842','2021-05-15 16:08:38',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1747,'1110','41621084299','2021-05-15 16:15:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1748,'1110','41621084299','2021-05-15 16:15:43',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1749,'1110','41621084299','2021-05-15 16:15:43',NULL,3500.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(1750,'1110','41621084299','2021-05-15 16:15:43',NULL,12.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1751,'5500','41621084299','2021-05-15 16:15:43',3623.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1752,'1000','41621084299','2021-05-15 16:15:43',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1753,'4000','41621084299','2021-05-15 16:15:43',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1754,'4000','41621084299','2021-05-15 16:15:43',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1755,'4000','41621084299','2021-05-15 16:15:43',NULL,4000.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1756,'4000','41621084299','2021-05-15 16:15:43',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1757,'1110','41621084643','2021-05-15 16:19:18',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1758,'1110','41621084643','2021-05-15 16:19:18',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1759,'5500','41621084643','2021-05-15 16:19:18',12260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1760,'1000','41621084643','2021-05-15 16:19:18',14300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1761,'4000','41621084643','2021-05-15 16:19:18',NULL,13900.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1762,'4000','41621084643','2021-05-15 16:19:18',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1763,'1110','41621084958','2021-05-15 16:24:39',NULL,10.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1764,'5500','41621084958','2021-05-15 16:24:39',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1765,'1000','41621084958','2021-05-15 16:24:39',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1766,'4000','41621084958','2021-05-15 16:24:39',NULL,750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1767,'1110','41621086854','2021-05-15 17:53:51',NULL,36000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1768,'1110','41621086854','2021-05-15 17:53:51',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1769,'1110','41621086854','2021-05-15 17:53:51',NULL,1050.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1770,'5500','41621086854','2021-05-15 17:53:51',38350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1771,'1000','41621086854','2021-05-15 17:53:51',44000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1772,'4000','41621086854','2021-05-15 17:53:51',NULL,40500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1773,'4000','41621086854','2021-05-15 17:53:51',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1774,'4000','41621086854','2021-05-15 17:53:51',NULL,1500.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1775,'1110','41621090507','2021-05-15 17:56:02',NULL,24000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1776,'5500','41621090507','2021-05-15 17:56:02',24000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1777,'1000','41621090507','2021-05-15 17:56:02',27500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1778,'4000','41621090507','2021-05-15 17:56:02',NULL,27500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1779,'1110','41621090602','2021-05-15 17:58:52',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1780,'1110','41621090602','2021-05-15 17:58:52',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1781,'5500','41621090602','2021-05-15 17:58:52',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1782,'1000','41621090602','2021-05-15 17:58:52',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1783,'4000','41621090602','2021-05-15 17:58:52',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1784,'4000','41621090602','2021-05-15 17:58:52',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1785,'1110','41621250614','2021-05-17 14:29:57',NULL,19200.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(1786,'1110','41621250614','2021-05-17 14:29:57',NULL,180.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(1787,'1110','41621250614','2021-05-17 14:29:57',NULL,3825.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1788,'5500','41621250614','2021-05-17 14:29:57',23205.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1789,'1000','41621250614','2021-05-17 14:29:57',26300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1790,'4000','41621250614','2021-05-17 14:29:57',NULL,20800.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(1791,'4000','41621250614','2021-05-17 14:29:57',NULL,100.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(1792,'4000','41621250614','2021-05-17 14:29:57',NULL,5400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1793,'1110','41621251016','2021-05-17 14:33:34',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(1794,'1110','41621251016','2021-05-17 14:33:34',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1795,'1110','41621251016','2021-05-17 14:33:34',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1796,'1110','41621251016','2021-05-17 14:33:34',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1797,'5500','41621251016','2021-05-17 14:33:34',4035.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1798,'1000','41621251016','2021-05-17 14:33:34',4920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1799,'4000','41621251016','2021-05-17 14:33:34',NULL,4500.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(1800,'4000','41621251016','2021-05-17 14:33:34',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1801,'4000','41621251016','2021-05-17 14:33:34',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1802,'4000','41621251016','2021-05-17 14:33:34',NULL,220.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1803,'1110','41621252061','2021-05-17 15:19:10',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1804,'1110','41621252061','2021-05-17 15:19:10',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(1805,'5500','41621252061','2021-05-17 15:19:10',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1806,'1000','41621252061','2021-05-17 15:19:10',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1807,'4000','41621252061','2021-05-17 15:19:10',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1808,'4000','41621252061','2021-05-17 15:19:10',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(1809,'1110','41621254052','2021-05-17 15:27:33',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1810,'1110','41621254052','2021-05-17 15:27:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1811,'1110','41621254052','2021-05-17 15:27:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1812,'1110','41621254052','2021-05-17 15:27:33',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1813,'1110','41621254052','2021-05-17 15:27:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1814,'5500','41621254052','2021-05-17 15:27:33',7155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1815,'1000','41621254052','2021-05-17 15:27:33',8600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1816,'4000','41621254052','2021-05-17 15:27:33',NULL,7600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1817,'4000','41621254052','2021-05-17 15:27:33',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1818,'4000','41621254052','2021-05-17 15:27:33',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1819,'4000','41621254052','2021-05-17 15:27:33',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1820,'4000','41621254052','2021-05-17 15:27:33',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1821,'1110','41621254460','2021-05-17 15:28:50',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1822,'5500','41621254460','2021-05-17 15:28:50',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1823,'1000','41621254460','2021-05-17 15:28:50',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1824,'4000','41621254460','2021-05-17 15:28:50',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1825,'1110','41621254536','2021-05-17 15:30:20',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(1826,'5500','41621254536','2021-05-17 15:30:20',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1827,'1000','41621254536','2021-05-17 15:30:20',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1828,'4000','41621254536','2021-05-17 15:30:20',NULL,14000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1829,'1110','41621254625','2021-05-17 15:32:47',NULL,4050.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(1830,'5500','41621254625','2021-05-17 15:32:47',4050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1831,'1000','41621254625','2021-05-17 15:32:47',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1832,'4000','41621254625','2021-05-17 15:32:47',NULL,4700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(1833,'1110','41621254773','2021-05-17 15:36:15',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(1834,'5500','41621254773','2021-05-17 15:36:15',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1835,'1000','41621254773','2021-05-17 15:36:15',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1836,'4000','41621254773','2021-05-17 15:36:15',NULL,499.80,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(1837,'1110','41621254983','2021-05-17 15:57:20',NULL,20480.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(1838,'1110','41621254983','2021-05-17 15:57:20',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1839,'1110','41621254983','2021-05-17 15:57:20',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1840,'1110','41621254983','2021-05-17 15:57:20',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1841,'1110','41621254983','2021-05-17 15:57:20',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(1842,'5500','41621254983','2021-05-17 15:57:20',21280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1843,'1000','41621254983','2021-05-17 15:57:20',31500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1844,'4000','41621254983','2021-05-17 15:57:20',NULL,30080.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(1845,'4000','41621254983','2021-05-17 15:57:20',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1846,'4000','41621254983','2021-05-17 15:57:20',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1847,'4000','41621254983','2021-05-17 15:57:20',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1848,'4000','41621254983','2021-05-17 15:57:20',NULL,320.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(1849,'1110','41621256247','2021-05-17 16:00:13',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1850,'1110','41621256247','2021-05-17 16:00:13',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(1851,'1110','41621256247','2021-05-17 16:00:13',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1852,'1110','41621256247','2021-05-17 16:00:13',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1853,'5500','41621256247','2021-05-17 16:00:13',465.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1854,'1000','41621256247','2021-05-17 16:00:13',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1855,'4000','41621256247','2021-05-17 16:00:13',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1856,'4000','41621256247','2021-05-17 16:00:13',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1857,'4000','41621256247','2021-05-17 16:00:13',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1858,'4000','41621256247','2021-05-17 16:00:13',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1859,'1110','41621256431','2021-05-17 16:02:50',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1860,'5500','41621256431','2021-05-17 16:02:50',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1861,'1000','41621256431','2021-05-17 16:02:50',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1862,'4000','41621256431','2021-05-17 16:02:50',NULL,1000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1863,'1110','41621263006','2021-05-17 17:55:27',NULL,700.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(1864,'1110','41621263006','2021-05-17 17:55:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(1865,'5500','41621263006','2021-05-17 17:55:27',745.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1866,'1000','41621263006','2021-05-17 17:55:27',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1867,'4000','41621263006','2021-05-17 17:55:27',NULL,850.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1868,'4000','41621263006','2021-05-17 17:55:27',NULL,50.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(1869,'1110','41621263393','2021-05-17 18:02:03',NULL,3850.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1870,'1110','41621263393','2021-05-17 18:02:03',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1871,'1110','41621263393','2021-05-17 18:02:03',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1872,'5500','41621263393','2021-05-17 18:02:03',5020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1873,'1000','41621263393','2021-05-17 18:02:03',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1874,'4000','41621263393','2021-05-17 18:02:03',NULL,4900.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1875,'4000','41621263393','2021-05-17 18:02:03',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1876,'4000','41621263393','2021-05-17 18:02:03',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1877,'1110','41621263738','2021-05-17 18:02:37',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1878,'5500','41621263738','2021-05-17 18:02:37',560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1879,'1000','41621263738','2021-05-17 18:02:37',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1880,'4000','41621263738','2021-05-17 18:02:37',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1881,'1110','41621263764','2021-05-17 18:04:05',NULL,3000.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(1882,'1110','41621263764','2021-05-17 18:04:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1883,'5500','41621263764','2021-05-17 18:04:05',3105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1884,'1000','41621263764','2021-05-17 18:04:05',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1885,'4000','41621263764','2021-05-17 18:04:05',NULL,3450.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(1886,'4000','41621263764','2021-05-17 18:04:05',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1887,'1110','41621263858','2021-05-17 18:06:45',NULL,2560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(1888,'1110','41621263858','2021-05-17 18:06:45',NULL,5355.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1889,'1110','41621263858','2021-05-17 18:06:45',NULL,4400.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(1890,'1110','41621263858','2021-05-17 18:06:45',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1891,'1110','41621263858','2021-05-17 18:06:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1892,'5500','41621263858','2021-05-17 18:06:45',12617.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1893,'1000','41621263858','2021-05-17 18:06:45',17700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1894,'4000','41621263858','2021-05-17 18:06:45',NULL,3800.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(1895,'4000','41621263858','2021-05-17 18:06:45',NULL,7700.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1896,'4000','41621263858','2021-05-17 18:06:45',NULL,5600.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1897,'4000','41621263858','2021-05-17 18:06:45',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1898,'4000','41621263858','2021-05-17 18:06:45',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1899,'1110','41621264104','2021-05-17 18:12:27',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1900,'1110','41621264104','2021-05-17 18:12:27',NULL,12800.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(1901,'1110','41621264104','2021-05-17 18:12:27',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1902,'1110','41621264104','2021-05-17 18:12:27',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1903,'1110','41621264104','2021-05-17 18:12:27',NULL,20000.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1904,'5500','41621264104','2021-05-17 18:12:27',33514.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1905,'1000','41621264104','2021-05-17 18:12:27',48550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1906,'4000','41621264104','2021-05-17 18:12:27',NULL,7400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1907,'4000','41621264104','2021-05-17 18:12:27',NULL,18000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(1908,'4000','41621264104','2021-05-17 18:12:27',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1909,'4000','41621264104','2021-05-17 18:12:27',NULL,750.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1910,'4000','41621264104','2021-05-17 18:12:27',NULL,22000.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1911,'1110','41621347668','2021-05-18 17:23:03',NULL,4720.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(1912,'5500','41621347668','2021-05-18 17:23:03',4720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1913,'1000','41621347668','2021-05-18 17:23:03',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1914,'4000','41621347668','2021-05-18 17:23:03',NULL,5200.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(1915,'1110','41621347794','2021-05-18 17:24:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1916,'5500','41621347794','2021-05-18 17:24:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1917,'1000','41621347794','2021-05-18 17:24:30',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1918,'4000','41621347794','2021-05-18 17:24:30',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1919,'1110','41621347903','2021-05-18 17:25:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1920,'5500','41621347903','2021-05-18 17:25:39',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1921,'1000','41621347903','2021-05-18 17:25:39',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1922,'4000','41621347903','2021-05-18 17:25:39',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1923,'1110','41621347985','2021-05-18 17:29:21',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(1924,'5500','41621347985','2021-05-18 17:29:21',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1925,'1000','41621347985','2021-05-18 17:29:21',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1926,'4000','41621347985','2021-05-18 17:29:21',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1927,'1110','41621348167','2021-05-18 17:30:10',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(1928,'5500','41621348167','2021-05-18 17:30:10',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1929,'1000','41621348167','2021-05-18 17:30:10',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1930,'4000','41621348167','2021-05-18 17:30:10',NULL,450.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(1931,'1110','41621348215','2021-05-18 08:21:04',NULL,2100.00,'','4','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(1932,'1110','41621348215','2021-05-18 08:21:04',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(1933,'1110','41621348215','2021-05-18 08:21:04',NULL,120.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1934,'1110','41621348215','2021-05-18 08:21:04',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(1935,'5500','41621348215','2021-05-18 08:21:04',2680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1936,'1000','41621348215','2021-05-18 08:21:04',3750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1937,'4000','41621348215','2021-05-18 08:21:04',NULL,2499.90,'','4','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(1938,'4000','41621348215','2021-05-18 08:21:04',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(1939,'4000','41621348215','2021-05-18 08:21:04',NULL,300.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1940,'4000','41621348215','2021-05-18 08:21:04',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(1945,'1110','41621402575','2021-05-18 08:37:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1946,'5500','41621402575','2021-05-18 08:37:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1947,'1000','41621402575','2021-05-18 08:37:51',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1948,'4000','41621402575','2021-05-18 08:37:51',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1949,'1110','41621402746','2021-05-18 08:39:53',NULL,540.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1950,'5500','41621402746','2021-05-18 08:39:53',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1951,'1000','41621402746','2021-05-18 08:39:53',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1952,'4000','41621402746','2021-05-18 08:39:53',NULL,650.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1953,'1110','41621402812','2021-05-18 08:41:15',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1954,'5500','41621402812','2021-05-18 08:41:15',5250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1955,'1000','41621402812','2021-05-18 08:41:15',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1956,'4000','41621402812','2021-05-18 08:41:15',NULL,6500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1957,'1110','41621402889','2021-05-18 08:42:27',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1958,'5500','41621402889','2021-05-18 08:42:27',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1959,'1000','41621402889','2021-05-18 08:42:27',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1960,'4000','41621402889','2021-05-18 08:42:27',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1961,'1110','41621402960','2021-05-18 08:43:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1962,'5500','41621402960','2021-05-18 08:43:26',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1963,'1000','41621402960','2021-05-18 08:43:26',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1964,'4000','41621402960','2021-05-18 08:43:26',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1965,'1110','41621403017','2021-05-18 08:46:00',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1966,'1110','41621403017','2021-05-18 08:46:00',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1967,'5500','41621403017','2021-05-18 08:46:00',654.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1968,'1000','41621403017','2021-05-18 08:46:00',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1969,'4000','41621403017','2021-05-18 08:46:00',NULL,900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(1970,'4000','41621403017','2021-05-18 08:46:00',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1971,'1110','41621403202','2021-05-18 08:54:53',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1972,'1110','41621403202','2021-05-18 08:54:53',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1973,'1110','41621403202','2021-05-18 08:54:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1974,'5500','41621403202','2021-05-18 08:54:53',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1975,'1000','41621403202','2021-05-18 08:54:53',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1976,'4000','41621403202','2021-05-18 08:54:53',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1977,'4000','41621403202','2021-05-18 08:54:53',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1978,'4000','41621403202','2021-05-18 08:54:53',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1979,'1110','41621403772','2021-05-18 08:59:02',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1980,'1110','41621403772','2021-05-18 08:59:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1981,'5500','41621403772','2021-05-18 08:59:02',422.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1982,'1000','41621403772','2021-05-18 08:59:02',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1983,'4000','41621403772','2021-05-18 08:59:02',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1984,'4000','41621403772','2021-05-18 08:59:02',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1985,'1110','41621403970','2021-05-18 09:01:15',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1986,'5500','41621403970','2021-05-18 09:01:15',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1987,'1000','41621403970','2021-05-18 09:01:15',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1988,'4000','41621403970','2021-05-18 09:01:15',NULL,499.80,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(1989,'1110','41621404089','2021-05-18 09:22:58',NULL,700.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1990,'1110','41621404089','2021-05-18 09:22:58',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1991,'1110','41621404089','2021-05-18 09:22:58',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(1992,'1110','41621404089','2021-05-18 09:22:58',NULL,650.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(1993,'1110','41621404089','2021-05-18 09:22:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1994,'1110','41621404089','2021-05-18 09:22:58',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1995,'1110','41621404089','2021-05-18 09:22:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(1996,'1110','41621404089','2021-05-18 09:22:58',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(1997,'5500','41621404089','2021-05-18 09:22:58',1992.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1998,'1000','41621404089','2021-05-18 09:22:58',5750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1999,'4000','41621404089','2021-05-18 09:22:58',NULL,850.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2000,'4000','41621404089','2021-05-18 09:22:58',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2001,'4000','41621404089','2021-05-18 09:22:58',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(2002,'4000','41621404089','2021-05-18 09:22:58',NULL,1200.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(2003,'4000','41621404089','2021-05-18 09:22:58',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2004,'4000','41621404089','2021-05-18 09:22:58',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2005,'4000','41621404089','2021-05-18 09:22:58',NULL,1300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2006,'4000','41621404089','2021-05-18 09:22:58',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2007,'1110','41621405529','2021-05-18 09:28:24',NULL,2430.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2008,'5500','41621405529','2021-05-18 09:28:24',2430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2009,'1000','41621405529','2021-05-18 09:28:24',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2010,'4000','41621405529','2021-05-18 09:28:24',NULL,3000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2011,'1110','41621405725','2021-05-18 09:31:08',NULL,80.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(2012,'5500','41621405725','2021-05-18 09:31:08',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2013,'1000','41621405725','2021-05-18 09:31:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2014,'4000','41621405725','2021-05-18 09:31:08',NULL,300.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2015,'1110','41621406973','2021-05-18 09:50:56',NULL,5670.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2016,'5500','41621406973','2021-05-18 09:50:56',5670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2017,'1000','41621406973','2021-05-18 09:50:56',6650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2018,'4000','41621406973','2021-05-18 09:50:56',NULL,6650.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2019,'1110','41621407706','2021-05-19 10:05:07',NULL,1100.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(2020,'5500','41621407706','2021-05-19 10:05:07',1100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2021,'1000','41621407706','2021-05-19 10:05:07',1320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2022,'4000','41621407706','2021-05-19 10:05:07',NULL,1320.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(2023,'1110','41621401852','2021-05-18 08:28:19',NULL,1620.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2024,'5500','41621401852','2021-05-20 16:35:25',1620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2025,'1000','41621401852','2021-05-18 08:28:19',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2026,'4000','41621401852','2021-05-18 08:28:19',NULL,1900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2027,'1110','41621575408','2021-05-18 08:38:45',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(2028,'1110','41621575408','2021-05-18 08:38:45',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2029,'5500','41621575408','2021-05-18 08:38:45',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2030,'1000','41621575408','2021-05-18 08:38:45',3750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2031,'4000','41621575408','2021-05-18 08:38:45',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(2032,'4000','41621575408','2021-05-18 08:38:45',NULL,250.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2033,'1110','41621575829','2021-05-19 08:45:31',NULL,19500.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(2034,'5500','41621575829','2021-05-19 08:45:31',19500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2035,'1000','41621575829','2021-05-19 08:45:31',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2036,'4000','41621575829','2021-05-19 08:45:31',NULL,22000.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(2037,'1110','41621575964','2021-05-19 08:54:02',NULL,450.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(2038,'1110','41621575964','2021-05-19 08:54:02',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2039,'1110','41621575964','2021-05-19 08:54:02',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(2040,'5500','41621575964','2021-05-19 08:54:02',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2041,'1000','41621575964','2021-05-19 08:54:02',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2042,'4000','41621575964','2021-05-19 08:54:02',NULL,850.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2043,'4000','41621575964','2021-05-19 08:54:02',NULL,600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2044,'4000','41621575964','2021-05-19 08:54:02',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2045,'1110','41621576745','2021-05-19 09:04:48',NULL,325.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2046,'5500','41621576745','2021-05-19 09:04:48',325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2047,'1000','41621576745','2021-05-19 09:04:48',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2048,'4000','41621576745','2021-05-19 09:04:48',NULL,500.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2049,'1110','41621577103','2021-05-19 09:07:29',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2050,'5500','41621577103','2021-05-19 09:07:29',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2051,'1000','41621577103','2021-05-19 09:07:29',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2052,'4000','41621577103','2021-05-19 09:07:29',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2053,'1110','41621577324','2021-05-19 09:09:32',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2054,'5500','41621577324','2021-05-19 09:09:32',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2055,'1000','41621577324','2021-05-19 09:09:32',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2056,'4000','41621577324','2021-05-19 09:09:32',NULL,1150.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2057,'1110','41621577615','2021-05-19 09:15:18',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2058,'5500','41621577615','2021-05-19 09:15:18',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2059,'1000','41621577615','2021-05-19 09:15:18',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2060,'4000','41621577615','2021-05-19 09:15:18',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2061,'1110','41621577734','2021-05-19 09:16:10',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(2062,'5500','41621577734','2021-05-19 09:16:10',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2063,'1000','41621577734','2021-05-19 09:16:10',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2064,'4000','41621577734','2021-05-19 09:16:10',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(2065,'1110','41621577788','2021-05-19 09:20:04',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2066,'1110','41621577788','2021-05-19 09:20:04',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2067,'1110','41621577788','2021-05-19 09:20:04',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2068,'5500','41621577788','2021-05-19 09:20:04',2215.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2069,'1000','41621577788','2021-05-19 09:20:04',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2070,'4000','41621577788','2021-05-19 09:20:04',NULL,2700.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2071,'4000','41621577788','2021-05-19 09:20:04',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2072,'4000','41621577788','2021-05-19 09:20:04',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2073,'1110','41621578249','2021-05-19 09:28:43',NULL,450.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(2074,'5500','41621578249','2021-05-19 09:28:43',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2075,'1000','41621578249','2021-05-19 09:28:43',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2076,'4000','41621578249','2021-05-19 09:28:43',NULL,850.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2077,'1110','41621581421','2021-05-19 10:17:48',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2078,'5500','41621581421','2021-05-19 10:17:48',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2079,'1000','41621581421','2021-05-19 10:17:48',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2080,'4000','41621581421','2021-05-19 10:17:48',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2081,'1110','41621581593','2021-05-19 10:23:03',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2082,'1110','41621581593','2021-05-19 10:23:03',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2083,'1110','41621581593','2021-05-19 10:23:03',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2084,'1110','41621581593','2021-05-19 10:23:03',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2085,'5500','41621581593','2021-05-19 10:23:03',487.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2086,'1000','41621581593','2021-05-19 10:23:03',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2087,'4000','41621581593','2021-05-19 10:23:03',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2088,'4000','41621581593','2021-05-19 10:23:03',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2089,'4000','41621581593','2021-05-19 10:23:03',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2090,'4000','41621581593','2021-05-19 10:23:03',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2091,'1110','41621581801','2021-05-19 10:31:14',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(2092,'1110','41621581801','2021-05-19 10:31:14',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2093,'5500','41621581801','2021-05-19 10:31:14',1460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2094,'1000','41621581801','2021-05-19 10:31:14',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2095,'4000','41621581801','2021-05-19 10:31:14',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(2096,'4000','41621581801','2021-05-19 10:31:14',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2097,'1110','41621582302','2021-05-19 10:34:39',NULL,5200.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(2098,'1110','41621582302','2021-05-19 10:34:39',NULL,472.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2099,'5500','41621582302','2021-05-19 10:34:39',5672.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2100,'1000','41621582302','2021-05-19 10:34:39',6985.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2101,'4000','41621582302','2021-05-19 10:34:39',NULL,6400.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2102,'4000','41621582302','2021-05-19 10:34:39',NULL,585.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2103,'1110','41621582505','2021-05-19 10:36:55',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2104,'5500','41621582505','2021-05-19 10:36:55',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2105,'1000','41621582505','2021-05-19 10:36:55',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2106,'4000','41621582505','2021-05-19 10:36:55',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2107,'1110','41621582645','2021-05-19 10:38:46',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2108,'5500','41621582645','2021-05-19 10:38:46',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2109,'1000','41621582645','2021-05-19 10:38:46',1680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2110,'4000','41621582645','2021-05-19 10:38:46',NULL,1680.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2111,'1110','41621583113','2021-05-20 10:46:33',NULL,1530.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2112,'5500','41621583113','2021-05-20 10:46:33',1530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2113,'1000','41621583113','2021-05-20 10:46:33',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2114,'4000','41621583113','2021-05-20 10:46:33',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2115,'1110','41621583207','2021-05-20 10:48:45',NULL,1530.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2116,'1110','41621583207','2021-05-20 10:48:45',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2117,'5500','41621583207','2021-05-20 10:48:45',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2118,'1000','41621583207','2021-05-20 10:48:45',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2119,'4000','41621583207','2021-05-20 10:48:45',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2120,'4000','41621583207','2021-05-20 10:48:45',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2121,'1110','41621583343','2021-05-20 10:50:24',NULL,11520.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(2122,'5500','41621583343','2021-05-20 10:50:24',11520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2123,'1000','41621583343','2021-05-20 10:50:24',16650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2124,'4000','41621583343','2021-05-20 10:50:24',NULL,16650.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2125,'1110','41621583440','2021-05-20 10:51:37',NULL,1700.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(2126,'5500','41621583440','2021-05-20 10:51:37',1700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2127,'1000','41621583440','2021-05-20 10:51:37',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2128,'4000','41621583440','2021-05-20 10:51:37',NULL,2400.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(2129,'1110','41621583519','2021-05-20 10:55:32',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2130,'5500','41621583519','2021-05-20 10:55:32',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2131,'1000','41621583519','2021-05-20 10:55:32',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2132,'4000','41621583519','2021-05-20 10:55:32',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2133,'1110','41621583753','2021-05-20 11:43:06',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2134,'1110','41621583753','2021-05-20 11:43:06',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2135,'5500','41621583753','2021-05-20 11:43:06',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2136,'1000','41621583753','2021-05-20 11:43:06',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2137,'4000','41621583753','2021-05-20 11:43:06',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2138,'4000','41621583753','2021-05-20 11:43:06',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2139,'1110','41621586605','2021-05-20 11:44:24',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(2140,'5500','41621586605','2021-05-20 11:44:24',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2141,'1000','41621586605','2021-05-20 11:44:24',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2142,'4000','41621586605','2021-05-20 11:44:24',NULL,250.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(2143,'1110','41621586675','2021-05-20 11:45:26',NULL,195.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2144,'5500','41621586675','2021-05-20 11:45:26',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2145,'1000','41621586675','2021-05-20 11:45:26',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2146,'4000','41621586675','2021-05-20 11:45:26',NULL,300.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2147,'1110','41621586752','2021-05-20 11:50:02',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(2148,'1110','41621586752','2021-05-20 11:50:02',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2149,'1110','41621586752','2021-05-20 11:50:02',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2150,'5500','41621586752','2021-05-20 11:50:02',4112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2151,'1000','41621586752','2021-05-20 11:50:02',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2152,'4000','41621586752','2021-05-20 11:50:02',NULL,4500.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(2153,'4000','41621586752','2021-05-20 11:50:02',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2154,'4000','41621586752','2021-05-20 11:50:02',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2155,'1110','41621587013','2021-05-20 11:51:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2156,'5500','41621587013','2021-05-20 11:51:03',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2157,'1000','41621587013','2021-05-20 11:51:03',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2158,'4000','41621587013','2021-05-20 11:51:03',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2159,'1110','41621587075','2021-05-20 11:52:27',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2160,'5500','41621587075','2021-05-20 11:52:27',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2161,'1000','41621587075','2021-05-20 11:52:27',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2162,'4000','41621587075','2021-05-20 11:52:27',NULL,1150.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2163,'1110','41621587156','2021-05-20 11:54:23',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2164,'5500','41621587156','2021-05-20 11:54:23',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2165,'1000','41621587156','2021-05-20 11:54:23',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2166,'4000','41621587156','2021-05-20 11:54:23',NULL,350.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2167,'1110','41621587272','2021-05-20 11:56:19',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2168,'1110','41621587272','2021-05-20 11:56:19',NULL,350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(2169,'5500','41621587272','2021-05-20 11:56:19',1610.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2170,'1000','41621587272','2021-05-20 11:56:19',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2171,'4000','41621587272','2021-05-20 11:56:19',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2172,'4000','41621587272','2021-05-20 11:56:19',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(2173,'1110','41621587402','2021-05-20 11:58:20',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(2174,'1110','41621587402','2021-05-20 11:58:20',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2175,'5500','41621587402','2021-05-20 11:58:20',213.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2176,'1000','41621587402','2021-05-20 11:58:20',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2177,'4000','41621587402','2021-05-20 11:58:20',NULL,350.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(2178,'4000','41621587402','2021-05-20 11:58:20',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2179,'1110','41621587517','2021-05-21 12:02:01',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2180,'5500','41621587517','2021-05-21 12:02:01',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2181,'1000','41621587517','2021-05-21 12:02:01',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2182,'4000','41621587517','2021-05-21 12:02:01',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2183,'1110','41621587725','2021-05-21 12:02:28',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2184,'5500','41621587725','2021-05-21 12:02:28',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2185,'1000','41621587725','2021-05-21 12:02:28',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2186,'4000','41621587725','2021-05-21 12:02:28',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2187,'1110','41621587848','2021-05-21 12:04:41',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2188,'5500','41621587848','2021-05-21 12:04:41',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2189,'1000','41621587848','2021-05-21 12:04:41',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2190,'4000','41621587848','2021-05-21 12:04:41',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2191,'1110','41621587906','2021-05-21 12:07:25',NULL,60.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2192,'1110','41621587906','2021-05-21 12:07:25',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2193,'5500','41621587906','2021-05-21 12:07:25',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2194,'1000','41621587906','2021-05-21 12:07:25',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2195,'4000','41621587906','2021-05-21 12:07:25',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2196,'4000','41621587906','2021-05-21 12:07:25',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2197,'1110','41621588050','2021-05-21 12:08:19',NULL,260.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2198,'5500','41621588050','2021-05-21 12:08:19',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2199,'1000','41621588050','2021-05-21 12:08:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2200,'4000','41621588050','2021-05-21 12:08:19',NULL,400.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2201,'1110','41621610212','2021-05-21 18:17:16',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2202,'5500','41621610212','2021-05-21 18:17:16',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2203,'1000','41621610212','2021-05-21 18:17:16',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2204,'4000','41621610212','2021-05-21 18:17:16',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2205,'1110','41621610305','2021-05-21 18:19:08',NULL,8.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2206,'5500','41621610305','2021-05-21 18:19:08',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2207,'1000','41621610305','2021-05-21 18:19:08',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2208,'4000','41621610305','2021-05-21 18:19:08',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2209,'1110','41621610396','2021-05-21 18:22:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2210,'5500','41621610396','2021-05-21 18:22:05',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2211,'1000','41621610396','2021-05-21 18:22:05',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2212,'4000','41621610396','2021-05-21 18:22:05',NULL,400.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2213,'1110','41621610530','2021-05-21 18:24:07',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2214,'5500','41621610530','2021-05-21 18:24:07',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2215,'1000','41621610530','2021-05-21 18:24:07',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2216,'4000','41621610530','2021-05-21 18:24:07',NULL,1000.20,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2217,'1110','41621610660','2021-05-21 18:27:47',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2218,'5500','41621610660','2021-05-21 18:27:47',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2219,'1000','41621610660','2021-05-21 18:27:47',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2220,'4000','41621610660','2021-05-21 18:27:47',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2221,'1110','41621610924','2021-05-21 18:29:18',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(2222,'5500','41621610924','2021-05-21 18:29:18',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2223,'1000','41621610924','2021-05-21 18:29:18',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2224,'4000','41621610924','2021-05-21 18:29:18',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(2225,'1110','41621610965','2021-05-21 18:29:57',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2226,'5500','41621610965','2021-05-21 18:29:57',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2227,'1000','41621610965','2021-05-21 18:29:57',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2228,'4000','41621610965','2021-05-21 18:29:57',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2229,'1110','41621611121','2021-05-21 18:33:00',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(2230,'5500','41621611121','2021-05-21 18:33:00',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2231,'1000','41621611121','2021-05-21 18:33:00',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2232,'4000','41621611121','2021-05-21 18:33:00',NULL,150.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(2233,'1110','41621682974','2021-05-22 14:36:58',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2234,'1110','41621682974','2021-05-22 14:36:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2235,'5500','41621682974','2021-05-22 14:36:58',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2236,'1000','41621682974','2021-05-22 14:36:58',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2237,'4000','41621682974','2021-05-22 14:36:58',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2238,'4000','41621682974','2021-05-22 14:36:58',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2239,'1110','41621683428','2021-05-22 14:39:56',NULL,2100.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2240,'1110','41621683428','2021-05-22 14:39:56',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2241,'5500','41621683428','2021-05-22 14:39:56',2250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2242,'1000','41621683428','2021-05-22 14:39:56',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2243,'4000','41621683428','2021-05-22 14:39:56',NULL,2400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2244,'4000','41621683428','2021-05-22 14:39:56',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2245,'1110','41621683604','2021-05-22 14:40:38',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(2246,'5500','41621683604','2021-05-22 14:40:38',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2247,'1000','41621683604','2021-05-22 14:40:38',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2248,'4000','41621683604','2021-05-22 14:40:38',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(2249,'1110','41621683643','2021-05-22 14:41:57',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2250,'5500','41621683643','2021-05-22 14:41:57',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2251,'1000','41621683643','2021-05-22 14:41:57',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2252,'4000','41621683643','2021-05-22 14:41:57',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2253,'1110','41621683723','2021-05-22 14:43:50',NULL,12000.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2254,'1110','41621683723','2021-05-22 14:43:50',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2255,'5500','41621683723','2021-05-22 14:43:50',12210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2256,'1000','41621683723','2021-05-22 14:43:50',14300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2257,'4000','41621683723','2021-05-22 14:43:50',NULL,14000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2258,'4000','41621683723','2021-05-22 14:43:50',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2259,'1110','41621683836','2021-05-22 14:50:57',NULL,50000.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2260,'1110','41621683836','2021-05-22 14:50:57',NULL,3600.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(2261,'1110','41621683836','2021-05-22 14:50:57',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2262,'1110','41621683836','2021-05-22 14:50:57',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2263,'5500','41621683836','2021-05-22 14:50:57',54550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2264,'1000','41621683836','2021-05-22 14:50:57',60300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2265,'4000','41621683836','2021-05-22 14:50:57',NULL,55000.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2266,'4000','41621683836','2021-05-22 14:50:57',NULL,3900.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(2267,'4000','41621683836','2021-05-22 14:50:57',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2268,'4000','41621683836','2021-05-22 14:50:57',NULL,400.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2269,'1110','41621684292','2021-05-22 14:53:05',NULL,3600.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(2270,'5500','41621684292','2021-05-22 14:53:05',3600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2271,'1000','41621684292','2021-05-22 14:53:05',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2272,'4000','41621684292','2021-05-22 14:53:05',NULL,3999.90,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(2273,'1110','41621684390','2021-05-22 15:14:38',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2274,'5500','41621684390','2021-05-22 15:14:38',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2275,'1000','41621684390','2021-05-22 15:14:38',2350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2276,'4000','41621684390','2021-05-22 15:14:38',NULL,2350.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2277,'1110','41621685705','2021-05-22 15:18:03',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(2278,'5500','41621685705','2021-05-22 15:18:03',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2279,'1000','41621685705','2021-05-22 15:18:03',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2280,'4000','41621685705','2021-05-22 15:18:03',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(2281,'1110','41621685901','2021-05-22 15:24:43',NULL,13000.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2282,'5500','41621685901','2021-05-22 15:24:43',13000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2283,'1000','41621685901','2021-05-22 15:24:43',14300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2284,'4000','41621685901','2021-05-22 15:24:43',NULL,14300.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2285,'1110','41621686288','2021-05-22 15:39:09',NULL,7200.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(2286,'1110','41621686288','2021-05-22 15:39:09',NULL,210.00,'','4','1','Inventory sold','1','','sales','289','','No',NULL,NULL,''),(2287,'5500','41621686288','2021-05-22 15:39:09',7410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2288,'1000','41621686288','2021-05-22 15:39:09',8850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2289,'4000','41621686288','2021-05-22 15:39:09',NULL,8250.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(2290,'4000','41621686288','2021-05-22 15:39:09',NULL,600.00,'','4','1','Good sold','1','','sales','289','','No',NULL,NULL,''),(2291,'1110','41621687168','2021-05-22 17:50:22',NULL,1050.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2292,'1110','41621687168','2021-05-22 17:50:22',NULL,1050.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2293,'1110','41621687168','2021-05-22 17:50:22',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2294,'1110','41621687168','2021-05-22 17:50:22',NULL,1350.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2295,'1110','41621687168','2021-05-22 17:50:22',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2296,'1110','41621687168','2021-05-22 17:50:22',NULL,16200.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2297,'1110','41621687168','2021-05-22 17:50:22',NULL,16520.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(2298,'1110','41621687168','2021-05-22 17:50:22',NULL,16800.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(2299,'1110','41621687168','2021-05-22 17:50:22',NULL,16520.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(2300,'5500','41621687168','2021-05-22 17:50:22',70780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2301,'1000','41621687168','2021-05-22 17:50:22',83000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2302,'4000','41621687168','2021-05-22 17:50:22',NULL,1500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2303,'4000','41621687168','2021-05-22 17:50:22',NULL,1500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2304,'4000','41621687168','2021-05-22 17:50:22',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2305,'4000','41621687168','2021-05-22 17:50:22',NULL,1999.80,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2306,'4000','41621687168','2021-05-22 17:50:22',NULL,1206.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2307,'4000','41621687168','2021-05-22 17:50:22',NULL,19000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2308,'4000','41621687168','2021-05-22 17:50:22',NULL,18200.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(2309,'4000','41621687168','2021-05-22 17:50:22',NULL,18200.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(2310,'4000','41621687168','2021-05-22 17:50:22',NULL,19894.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(2311,'1110','41621695035','2021-05-22 17:52:36',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2312,'1110','41621695035','2021-05-22 17:52:36',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2313,'5500','41621695035','2021-05-22 17:52:36',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2314,'1000','41621695035','2021-05-22 17:52:36',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2315,'4000','41621695035','2021-05-22 17:52:36',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2316,'4000','41621695035','2021-05-22 17:52:36',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2317,'1110','41621695169','2021-05-22 18:08:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2318,'5500','41621695169','2021-05-22 18:08:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2319,'1000','41621695169','2021-05-22 18:08:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2320,'4000','41621695169','2021-05-22 18:08:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2321,'1110','41621696332','2021-05-22 18:22:53',NULL,39000.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2322,'1110','41621696332','2021-05-22 18:22:53',NULL,975.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(2323,'1110','41621696332','2021-05-22 18:22:53',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2324,'1110','41621696332','2021-05-22 18:22:53',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2325,'1110','41621696332','2021-05-22 18:22:53',NULL,2750.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(2326,'1110','41621696332','2021-05-22 18:22:53',NULL,5850.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(2327,'5500','41621696332','2021-05-22 18:22:53',49565.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2328,'1000','41621696332','2021-05-22 18:22:53',58000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2329,'4000','41621696332','2021-05-22 18:22:53',NULL,42900.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2330,'4000','41621696332','2021-05-22 18:22:53',NULL,1100.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(2331,'4000','41621696332','2021-05-22 18:22:53',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2332,'4000','41621696332','2021-05-22 18:22:53',NULL,900.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2333,'4000','41621696332','2021-05-22 18:22:53',NULL,3000.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(2334,'4000','41621696332','2021-05-22 18:22:53',NULL,9099.90,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2335,'1110','41621696981','2021-05-22 18:25:12',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2336,'1110','41621696981','2021-05-22 18:25:12',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2337,'1110','41621696981','2021-05-22 18:25:12',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2338,'5500','41621696981','2021-05-22 18:25:12',6735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2339,'1000','41621696981','2021-05-22 18:25:12',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2340,'4000','41621696981','2021-05-22 18:25:12',NULL,7600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2341,'4000','41621696981','2021-05-22 18:25:12',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2342,'4000','41621696981','2021-05-22 18:25:12',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2343,'1110','41621697124','2021-05-22 18:26:00',NULL,960.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2344,'5500','41621697124','2021-05-22 18:26:00',960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2345,'1000','41621697124','2021-05-22 18:26:00',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2346,'4000','41621697124','2021-05-22 18:26:00',NULL,1800.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2347,'1110','41621697168','2021-05-22 18:27:09',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2348,'5500','41621697168','2021-05-22 18:27:09',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2349,'1000','41621697168','2021-05-22 18:27:09',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2350,'4000','41621697168','2021-05-22 18:27:09',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2351,'1110','41621697275','2021-05-22 18:28:51',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2352,'1110','41621697275','2021-05-22 18:28:51',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(2353,'5500','41621697275','2021-05-22 18:28:51',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2354,'1000','41621697275','2021-05-22 18:28:51',930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2355,'4000','41621697275','2021-05-22 18:28:51',NULL,580.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2356,'4000','41621697275','2021-05-22 18:28:51',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(2357,'1110','41621697337','2021-05-22 18:30:13',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(2358,'1110','41621697337','2021-05-22 18:30:13',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2359,'5500','41621697337','2021-05-22 18:30:13',11920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2360,'1000','41621697337','2021-05-22 18:30:13',13600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2361,'4000','41621697337','2021-05-22 18:30:13',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(2362,'4000','41621697337','2021-05-22 18:30:13',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2363,'1110','41621697420','2021-05-22 18:30:48',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2364,'5500','41621697420','2021-05-22 18:30:48',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2365,'1000','41621697420','2021-05-22 18:30:48',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2366,'4000','41621697420','2021-05-22 18:30:48',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2367,'1110','41621697454','2021-05-22 18:32:00',NULL,18000.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(2368,'5500','41621697454','2021-05-22 18:32:00',18000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2369,'1000','41621697454','2021-05-22 18:32:00',19875.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2370,'4000','41621697454','2021-05-22 18:32:00',NULL,19875.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(2371,'1110','41621697525','2021-05-22 18:32:28',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2372,'5500','41621697525','2021-05-22 18:32:28',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2373,'1000','41621697525','2021-05-22 18:32:28',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2374,'4000','41621697525','2021-05-22 18:32:28',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2375,'1110','41621697553','2021-05-22 18:39:23',NULL,7700.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(2376,'1110','41621697553','2021-05-22 18:39:23',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2377,'1110','41621697553','2021-05-22 18:39:23',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2378,'1110','41621697553','2021-05-22 18:39:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2379,'1110','41621697553','2021-05-22 18:39:23',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2380,'5500','41621697553','2021-05-22 18:39:23',9245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2381,'1000','41621697553','2021-05-22 18:39:23',11300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2382,'4000','41621697553','2021-05-22 18:39:23',NULL,9000.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(2383,'4000','41621697553','2021-05-22 18:39:23',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2384,'4000','41621697553','2021-05-22 18:39:23',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2385,'4000','41621697553','2021-05-22 18:39:23',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2386,'4000','41621697553','2021-05-22 18:39:23',NULL,649.50,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2387,'1110','41621698007','2021-05-22 18:40:32',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(2388,'5500','41621698007','2021-05-22 18:40:32',5880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2389,'1000','41621698007','2021-05-22 18:40:32',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2390,'4000','41621698007','2021-05-22 18:40:32',NULL,7000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(2391,'1110','41621834720','2021-05-24 10:28:37',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2392,'5500','41621834720','2021-05-24 10:28:37',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2393,'1000','41621834720','2021-05-24 10:28:37',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2394,'4000','41621834720','2021-05-24 10:28:37',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2395,'1110','41621841343','2021-05-24 11:11:06',NULL,480.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2396,'1110','41621841343','2021-05-24 11:11:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2397,'5500','41621841343','2021-05-24 11:11:06',482.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2398,'1000','41621841343','2021-05-24 11:11:06',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2399,'4000','41621841343','2021-05-24 11:11:06',NULL,900.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2400,'4000','41621841343','2021-05-24 11:11:06',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2401,'1110','41621865235','2021-05-24 17:09:46',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2402,'5500','41621865235','2021-05-24 17:09:46',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2403,'1000','41621865235','2021-05-24 17:09:46',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2404,'4000','41621865235','2021-05-24 17:09:46',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2405,'1110','41621865433','2021-05-24 17:11:43',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2406,'5500','41621865433','2021-05-24 17:11:43',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2407,'1000','41621865433','2021-05-24 17:11:43',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2408,'4000','41621865433','2021-05-24 17:11:43',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2409,'1110','41621865508','2021-05-24 17:12:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(2410,'5500','41621865508','2021-05-24 17:12:27',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2411,'1000','41621865508','2021-05-24 17:12:27',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2412,'4000','41621865508','2021-05-24 17:12:27',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(2413,'1110','41621865551','2021-05-24 17:17:44',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2414,'1110','41621865551','2021-05-24 17:17:44',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(2415,'1110','41621865551','2021-05-24 17:17:44',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(2416,'5500','41621865551','2021-05-24 17:17:44',670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2417,'1000','41621865551','2021-05-24 17:17:44',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2418,'4000','41621865551','2021-05-24 17:17:44',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2419,'4000','41621865551','2021-05-24 17:17:44',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(2420,'4000','41621865551','2021-05-24 17:17:44',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2421,'1110','41621865873','2021-05-24 17:20:14',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2422,'1110','41621865873','2021-05-24 17:20:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2423,'5500','41621865873','2021-05-24 17:20:14',1892.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2424,'1000','41621865873','2021-05-24 17:20:14',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2425,'4000','41621865873','2021-05-24 17:20:14',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2426,'4000','41621865873','2021-05-24 17:20:14',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2427,'1110','41621866029','2021-05-24 17:21:44',NULL,6100.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(2428,'5500','41621866029','2021-05-24 17:21:44',6100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2429,'1000','41621866029','2021-05-24 17:21:44',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2430,'4000','41621866029','2021-05-24 17:21:44',NULL,7000.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(2431,'1110','41621866114','2021-05-24 17:23:03',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2432,'5500','41621866114','2021-05-24 17:23:03',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2433,'1000','41621866114','2021-05-24 17:23:03',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2434,'4000','41621866114','2021-05-24 17:23:03',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2435,'1110','41621866190','2021-05-24 17:25:04',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(2436,'1110','41621866190','2021-05-24 17:25:04',NULL,700.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(2437,'5500','41621866190','2021-05-24 17:25:04',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2438,'1000','41621866190','2021-05-24 17:25:04',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2439,'4000','41621866190','2021-05-24 17:25:04',NULL,700.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2440,'4000','41621866190','2021-05-24 17:25:04',NULL,800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2441,'1110','41621866310','2021-05-24 17:26:04',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(2442,'5500','41621866310','2021-05-24 17:26:04',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2443,'1000','41621866310','2021-05-24 17:26:04',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2444,'4000','41621866310','2021-05-24 17:26:04',NULL,250.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(2445,'1110','41621866368','2021-05-24 17:27:04',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2446,'5500','41621866368','2021-05-24 17:27:04',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2447,'1000','41621866368','2021-05-24 17:27:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2448,'4000','41621866368','2021-05-24 17:27:04',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2449,'1110','41621866432','2021-05-24 17:27:54',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2450,'5500','41621866432','2021-05-24 17:27:54',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2451,'1000','41621866432','2021-05-24 17:27:54',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2452,'4000','41621866432','2021-05-24 17:27:54',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2453,'1110','41621866589','2021-05-24 17:32:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(2454,'1110','41621866589','2021-05-24 17:32:40',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2455,'5500','41621866589','2021-05-24 17:32:40',230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2456,'1000','41621866589','2021-05-24 17:32:40',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2457,'4000','41621866589','2021-05-24 17:32:40',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(2458,'4000','41621866589','2021-05-24 17:32:40',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2459,'1110','41621866764','2021-05-24 17:35:08',NULL,6120.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2460,'1110','41621866764','2021-05-24 17:35:08',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2461,'5500','41621866764','2021-05-24 17:35:08',7710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2462,'1000','41621866764','2021-05-24 17:35:08',10180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2463,'4000','41621866764','2021-05-24 17:35:08',NULL,8500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2464,'4000','41621866764','2021-05-24 17:35:08',NULL,1680.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2465,'1110','41621866918','2021-05-24 17:35:44',NULL,700.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(2466,'5500','41621866918','2021-05-24 17:35:44',700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2467,'1000','41621866918','2021-05-24 17:35:44',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2468,'4000','41621866918','2021-05-24 17:35:44',NULL,800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2469,'1110','41621866951','2021-05-24 17:36:15',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2470,'5500','41621866951','2021-05-24 17:36:15',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2471,'1000','41621866951','2021-05-24 17:36:15',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2472,'4000','41621866951','2021-05-24 17:36:15',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2473,'1110','41621867812','2021-05-24 17:55:11',NULL,5200.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(2474,'1110','41621867812','2021-05-24 17:55:11',NULL,4400.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(2475,'1110','41621867812','2021-05-24 17:55:11',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2476,'1110','41621867812','2021-05-24 17:55:11',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2477,'5500','41621867812','2021-05-24 17:55:11',10740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2478,'1000','41621867812','2021-05-24 17:55:11',13800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2479,'4000','41621867812','2021-05-24 17:55:11',NULL,6400.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2480,'4000','41621867812','2021-05-24 17:55:11',NULL,5600.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(2481,'4000','41621867812','2021-05-24 17:55:11',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2482,'4000','41621867812','2021-05-24 17:55:11',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2483,'1110','41621868138','2021-05-24 17:57:56',NULL,350.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(2484,'1110','41621868138','2021-05-24 17:57:56',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2485,'1110','41621868138','2021-05-24 17:57:56',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2486,'5500','41621868138','2021-05-24 17:57:56',3830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2487,'1000','41621868138','2021-05-24 17:57:56',4250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2488,'4000','41621868138','2021-05-24 17:57:56',NULL,400.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2489,'4000','41621868138','2021-05-24 17:57:56',NULL,3450.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2490,'4000','41621868138','2021-05-24 17:57:56',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2491,'1110','41621868304','2021-05-24 17:59:05',NULL,4050.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2492,'5500','41621868304','2021-05-24 17:59:05',4050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2493,'1000','41621868304','2021-05-24 17:59:05',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2494,'4000','41621868304','2021-05-24 17:59:05',NULL,4750.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2495,'1110','41621868352','2021-05-24 17:59:35',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(2496,'5500','41621868352','2021-05-24 17:59:35',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2497,'1000','41621868352','2021-05-24 17:59:35',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2498,'4000','41621868352','2021-05-24 17:59:35',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(2499,'1110','41621868865','2021-05-24 18:10:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2500,'1110','41621868865','2021-05-24 18:10:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2501,'5500','41621868865','2021-05-24 18:10:06',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2502,'1000','41621868865','2021-05-24 18:10:06',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2503,'4000','41621868865','2021-05-24 18:10:06',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2504,'4000','41621868865','2021-05-24 18:10:06',NULL,900.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2505,'1110','41621935098','2021-05-25 12:32:16',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2506,'5500','41621935098','2021-05-25 12:32:16',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2507,'1000','41621935098','2021-05-25 12:32:16',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2508,'4000','41621935098','2021-05-25 12:32:16',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2509,'1110','41621935353','2021-05-25 12:36:34',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2510,'5500','41621935353','2021-05-25 12:36:34',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2511,'1000','41621935353','2021-05-25 12:36:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2512,'4000','41621935353','2021-05-25 12:36:34',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2513,'1110','41621937545','2021-05-25 13:12:50',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2514,'5500','41621937545','2021-05-25 13:12:50',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2515,'1000','41621937545','2021-05-25 13:12:50',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2516,'4000','41621937545','2021-05-25 13:12:50',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2517,'1110','41621938724','2021-05-25 13:34:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2518,'1110','41621938724','2021-05-25 13:34:03',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2519,'1110','41621938724','2021-05-25 13:34:03',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(2520,'5500','41621938724','2021-05-25 13:34:03',2335.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2521,'1000','41621938724','2021-05-25 13:34:03',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2522,'4000','41621938724','2021-05-25 13:34:03',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2523,'4000','41621938724','2021-05-25 13:34:03',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2524,'4000','41621938724','2021-05-25 13:34:03',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(2525,'1110','41621938852','2021-05-25 13:49:13',NULL,5280.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2526,'1110','41621938852','2021-05-25 13:49:13',NULL,1260.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2527,'1110','41621938852','2021-05-25 13:49:13',NULL,1700.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(2528,'5500','41621938852','2021-05-25 13:49:13',8240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2529,'1000','41621938852','2021-05-25 13:49:13',9600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2530,'4000','41621938852','2021-05-25 13:49:13',NULL,6300.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2531,'4000','41621938852','2021-05-25 13:49:13',NULL,1500.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2532,'4000','41621938852','2021-05-25 13:49:13',NULL,1800.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(2533,'1110','41621939764','2021-05-25 13:51:15',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2534,'5500','41621939764','2021-05-25 13:51:15',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2535,'1000','41621939764','2021-05-25 13:51:15',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2536,'4000','41621939764','2021-05-25 13:51:15',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2563,'1110','41621940680','2021-05-25 14:06:43',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(2564,'5500','41621940680','2021-05-25 14:06:43',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2565,'1000','41621940680','2021-05-25 14:06:43',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2566,'4000','41621940680','2021-05-25 14:06:43',NULL,250.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(2567,'1110','41621952896','2021-05-25 17:29:02',NULL,195.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2568,'5500','41621952896','2021-05-25 17:29:02',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2569,'1000','41621952896','2021-05-25 17:29:02',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2570,'4000','41621952896','2021-05-25 17:29:02',NULL,300.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2571,'1110','41621952956','2021-05-25 17:31:03',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2572,'5500','41621952956','2021-05-25 17:31:03',3300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2573,'1000','41621952956','2021-05-25 17:31:03',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2574,'4000','41621952956','2021-05-25 17:31:03',NULL,4800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2575,'1110','41621953068','2021-05-25 17:36:03',NULL,6480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2576,'1110','41621953068','2021-05-25 17:36:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2577,'1110','41621953068','2021-05-25 17:36:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2578,'1110','41621953068','2021-05-25 17:36:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2579,'1110','41621953068','2021-05-25 17:36:03',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2580,'5500','41621953068','2021-05-25 17:36:03',7155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2581,'1000','41621953068','2021-05-25 17:36:03',8600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2582,'4000','41621953068','2021-05-25 17:36:03',NULL,7600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2583,'4000','41621953068','2021-05-25 17:36:03',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2584,'4000','41621953068','2021-05-25 17:36:03',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2585,'4000','41621953068','2021-05-25 17:36:03',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2586,'4000','41621953068','2021-05-25 17:36:03',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2587,'1110','41621953378','2021-05-25 17:36:28',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2588,'5500','41621953378','2021-05-25 17:36:28',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2589,'1000','41621953378','2021-05-25 17:36:28',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2590,'4000','41621953378','2021-05-25 17:36:28',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2591,'1110','41621953396','2021-05-25 17:37:07',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2592,'5500','41621953396','2021-05-25 17:37:07',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2593,'1000','41621953396','2021-05-25 17:37:07',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2594,'4000','41621953396','2021-05-25 17:37:07',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2595,'1110','41621953437','2021-05-25 17:38:03',NULL,650.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2596,'5500','41621953437','2021-05-25 17:38:03',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2597,'1000','41621953437','2021-05-25 17:38:03',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2598,'4000','41621953437','2021-05-25 17:38:03',NULL,1000.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2599,'1110','41621953489','2021-05-25 17:39:07',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2600,'5500','41621953489','2021-05-25 17:39:07',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2601,'1000','41621953489','2021-05-25 17:39:07',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2602,'4000','41621953489','2021-05-25 17:39:07',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2603,'1110','41621953554','2021-05-25 17:40:08',NULL,540.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2604,'5500','41621953554','2021-05-25 17:40:08',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2605,'1000','41621953554','2021-05-25 17:40:08',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2606,'4000','41621953554','2021-05-25 17:40:08',NULL,630.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2607,'1110','41621953612','2021-05-25 17:44:42',NULL,1750.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(2608,'5500','41621953612','2021-05-25 17:44:42',1750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2609,'1000','41621953612','2021-05-25 17:44:42',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2610,'4000','41621953612','2021-05-25 17:44:42',NULL,2000.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2611,'1110','41621955119','2021-05-25 18:11:23',NULL,100.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(2612,'1110','41621955119','2021-05-25 18:11:23',NULL,1800.00,'','4','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(2613,'5500','41621955119','2021-05-25 18:11:23',1900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2614,'1000','41621955119','2021-05-25 18:11:23',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2615,'4000','41621955119','2021-05-25 18:11:23',NULL,4000.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(2616,'4000','41621955119','2021-05-25 18:11:23',NULL,2200.00,'','4','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(2647,'1110','41621939880','2021-05-25 14:03:35',NULL,13770.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2648,'1110','41621939880','2021-05-25 22:55:18',NULL,2560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(2649,'1110','41621939880','2021-05-25 22:55:18',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2650,'1110','41621939880','2021-05-25 22:55:18',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2651,'1110','41621939880','2021-05-25 22:55:18',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2652,'1110','41621939880','2021-05-25 22:55:18',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2653,'1110','41621939880','2021-05-25 22:55:18',NULL,120.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2654,'1110','41621939880','2021-05-25 22:55:18',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2655,'1110','41621939880','2021-05-25 22:55:18',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(2656,'1110','41621939880','2021-05-25 22:55:18',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(2657,'1110','41621939880','2021-05-25 22:55:18',NULL,195.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(2658,'1110','41621939880','2021-05-25 22:55:18',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(2659,'5500','41621939880','2021-05-25 22:55:18',22550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2660,'1000','41621939880','2021-05-25 14:03:35',31500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2661,'4000','41621939880','2021-05-25 14:03:35',NULL,18900.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2662,'4000','41621939880','2021-05-25 22:55:18',NULL,3800.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2663,'4000','41621939880','2021-05-25 22:55:18',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2664,'4000','41621939880','2021-05-25 22:55:18',NULL,720.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2665,'4000','41621939880','2021-05-25 22:55:18',NULL,360.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2666,'4000','41621939880','2021-05-25 22:55:18',NULL,180.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2667,'4000','41621939880','2021-05-25 22:55:18',NULL,450.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2668,'4000','41621939880','2021-05-25 22:55:18',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2669,'4000','41621939880','2021-05-25 22:55:18',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(2670,'4000','41621939880','2021-05-25 22:55:18',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(2671,'4000','41621939880','2021-05-25 22:55:18',NULL,300.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(2672,'4000','41621939880','2021-05-25 22:55:18',NULL,290.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(2673,'1110','41622032384','2021-05-26 15:33:35',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2674,'5500','41622032384','2021-05-26 15:33:35',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2675,'1000','41622032384','2021-05-26 15:33:35',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2676,'4000','41622032384','2021-05-26 15:33:35',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2677,'1110','41622032425','2021-05-26 15:34:36',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2678,'5500','41622032425','2021-05-26 15:34:36',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2679,'1000','41622032425','2021-05-26 15:34:36',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2680,'4000','41622032425','2021-05-26 15:34:36',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2681,'1110','41622032484','2021-05-26 15:40:46',NULL,720.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(2682,'1110','41622032484','2021-05-26 15:40:46',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2683,'5500','41622032484','2021-05-26 15:40:46',1370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2684,'1000','41622032484','2021-05-26 15:40:46',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2685,'4000','41622032484','2021-05-26 15:40:46',NULL,1000.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(2686,'4000','41622032484','2021-05-26 15:40:46',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2687,'1110','41622032855','2021-05-26 15:41:52',NULL,455.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(2688,'5500','41622032855','2021-05-26 15:41:52',455.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2689,'1000','41622032855','2021-05-26 15:41:52',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2690,'4000','41622032855','2021-05-26 15:41:52',NULL,700.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(2691,'1110','41622032926','2021-05-26 15:44:09',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(2692,'5500','41622032926','2021-05-26 15:44:09',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2693,'1000','41622032926','2021-05-26 15:44:09',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2694,'4000','41622032926','2021-05-26 15:44:09',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(2695,'1110','41622033129','2021-05-26 15:46:55',NULL,620.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(2696,'5500','41622033129','2021-05-26 15:46:55',620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2697,'1000','41622033129','2021-05-26 15:46:55',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2698,'4000','41622033129','2021-05-26 15:46:55',NULL,800.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(2699,'1110','41622033530','2021-05-26 15:54:47',NULL,2295.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2700,'1110','41622033530','2021-05-26 15:54:47',NULL,1920.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(2701,'1110','41622033530','2021-05-26 15:54:47',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2702,'5500','41622033530','2021-05-26 15:54:47',4365.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2703,'1000','41622033530','2021-05-26 15:54:47',6050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2704,'4000','41622033530','2021-05-26 15:54:47',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2705,'4000','41622033530','2021-05-26 15:54:47',NULL,2700.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2706,'4000','41622033530','2021-05-26 15:54:47',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2707,'1110','41622033693','2021-05-26 15:55:45',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(2708,'5500','41622033693','2021-05-26 15:55:45',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2709,'1000','41622033693','2021-05-26 15:55:45',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2710,'4000','41622033693','2021-05-26 15:55:45',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(2711,'1110','41622033750','2021-05-26 15:57:58',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(2712,'1110','41622033750','2021-05-26 15:57:58',NULL,270.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(2713,'5500','41622033750','2021-05-26 15:57:58',1870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2714,'1000','41622033750','2021-05-26 15:57:58',2150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2715,'4000','41622033750','2021-05-26 15:57:58',NULL,1800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(2716,'4000','41622033750','2021-05-26 15:57:58',NULL,350.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(2717,'1110','41622033883','2021-05-26 15:58:29',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2718,'5500','41622033883','2021-05-26 15:58:29',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2719,'1000','41622033883','2021-05-26 15:58:29',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2720,'4000','41622033883','2021-05-26 15:58:29',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2721,'1110','41622033919','2021-05-26 16:03:15',NULL,1530.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2722,'1110','41622033919','2021-05-26 16:03:15',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2723,'1110','41622033919','2021-05-26 16:03:15',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2724,'1110','41622033919','2021-05-26 16:03:15',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2725,'1110','41622033919','2021-05-26 16:03:15',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2726,'5500','41622033919','2021-05-26 16:03:15',2025.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2727,'1000','41622033919','2021-05-26 16:03:15',2950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2728,'4000','41622033919','2021-05-26 16:03:15',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2729,'4000','41622033919','2021-05-26 16:03:15',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2730,'4000','41622033919','2021-05-26 16:03:15',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2731,'4000','41622033919','2021-05-26 16:03:15',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2732,'4000','41622033919','2021-05-26 16:03:15',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2733,'1110','41622041094','2021-05-26 17:59:34',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2734,'1110','41622041094','2021-05-26 17:59:34',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2735,'5500','41622041094','2021-05-26 17:59:34',212.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2736,'1000','41622041094','2021-05-26 17:59:34',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2737,'4000','41622041094','2021-05-26 17:59:34',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2738,'4000','41622041094','2021-05-26 17:59:34',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2739,'1110','41622041228','2021-05-26 18:00:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2740,'5500','41622041228','2021-05-26 18:00:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2741,'1000','41622041228','2021-05-26 18:00:59',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2742,'4000','41622041228','2021-05-26 18:00:59',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2743,'1110','41622121011','2021-05-27 16:10:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2744,'5500','41622121011','2021-05-27 16:10:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2745,'1000','41622121011','2021-05-27 16:10:49',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2746,'4000','41622121011','2021-05-27 16:10:49',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2747,'1110','41622121080','2021-05-27 16:12:36',NULL,6500.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(2748,'5500','41622121080','2021-05-27 16:12:36',6500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2749,'1000','41622121080','2021-05-27 16:12:36',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2750,'4000','41622121080','2021-05-27 16:12:36',NULL,8500.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(2751,'1110','41622121167','2021-05-27 16:13:27',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2752,'5500','41622121167','2021-05-27 16:13:27',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2753,'1000','41622121167','2021-05-27 16:13:27',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2754,'4000','41622121167','2021-05-27 16:13:27',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2755,'1110','41622121213','2021-05-27 16:28:17',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(2756,'1110','41622121213','2021-05-27 16:28:17',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2757,'1110','41622121213','2021-05-27 16:28:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2758,'1110','41622121213','2021-05-27 16:28:17',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(2759,'1110','41622121213','2021-05-27 16:28:17',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(2760,'1110','41622121213','2021-05-27 16:28:17',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(2761,'5500','41622121213','2021-05-27 16:28:17',2167.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2762,'1000','41622121213','2021-05-27 16:28:17',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2763,'4000','41622121213','2021-05-27 16:28:17',NULL,1900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(2764,'4000','41622121213','2021-05-27 16:28:17',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2765,'4000','41622121213','2021-05-27 16:28:17',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2766,'4000','41622121213','2021-05-27 16:28:17',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(2767,'4000','41622121213','2021-05-27 16:28:17',NULL,250.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(2768,'4000','41622121213','2021-05-27 16:28:17',NULL,100.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(2769,'1110','41622122129','2021-05-27 16:30:24',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2770,'5500','41622122129','2021-05-27 16:30:24',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2771,'1000','41622122129','2021-05-27 16:30:24',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2772,'4000','41622122129','2021-05-27 16:30:24',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2773,'1110','41622122725','2021-05-27 16:44:57',NULL,10400.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(2774,'1110','41622122725','2021-05-27 16:44:57',NULL,360.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(2775,'1110','41622122725','2021-05-27 16:44:57',NULL,2800.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(2776,'5500','41622122725','2021-05-27 16:44:57',13560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2777,'1000','41622122725','2021-05-27 16:44:57',19600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2778,'4000','41622122725','2021-05-27 16:44:57',NULL,14000.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(2779,'4000','41622122725','2021-05-27 16:44:57',NULL,800.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(2780,'4000','41622122725','2021-05-27 16:44:57',NULL,4800.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(2781,'1110','41622123142','2021-05-27 16:47:23',NULL,8500.00,'','4','1','Inventory sold','1','','sales','263','','No',NULL,NULL,''),(2782,'1110','41622123142','2021-05-27 16:47:23',NULL,120.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2783,'5500','41622123142','2021-05-27 16:47:23',8620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2784,'1000','41622123142','2021-05-27 16:47:23',11800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2785,'4000','41622123142','2021-05-27 16:47:23',NULL,11500.00,'','4','1','Good sold','1','','sales','263','','No',NULL,NULL,''),(2786,'4000','41622123142','2021-05-27 16:47:23',NULL,300.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2787,'1110','41622123252','2021-05-27 16:48:37',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(2788,'5500','41622123252','2021-05-27 16:48:37',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2789,'1000','41622123252','2021-05-27 16:48:37',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2790,'4000','41622123252','2021-05-27 16:48:37',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2791,'1110','41622123332','2021-05-27 16:58:33',NULL,7200.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2792,'1110','41622123332','2021-05-27 16:58:33',NULL,1920.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(2793,'1110','41622123332','2021-05-27 16:58:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2794,'1110','41622123332','2021-05-27 16:58:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2795,'1110','41622123332','2021-05-27 16:58:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2796,'1110','41622123332','2021-05-27 16:58:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2797,'1110','41622123332','2021-05-27 16:58:33',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2798,'1110','41622123332','2021-05-27 16:58:33',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(2799,'1110','41622123332','2021-05-27 16:58:33',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(2800,'1110','41622123332','2021-05-27 16:58:33',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2801,'5500','41622123332','2021-05-27 16:58:33',12420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2802,'1000','41622123332','2021-05-27 16:58:33',20750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2803,'4000','41622123332','2021-05-27 16:58:33',NULL,11760.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2804,'4000','41622123332','2021-05-27 16:58:33',NULL,3600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2805,'4000','41622123332','2021-05-27 16:58:33',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2806,'4000','41622123332','2021-05-27 16:58:33',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2807,'4000','41622123332','2021-05-27 16:58:33',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2808,'4000','41622123332','2021-05-27 16:58:33',NULL,180.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2809,'4000','41622123332','2021-05-27 16:58:33',NULL,750.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2810,'4000','41622123332','2021-05-27 16:58:33',NULL,800.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(2811,'4000','41622123332','2021-05-27 16:58:33',NULL,600.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(2812,'4000','41622123332','2021-05-27 16:58:33',NULL,2500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2813,'1110','41622123926','2021-05-27 17:00:22',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(2814,'5500','41622123926','2021-05-27 17:00:22',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2815,'1000','41622123926','2021-05-27 17:00:22',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2816,'4000','41622123926','2021-05-27 17:00:22',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(2817,'1110','41622124027','2021-05-27 17:01:25',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2818,'5500','41622124027','2021-05-27 17:01:25',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2819,'1000','41622124027','2021-05-27 17:01:25',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2820,'4000','41622124027','2021-05-27 17:01:25',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2821,'1110','41622124098','2021-05-27 17:03:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2822,'1110','41622124098','2021-05-27 17:03:23',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(2823,'5500','41622124098','2021-05-27 17:03:23',202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2824,'1000','41622124098','2021-05-27 17:03:23',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2825,'4000','41622124098','2021-05-27 17:03:23',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2826,'4000','41622124098','2021-05-27 17:03:23',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(2827,'1110','41622200365','2021-05-28 14:13:31',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(2828,'5500','41622200365','2021-05-28 14:13:31',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2829,'1000','41622200365','2021-05-28 14:13:31',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2830,'4000','41622200365','2021-05-28 14:13:31',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(2831,'1110','41622200415','2021-05-28 14:19:24',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2832,'1110','41622200415','2021-05-28 14:19:24',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2833,'1110','41622200415','2021-05-28 14:19:24',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2834,'1110','41622200415','2021-05-28 14:19:24',NULL,1800.00,'','4','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(2835,'5500','41622200415','2021-05-28 14:19:24',28825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2836,'1000','41622200415','2021-05-28 14:19:24',32000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2837,'4000','41622200415','2021-05-28 14:19:24',NULL,27000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2838,'4000','41622200415','2021-05-28 14:19:24',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2839,'4000','41622200415','2021-05-28 14:19:24',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2840,'4000','41622200415','2021-05-28 14:19:24',NULL,2250.00,'','4','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(2841,'1110','41622200770','2021-05-28 14:22:45',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2842,'1110','41622200770','2021-05-28 14:22:45',NULL,1950.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2843,'1110','41622200770','2021-05-28 14:22:45',NULL,210.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(2844,'1110','41622200770','2021-05-28 14:22:45',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2845,'5500','41622200770','2021-05-28 14:22:45',27465.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2846,'1000','41622200770','2021-05-28 14:22:45',30450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2847,'4000','41622200770','2021-05-28 14:22:45',NULL,27000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2848,'4000','41622200770','2021-05-28 14:22:45',NULL,3000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2849,'4000','41622200770','2021-05-28 14:22:45',NULL,300.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(2850,'4000','41622200770','2021-05-28 14:22:45',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2851,'1110','41622201361','2021-05-28 14:30:13',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(2852,'5500','41622201361','2021-05-28 14:30:13',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2853,'1000','41622201361','2021-05-28 14:30:13',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2854,'4000','41622201361','2021-05-28 14:30:13',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(2855,'1110','41622201425','2021-05-28 14:31:09',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2856,'5500','41622201425','2021-05-28 14:31:09',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2857,'1000','41622201425','2021-05-28 14:31:09',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2858,'4000','41622201425','2021-05-28 14:31:09',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2859,'1110','41622202016','2021-05-28 14:40:52',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(2860,'5500','41622202016','2021-05-28 14:40:52',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2861,'1000','41622202016','2021-05-28 14:40:52',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2862,'4000','41622202016','2021-05-28 14:40:52',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(2863,'1110','41622202064','2021-05-28 14:41:16',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2864,'5500','41622202064','2021-05-28 14:41:16',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2865,'1000','41622202064','2021-05-28 14:41:16',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2866,'4000','41622202064','2021-05-28 14:41:16',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2867,'1110','41622202085','2021-05-28 14:42:02',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2868,'5500','41622202085','2021-05-28 14:42:02',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2869,'1000','41622202085','2021-05-28 14:42:02',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2870,'4000','41622202085','2021-05-28 14:42:02',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2871,'1110','41622202130','2021-05-28 14:42:49',NULL,390.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(2872,'5500','41622202130','2021-05-28 14:42:49',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2873,'1000','41622202130','2021-05-28 14:42:49',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2874,'4000','41622202130','2021-05-28 14:42:49',NULL,600.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(2875,'1110','41622202179','2021-05-28 14:46:08',NULL,280.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(2876,'5500','41622202179','2021-05-28 14:46:08',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2877,'1000','41622202179','2021-05-28 14:46:08',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2878,'4000','41622202179','2021-05-28 14:46:08',NULL,350.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2879,'1110','41622202374','2021-05-28 14:53:37',NULL,350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(2880,'1110','41622202374','2021-05-28 14:53:37',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2881,'1110','41622202374','2021-05-28 14:53:37',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2882,'1110','41622202374','2021-05-28 14:53:37',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(2883,'1110','41622202374','2021-05-28 14:53:37',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(2884,'5500','41622202374','2021-05-28 14:53:37',1870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2885,'1000','41622202374','2021-05-28 14:53:37',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2886,'4000','41622202374','2021-05-28 14:53:37',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(2887,'4000','41622202374','2021-05-28 14:53:37',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2888,'4000','41622202374','2021-05-28 14:53:37',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2889,'4000','41622202374','2021-05-28 14:53:37',NULL,200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(2890,'4000','41622202374','2021-05-28 14:53:37',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(2891,'1110','41622202822','2021-05-28 14:54:46',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(2892,'5500','41622202822','2021-05-28 14:54:46',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2893,'1000','41622202822','2021-05-28 14:54:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2894,'4000','41622202822','2021-05-28 14:54:46',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(2895,'1110','41622202890','2021-05-28 14:55:45',NULL,4770.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2896,'5500','41622202890','2021-05-28 14:55:45',4770.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2897,'1000','41622202890','2021-05-28 14:55:45',4950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2898,'4000','41622202890','2021-05-28 14:55:45',NULL,4950.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2899,'1110','41622202995','2021-05-28 14:57:58',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2900,'1110','41622202995','2021-05-28 14:57:58',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2901,'5500','41622202995','2021-05-28 14:57:58',367.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2902,'1000','41622202995','2021-05-28 14:57:58',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2903,'4000','41622202995','2021-05-28 14:57:58',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2904,'4000','41622202995','2021-05-28 14:57:58',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2905,'1110','41622214951','2021-05-28 18:16:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2906,'5500','41622214951','2021-05-28 18:16:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2907,'1000','41622214951','2021-05-28 18:16:13',18500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2908,'4000','41622214951','2021-05-28 18:16:13',NULL,18500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2909,'1110','41622215164','2021-05-28 18:19:52',NULL,100.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(2910,'5500','41622215164','2021-05-28 18:19:52',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2911,'1000','41622215164','2021-05-28 18:19:52',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2912,'4000','41622215164','2021-05-28 18:19:52',NULL,4200.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(2913,'1110','41622215282','2021-05-28 18:25:18',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(2914,'1110','41622215282','2021-05-28 18:25:18',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(2915,'1110','41622215282','2021-05-28 18:25:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2916,'1110','41622215282','2021-05-28 18:25:18',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(2917,'1110','41622215282','2021-05-28 18:25:18',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2918,'5500','41622215282','2021-05-28 18:25:18',972.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2919,'1000','41622215282','2021-05-28 18:25:18',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2920,'4000','41622215282','2021-05-28 18:25:18',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(2921,'4000','41622215282','2021-05-28 18:25:18',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(2922,'4000','41622215282','2021-05-28 18:25:18',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2923,'4000','41622215282','2021-05-28 18:25:18',NULL,350.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(2924,'4000','41622215282','2021-05-28 18:25:18',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2925,'1110','41622215523','2021-05-28 18:26:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2926,'5500','41622215523','2021-05-28 18:26:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2927,'1000','41622215523','2021-05-28 18:26:31',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2928,'4000','41622215523','2021-05-28 18:26:31',NULL,5000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2929,'1110','41622215639','2021-05-28 18:29:52',NULL,2160.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2930,'1110','41622215639','2021-05-28 18:29:52',NULL,4860.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2931,'5500','41622215639','2021-05-28 18:29:52',7020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2932,'1000','41622215639','2021-05-28 18:29:52',8200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2933,'4000','41622215639','2021-05-28 18:29:52',NULL,2600.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2934,'4000','41622215639','2021-05-28 18:29:52',NULL,5599.98,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2935,'1110','41622215808','2021-05-28 18:31:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2936,'5500','41622215808','2021-05-28 18:31:16',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2937,'1000','41622215808','2021-05-28 18:31:16',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2938,'4000','41622215808','2021-05-28 18:31:16',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2939,'1110','41622215880','2021-05-28 18:35:39',NULL,1530.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(2940,'1110','41622215880','2021-05-28 18:35:39',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2941,'1110','41622215880','2021-05-28 18:35:39',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2942,'5500','41622215880','2021-05-28 18:35:39',1710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2943,'1000','41622215880','2021-05-28 18:35:39',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2944,'4000','41622215880','2021-05-28 18:35:39',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2945,'4000','41622215880','2021-05-28 18:35:39',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2946,'4000','41622215880','2021-05-28 18:35:39',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2947,'1110','41622216259','2021-05-28 18:48:50',NULL,13200.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(2948,'1110','41622216259','2021-05-28 18:48:50',NULL,12000.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(2949,'1110','41622216259','2021-05-28 18:48:50',NULL,3410.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(2950,'1110','41622216259','2021-05-28 18:48:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2951,'1110','41622216259','2021-05-28 18:48:50',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2952,'1110','41622216259','2021-05-28 18:48:50',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2953,'1110','41622216259','2021-05-28 18:48:50',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(2954,'1110','41622216259','2021-05-28 18:48:50',NULL,735.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2955,'1110','41622216259','2021-05-28 18:48:50',NULL,120.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(2956,'5500','41622216259','2021-05-28 18:48:50',31385.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2957,'1000','41622216259','2021-05-28 18:48:50',37000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2958,'4000','41622216259','2021-05-28 18:48:50',NULL,14850.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(2959,'4000','41622216259','2021-05-28 18:48:50',NULL,13200.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(2960,'4000','41622216259','2021-05-28 18:48:50',NULL,4675.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(2961,'4000','41622216259','2021-05-28 18:48:50',NULL,675.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2962,'4000','41622216259','2021-05-28 18:48:50',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2963,'4000','41622216259','2021-05-28 18:48:50',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2964,'4000','41622216259','2021-05-28 18:48:50',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(2965,'4000','41622216259','2021-05-28 18:48:50',NULL,1050.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2966,'4000','41622216259','2021-05-28 18:48:50',NULL,450.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(2967,'1110','41622285068','2021-05-29 13:46:44',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(2968,'5500','41622285068','2021-05-29 13:46:44',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2969,'1000','41622285068','2021-05-29 13:46:44',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2970,'4000','41622285068','2021-05-29 13:46:44',NULL,499.80,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2971,'1110','41622285212','2021-05-29 13:48:46',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2972,'5500','41622285212','2021-05-29 13:48:46',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2973,'1000','41622285212','2021-05-29 13:48:46',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2974,'4000','41622285212','2021-05-29 13:48:46',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2975,'1110','41622285332','2021-05-29 14:17:01',NULL,3900.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(2976,'1110','41622285332','2021-05-29 14:17:01',NULL,540.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(2977,'1110','41622285332','2021-05-29 14:17:01',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2978,'5500','41622285332','2021-05-29 14:17:01',4460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2979,'1000','41622285332','2021-05-29 14:17:01',7900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2980,'4000','41622285332','2021-05-29 14:17:01',NULL,6000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(2981,'4000','41622285332','2021-05-29 14:17:01',NULL,900.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(2982,'4000','41622285332','2021-05-29 14:17:01',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2983,'1110','41622287057','2021-05-29 14:25:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(2984,'1110','41622287057','2021-05-29 14:25:43',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(2985,'1110','41622287057','2021-05-29 14:25:43',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(2986,'1110','41622287057','2021-05-29 14:25:43',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(2987,'5500','41622287057','2021-05-29 14:25:43',192.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2988,'1000','41622287057','2021-05-29 14:25:43',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2989,'4000','41622287057','2021-05-29 14:25:43',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(2990,'4000','41622287057','2021-05-29 14:25:43',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(2991,'4000','41622287057','2021-05-29 14:25:43',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(2992,'4000','41622287057','2021-05-29 14:25:43',NULL,300.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(2993,'1110','41622287552','2021-05-29 14:28:34',NULL,1620.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2994,'1110','41622287552','2021-05-29 14:28:34',NULL,810.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(2995,'5500','41622287552','2021-05-29 14:28:34',2430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2996,'1000','41622287552','2021-05-29 14:28:34',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2997,'4000','41622287552','2021-05-29 14:28:34',NULL,1800.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2998,'4000','41622287552','2021-05-29 14:28:34',NULL,900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(2999,'1110','41622287726','2021-05-29 14:32:19',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3000,'5500','41622287726','2021-05-29 14:32:19',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3001,'1000','41622287726','2021-05-29 14:32:19',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3002,'4000','41622287726','2021-05-29 14:32:19',NULL,1100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3003,'1110','41622287978','2021-05-29 14:36:39',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3004,'1110','41622287978','2021-05-29 14:36:39',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3005,'1110','41622287978','2021-05-29 14:36:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3006,'5500','41622287978','2021-05-29 14:36:39',638.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3007,'1000','41622287978','2021-05-29 14:36:39',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3008,'4000','41622287978','2021-05-29 14:36:39',NULL,1200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3009,'4000','41622287978','2021-05-29 14:36:39',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3010,'4000','41622287978','2021-05-29 14:36:39',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3011,'1110','41622288205','2021-05-29 14:39:01',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3012,'5500','41622288205','2021-05-29 14:39:01',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3013,'1000','41622288205','2021-05-29 14:39:01',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3014,'4000','41622288205','2021-05-29 14:39:01',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3015,'1110','41622288381','2021-05-29 14:40:37',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(3016,'5500','41622288381','2021-05-29 14:40:37',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3017,'1000','41622288381','2021-05-29 14:40:37',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3018,'4000','41622288381','2021-05-29 14:40:37',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(3019,'1110','41622288446','2021-05-29 14:41:55',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(3020,'1110','41622288446','2021-05-29 14:41:55',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3021,'5500','41622288446','2021-05-29 14:41:55',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3022,'1000','41622288446','2021-05-29 14:41:55',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3023,'4000','41622288446','2021-05-29 14:41:55',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(3024,'4000','41622288446','2021-05-29 14:41:55',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3025,'1110','41622288522','2021-05-29 15:09:47',NULL,16000.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(3026,'5500','41622288522','2021-05-29 15:09:47',16000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3027,'1000','41622288522','2021-05-29 15:09:47',21750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3028,'4000','41622288522','2021-05-29 15:09:47',NULL,21750.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3029,'1110','41622297565','2021-05-29 17:15:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3030,'1110','41622297565','2021-05-29 17:15:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3031,'1110','41622297565','2021-05-29 17:15:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3032,'1110','41622297565','2021-05-29 17:15:06',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(3033,'5500','41622297565','2021-05-29 17:15:06',2250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3034,'1000','41622297565','2021-05-29 17:15:06',8600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3035,'4000','41622297565','2021-05-29 17:15:06',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3036,'4000','41622297565','2021-05-29 17:15:06',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3037,'4000','41622297565','2021-05-29 17:15:06',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3038,'4000','41622297565','2021-05-29 17:15:06',NULL,1400.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(3039,'1110','41622297731','2021-05-29 17:15:59',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(3040,'5500','41622297731','2021-05-29 17:15:59',2600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3041,'1000','41622297731','2021-05-29 17:15:59',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3042,'4000','41622297731','2021-05-29 17:15:59',NULL,4000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(3043,'1110','41622297764','2021-05-29 17:17:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3044,'5500','41622297764','2021-05-29 17:17:41',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3045,'1000','41622297764','2021-05-29 17:17:41',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3046,'4000','41622297764','2021-05-29 17:17:41',NULL,2500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3047,'1110','41622297897','2021-05-29 17:19:44',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3048,'5500','41622297897','2021-05-29 17:19:44',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3049,'1000','41622297897','2021-05-29 17:19:44',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3050,'4000','41622297897','2021-05-29 17:19:44',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3051,'1110','41622297988','2021-05-29 17:23:29',NULL,37800.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3052,'1110','41622297988','2021-05-29 17:23:29',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3053,'1110','41622297988','2021-05-29 17:23:29',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3054,'1110','41622297988','2021-05-29 17:23:29',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(3055,'5500','41622297988','2021-05-29 17:23:29',42360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3056,'1000','41622297988','2021-05-29 17:23:29',45800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3057,'4000','41622297988','2021-05-29 17:23:29',NULL,39999.99,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3058,'4000','41622297988','2021-05-29 17:23:29',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3059,'4000','41622297988','2021-05-29 17:23:29',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3060,'4000','41622297988','2021-05-29 17:23:29',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(3061,'1110','41622298228','2021-05-29 17:24:59',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3062,'5500','41622298228','2021-05-29 17:24:59',1650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3063,'1000','41622298228','2021-05-29 17:24:59',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3064,'4000','41622298228','2021-05-29 17:24:59',NULL,2250.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3065,'1110','41622298305','2021-05-29 17:26:54',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(3066,'1110','41622298305','2021-05-29 17:26:54',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3067,'5500','41622298305','2021-05-29 17:26:54',235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3068,'1000','41622298305','2021-05-29 17:26:54',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3069,'4000','41622298305','2021-05-29 17:26:54',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(3070,'4000','41622298305','2021-05-29 17:26:54',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3071,'1110','41622298421','2021-05-29 17:27:32',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3072,'5500','41622298421','2021-05-29 17:27:32',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3073,'1000','41622298421','2021-05-29 17:27:32',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3074,'4000','41622298421','2021-05-29 17:27:32',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3085,'1110','41622299225','2021-05-29 17:40:48',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3086,'5500','41622299225','2021-05-29 17:40:48',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3087,'1000','41622299225','2021-05-29 17:40:48',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3088,'4000','41622299225','2021-05-29 17:40:48',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3089,'1110','41622299339','2021-05-29 17:52:38',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(3090,'5500','41622299339','2021-05-29 17:52:38',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3091,'1000','41622299339','2021-05-29 17:52:38',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3092,'4000','41622299339','2021-05-29 17:52:38',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(3093,'1110','41622300006','2021-05-29 17:54:11',NULL,15340.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(3094,'5500','41622300006','2021-05-29 17:54:11',15340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3095,'1000','41622300006','2021-05-29 17:54:11',16900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3096,'4000','41622300006','2021-05-29 17:54:11',NULL,16900.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(3101,'1110','41622298590','2021-05-31 10:38:28',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3102,'1110','41622298590','2021-05-31 10:38:28',NULL,1800.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3103,'5500','41622298590','2021-05-31 10:38:28',1806.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3104,'1000','41622298590','2021-05-29 17:33:18',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3105,'4000','41622298590','2021-05-31 10:38:28',NULL,2400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3106,'4000','41622298590','2021-05-31 10:38:28',NULL,1999.95,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3111,'1110','41622298829','2021-05-29 17:34:45',NULL,1600.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(3112,'5500','41622298829','2021-05-31 10:54:31',1600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3113,'1000','41622298829','2021-05-29 17:34:45',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3114,'4000','41622298829','2021-05-29 17:34:45',NULL,1600.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(3115,'1110','41622463167','2021-05-31 17:02:56',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3116,'1110','41622463167','2021-05-31 17:02:56',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3117,'1110','41622463167','2021-05-31 17:02:56',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3118,'5500','41622463167','2021-05-31 17:02:56',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3119,'1000','41622463167','2021-05-31 17:02:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3120,'4000','41622463167','2021-05-31 17:02:56',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3121,'4000','41622463167','2021-05-31 17:02:56',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3122,'4000','41622463167','2021-05-31 17:02:56',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3123,'1110','41622469783','2021-05-31 17:03:32',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3124,'5500','41622469783','2021-05-31 17:03:32',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3125,'1000','41622469783','2021-05-31 17:03:32',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3126,'4000','41622469783','2021-05-31 17:03:32',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3127,'1110','41622469817','2021-05-31 17:04:52',NULL,8000.00,'','4','1','Inventory sold','1','','sales','222','','No',NULL,NULL,''),(3128,'5500','41622469817','2021-05-31 17:04:52',8000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3129,'1000','41622469817','2021-05-31 17:04:52',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3130,'4000','41622469817','2021-05-31 17:04:52',NULL,9000.00,'','4','1','Good sold','1','','sales','222','','No',NULL,NULL,''),(3137,'1110','41622470019','2021-05-31 17:07:50',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3138,'5500','41622470019','2021-05-31 17:07:50',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3139,'1000','41622470019','2021-05-31 17:07:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3140,'4000','41622470019','2021-05-31 17:07:50',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3141,'1110','41622470075','2021-05-31 17:10:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3142,'5500','41622470075','2021-05-31 17:10:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3143,'1000','41622470075','2021-05-31 17:10:19',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3144,'4000','41622470075','2021-05-31 17:10:19',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3159,'1110','41622471026','2021-05-31 17:26:16',NULL,450.00,'','4','1','Inventory sold','1','','sales','200','','No',NULL,NULL,''),(3160,'1110','41622471026','2021-05-31 17:26:16',NULL,2100.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(3161,'5500','41622471026','2021-05-31 17:26:16',2550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3162,'1000','41622471026','2021-05-31 17:26:16',3650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3163,'4000','41622471026','2021-05-31 17:26:16',NULL,1000.00,'','4','1','Good sold','1','','sales','200','','No',NULL,NULL,''),(3164,'4000','41622471026','2021-05-31 17:26:16',NULL,2649.90,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(3165,'1110','41622471189','2021-05-31 17:27:48',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3166,'5500','41622471189','2021-05-31 17:27:48',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3167,'1000','41622471189','2021-05-31 17:27:48',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3168,'4000','41622471189','2021-05-31 17:27:48',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3169,'1110','41622471275','2021-05-31 17:30:31',NULL,1400.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(3170,'1110','41622471275','2021-05-31 17:30:31',NULL,280.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3171,'5500','41622471275','2021-05-31 17:30:31',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3172,'1000','41622471275','2021-05-31 17:30:31',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3173,'4000','41622471275','2021-05-31 17:30:31',NULL,1700.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3174,'4000','41622471275','2021-05-31 17:30:31',NULL,350.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3175,'1110','41622471440','2021-05-31 17:32:52',NULL,2430.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3176,'5500','41622471440','2021-05-31 17:32:52',2430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3177,'1000','41622471440','2021-05-31 17:32:52',2775.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3178,'4000','41622471440','2021-05-31 17:32:52',NULL,2775.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3179,'1110','41622471579','2021-05-31 17:33:46',NULL,8100.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3180,'5500','41622471579','2021-05-31 17:33:46',8100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3181,'1000','41622471579','2021-05-31 17:33:46',9250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3182,'4000','41622471579','2021-05-31 17:33:46',NULL,9250.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3183,'1110','41622471631','2021-05-31 17:34:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3184,'5500','41622471631','2021-05-31 17:34:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3185,'1000','41622471631','2021-05-31 17:34:34',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3186,'4000','41622471631','2021-05-31 17:34:34',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3187,'1110','41622471692','2021-05-31 17:41:25',NULL,6400.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(3188,'1110','41622471692','2021-05-31 17:41:25',NULL,3360.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3189,'1110','41622471692','2021-05-31 17:41:25',NULL,70.00,'','4','1','Inventory sold','1','','sales','289','','No',NULL,NULL,''),(3190,'5500','41622471692','2021-05-31 17:41:25',9830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3191,'1000','41622471692','2021-05-31 17:41:25',11600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3192,'4000','41622471692','2021-05-31 17:41:25',NULL,7400.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(3193,'4000','41622471692','2021-05-31 17:41:25',NULL,3999.96,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3194,'4000','41622471692','2021-05-31 17:41:25',NULL,200.00,'','4','1','Good sold','1','','sales','289','','No',NULL,NULL,''),(3195,'1110','41622472092','2021-05-31 17:46:23',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3196,'1110','41622472092','2021-05-31 17:46:23',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3197,'1110','41622472092','2021-05-31 17:46:23',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3198,'1110','41622472092','2021-05-31 17:46:23',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3199,'5500','41622472092','2021-05-31 17:46:23',922.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3200,'1000','41622472092','2021-05-31 17:46:23',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3201,'4000','41622472092','2021-05-31 17:46:23',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3202,'4000','41622472092','2021-05-31 17:46:23',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3203,'4000','41622472092','2021-05-31 17:46:23',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3204,'4000','41622472092','2021-05-31 17:46:23',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3205,'1110','41622472409','2021-05-31 17:53:38',NULL,16100.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3206,'1110','41622472409','2021-05-31 17:53:38',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3207,'5500','41622472409','2021-05-31 17:53:38',16360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3208,'1000','41622472409','2021-05-31 17:53:38',19260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3209,'4000','41622472409','2021-05-31 17:53:38',NULL,18860.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3210,'4000','41622472409','2021-05-31 17:53:38',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3211,'1110','41622472845','2021-05-31 18:03:37',NULL,1050.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(3212,'1110','41622472845','2021-05-31 18:03:37',NULL,1400.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(3213,'1110','41622472845','2021-05-31 18:03:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3214,'1110','41622472845','2021-05-31 18:03:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3215,'5500','41622472845','2021-05-31 18:03:37',2454.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3216,'1000','41622472845','2021-05-31 18:03:37',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3217,'4000','41622472845','2021-05-31 18:03:37',NULL,1200.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3218,'4000','41622472845','2021-05-31 18:03:37',NULL,2000.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(3219,'4000','41622472845','2021-05-31 18:03:37',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3220,'4000','41622472845','2021-05-31 18:03:37',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3221,'1110','41622474243','2021-05-31 18:23:50',NULL,42480.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(3222,'1110','41622474243','2021-05-31 18:23:50',NULL,15900.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3223,'1110','41622474243','2021-05-31 18:23:50',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3224,'1110','41622474243','2021-05-31 18:23:50',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3225,'1110','41622474243','2021-05-31 18:23:50',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3226,'1110','41622474243','2021-05-31 18:23:50',NULL,2600.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(3227,'5500','41622474243','2021-05-31 18:23:50',62885.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3228,'1000','41622474243','2021-05-31 18:23:50',69750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3229,'4000','41622474243','2021-05-31 18:23:50',NULL,46800.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(3230,'4000','41622474243','2021-05-31 18:23:50',NULL,16500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3231,'4000','41622474243','2021-05-31 18:23:50',NULL,1020.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3232,'4000','41622474243','2021-05-31 18:23:50',NULL,1080.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3233,'4000','41622474243','2021-05-31 18:23:50',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3234,'4000','41622474243','2021-05-31 18:23:50',NULL,3600.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(3243,'1110','41622470300','2021-05-31 17:18:11',NULL,8500.00,'','4','1','Inventory sold','1','','sales','224','','No',NULL,NULL,''),(3244,'1110','41622470300','2021-05-31 22:03:51',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3245,'1110','41622470300','2021-05-31 22:03:51',NULL,1500.00,'','4','1','Inventory sold','1','','sales','294','','No',NULL,NULL,''),(3246,'1110','41622470300','2021-05-31 22:03:51',NULL,1500.00,'','4','1','Inventory sold','1','','sales','293','','No',NULL,NULL,''),(3247,'5500','41622470300','2021-05-31 22:03:51',12130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3248,'1000','41622470300','2021-05-31 17:18:11',19800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3249,'4000','41622470300','2021-05-31 17:18:11',NULL,13000.00,'','4','1','Good sold','1','','sales','224','','No',NULL,NULL,''),(3250,'4000','41622470300','2021-05-31 22:03:51',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3251,'4000','41622470300','2021-05-31 22:03:51',NULL,4000.00,'','4','1','Good sold','1','','sales','294','','No',NULL,NULL,''),(3252,'4000','41622470300','2021-05-31 22:03:51',NULL,2000.00,'','4','1','Good sold','1','','sales','293','','No',NULL,NULL,''),(3257,'1110','41622469897','2021-05-31 17:06:34',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3258,'1110','41622469897','2021-05-31 22:06:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(3259,'5500','41622469897','2021-05-31 22:06:59',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3260,'1000','41622469897','2021-05-31 17:06:34',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3261,'4000','41622469897','2021-05-31 17:06:34',NULL,400.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3262,'4000','41622469897','2021-05-31 22:06:59',NULL,100.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(3267,'1110','41622470227','2021-05-31 22:08:52',NULL,90.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(3268,'5500','41622470227','2021-05-31 22:08:52',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3269,'1000','41622470227','2021-05-31 17:11:09',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3270,'4000','41622470227','2021-05-31 22:08:52',NULL,150.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(3271,'1110','41622545216','2021-06-01 14:00:40',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3272,'5500','41622545216','2021-06-01 14:00:40',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3273,'1000','41622545216','2021-06-01 14:00:40',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3274,'4000','41622545216','2021-06-01 14:00:40',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3281,'1110','41622545354','2021-06-01 14:03:11',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3282,'5500','41622545354','2021-06-01 14:03:11',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3283,'1000','41622545354','2021-06-01 14:03:11',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3284,'4000','41622545354','2021-06-01 14:03:11',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3285,'1110','41622545403','2021-06-01 14:04:03',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3286,'5500','41622545403','2021-06-01 14:04:03',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3287,'1000','41622545403','2021-06-01 14:04:03',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3288,'4000','41622545403','2021-06-01 14:04:03',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3289,'1110','41622545455','2021-06-01 15:36:31',NULL,1020.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3290,'1110','41622545455','2021-06-01 15:36:31',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(3291,'1110','41622545455','2021-06-01 15:36:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3292,'1110','41622545455','2021-06-01 15:36:31',NULL,1500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(3293,'5500','41622545455','2021-06-01 15:36:31',2602.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3294,'1000','41622545455','2021-06-01 15:36:31',4150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3295,'4000','41622545455','2021-06-01 15:36:31',NULL,1200.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3296,'4000','41622545455','2021-06-01 15:36:31',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(3297,'4000','41622545455','2021-06-01 15:36:31',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3298,'4000','41622545455','2021-06-01 15:36:31',NULL,2550.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(3299,'1110','41622551030','2021-06-01 15:44:26',NULL,1280.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(3300,'1110','41622551030','2021-06-01 15:44:26',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3301,'1110','41622551030','2021-06-01 15:44:26',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3302,'1110','41622551030','2021-06-01 15:44:26',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3303,'5500','41622551030','2021-06-01 15:44:26',2135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3304,'1000','41622551030','2021-06-01 15:44:26',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3305,'4000','41622551030','2021-06-01 15:44:26',NULL,1900.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3306,'4000','41622551030','2021-06-01 15:44:26',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3307,'4000','41622551030','2021-06-01 15:44:26',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3308,'4000','41622551030','2021-06-01 15:44:26',NULL,350.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3313,'1110','41622551835','2021-06-01 15:54:09',NULL,7650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3314,'1110','41622551835','2021-06-01 15:54:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3315,'1110','41622551835','2021-06-01 15:54:09',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3316,'1110','41622551835','2021-06-01 15:54:09',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3317,'5500','41622551835','2021-06-01 15:54:09',8090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3318,'1000','41622551835','2021-06-01 15:54:09',11150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3319,'4000','41622551835','2021-06-01 15:54:09',NULL,10500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3320,'4000','41622551835','2021-06-01 15:54:09',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3321,'4000','41622551835','2021-06-01 15:54:09',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3322,'4000','41622551835','2021-06-01 15:54:09',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3327,'1110','41622556652','2021-06-01 17:12:40',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3328,'1110','41622556652','2021-06-01 17:12:40',NULL,2430.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3329,'1110','41622556652','2021-06-01 17:12:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3330,'5500','41622556652','2021-06-01 17:12:40',15135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3331,'1000','41622556652','2021-06-01 17:12:40',16350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3332,'4000','41622556652','2021-06-01 17:12:40',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3333,'4000','41622556652','2021-06-01 17:12:40',NULL,2700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3334,'4000','41622556652','2021-06-01 17:12:40',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3335,'1110','41622556766','2021-06-01 17:15:09',NULL,15300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3336,'5500','41622556766','2021-06-01 17:15:09',15300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3337,'1000','41622556766','2021-06-01 17:15:09',21000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3338,'4000','41622556766','2021-06-01 17:15:09',NULL,21000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3343,'1110','41622557323','2021-06-01 17:23:30',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(3344,'5500','41622557323','2021-06-01 17:23:30',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3345,'1000','41622557323','2021-06-01 17:23:30',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3346,'4000','41622557323','2021-06-01 17:23:30',NULL,250.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(3347,'1110','41622557422','2021-06-01 17:24:55',NULL,15300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3348,'5500','41622557422','2021-06-01 17:24:55',15300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3349,'1000','41622557422','2021-06-01 17:24:55',21000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3350,'4000','41622557422','2021-06-01 17:24:55',NULL,21000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3351,'1110','41622557509','2021-06-01 17:25:59',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3352,'5500','41622557509','2021-06-01 17:25:59',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3353,'1000','41622557509','2021-06-01 17:25:59',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3354,'4000','41622557509','2021-06-01 17:25:59',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3359,'1110','41622557068','2021-06-02 08:42:03',NULL,1200.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3360,'5500','41622557068','2021-06-02 08:42:03',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3361,'1000','41622557068','2021-06-01 17:20:57',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3362,'4000','41622557068','2021-06-02 08:42:03',NULL,1500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3367,'1110','41622545255','2021-06-01 14:02:05',NULL,350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(3368,'1110','41622545255','2021-06-02 08:49:42',NULL,60.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(3369,'5500','41622545255','2021-06-02 08:49:42',410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3370,'1000','41622545255','2021-06-01 14:02:05',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3371,'4000','41622545255','2021-06-01 14:02:05',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(3372,'4000','41622545255','2021-06-02 08:49:42',NULL,100.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(3377,'1110','51622613129','2021-06-02 08:52:31',NULL,11500.00,'','5','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(3378,'5500','51622613129','2021-06-02 08:52:31',11500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3379,'1000','51622613129','2021-06-02 08:52:31',14000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3380,'4000','51622613129','2021-06-02 08:52:31',NULL,14000.00,'','5','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(3381,'1110','41622551477','2021-06-02 08:53:46',NULL,11500.00,'','4','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(3382,'5500','41622551477','2021-06-02 08:53:46',11500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3383,'1000','41622551477','2021-06-01 15:50:00',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3384,'4000','41622551477','2021-06-02 08:53:46',NULL,14000.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(3385,'4000','51622613129','2021-06-02 08:54:45',14000.00,NULL,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(3386,'1000','51622613129','2021-06-02 08:54:45',NULL,14000.00,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(3387,'5500','51622613129','2021-06-02 08:54:45',NULL,11500.00,'','5','1','Cost of goods returned','1','','sales','297','','No',NULL,NULL,''),(3388,'1110','51622613129','2021-06-02 08:54:45',11500.00,NULL,'','5','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3393,'1110','41622556564','2021-06-01 17:10:29',NULL,90.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(3394,'5500','41622556564','2021-06-02 08:58:35',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3395,'1000','41622556564','2021-06-01 17:10:29',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3396,'4000','41622556564','2021-06-01 17:10:29',NULL,200.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(3397,'1110','41622627182','2021-06-02 14:41:35',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(3398,'1110','41622627182','2021-06-02 14:41:35',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3399,'5500','41622627182','2021-06-02 14:41:35',3930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3400,'1000','41622627182','2021-06-02 14:41:35',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3401,'4000','41622627182','2021-06-02 14:41:35',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(3402,'4000','41622627182','2021-06-02 14:41:35',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3403,'1110','41622634119','2021-06-02 14:49:20',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3404,'1110','41622634119','2021-06-02 14:49:20',NULL,110.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(3405,'1110','41622634119','2021-06-02 14:49:20',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3406,'1110','41622634119','2021-06-02 14:49:20',NULL,60.00,'','4','1','Inventory sold','1','','sales','287','','No',NULL,NULL,''),(3407,'5500','41622634119','2021-06-02 14:49:20',5474.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3408,'1000','41622634119','2021-06-02 14:49:20',6050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3409,'4000','41622634119','2021-06-02 14:49:20',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3410,'4000','41622634119','2021-06-02 14:49:20',NULL,300.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(3411,'4000','41622634119','2021-06-02 14:49:20',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3412,'4000','41622634119','2021-06-02 14:49:20',NULL,150.00,'','4','1','Good sold','1','','sales','287','','No',NULL,NULL,''),(3413,'1110','41622634732','2021-06-02 14:52:51',NULL,700.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(3414,'5500','41622634732','2021-06-02 14:52:51',700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3415,'1000','41622634732','2021-06-02 14:52:51',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3416,'4000','41622634732','2021-06-02 14:52:51',NULL,1000.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(3417,'1110','41622634780','2021-06-02 16:50:06',NULL,6000.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3418,'1110','41622634780','2021-06-02 16:50:06',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3419,'5500','41622634780','2021-06-02 16:50:06',6630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3420,'1000','41622634780','2021-06-02 16:50:06',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3421,'4000','41622634780','2021-06-02 16:50:06',NULL,7000.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3422,'4000','41622634780','2021-06-02 16:50:06',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3423,'1110','41622728220','2021-06-02 16:52:23',NULL,1080.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3424,'5500','41622728220','2021-06-02 16:52:23',1080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3425,'1000','41622728220','2021-06-02 16:52:23',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3426,'4000','41622728220','2021-06-02 16:52:23',NULL,1300.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3427,'1110','41622728365','2021-06-02 16:53:41',NULL,1050.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(3428,'5500','41622728365','2021-06-02 16:53:41',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3429,'1000','41622728365','2021-06-02 16:53:41',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3430,'4000','41622728365','2021-06-02 16:53:41',NULL,1200.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3431,'1110','41622728439','2021-06-02 17:01:17',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3432,'1110','41622728439','2021-06-02 17:01:17',NULL,200.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(3433,'1110','41622728439','2021-06-02 17:01:17',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(3434,'1110','41622728439','2021-06-02 17:01:17',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3435,'1110','41622728439','2021-06-02 17:01:17',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3436,'1110','41622728439','2021-06-02 17:01:17',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3437,'5500','41622728439','2021-06-02 17:01:17',5464.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3438,'1000','41622728439','2021-06-02 17:01:17',7960.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3439,'4000','41622728439','2021-06-02 17:01:17',NULL,3360.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3440,'4000','41622728439','2021-06-02 17:01:17',NULL,750.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(3441,'4000','41622728439','2021-06-02 17:01:17',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(3442,'4000','41622728439','2021-06-02 17:01:17',NULL,300.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3443,'4000','41622728439','2021-06-02 17:01:17',NULL,950.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3444,'4000','41622728439','2021-06-02 17:01:17',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3445,'1110','41622728942','2021-06-02 17:08:02',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(3446,'5500','41622728942','2021-06-02 17:08:02',380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3447,'1000','41622728942','2021-06-02 17:08:02',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3448,'4000','41622728942','2021-06-02 17:08:02',NULL,500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(3449,'1110','41622729295','2021-06-02 17:08:53',NULL,1400.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3450,'5500','41622729295','2021-06-02 17:08:53',1400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3451,'1000','41622729295','2021-06-02 17:08:53',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3452,'4000','41622729295','2021-06-02 17:08:53',NULL,1600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3453,'1110','41622729347','2021-06-02 17:11:00',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3454,'1110','41622729347','2021-06-02 17:11:00',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3455,'5500','41622729347','2021-06-02 17:11:00',634.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3456,'1000','41622729347','2021-06-02 17:11:00',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3457,'4000','41622729347','2021-06-02 17:11:00',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3458,'4000','41622729347','2021-06-02 17:11:00',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3459,'1110','41622729510','2021-06-02 17:12:50',NULL,29150.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3460,'5500','41622729510','2021-06-02 17:12:50',29150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3461,'1000','41622729510','2021-06-02 17:12:50',30250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3462,'4000','41622729510','2021-06-02 17:12:50',NULL,30250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3463,'1110','41622729586','2021-06-02 17:14:06',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3464,'1110','41622729586','2021-06-02 17:14:06',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3465,'5500','41622729586','2021-06-02 17:14:06',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3466,'1000','41622729586','2021-06-02 17:14:06',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3467,'4000','41622729586','2021-06-02 17:14:06',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3468,'4000','41622729586','2021-06-02 17:14:06',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3469,'1110','41622729656','2021-06-02 17:14:46',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(3470,'5500','41622729656','2021-06-02 17:14:46',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3471,'1000','41622729656','2021-06-02 17:14:46',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3472,'4000','41622729656','2021-06-02 17:14:46',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(3473,'1110','41622729698','2021-06-02 17:15:42',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3474,'5500','41622729698','2021-06-02 17:15:42',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3475,'1000','41622729698','2021-06-02 17:15:42',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3476,'4000','41622729698','2021-06-02 17:15:42',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3477,'1110','41622729757','2021-06-02 17:16:21',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(3478,'5500','41622729757','2021-06-02 17:16:21',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3479,'1000','41622729757','2021-06-02 17:16:21',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3480,'4000','41622729757','2021-06-02 17:16:21',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(3481,'1110','41622729807','2021-06-02 17:19:14',NULL,22950.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3482,'5500','41622729807','2021-06-02 17:19:14',22950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3483,'1000','41622729807','2021-06-02 17:19:14',31500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3484,'4000','41622729807','2021-06-02 17:19:14',NULL,31500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3485,'1110','41622729964','2021-06-02 17:20:28',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3486,'1110','41622729964','2021-06-02 17:20:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3487,'5500','41622729964','2021-06-02 17:20:28',632.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3488,'1000','41622729964','2021-06-02 17:20:28',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3489,'4000','41622729964','2021-06-02 17:20:28',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3490,'4000','41622729964','2021-06-02 17:20:28',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3491,'1110','41622730242','2021-06-03 17:24:45',NULL,4050.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3492,'5500','41622730242','2021-06-03 17:24:45',4050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3493,'1000','41622730242','2021-06-03 17:24:45',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3494,'4000','41622730242','2021-06-03 17:24:45',NULL,4500.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3509,'1110','41622731136','2021-06-03 17:42:08',NULL,6360.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3510,'1110','41622731136','2021-06-03 17:42:08',NULL,110.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(3511,'5500','41622731136','2021-06-03 17:42:08',6470.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3512,'1000','41622731136','2021-06-03 17:42:08',6900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3513,'4000','41622731136','2021-06-03 17:42:08',NULL,6600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3514,'4000','41622731136','2021-06-03 17:42:08',NULL,300.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(3515,'1110','41622731335','2021-06-03 17:42:54',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3516,'5500','41622731335','2021-06-03 17:42:54',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3517,'1000','41622731335','2021-06-03 17:42:54',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3518,'4000','41622731335','2021-06-03 17:42:54',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3519,'1110','41622731379','2021-06-03 17:43:46',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3520,'5500','41622731379','2021-06-03 17:43:46',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3521,'1000','41622731379','2021-06-03 17:43:46',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3522,'4000','41622731379','2021-06-03 17:43:46',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3523,'1110','41622731438','2021-06-03 17:49:42',NULL,8100.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3524,'1110','41622731438','2021-06-03 17:49:42',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3525,'1110','41622731438','2021-06-03 17:49:42',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3526,'1110','41622731438','2021-06-03 17:49:42',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3527,'5500','41622731438','2021-06-03 17:49:42',8820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3528,'1000','41622731438','2021-06-03 17:49:42',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3529,'4000','41622731438','2021-06-03 17:49:42',NULL,9500.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3530,'4000','41622731438','2021-06-03 17:49:42',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3531,'4000','41622731438','2021-06-03 17:49:42',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3532,'4000','41622731438','2021-06-03 17:49:42',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3533,'1110','41622731791','2021-06-03 17:55:09',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(3534,'1110','41622731791','2021-06-03 17:55:09',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3535,'1110','41622731791','2021-06-03 17:55:09',NULL,5200.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(3536,'1110','41622731791','2021-06-03 17:55:09',NULL,600.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3537,'5500','41622731791','2021-06-03 17:55:09',17980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3538,'1000','41622731791','2021-06-03 17:55:09',23500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3539,'4000','41622731791','2021-06-03 17:55:09',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(3540,'4000','41622731791','2021-06-03 17:55:09',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3541,'4000','41622731791','2021-06-03 17:55:09',NULL,8000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(3542,'4000','41622731791','2021-06-03 17:55:09',NULL,1500.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3543,'1110','41622732117','2021-06-03 17:55:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3544,'5500','41622732117','2021-06-03 17:55:50',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3545,'1000','41622732117','2021-06-03 17:55:50',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3546,'4000','41622732117','2021-06-03 17:55:50',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3547,'1110','41622732162','2021-06-03 17:56:55',NULL,620.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(3548,'5500','41622732162','2021-06-03 17:56:55',620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3549,'1000','41622732162','2021-06-03 17:56:55',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3550,'4000','41622732162','2021-06-03 17:56:55',NULL,900.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3551,'1110','41622732223','2021-06-03 17:59:25',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3552,'1110','41622732223','2021-06-03 17:59:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3553,'1110','41622732223','2021-06-03 17:59:25',NULL,420.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(3554,'5500','41622732223','2021-06-03 17:59:25',426.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3555,'1000','41622732223','2021-06-03 17:59:25',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3556,'4000','41622732223','2021-06-03 17:59:25',NULL,1400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3557,'4000','41622732223','2021-06-03 17:59:25',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3558,'4000','41622732223','2021-06-03 17:59:25',NULL,700.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(3559,'1110','41622732372','2021-06-03 18:07:14',NULL,390.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(3560,'1110','41622732372','2021-06-03 18:07:14',NULL,270.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(3561,'5500','41622732372','2021-06-03 18:07:14',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3562,'1000','41622732372','2021-06-03 18:07:14',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3563,'4000','41622732372','2021-06-03 18:07:14',NULL,750.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(3564,'4000','41622732372','2021-06-03 18:07:14',NULL,450.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(3573,'1110','41622733427','2021-06-03 18:17:42',NULL,2600.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(3574,'5500','41622733427','2021-06-03 18:17:42',2600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3575,'1000','41622733427','2021-06-03 18:17:42',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3576,'4000','41622733427','2021-06-03 18:17:42',NULL,3500.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(3583,'1110','41622733621','2021-06-03 18:21:22',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(3584,'5500','41622733621','2021-06-03 18:21:22',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3585,'1000','41622733621','2021-06-03 18:21:22',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3586,'4000','41622733621','2021-06-03 18:21:22',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(3587,'1110','41622733687','2021-06-03 18:21:40',NULL,2100.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3588,'5500','41622733687','2021-06-03 18:21:40',2100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3589,'1000','41622733687','2021-06-03 18:21:40',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3590,'4000','41622733687','2021-06-03 18:21:40',NULL,2400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3591,'1110','41622733713','2021-06-03 18:22:11',NULL,4050.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3592,'5500','41622733713','2021-06-03 18:22:11',4050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3593,'1000','41622733713','2021-06-03 18:22:11',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3594,'4000','41622733713','2021-06-03 18:22:11',NULL,4500.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3595,'1110','41622733740','2021-06-03 18:22:46',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3596,'5500','41622733740','2021-06-03 18:22:46',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3597,'1000','41622733740','2021-06-03 18:22:46',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3598,'4000','41622733740','2021-06-03 18:22:46',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3603,'1110','41622733879','2021-06-03 18:25:10',NULL,1620.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3604,'5500','41622733879','2021-06-03 18:25:10',1620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3605,'1000','41622733879','2021-06-03 18:25:10',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3606,'4000','41622733879','2021-06-03 18:25:10',NULL,1800.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3607,'1110','41622733923','2021-06-03 18:26:01',NULL,3240.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3608,'5500','41622733923','2021-06-03 18:26:01',3240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3609,'1000','41622733923','2021-06-03 18:26:01',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3610,'4000','41622733923','2021-06-03 18:26:01',NULL,3600.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3611,'1110','41622733965','2021-06-03 18:26:40',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3612,'5500','41622733965','2021-06-03 18:26:40',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3613,'1000','41622733965','2021-06-03 18:26:40',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3614,'4000','41622733965','2021-06-03 18:26:40',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3615,'1110','41622734010','2021-06-03 18:28:23',NULL,2430.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3616,'1110','41622734010','2021-06-03 18:28:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3617,'1110','41622734010','2021-06-03 18:28:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3618,'1110','41622734010','2021-06-03 18:28:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3619,'5500','41622734010','2021-06-03 18:28:23',2745.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3620,'1000','41622734010','2021-06-03 18:28:23',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3621,'4000','41622734010','2021-06-03 18:28:23',NULL,2700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3622,'4000','41622734010','2021-06-03 18:28:23',NULL,160.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3623,'4000','41622734010','2021-06-03 18:28:23',NULL,170.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3624,'4000','41622734010','2021-06-03 18:28:23',NULL,170.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3629,'1110','41622730291','2021-06-03 19:21:14',NULL,1800.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(3630,'1110','41622730291','2021-06-03 19:21:14',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3631,'1110','41622730291','2021-06-03 19:21:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3632,'1110','41622730291','2021-06-03 19:21:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3633,'1110','41622730291','2021-06-03 19:21:14',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3634,'1110','41622730291','2021-06-03 19:21:14',NULL,2600.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(3635,'5500','41622730291','2021-06-03 19:21:14',9914.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3636,'1000','41622730291','2021-06-03 17:31:19',12700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3637,'4000','41622730291','2021-06-03 19:21:14',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3638,'4000','41622730291','2021-06-03 19:21:14',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3639,'4000','41622730291','2021-06-03 19:21:14',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3640,'4000','41622730291','2021-06-03 19:21:14',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3641,'4000','41622730291','2021-06-03 19:21:14',NULL,5600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3642,'4000','41622730291','2021-06-03 19:21:14',NULL,4000.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(3647,'1110','41622733468','2021-06-03 18:20:09',NULL,1800.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(3648,'1110','41622733468','2021-06-03 19:22:59',NULL,2600.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(3649,'5500','41622733468','2021-06-03 19:22:59',4400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3650,'1000','41622733468','2021-06-03 18:20:09',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3651,'4000','41622733468','2021-06-03 18:20:09',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3652,'4000','41622733468','2021-06-03 19:22:59',NULL,4000.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(3669,'1110','41622733097','2021-06-03 18:15:32',NULL,10400.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(3670,'1110','41622733097','2021-06-03 20:14:43',NULL,3000.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(3671,'1110','41622733097','2021-06-03 20:14:43',NULL,480.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(3672,'5500','41622733097','2021-06-03 20:14:43',13880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3673,'1000','41622733097','2021-06-03 18:15:32',18400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3674,'4000','41622733097','2021-06-03 18:15:32',NULL,12800.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(3675,'4000','41622733097','2021-06-03 20:14:43',NULL,4400.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(3676,'4000','41622733097','2021-06-03 20:14:43',NULL,1200.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(3681,'1110','41622733777','2021-06-03 20:26:19',NULL,9600.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3682,'5500','41622733777','2021-06-03 20:26:19',9600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3683,'1000','41622733777','2021-06-03 18:24:33',10850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3684,'4000','41622733777','2021-06-03 20:26:19',NULL,10850.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3685,'1110','41622783844','2021-06-04 08:25:41',NULL,2800.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3686,'5500','41622783844','2021-06-04 08:25:41',2800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3687,'1000','41622783844','2021-06-04 08:25:41',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3688,'4000','41622783844','2021-06-04 08:25:41',NULL,3150.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3689,'1110','41622784350','2021-06-04 08:26:45',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3690,'5500','41622784350','2021-06-04 08:26:45',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3691,'1000','41622784350','2021-06-04 08:26:45',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3692,'4000','41622784350','2021-06-04 08:26:45',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3693,'1110','41622784411','2021-06-04 08:29:09',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3694,'1110','41622784411','2021-06-04 08:29:09',NULL,7800.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(3695,'5500','41622784411','2021-06-04 08:29:09',34300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3696,'1000','41622784411','2021-06-04 08:29:09',39500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3697,'4000','41622784411','2021-06-04 08:29:09',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3698,'4000','41622784411','2021-06-04 08:29:09',NULL,12000.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(3699,'1110','41622808952','2021-06-04 15:16:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3700,'5500','41622808952','2021-06-04 15:16:45',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3701,'1000','41622808952','2021-06-04 15:16:45',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3702,'4000','41622808952','2021-06-04 15:16:45',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3703,'1110','41622809013','2021-06-04 15:19:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3704,'5500','41622809013','2021-06-04 15:19:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3705,'1000','41622809013','2021-06-04 15:19:09',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3706,'4000','41622809013','2021-06-04 15:19:09',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3707,'1110','41622809162','2021-06-04 15:23:08',NULL,27060.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(3708,'1110','41622809162','2021-06-04 15:23:08',NULL,18450.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(3709,'5500','41622809162','2021-06-04 15:23:08',45510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3710,'1000','41622809162','2021-06-04 15:23:08',48400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3711,'4000','41622809162','2021-06-04 15:23:08',NULL,28600.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(3712,'4000','41622809162','2021-06-04 15:23:08',NULL,19800.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(3713,'1110','41622809627','2021-06-04 15:32:53',NULL,2320.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3714,'5500','41622809627','2021-06-04 15:32:53',2320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3715,'1000','41622809627','2021-06-04 15:32:53',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3716,'4000','41622809627','2021-06-04 15:32:53',NULL,2600.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3717,'1110','41622809981','2021-06-04 15:34:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3718,'5500','41622809981','2021-06-04 15:34:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3719,'1000','41622809981','2021-06-04 15:34:55',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3720,'4000','41622809981','2021-06-04 15:34:55',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3721,'1110','41622810130','2021-06-04 15:41:34',NULL,1740.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3722,'1110','41622810130','2021-06-04 15:41:34',NULL,1740.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3723,'5500','41622810130','2021-06-04 15:41:34',3480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3724,'1000','41622810130','2021-06-04 15:41:34',3790.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3725,'4000','41622810130','2021-06-04 15:41:34',NULL,1900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3726,'4000','41622810130','2021-06-04 15:41:34',NULL,1890.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3727,'1110','41622810509','2021-06-04 15:46:25',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3728,'5500','41622810509','2021-06-04 15:46:25',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3729,'1000','41622810509','2021-06-04 15:46:25',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3730,'4000','41622810509','2021-06-04 15:46:25',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3731,'1110','41622810793','2021-06-04 16:29:46',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3732,'5500','41622810793','2021-06-04 16:29:46',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3733,'1000','41622810793','2021-06-04 16:29:46',13300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3734,'4000','41622810793','2021-06-04 16:29:46',NULL,13300.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3735,'1110','41622813571','2021-06-04 16:47:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3736,'1110','41622813571','2021-06-04 16:47:44',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3737,'5500','41622813571','2021-06-04 16:47:44',77.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3738,'1000','41622813571','2021-06-04 16:47:44',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3739,'4000','41622813571','2021-06-04 16:47:44',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3740,'4000','41622813571','2021-06-04 16:47:44',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3741,'1110','41622814481','2021-06-04 16:54:31',NULL,5220.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3742,'1110','41622814481','2021-06-04 16:54:31',NULL,157.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3743,'1110','41622814481','2021-06-04 16:54:31',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3744,'1110','41622814481','2021-06-04 16:54:31',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3745,'5500','41622814481','2021-06-04 16:54:31',5760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3746,'1000','41622814481','2021-06-04 16:54:31',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3747,'4000','41622814481','2021-06-04 16:54:31',NULL,5700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3748,'4000','41622814481','2021-06-04 16:54:31',NULL,249.90,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3749,'4000','41622814481','2021-06-04 16:54:31',NULL,249.90,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3750,'4000','41622814481','2021-06-04 16:54:31',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3751,'1110','41622814882','2021-06-04 17:10:06',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3752,'1110','41622814882','2021-06-04 17:10:06',NULL,40.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3753,'5500','41622814882','2021-06-04 17:10:06',92.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3754,'1000','41622814882','2021-06-04 17:10:06',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3755,'4000','41622814882','2021-06-04 17:10:06',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3756,'4000','41622814882','2021-06-04 17:10:06',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3757,'1110','41622815858','2021-06-04 17:14:00',NULL,4500.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(3758,'1110','41622815858','2021-06-04 17:14:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3759,'5500','41622815858','2021-06-04 17:14:00',4502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3760,'1000','41622815858','2021-06-04 17:14:00',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3761,'4000','41622815858','2021-06-04 17:14:00',NULL,5699.70,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3762,'4000','41622815858','2021-06-04 17:14:00',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3763,'1110','41622816184','2021-06-04 17:16:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3764,'5500','41622816184','2021-06-04 17:16:58',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3765,'1000','41622816184','2021-06-04 17:16:58',175.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3766,'4000','41622816184','2021-06-04 17:16:58',NULL,175.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3767,'1110','41622816489','2021-06-04 17:22:33',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3768,'5500','41622816489','2021-06-04 17:22:33',8520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3769,'1000','41622816489','2021-06-04 17:22:33',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3770,'4000','41622816489','2021-06-04 17:22:33',NULL,8500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3771,'1110','41622816560','2021-06-04 17:23:15',NULL,1040.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3772,'5500','41622816560','2021-06-04 17:23:15',1040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3773,'1000','41622816560','2021-06-04 17:23:15',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3774,'4000','41622816560','2021-06-04 17:23:15',NULL,1600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3775,'1110','41622816993','2021-06-04 17:30:59',NULL,6360.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3776,'5500','41622816993','2021-06-04 17:30:59',6360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3777,'1000','41622816993','2021-06-04 17:30:59',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3778,'4000','41622816993','2021-06-04 17:30:59',NULL,6600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3779,'1110','41622817087','2021-06-04 17:33:12',NULL,7560.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3780,'5500','41622817087','2021-06-04 17:33:12',7560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3781,'1000','41622817087','2021-06-04 17:33:12',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3782,'4000','41622817087','2021-06-04 17:33:12',NULL,9000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3783,'1110','41622817880','2021-06-04 17:56:36',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3784,'5500','41622817880','2021-06-04 17:56:36',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3785,'1000','41622817880','2021-06-04 17:56:36',375.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3786,'4000','41622817880','2021-06-04 17:56:36',NULL,375.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3787,'1110','41622818608','2021-06-04 17:58:53',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3788,'1110','41622818608','2021-06-04 17:58:53',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(3789,'5500','41622818608','2021-06-04 17:58:53',1320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3790,'1000','41622818608','2021-06-04 17:58:53',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3791,'4000','41622818608','2021-06-04 17:58:53',NULL,2300.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3792,'4000','41622818608','2021-06-04 17:58:53',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(3793,'1110','41622818818','2021-06-04 18:00:56',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(3794,'5500','41622818818','2021-06-04 18:00:56',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3795,'1000','41622818818','2021-06-04 18:00:56',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3796,'4000','41622818818','2021-06-04 18:00:56',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(3797,'1110','41622818867','2021-06-04 18:02:06',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3798,'5500','41622818867','2021-06-04 18:02:06',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3799,'1000','41622818867','2021-06-04 18:02:06',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3800,'4000','41622818867','2021-06-04 18:02:06',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3801,'1110','41622900927','2021-06-05 16:53:12',NULL,1.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3802,'5500','41622900927','2021-06-05 16:53:12',1.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3803,'1000','41622900927','2021-06-05 16:53:12',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3804,'4000','41622900927','2021-06-05 16:53:12',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3805,'1110','41622901255','2021-06-05 16:55:11',NULL,2320.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3806,'1110','41622901255','2021-06-05 16:55:11',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3807,'5500','41622901255','2021-06-05 16:55:11',2470.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3808,'1000','41622901255','2021-06-05 16:55:11',2650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3809,'4000','41622901255','2021-06-05 16:55:11',NULL,2400.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3810,'4000','41622901255','2021-06-05 16:55:11',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3811,'1110','41622901344','2021-06-05 16:56:44',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3812,'5500','41622901344','2021-06-05 16:56:44',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3813,'1000','41622901344','2021-06-05 16:56:44',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3814,'4000','41622901344','2021-06-05 16:56:44',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3815,'1110','41622901543','2021-06-05 16:59:57',NULL,7800.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(3816,'5500','41622901543','2021-06-05 16:59:57',7800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3817,'1000','41622901543','2021-06-05 16:59:57',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3818,'4000','41622901543','2021-06-05 16:59:57',NULL,12000.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(3819,'1110','41622901618','2021-06-05 17:01:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3820,'5500','41622901618','2021-06-05 17:01:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3821,'1000','41622901618','2021-06-05 17:01:19',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3822,'4000','41622901618','2021-06-05 17:01:19',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3823,'1110','41622901716','2021-06-05 17:03:03',NULL,8900.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(3824,'5500','41622901716','2021-06-05 17:03:03',8900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3825,'1000','41622901716','2021-06-05 17:03:03',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3826,'4000','41622901716','2021-06-05 17:03:03',NULL,9000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3827,'1110','41622902075','2021-06-05 17:11:16',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3828,'1110','41622902075','2021-06-05 17:11:16',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(3829,'5500','41622902075','2021-06-05 17:11:16',2830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3830,'1000','41622902075','2021-06-05 17:11:16',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3831,'4000','41622902075','2021-06-05 17:11:16',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3832,'4000','41622902075','2021-06-05 17:11:16',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(3833,'1110','41622902327','2021-06-05 17:14:43',NULL,2175.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3834,'5500','41622902327','2021-06-05 17:14:43',2175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3835,'1000','41622902327','2021-06-05 17:14:43',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3836,'4000','41622902327','2021-06-05 17:14:43',NULL,2400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3837,'1110','41622902520','2021-06-05 17:18:41',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3838,'1110','41622902520','2021-06-05 17:18:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3839,'1110','41622902520','2021-06-05 17:18:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3840,'5500','41622902520','2021-06-05 17:18:41',319.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3841,'1000','41622902520','2021-06-05 17:18:41',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3842,'4000','41622902520','2021-06-05 17:18:41',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3843,'4000','41622902520','2021-06-05 17:18:41',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3844,'4000','41622902520','2021-06-05 17:18:41',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3845,'1110','41622902730','2021-06-05 17:20:13',NULL,1200.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3846,'5500','41622902730','2021-06-05 17:20:13',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3847,'1000','41622902730','2021-06-05 17:20:13',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3848,'4000','41622902730','2021-06-05 17:20:13',NULL,1300.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3849,'1110','41622902830','2021-06-05 17:21:35',NULL,240.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3850,'5500','41622902830','2021-06-05 17:21:35',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3851,'1000','41622902830','2021-06-05 17:21:35',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3852,'4000','41622902830','2021-06-05 17:21:35',NULL,300.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3853,'1110','41622902900','2021-06-05 17:22:19',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(3854,'5500','41622902900','2021-06-05 17:22:19',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3855,'1000','41622902900','2021-06-05 17:22:19',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3856,'4000','41622902900','2021-06-05 17:22:19',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(3857,'1110','41622902947','2021-06-05 17:27:32',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3858,'5500','41622902947','2021-06-05 17:27:32',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3859,'1000','41622902947','2021-06-05 17:27:32',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3860,'4000','41622902947','2021-06-05 17:27:32',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3861,'1110','41622903259','2021-06-05 17:28:41',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3862,'5500','41622903259','2021-06-05 17:28:41',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3863,'1000','41622903259','2021-06-05 17:28:41',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3864,'4000','41622903259','2021-06-05 17:28:41',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3865,'1110','41622904075','2021-06-05 17:49:58',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3866,'5500','41622904075','2021-06-05 17:49:58',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3867,'1000','41622904075','2021-06-05 17:49:58',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3868,'4000','41622904075','2021-06-05 17:49:58',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3873,'1110','41622904757','2021-06-05 18:07:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3874,'5500','41622904757','2021-06-05 18:07:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3875,'1000','41622904757','2021-06-05 18:07:13',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3876,'4000','41622904757','2021-06-05 18:07:13',NULL,2500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3877,'1110','41622906264','2021-06-05 18:20:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(3878,'5500','41622906264','2021-06-05 18:20:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3879,'1000','41622906264','2021-06-05 18:20:19',680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3880,'4000','41622906264','2021-06-05 18:20:19',NULL,680.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(3885,'1110','41622904655','2021-06-06 18:12:14',NULL,120.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(3886,'5500','41622904655','2021-06-06 18:12:14',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3887,'1000','41622904655','2021-06-05 17:51:34',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3888,'4000','41622904655','2021-06-06 18:12:14',NULL,400.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(3889,'1110','41623062634','2021-06-07 14:45:08',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3890,'5500','41623062634','2021-06-07 14:45:08',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3891,'1000','41623062634','2021-06-07 14:45:08',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3892,'4000','41623062634','2021-06-07 14:45:08',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3893,'1110','41623066325','2021-06-07 14:46:50',NULL,9280.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3894,'5500','41623066325','2021-06-07 14:46:50',9280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3895,'1000','41623066325','2021-06-07 14:46:50',10200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3896,'4000','41623066325','2021-06-07 14:46:50',NULL,10200.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3897,'1110','41623066445','2021-06-07 14:48:46',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(3898,'5500','41623066445','2021-06-07 14:48:46',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3899,'1000','41623066445','2021-06-07 14:48:46',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3900,'4000','41623066445','2021-06-07 14:48:46',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(3901,'1110','41623066533','2021-06-07 14:52:39',NULL,12600.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3902,'1110','41623066533','2021-06-07 14:52:39',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(3903,'1110','41623066533','2021-06-07 14:52:39',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3904,'1110','41623066533','2021-06-07 14:52:39',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3905,'5500','41623066533','2021-06-07 14:52:39',16647.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3906,'1000','41623066533','2021-06-07 14:52:39',19900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3907,'4000','41623066533','2021-06-07 14:52:39',NULL,15000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3908,'4000','41623066533','2021-06-07 14:52:39',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(3909,'4000','41623066533','2021-06-07 14:52:39',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3910,'4000','41623066533','2021-06-07 14:52:39',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3915,'1110','41623066923','2021-06-07 14:57:14',NULL,6960.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(3916,'5500','41623066923','2021-06-07 14:57:14',6960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3917,'1000','41623066923','2021-06-07 14:57:14',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3918,'4000','41623066923','2021-06-07 14:57:14',NULL,7400.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(3919,'1110','41623067041','2021-06-07 15:00:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3920,'1110','41623067041','2021-06-07 15:00:33',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(3921,'1110','41623067041','2021-06-07 15:00:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3922,'1110','41623067041','2021-06-07 15:00:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(3923,'1110','41623067041','2021-06-07 15:00:33',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(3924,'5500','41623067041','2021-06-07 15:00:33',890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3925,'1000','41623067041','2021-06-07 15:00:33',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3926,'4000','41623067041','2021-06-07 15:00:33',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3927,'4000','41623067041','2021-06-07 15:00:33',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(3928,'4000','41623067041','2021-06-07 15:00:33',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3929,'4000','41623067041','2021-06-07 15:00:33',NULL,450.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3930,'4000','41623067041','2021-06-07 15:00:33',NULL,450.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(3931,'1110','41623067237','2021-06-07 15:02:54',NULL,10650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3932,'1110','41623067237','2021-06-07 15:02:54',NULL,3560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(3933,'5500','41623067237','2021-06-07 15:02:54',14210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3934,'1000','41623067237','2021-06-07 15:02:54',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3935,'4000','41623067237','2021-06-07 15:02:54',NULL,10500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3936,'4000','41623067237','2021-06-07 15:02:54',NULL,3500.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3967,'1110','41623070887','2021-06-07 16:02:28',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3968,'5500','41623070887','2021-06-07 16:02:28',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3969,'1000','41623070887','2021-06-07 16:02:28',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3970,'4000','41623070887','2021-06-07 16:02:28',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3971,'1110','41623070967','2021-06-07 16:09:35',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(3972,'1110','41623070967','2021-06-07 16:09:35',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3973,'1110','41623070967','2021-06-07 16:09:35',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(3974,'1110','41623070967','2021-06-07 16:09:35',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(3975,'1110','41623070967','2021-06-07 16:09:35',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3976,'1110','41623070967','2021-06-07 16:09:35',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(3977,'5500','41623070967','2021-06-07 16:09:35',5353.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3978,'1000','41623070967','2021-06-07 16:09:35',9400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3979,'4000','41623070967','2021-06-07 16:09:35',NULL,4600.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(3980,'4000','41623070967','2021-06-07 16:09:35',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3981,'4000','41623070967','2021-06-07 16:09:35',NULL,1900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(3982,'4000','41623070967','2021-06-07 16:09:35',NULL,500.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(3983,'4000','41623070967','2021-06-07 16:09:35',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3984,'4000','41623070967','2021-06-07 16:09:35',NULL,500.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(3985,'1110','41623071411','2021-06-07 16:11:01',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(3986,'5500','41623071411','2021-06-07 16:11:01',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3987,'1000','41623071411','2021-06-07 16:11:01',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3988,'4000','41623071411','2021-06-07 16:11:01',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(3989,'1110','41623071468','2021-06-07 16:16:34',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3990,'1110','41623071468','2021-06-07 16:16:34',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(3991,'1110','41623071468','2021-06-07 16:16:34',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(3992,'1110','41623071468','2021-06-07 16:16:34',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3993,'5500','41623071468','2021-06-07 16:16:34',1735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3994,'1000','41623071468','2021-06-07 16:16:34',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3995,'4000','41623071468','2021-06-07 16:16:34',NULL,1600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3996,'4000','41623071468','2021-06-07 16:16:34',NULL,180.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3997,'4000','41623071468','2021-06-07 16:16:34',NULL,170.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3998,'4000','41623071468','2021-06-07 16:16:34',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3999,'1110','41623071801','2021-06-07 16:28:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4000,'1110','41623071801','2021-06-07 16:28:23',NULL,1500.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4001,'5500','41623071801','2021-06-07 16:28:23',1502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4002,'1000','41623071801','2021-06-07 16:28:23',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4003,'4000','41623071801','2021-06-07 16:28:23',NULL,3700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4004,'4000','41623071801','2021-06-07 16:28:23',NULL,1999.80,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4005,'1110','41623072580','2021-06-07 16:30:52',NULL,130.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(4006,'5500','41623072580','2021-06-07 16:30:52',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4007,'1000','41623072580','2021-06-07 16:30:52',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4008,'4000','41623072580','2021-06-07 16:30:52',NULL,200.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(4009,'1110','41623072721','2021-06-07 16:33:15',NULL,4100.00,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(4010,'5500','41623072721','2021-06-07 16:33:15',4100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4011,'1000','41623072721','2021-06-07 16:33:15',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4012,'4000','41623072721','2021-06-07 16:33:15',NULL,4400.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(4013,'1110','41623076831','2021-06-07 17:42:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4014,'1110','41623076831','2021-06-07 17:42:46',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(4015,'1110','41623076831','2021-06-07 17:42:46',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4016,'5500','41623076831','2021-06-07 17:42:46',862.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4017,'1000','41623076831','2021-06-07 17:42:46',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4018,'4000','41623076831','2021-06-07 17:42:46',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4019,'4000','41623076831','2021-06-07 17:42:46',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4020,'4000','41623076831','2021-06-07 17:42:46',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4021,'1110','41623076985','2021-06-07 18:09:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4022,'5500','41623076985','2021-06-07 18:09:47',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4023,'1000','41623076985','2021-06-07 18:09:47',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4024,'4000','41623076985','2021-06-07 18:09:47',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4035,'1110','41623078906','2021-06-07 18:15:41',NULL,13500.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(4036,'5500','41623078906','2021-06-07 18:15:41',13500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4037,'1000','41623078906','2021-06-07 18:15:41',16500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4038,'4000','41623078906','2021-06-07 18:15:41',NULL,16500.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(4039,'1110','41623078949','2021-06-07 18:17:41',NULL,4450.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(4040,'1110','41623078949','2021-06-07 18:17:41',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(4041,'5500','41623078949','2021-06-07 18:17:41',4580.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4042,'1000','41623078949','2021-06-07 18:17:41',5050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4043,'4000','41623078949','2021-06-07 18:17:41',NULL,4750.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4044,'4000','41623078949','2021-06-07 18:17:41',NULL,300.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(4063,'1110','41623078619','2021-06-07 18:14:12',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4064,'1110','41623078619','2021-06-07 22:16:46',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4065,'1110','41623078619','2021-06-07 22:16:46',NULL,20.00,'','4','1','Inventory sold','1','','sales','304','','No',NULL,NULL,''),(4066,'1110','41623078619','2021-06-07 22:16:46',NULL,150.00,'','4','1','Inventory sold','1','','sales','302','','No',NULL,NULL,''),(4067,'5500','41623078619','2021-06-07 22:16:46',752.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4068,'1000','41623078619','2021-06-07 18:14:12',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4069,'4000','41623078619','2021-06-07 18:14:12',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4070,'4000','41623078619','2021-06-07 22:16:46',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4071,'4000','41623078619','2021-06-07 22:16:46',NULL,100.00,'','4','1','Good sold','1','','sales','304','','No',NULL,NULL,''),(4072,'4000','41623078619','2021-06-07 22:16:46',NULL,300.00,'','4','1','Good sold','1','','sales','302','','No',NULL,NULL,''),(4077,'1110','41623067398','2021-06-07 16:00:40',NULL,18000.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(4078,'1110','41623067398','2021-06-07 22:18:14',NULL,6240.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(4079,'1110','41623067398','2021-06-07 22:18:14',NULL,4960.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(4080,'1110','41623067398','2021-06-07 22:18:14',NULL,525.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(4081,'1110','41623067398','2021-06-07 22:18:14',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4082,'1110','41623067398','2021-06-07 22:18:14',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4083,'1110','41623067398','2021-06-07 22:18:14',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4084,'1110','41623067398','2021-06-07 22:18:14',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(4085,'1110','41623067398','2021-06-07 22:18:14',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4086,'1110','41623067398','2021-06-07 22:18:14',NULL,350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(4087,'1110','41623067398','2021-06-07 22:18:14',NULL,1925.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(4088,'1110','41623067398','2021-06-07 22:18:14',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4089,'1110','41623067398','2021-06-07 22:18:14',NULL,160.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(4090,'1110','41623067398','2021-06-07 22:18:14',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(4091,'5500','41623067398','2021-06-07 22:18:14',38180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4092,'1000','41623067398','2021-06-07 16:00:40',51500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4093,'4000','41623067398','2021-06-07 16:00:40',NULL,22000.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(4094,'4000','41623067398','2021-06-07 22:18:14',NULL,8000.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(4095,'4000','41623067398','2021-06-07 22:18:14',NULL,7200.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(4096,'4000','41623067398','2021-06-07 22:18:14',NULL,750.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(4097,'4000','41623067398','2021-06-07 22:18:14',NULL,1080.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4098,'4000','41623067398','2021-06-07 22:18:14',NULL,720.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4099,'4000','41623067398','2021-06-07 22:18:14',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4100,'4000','41623067398','2021-06-07 22:18:14',NULL,900.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(4101,'4000','41623067398','2021-06-07 22:18:14',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4102,'4000','41623067398','2021-06-07 22:18:14',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(4103,'4000','41623067398','2021-06-07 22:18:14',NULL,2100.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(4104,'4000','41623067398','2021-06-07 22:18:14',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4105,'4000','41623067398','2021-06-07 22:18:14',NULL,2200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(4106,'4000','41623067398','2021-06-07 22:18:14',NULL,300.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(4111,'1110','41623066780','2021-06-07 22:26:27',NULL,14000.00,'','4','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(4112,'5500','41623066780','2021-06-07 22:26:27',14000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4113,'1000','41623066780','2021-06-07 14:55:13',16000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4114,'4000','41623066780','2021-06-07 22:26:27',NULL,16000.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(4115,'1110','41623154456','2021-06-08 15:34:24',NULL,1740.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4116,'1110','41623154456','2021-06-08 15:34:24',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4117,'5500','41623154456','2021-06-08 15:34:24',1815.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4118,'1000','41623154456','2021-06-08 15:34:24',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4119,'4000','41623154456','2021-06-08 15:34:24',NULL,1899.99,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4120,'4000','41623154456','2021-06-08 15:34:24',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4125,'1110','41623156096','2021-06-08 15:43:32',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4126,'1110','41623156096','2021-06-08 15:43:32',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4127,'1110','41623156096','2021-06-08 15:43:32',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(4128,'5500','41623156096','2021-06-08 15:43:32',1902.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4129,'1000','41623156096','2021-06-08 15:43:32',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4130,'4000','41623156096','2021-06-08 15:43:32',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4131,'4000','41623156096','2021-06-08 15:43:32',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4132,'4000','41623156096','2021-06-08 15:43:32',NULL,1800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4133,'1110','41623156221','2021-06-08 16:03:59',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4134,'1110','41623156221','2021-06-08 16:03:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4135,'5500','41623156221','2021-06-08 16:03:59',435.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4136,'1000','41623156221','2021-06-08 16:03:59',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4137,'4000','41623156221','2021-06-08 16:03:59',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4138,'4000','41623156221','2021-06-08 16:03:59',NULL,350.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4139,'1110','41623157448','2021-06-08 16:10:06',NULL,7830.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4140,'1110','41623157448','2021-06-08 16:10:06',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4141,'1110','41623157448','2021-06-08 16:10:06',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4142,'5500','41623157448','2021-06-08 16:10:06',8550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4143,'1000','41623157448','2021-06-08 16:10:06',9350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4144,'4000','41623157448','2021-06-08 16:10:06',NULL,8325.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4145,'4000','41623157448','2021-06-08 16:10:06',NULL,425.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4146,'4000','41623157448','2021-06-08 16:10:06',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4147,'1110','41623158135','2021-06-08 16:21:15',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4148,'1110','41623158135','2021-06-08 16:21:15',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4149,'1110','41623158135','2021-06-08 16:21:15',NULL,10.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4150,'5500','41623158135','2021-06-08 16:21:15',1270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4151,'1000','41623158135','2021-06-08 16:21:15',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4152,'4000','41623158135','2021-06-08 16:21:15',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4153,'4000','41623158135','2021-06-08 16:21:15',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4154,'4000','41623158135','2021-06-08 16:21:15',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4165,'1110','41623158818','2021-06-08 16:28:29',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(4166,'1110','41623158818','2021-06-08 16:28:29',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4167,'5500','41623158818','2021-06-08 16:28:29',3930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4168,'1000','41623158818','2021-06-08 16:28:29',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4169,'4000','41623158818','2021-06-08 16:28:29',NULL,4800.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(4170,'4000','41623158818','2021-06-08 16:28:29',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4171,'1110','41623158918','2021-06-08 16:30:59',NULL,18880.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(4172,'1110','41623158918','2021-06-08 16:30:59',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4173,'5500','41623158918','2021-06-08 16:30:59',19180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4174,'1000','41623158918','2021-06-08 16:30:59',21200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4175,'4000','41623158918','2021-06-08 16:30:59',NULL,20800.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(4176,'4000','41623158918','2021-06-08 16:30:59',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4177,'1110','41623159065','2021-06-08 16:32:15',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4178,'5500','41623159065','2021-06-08 16:32:15',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4179,'1000','41623159065','2021-06-08 16:32:15',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4180,'4000','41623159065','2021-06-08 16:32:15',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4181,'1110','41623159152','2021-06-08 16:34:24',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(4182,'1110','41623159152','2021-06-08 16:34:24',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4183,'1110','41623159152','2021-06-08 16:34:24',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4184,'5500','41623159152','2021-06-08 16:34:24',6012.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4185,'1000','41623159152','2021-06-08 16:34:24',6900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4186,'4000','41623159152','2021-06-08 16:34:24',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(4187,'4000','41623159152','2021-06-08 16:34:24',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4188,'4000','41623159152','2021-06-08 16:34:24',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4189,'1110','41623159271','2021-06-08 16:35:27',NULL,16000.00,'','4','1','Inventory sold','1','','sales','298','','No',NULL,NULL,''),(4190,'5500','41623159271','2021-06-08 16:35:27',16000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4191,'1000','41623159271','2021-06-08 16:35:27',17000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4192,'4000','41623159271','2021-06-08 16:35:27',NULL,17000.00,'','4','1','Good sold','1','','sales','298','','No',NULL,NULL,''),(4193,'1110','41623235713','2021-06-09 14:10:42',NULL,5220.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4194,'1110','41623235713','2021-06-09 14:10:42',NULL,10150.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4195,'1110','41623235713','2021-06-09 14:10:42',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4196,'1110','41623235713','2021-06-09 14:10:42',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4197,'1110','41623235713','2021-06-09 14:10:42',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4198,'5500','41623235713','2021-06-09 14:10:42',17170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4199,'1000','41623235713','2021-06-09 14:10:42',19800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4200,'4000','41623235713','2021-06-09 14:10:42',NULL,5700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4201,'4000','41623235713','2021-06-09 14:10:42',NULL,11550.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4202,'4000','41623235713','2021-06-09 14:10:42',NULL,800.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4203,'4000','41623235713','2021-06-09 14:10:42',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4204,'4000','41623235713','2021-06-09 14:10:42',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4205,'1110','41623237054','2021-06-09 14:15:34',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4206,'1110','41623237054','2021-06-09 14:15:34',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4207,'1110','41623237054','2021-06-09 14:15:34',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4208,'1110','41623237054','2021-06-09 14:15:34',NULL,390.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(4209,'5500','41623237054','2021-06-09 14:15:34',4170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4210,'1000','41623237054','2021-06-09 14:15:34',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4211,'4000','41623237054','2021-06-09 14:15:34',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4212,'4000','41623237054','2021-06-09 14:15:34',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4213,'4000','41623237054','2021-06-09 14:15:34',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4214,'4000','41623237054','2021-06-09 14:15:34',NULL,600.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(4215,'1110','41623237343','2021-06-09 14:16:30',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4216,'5500','41623237343','2021-06-09 14:16:30',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4217,'1000','41623237343','2021-06-09 14:16:30',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4218,'4000','41623237343','2021-06-09 14:16:30',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4219,'1110','41623237446','2021-06-09 14:18:19',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4220,'5500','41623237446','2021-06-09 14:18:19',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4221,'1000','41623237446','2021-06-09 14:18:19',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4222,'4000','41623237446','2021-06-09 14:18:19',NULL,220.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4223,'1110','41623237543','2021-06-09 14:32:53',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(4224,'1110','41623237543','2021-06-09 14:32:53',NULL,2940.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(4225,'1110','41623237543','2021-06-09 14:32:53',NULL,5750.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(4226,'1110','41623237543','2021-06-09 14:32:53',NULL,14.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4227,'1110','41623237543','2021-06-09 14:32:53',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(4228,'1110','41623237543','2021-06-09 14:32:53',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(4229,'1110','41623237543','2021-06-09 14:32:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4230,'5500','41623237543','2021-06-09 14:32:53',9756.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4231,'1000','41623237543','2021-06-09 14:32:53',16400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4232,'4000','41623237543','2021-06-09 14:32:53',NULL,1140.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(4233,'4000','41623237543','2021-06-09 14:32:53',NULL,4200.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(4234,'4000','41623237543','2021-06-09 14:32:53',NULL,7500.00,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(4235,'4000','41623237543','2021-06-09 14:32:53',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4236,'4000','41623237543','2021-06-09 14:32:53',NULL,450.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(4237,'4000','41623237543','2021-06-09 14:32:53',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(4238,'4000','41623237543','2021-06-09 14:32:53',NULL,2260.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4239,'1110','41623238581','2021-06-09 14:36:46',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4240,'5500','41623238581','2021-06-09 14:36:46',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4241,'1000','41623238581','2021-06-09 14:36:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4242,'4000','41623238581','2021-06-09 14:36:46',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4243,'1110','41623238618','2021-06-09 14:45:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4244,'1110','41623238618','2021-06-09 14:45:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4245,'1110','41623238618','2021-06-09 14:45:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4246,'5500','41623238618','2021-06-09 14:45:05',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4247,'1000','41623238618','2021-06-09 14:45:05',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4248,'4000','41623238618','2021-06-09 14:45:05',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4249,'4000','41623238618','2021-06-09 14:45:05',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4250,'4000','41623238618','2021-06-09 14:45:05',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4251,'1110','41623239112','2021-06-09 14:46:00',NULL,1280.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4252,'5500','41623239112','2021-06-09 14:46:00',1280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4253,'1000','41623239112','2021-06-09 14:46:00',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4254,'4000','41623239112','2021-06-09 14:46:00',NULL,1400.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4255,'1110','41623239186','2021-06-09 14:48:38',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4256,'1110','41623239186','2021-06-09 14:48:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4257,'5500','41623239186','2021-06-09 14:48:38',1062.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4258,'1000','41623239186','2021-06-09 14:48:38',1170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4259,'4000','41623239186','2021-06-09 14:48:38',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4260,'4000','41623239186','2021-06-09 14:48:38',NULL,70.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4261,'1110','41623239343','2021-06-09 14:50:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4262,'5500','41623239343','2021-06-09 14:50:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4263,'1000','41623239343','2021-06-09 14:50:23',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4264,'4000','41623239343','2021-06-09 14:50:23',NULL,1300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4265,'1110','41623239470','2021-06-09 14:52:27',NULL,5220.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4266,'5500','41623239470','2021-06-09 14:52:27',5220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4267,'1000','41623239470','2021-06-09 14:52:27',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4268,'4000','41623239470','2021-06-09 14:52:27',NULL,5700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4269,'1110','41623248447','2021-06-09 17:25:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4270,'1110','41623248447','2021-06-09 17:25:49',NULL,390.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(4271,'1110','41623248447','2021-06-09 17:25:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4272,'5500','41623248447','2021-06-09 17:25:49',602.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4273,'1000','41623248447','2021-06-09 17:25:49',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4274,'4000','41623248447','2021-06-09 17:25:49',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4275,'4000','41623248447','2021-06-09 17:25:49',NULL,600.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(4276,'4000','41623248447','2021-06-09 17:25:49',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4281,'1110','41623248994','2021-06-09 17:31:33',NULL,1050.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4282,'5500','41623248994','2021-06-09 17:31:33',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4283,'1000','41623248994','2021-06-09 17:31:33',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4284,'4000','41623248994','2021-06-09 17:31:33',NULL,1500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4285,'1110','41623249111','2021-06-09 17:32:18',NULL,1680.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(4286,'5500','41623249111','2021-06-09 17:32:18',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4287,'1000','41623249111','2021-06-09 17:32:18',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4288,'4000','41623249111','2021-06-09 17:32:18',NULL,2000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(4289,'1110','41623249143','2021-06-09 17:33:43',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4290,'5500','41623249143','2021-06-09 17:33:43',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4291,'1000','41623249143','2021-06-09 17:33:43',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4292,'4000','41623249143','2021-06-09 17:33:43',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4293,'1110','41623249233','2021-06-09 17:34:59',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(4294,'5500','41623249233','2021-06-09 17:34:59',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4295,'1000','41623249233','2021-06-09 17:34:59',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4296,'4000','41623249233','2021-06-09 17:34:59',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(4313,'1110','41623158657','2021-06-08 16:25:10',NULL,8700.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4314,'5500','41623158657','2021-06-08 18:18:57',8700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4315,'1000','41623158657','2021-06-08 16:25:10',9300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4316,'4000','41623158657','2021-06-08 16:25:10',NULL,9300.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4331,'1000','41623158585','2021-06-08 16:24:10',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4333,'1110','41623158585','2021-06-09 18:25:40',NULL,5700.00,'','5','1','Inventory sold','1','','sales','1748','','No',NULL,NULL,''),(4334,'4000','41623158585','2021-06-09 18:25:40',NULL,6400.00,'0','5','1','Sales order','1','','','1748','','No',NULL,NULL,''),(4335,'1000','41623158585','2021-06-09 18:25:40',6400.00,NULL,'0','5','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(4336,'5500','41623158585','2021-06-09 18:25:40',5700.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4337,'1110','51623252778','2021-06-09 18:33:31',NULL,1920.00,'','5','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(4338,'5500','51623252778','2021-06-09 18:33:31',1920.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4339,'1000','51623252778','2021-06-09 18:33:31',2200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4340,'4000','51623252778','2021-06-09 18:33:31',NULL,2200.00,'','5','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(4341,'1110','51623252845','2021-06-09 18:34:36',NULL,16000.00,'','5','1','Inventory sold','1','','sales','305','','No',NULL,NULL,''),(4342,'5500','51623252845','2021-06-09 18:34:36',16000.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4343,'1000','51623252845','2021-06-09 18:34:36',18000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4344,'4000','51623252845','2021-06-09 18:34:36',NULL,18000.00,'','5','1','Good sold','1','','sales','305','','No',NULL,NULL,''),(4357,'1110','41623248795','2021-06-09 18:41:19',NULL,240.00,'','4','1','Inventory sold','1','','sales','306','','No',NULL,NULL,''),(4358,'5500','41623248795','2021-06-09 18:41:19',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4359,'1000','41623248795','2021-06-09 17:29:23',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4360,'4000','41623248795','2021-06-09 18:41:19',NULL,350.00,'','4','1','Good sold','1','','sales','306','','No',NULL,NULL,''),(4361,'1110','41623303747','2021-06-10 08:44:21',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4362,'5500','41623303747','2021-06-10 08:44:21',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4363,'1000','41623303747','2021-06-10 08:44:21',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4364,'4000','41623303747','2021-06-10 08:44:21',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4365,'1110','41623303886','2021-06-10 08:46:15',NULL,360.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(4366,'5500','41623303886','2021-06-10 08:46:15',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4367,'1000','41623303886','2021-06-10 08:46:15',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4368,'4000','41623303886','2021-06-10 08:46:15',NULL,1099.80,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(4369,'1110','51623335850','2021-06-10 17:38:04',NULL,10600.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4370,'5500','51623335850','2021-06-10 17:38:04',10600.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4371,'1000','51623335850','2021-06-10 17:38:04',11000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4372,'4000','51623335850','2021-06-10 17:38:04',NULL,11000.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4373,'1110','51623335902','2021-06-10 17:39:21',NULL,360.00,'','5','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(4374,'5500','51623335902','2021-06-10 17:39:21',360.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4375,'1000','51623335902','2021-06-10 17:39:21',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4376,'4000','51623335902','2021-06-10 17:39:21',NULL,1099.80,'','5','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(4377,'1110','51623335969','2021-06-10 17:39:58',NULL,2500.00,'','5','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(4378,'5500','51623335969','2021-06-10 17:39:58',2500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4379,'1000','51623335969','2021-06-10 17:39:58',4000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4380,'4000','51623335969','2021-06-10 17:39:58',NULL,4000.00,'','5','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(4381,'1110','51623336173','2021-06-10 17:45:37',NULL,210.00,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4382,'5500','51623336173','2021-06-10 17:45:37',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4383,'1000','51623336173','2021-06-10 17:45:37',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4384,'4000','51623336173','2021-06-10 17:45:37',NULL,300.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4385,'1110','51623336343','2021-06-10 17:57:22',NULL,4240.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4386,'1110','51623336343','2021-06-10 17:57:22',NULL,3000.00,'','5','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4387,'1110','51623336343','2021-06-10 17:57:22',NULL,150.00,'','5','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(4388,'1110','51623336343','2021-06-10 17:57:22',NULL,525.00,'','5','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4389,'1110','51623336343','2021-06-10 17:57:22',NULL,260.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4390,'1110','51623336343','2021-06-10 17:57:22',NULL,210.00,'','5','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4391,'1110','51623336343','2021-06-10 17:57:22',NULL,60.00,'','5','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(4392,'1110','51623336343','2021-06-10 17:57:22',NULL,50.00,'','5','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(4393,'1110','51623336343','2021-06-10 17:57:22',NULL,1260.00,'','5','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4394,'1110','51623336343','2021-06-10 17:57:22',NULL,630.00,'','5','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4395,'1110','51623336343','2021-06-10 17:57:22',NULL,580.00,'','5','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4396,'5500','51623336343','2021-06-10 17:57:22',10965.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4397,'1000','51623336343','2021-06-10 17:57:22',15750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4398,'4000','51623336343','2021-06-10 17:57:22',NULL,4800.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4399,'4000','51623336343','2021-06-10 17:57:22',NULL,3999.60,'','5','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4400,'4000','51623336343','2021-06-10 17:57:22',NULL,200.00,'','5','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(4401,'4000','51623336343','2021-06-10 17:57:22',NULL,1000.00,'','5','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4402,'4000','51623336343','2021-06-10 17:57:22',NULL,500.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4403,'4000','51623336343','2021-06-10 17:57:22',NULL,400.00,'','5','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4404,'4000','51623336343','2021-06-10 17:57:22',NULL,250.00,'','5','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(4405,'4000','51623336343','2021-06-10 17:57:22',NULL,200.00,'','5','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(4406,'4000','51623336343','2021-06-10 17:57:22',NULL,2400.00,'','5','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4407,'4000','51623336343','2021-06-10 17:57:22',NULL,1200.00,'','5','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4408,'4000','51623336343','2021-06-10 17:57:22',NULL,800.00,'','5','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4413,'1110','51623337098','2021-06-10 18:06:03',NULL,1280.00,'','5','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(4414,'1110','51623337098','2021-06-10 18:06:03',NULL,1500.00,'','5','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4415,'5500','51623337098','2021-06-10 18:06:03',2780.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4416,'1000','51623337098','2021-06-10 18:06:03',4000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4417,'4000','51623337098','2021-06-10 18:06:03',NULL,2000.00,'','5','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(4418,'4000','51623337098','2021-06-10 18:06:03',NULL,1999.80,'','5','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4419,'1110','51623337569','2021-06-10 18:08:14',NULL,9585.00,'','5','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(4420,'5500','51623337569','2021-06-10 18:08:14',9585.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4421,'1000','51623337569','2021-06-10 18:08:14',9800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4422,'4000','51623337569','2021-06-10 18:08:14',NULL,9800.10,'','5','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4423,'1110','51623337701','2021-06-10 18:08:59',NULL,1550.00,'','5','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(4424,'5500','51623337701','2021-06-10 18:08:59',1550.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4425,'1000','51623337701','2021-06-10 18:08:59',2000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4426,'4000','51623337701','2021-06-10 18:08:59',NULL,2000.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4427,'1110','51623337745','2021-06-10 18:10:07',NULL,5300.00,'','5','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4428,'1110','51623337745','2021-06-10 18:10:07',NULL,1950.00,'','5','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(4429,'5500','51623337745','2021-06-10 18:10:07',7250.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4430,'1000','51623337745','2021-06-10 18:10:07',8100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4431,'4000','51623337745','2021-06-10 18:10:07',NULL,5500.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4432,'4000','51623337745','2021-06-10 18:10:07',NULL,2600.00,'','5','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(4433,'1110','51623338337','2021-06-10 18:19:21',NULL,150.00,'','5','1','Inventory sold','1','','sales','307','','No',NULL,NULL,''),(4434,'5500','51623338337','2021-06-10 18:19:21',150.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4435,'1000','51623338337','2021-06-10 18:19:21',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4436,'4000','51623338337','2021-06-10 18:19:21',NULL,350.00,'','5','1','Good sold','1','','sales','307','','No',NULL,NULL,''),(4441,'1110','51623337054','2021-06-10 18:21:24',NULL,210.00,'','5','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4442,'5500','51623337054','2021-06-10 18:21:24',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4443,'1000','51623337054','2021-06-10 17:58:11',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4444,'4000','51623337054','2021-06-10 18:21:24',NULL,300.00,'','5','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4449,'1110','41623155674','2021-06-08 18:35:32',NULL,950.00,'','4','1','Inventory sold','1','','sales','308','','No',NULL,NULL,''),(4450,'5500','41623155674','2021-06-08 18:35:32',950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4451,'1000','41623155674','2021-06-08 15:40:06',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4452,'4000','41623155674','2021-06-08 18:35:32',NULL,1800.00,'','4','1','Good sold','1','','sales','308','','No',NULL,NULL,''),(4453,'4000','51623337054','2021-06-10 18:40:13',300.00,NULL,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(4454,'1000','51623337054','2021-06-10 18:40:13',NULL,300.00,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(4455,'5500','51623337054','2021-06-10 18:40:13',NULL,210.00,'','5','1','Cost of goods returned','1','','sales','62','','No',NULL,NULL,''),(4456,'1110','51623337054','2021-06-10 18:40:13',210.00,NULL,'','5','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4457,'1110','51623417022','2021-06-11 16:10:22',32250.00,NULL,'','5','1','Inventory Purchased','1','14','Purchases','78','','No',NULL,NULL,''),(4458,'2130','51623417022','2021-06-11 16:10:22',NULL,32250.00,'','5','1','Account payable for inventory','1','14','Purchases','','','No',NULL,NULL,''),(4459,'1110','41623419997','2021-06-11 17:10:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4460,'5500','41623419997','2021-06-11 17:10:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4461,'1000','41623419997','2021-06-11 17:10:52',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4462,'4000','41623419997','2021-06-11 17:10:52',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4463,'1110','41623420809','2021-06-11 17:15:09',NULL,1350.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4464,'5500','41623420809','2021-06-11 17:15:09',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4465,'1000','41623420809','2021-06-11 17:15:09',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4466,'4000','41623420809','2021-06-11 17:15:09',NULL,1800.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4467,'1110','41623420915','2021-06-11 17:22:29',NULL,3560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(4468,'1110','41623420915','2021-06-11 17:22:29',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(4469,'5500','41623420915','2021-06-11 17:22:29',3690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4470,'1000','41623420915','2021-06-11 17:22:29',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4471,'4000','41623420915','2021-06-11 17:22:29',NULL,3600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4472,'4000','41623420915','2021-06-11 17:22:29',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(4473,'1110','41623421364','2021-06-11 17:23:07',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4474,'5500','41623421364','2021-06-11 17:23:07',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4475,'1000','41623421364','2021-06-11 17:23:07',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4476,'4000','41623421364','2021-06-11 17:23:07',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4481,'1110','41623421873','2021-06-11 17:31:48',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4482,'5500','41623421873','2021-06-11 17:31:48',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4483,'1000','41623421873','2021-06-11 17:31:48',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4484,'4000','41623421873','2021-06-11 17:31:48',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4485,'1110','41623424443','2021-06-11 18:14:43',NULL,12180.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4486,'5500','41623424443','2021-06-11 18:14:43',12180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4487,'1000','41623424443','2021-06-11 18:14:43',13300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4488,'4000','41623424443','2021-06-11 18:14:43',NULL,13300.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4489,'1110','41623424490','2021-06-11 18:15:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4490,'5500','41623424490','2021-06-11 18:15:27',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4491,'1000','41623424490','2021-06-11 18:15:27',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4492,'4000','41623424490','2021-06-11 18:15:27',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4493,'1110','41623424536','2021-06-11 18:16:30',NULL,280.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4494,'5500','41623424536','2021-06-11 18:16:30',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4495,'1000','41623424536','2021-06-11 18:16:30',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4496,'4000','41623424536','2021-06-11 18:16:30',NULL,400.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4497,'1110','41623424715','2021-06-11 18:20:39',NULL,400.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(4498,'1110','41623424715','2021-06-11 18:20:39',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(4499,'1110','41623424715','2021-06-11 18:20:39',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4500,'5500','41623424715','2021-06-11 18:20:39',1080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4501,'1000','41623424715','2021-06-11 18:20:39',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4502,'4000','41623424715','2021-06-11 18:20:39',NULL,500.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(4503,'4000','41623424715','2021-06-11 18:20:39',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(4504,'4000','41623424715','2021-06-11 18:20:39',NULL,600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4505,'1110','41623424844','2021-06-11 18:26:13',NULL,15975.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(4506,'1110','41623424844','2021-06-11 18:26:13',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4507,'1110','41623424844','2021-06-11 18:26:13',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4508,'1110','41623424844','2021-06-11 18:26:13',NULL,375.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4509,'5500','41623424844','2021-06-11 18:26:13',16980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4510,'1000','41623424844','2021-06-11 18:26:13',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4511,'4000','41623424844','2021-06-11 18:26:13',NULL,16500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4512,'4000','41623424844','2021-06-11 18:26:13',NULL,519.99,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4513,'4000','41623424844','2021-06-11 18:26:13',NULL,480.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4514,'4000','41623424844','2021-06-11 18:26:13',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4515,'1110','41623425190','2021-06-11 18:27:14',NULL,3480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4516,'5500','41623425190','2021-06-11 18:27:14',3480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4517,'1000','41623425190','2021-06-11 18:27:14',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4518,'4000','41623425190','2021-06-11 18:27:14',NULL,3800.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4519,'1110','41623425239','2021-06-11 18:28:59',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(4520,'1110','41623425239','2021-06-11 18:28:59',NULL,480.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(4521,'5500','41623425239','2021-06-11 18:28:59',11880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4522,'1000','41623425239','2021-06-11 18:28:59',14400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4523,'4000','41623425239','2021-06-11 18:28:59',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(4524,'4000','41623425239','2021-06-11 18:28:59',NULL,1600.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(4525,'1110','41623425412','2021-06-11 18:30:43',NULL,700.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(4526,'5500','41623425412','2021-06-11 18:30:43',700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4527,'1000','41623425412','2021-06-11 18:30:43',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4528,'4000','41623425412','2021-06-11 18:30:43',NULL,1300.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(4529,'1110','41623425457','2021-06-11 18:31:43',NULL,22800.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(4530,'5500','41623425457','2021-06-11 18:31:43',22800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4531,'1000','41623425457','2021-06-11 18:31:43',25400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4532,'4000','41623425457','2021-06-11 18:31:43',NULL,25400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(4533,'1110','41623425512','2021-06-11 18:32:05',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4534,'5500','41623425512','2021-06-11 18:32:05',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4535,'1000','41623425512','2021-06-11 18:32:05',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4536,'4000','41623425512','2021-06-11 18:32:05',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4537,'1110','41623425531','2021-06-11 18:33:36',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4538,'5500','41623425531','2021-06-11 18:33:36',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4539,'1000','41623425531','2021-06-11 18:33:36',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4540,'4000','41623425531','2021-06-11 18:33:36',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4544,'1000','41623425703','2021-06-11 18:36:07',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4547,'1110','41623425773','2021-06-11 18:37:13',NULL,350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(4548,'5500','41623425773','2021-06-11 18:37:13',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4549,'1000','41623425773','2021-06-11 18:37:13',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4550,'4000','41623425773','2021-06-11 18:37:13',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(4551,'1110','41623425845','2021-06-11 18:38:28',NULL,975.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(4552,'1110','41623425845','2021-06-11 18:38:28',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4553,'5500','41623425845','2021-06-11 18:38:28',1105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4554,'1000','41623425845','2021-06-11 18:38:28',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4555,'4000','41623425845','2021-06-11 18:38:28',NULL,1100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(4556,'4000','41623425845','2021-06-11 18:38:28',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4557,'1110','41623425924','2021-06-11 18:41:52',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4558,'1110','41623425924','2021-06-11 18:41:52',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4559,'5500','41623425924','2021-06-11 18:41:52',3570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4560,'1000','41623425924','2021-06-11 18:41:52',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4561,'4000','41623425924','2021-06-11 18:41:52',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4562,'4000','41623425924','2021-06-11 18:41:52',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4563,'1110','41623426130','2021-06-11 18:42:30',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(4564,'5500','41623426130','2021-06-11 18:42:30',2100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4565,'1000','41623426130','2021-06-11 18:42:30',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4566,'4000','41623426130','2021-06-11 18:42:30',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(4567,'1110','41623426156','2021-06-11 18:43:22',NULL,570.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(4568,'5500','41623426156','2021-06-11 18:43:22',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4569,'1000','41623426156','2021-06-11 18:43:22',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4570,'4000','41623426156','2021-06-11 18:43:22',NULL,799.98,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4571,'1110','41623426208','2021-06-11 18:44:10',NULL,275.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(4572,'5500','41623426208','2021-06-11 18:44:10',275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4573,'1000','41623426208','2021-06-11 18:44:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4574,'4000','41623426208','2021-06-11 18:44:10',NULL,300.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(4575,'1110','41623426265','2021-06-11 18:45:26',NULL,7600.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4576,'1110','41623426265','2021-06-11 18:45:26',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4577,'5500','41623426265','2021-06-11 18:45:26',7860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4578,'1000','41623426265','2021-06-11 18:45:26',9400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4579,'4000','41623426265','2021-06-11 18:45:26',NULL,9000.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4580,'4000','41623426265','2021-06-11 18:45:26',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4581,'1110','41623426347','2021-06-11 18:46:14',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(4582,'5500','41623426347','2021-06-11 18:46:14',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4583,'1000','41623426347','2021-06-11 18:46:14',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4584,'4000','41623426347','2021-06-11 18:46:14',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(4593,'1110','41623426491','2021-06-11 19:01:36',NULL,6300.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(4594,'1110','41623426491','2021-06-11 19:01:36',NULL,2200.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(4595,'1110','41623426491','2021-06-11 19:01:36',NULL,50.00,'','4','1','Inventory sold','1','','sales','310','','No',NULL,NULL,''),(4596,'5500','41623426491','2021-06-11 19:01:36',8550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4597,'1000','41623426491','2021-06-11 19:01:36',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4598,'4000','41623426491','2021-06-11 19:01:36',NULL,7999.92,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(4599,'4000','41623426491','2021-06-11 19:01:36',NULL,2200.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(4600,'4000','41623426491','2021-06-11 19:01:36',NULL,200.00,'','4','1','Good sold','1','','sales','310','','No',NULL,NULL,''),(4601,'1110','51623471745','2021-06-11 07:22:25',10500.00,NULL,'','5','1','Inventory Purchased','1','15','Purchases','98','','No',NULL,NULL,''),(4602,'1110','51623471745','2021-06-11 07:22:25',8640.00,NULL,'','5','1','Inventory Purchased','1','15','Purchases','97','','No',NULL,NULL,''),(4603,'1110','51623471745','2021-06-11 07:22:25',7500.00,NULL,'','5','1','Inventory Purchased','1','15','Purchases','66','','No',NULL,NULL,''),(4604,'1110','51623471745','2021-06-11 07:22:25',1800.00,NULL,'','5','1','Inventory Purchased','1','15','Purchases','286','','No',NULL,NULL,''),(4605,'2130','51623471745','2021-06-11 07:22:25',NULL,28440.00,'','5','1','Account payable for inventory','1','15','Purchases','','','No',NULL,NULL,''),(4606,'1110','41623480899','2021-06-12 10:02:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4607,'1110','41623480899','2021-06-12 10:02:26',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(4608,'5500','41623480899','2021-06-12 10:02:26',690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4609,'1000','41623480899','2021-06-12 10:02:26',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4610,'4000','41623480899','2021-06-12 10:02:26',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4611,'4000','41623480899','2021-06-12 10:02:26',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(4612,'1110','41623481354','2021-06-12 10:04:18',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(4613,'5500','41623481354','2021-06-12 10:04:18',1980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4614,'1000','41623481354','2021-06-12 10:04:18',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4615,'4000','41623481354','2021-06-12 10:04:18',NULL,3000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4616,'1110','41623481464','2021-06-12 10:05:05',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(4617,'5500','41623481464','2021-06-12 10:05:05',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4618,'1000','41623481464','2021-06-12 10:05:05',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4619,'4000','41623481464','2021-06-12 10:05:05',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(4620,'1110','41623510451','2021-06-12 18:08:15',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(4621,'5500','41623510451','2021-06-12 18:08:15',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4622,'1000','41623510451','2021-06-12 18:08:15',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4623,'4000','41623510451','2021-06-12 18:08:15',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(4624,'1110','41623510519','2021-06-12 18:09:50',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(4625,'1110','41623510519','2021-06-12 18:09:50',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4626,'1110','41623510519','2021-06-12 18:09:50',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4627,'5500','41623510519','2021-06-12 18:09:50',8250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4628,'1000','41623510519','2021-06-12 18:09:50',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4629,'4000','41623510519','2021-06-12 18:09:50',NULL,4700.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(4630,'4000','41623510519','2021-06-12 18:09:50',NULL,4800.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4631,'4000','41623510519','2021-06-12 18:09:50',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4632,'1110','41623510599','2021-06-12 18:12:09',NULL,8700.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4633,'1110','41623510599','2021-06-12 18:12:09',NULL,2320.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4634,'5500','41623510599','2021-06-12 18:12:09',11020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4635,'1000','41623510599','2021-06-12 18:12:09',12100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4636,'4000','41623510599','2021-06-12 18:12:09',NULL,9000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4637,'4000','41623510599','2021-06-12 18:12:09',NULL,3100.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4638,'1110','41623510742','2021-06-12 18:13:12',NULL,870.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4639,'1110','41623510742','2021-06-12 18:13:12',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4640,'5500','41623510742','2021-06-12 18:13:12',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4641,'1000','41623510742','2021-06-12 18:13:12',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4642,'4000','41623510742','2021-06-12 18:13:12',NULL,1000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4643,'4000','41623510742','2021-06-12 18:13:12',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4644,'1110','41623510796','2021-06-12 18:14:07',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(4645,'5500','41623510796','2021-06-12 18:14:07',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4646,'1000','41623510796','2021-06-12 18:14:07',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4647,'4000','41623510796','2021-06-12 18:14:07',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(4648,'1110','41623510968','2021-06-12 18:16:28',NULL,120.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(4649,'5500','41623510968','2021-06-12 18:16:28',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4650,'1000','41623510968','2021-06-12 18:16:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4651,'4000','41623510968','2021-06-12 18:16:28',NULL,300.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(4652,'1110','41623510995','2021-06-12 18:17:41',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4653,'5500','41623510995','2021-06-12 18:17:41',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4654,'1000','41623510995','2021-06-12 18:17:41',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4655,'4000','41623510995','2021-06-12 18:17:41',NULL,2499.99,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4656,'1110','41623511066','2021-06-12 18:18:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4657,'5500','41623511066','2021-06-12 18:18:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4658,'1000','41623511066','2021-06-12 18:18:54',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4659,'4000','41623511066','2021-06-12 18:18:54',NULL,8000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4660,'1110','41623681511','2021-06-14 17:42:33',NULL,23430.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(4661,'1110','41623681511','2021-06-14 17:42:33',NULL,7120.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(4662,'1110','41623681511','2021-06-14 17:42:33',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4663,'5500','41623681511','2021-06-14 17:42:33',30850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4664,'1000','41623681511','2021-06-14 17:42:33',31850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4665,'4000','41623681511','2021-06-14 17:42:33',NULL,24200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4666,'4000','41623681511','2021-06-14 17:42:33',NULL,7200.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4667,'4000','41623681511','2021-06-14 17:42:33',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4668,'1110','41623681787','2021-06-14 17:43:59',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(4669,'5500','41623681787','2021-06-14 17:43:59',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4670,'1000','41623681787','2021-06-14 17:43:59',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4671,'4000','41623681787','2021-06-14 17:43:59',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(4672,'1110','41623681846','2021-06-14 17:46:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4673,'5500','41623681846','2021-06-14 17:46:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4674,'1000','41623681846','2021-06-14 17:46:09',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4675,'4000','41623681846','2021-06-14 17:46:09',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4676,'1110','41623682173','2021-06-14 17:52:09',NULL,2568.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(4677,'5500','41623682173','2021-06-14 17:52:09',2568.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4678,'1000','41623682173','2021-06-14 17:52:09',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4679,'4000','41623682173','2021-06-14 17:52:09',NULL,3800.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4680,'1110','41623682402','2021-06-14 17:55:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4681,'5500','41623682402','2021-06-14 17:55:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4682,'1000','41623682402','2021-06-14 17:55:31',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4683,'4000','41623682402','2021-06-14 17:55:31',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4684,'1110','41623682564','2021-06-14 17:56:44',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(4685,'5500','41623682564','2021-06-14 17:56:44',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4686,'1000','41623682564','2021-06-14 17:56:44',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4687,'4000','41623682564','2021-06-14 17:56:44',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(4688,'1110','41623682610','2021-06-14 17:57:32',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(4689,'5500','41623682610','2021-06-14 17:57:32',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4690,'1000','41623682610','2021-06-14 17:57:32',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4691,'4000','41623682610','2021-06-14 17:57:32',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(4692,'1110','41623682660','2021-06-14 18:01:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4693,'5500','41623682660','2021-06-14 18:01:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4694,'1000','41623682660','2021-06-14 18:01:41',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4695,'4000','41623682660','2021-06-14 18:01:41',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4696,'1110','41623682973','2021-06-14 18:03:15',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(4697,'5500','41623682973','2021-06-14 18:03:15',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4698,'1000','41623682973','2021-06-14 18:03:15',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4699,'4000','41623682973','2021-06-14 18:03:15',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(4700,'1110','41623683010','2021-06-14 08:50:18',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(4701,'1110','41623683010','2021-06-14 08:50:18',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4702,'1110','41623683010','2021-06-14 08:50:18',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4703,'1110','41623683010','2021-06-14 08:50:18',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4704,'5500','41623683010','2021-06-14 08:50:18',2660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4705,'1000','41623683010','2021-06-14 08:50:18',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4706,'4000','41623683010','2021-06-14 08:50:18',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(4707,'4000','41623683010','2021-06-14 08:50:18',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4708,'4000','41623683010','2021-06-14 08:50:18',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4709,'4000','41623683010','2021-06-14 08:50:18',NULL,300.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4710,'1110','41623736235','2021-06-14 08:53:48',NULL,3852.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(4711,'1110','41623736235','2021-06-14 08:53:48',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4712,'1110','41623736235','2021-06-14 08:53:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4713,'1110','41623736235','2021-06-14 08:53:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4714,'5500','41623736235','2021-06-14 08:53:48',4212.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4715,'1000','41623736235','2021-06-14 08:53:48',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4716,'4000','41623736235','2021-06-14 08:53:48',NULL,5700.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4717,'4000','41623736235','2021-06-14 08:53:48',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4718,'4000','41623736235','2021-06-14 08:53:48',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4719,'4000','41623736235','2021-06-14 08:53:48',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4720,'1110','41623758374','2021-06-15 15:05:20',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4721,'1110','41623758374','2021-06-15 15:05:20',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4722,'5500','41623758374','2021-06-15 15:05:20',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4723,'1000','41623758374','2021-06-15 15:05:20',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4724,'4000','41623758374','2021-06-15 15:05:20',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4725,'4000','41623758374','2021-06-15 15:05:20',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4726,'1110','41623758787','2021-06-15 15:07:17',NULL,21200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4727,'5500','41623758787','2021-06-15 15:07:17',21200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4728,'1000','41623758787','2021-06-15 15:07:17',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4729,'4000','41623758787','2021-06-15 15:07:17',NULL,22000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4730,'1110','41623760313','2021-06-15 15:32:30',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4731,'5500','41623760313','2021-06-15 15:32:30',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4732,'1000','41623760313','2021-06-15 15:32:30',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4733,'4000','41623760313','2021-06-15 15:32:30',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4734,'1110','41623760413','2021-06-15 15:50:09',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4735,'1110','41623760413','2021-06-15 15:50:09',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(4736,'5500','41623760413','2021-06-15 15:50:09',2160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4737,'1000','41623760413','2021-06-15 15:50:09',2550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4738,'4000','41623760413','2021-06-15 15:50:09',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4739,'4000','41623760413','2021-06-15 15:50:09',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(4740,'1110','41623761437','2021-06-15 15:52:51',NULL,2460.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(4741,'5500','41623761437','2021-06-15 15:52:51',2460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4742,'1000','41623761437','2021-06-15 15:52:51',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4743,'4000','41623761437','2021-06-15 15:52:51',NULL,2600.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(4744,'1110','41623761582','2021-06-15 15:55:01',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(4745,'1110','41623761582','2021-06-15 15:55:01',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(4746,'5500','41623761582','2021-06-15 15:55:01',2375.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4747,'1000','41623761582','2021-06-15 15:55:01',3250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4748,'4000','41623761582','2021-06-15 15:55:01',NULL,3150.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4749,'4000','41623761582','2021-06-15 15:55:01',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(4750,'1110','41623761712','2021-06-15 15:57:01',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4751,'1110','41623761712','2021-06-15 15:57:01',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4752,'5500','41623761712','2021-06-15 15:57:01',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4753,'1000','41623761712','2021-06-15 15:57:01',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4754,'4000','41623761712','2021-06-15 15:57:01',NULL,350.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4755,'4000','41623761712','2021-06-15 15:57:01',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4756,'1110','41623761838','2021-06-15 16:04:34',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(4757,'1110','41623761838','2021-06-15 16:04:34',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(4758,'1110','41623761838','2021-06-15 16:04:34',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(4759,'5500','41623761838','2021-06-15 16:04:34',960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4760,'1000','41623761838','2021-06-15 16:04:34',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4761,'4000','41623761838','2021-06-15 16:04:34',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(4762,'4000','41623761838','2021-06-15 16:04:34',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(4763,'4000','41623761838','2021-06-15 16:04:34',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(4764,'1110','41623762306','2021-06-15 16:08:13',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(4765,'5500','41623762306','2021-06-15 16:08:13',640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4766,'1000','41623762306','2021-06-15 16:08:13',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4767,'4000','41623762306','2021-06-15 16:08:13',NULL,1400.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(4768,'1110','41623762548','2021-06-15 16:10:30',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(4769,'1110','41623762548','2021-06-15 16:10:30',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4770,'5500','41623762548','2021-06-15 16:10:30',13250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4771,'1000','41623762548','2021-06-15 16:10:30',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4772,'4000','41623762548','2021-06-15 16:10:30',NULL,13000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(4773,'4000','41623762548','2021-06-15 16:10:30',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4774,'1110','41623762691','2021-06-15 16:13:05',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(4775,'1110','41623762691','2021-06-15 16:13:05',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(4776,'5500','41623762691','2021-06-15 16:13:05',232.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4777,'1000','41623762691','2021-06-15 16:13:05',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4778,'4000','41623762691','2021-06-15 16:13:05',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(4779,'4000','41623762691','2021-06-15 16:13:05',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(4780,'1110','41623762794','2021-06-15 16:17:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4781,'1110','41623762794','2021-06-15 16:17:26',NULL,1350.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(4782,'1110','41623762794','2021-06-15 16:17:26',NULL,560.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(4783,'5500','41623762794','2021-06-15 16:17:26',1912.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4784,'1000','41623762794','2021-06-15 16:17:26',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4785,'4000','41623762794','2021-06-15 16:17:26',NULL,5400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4786,'4000','41623762794','2021-06-15 16:17:26',NULL,2700.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(4787,'4000','41623762794','2021-06-15 16:17:26',NULL,1400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(4788,'1110','41623763132','2021-06-15 16:22:48',NULL,1800.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(4789,'1110','41623763132','2021-06-15 16:22:48',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(4790,'1110','41623763132','2021-06-15 16:22:48',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(4791,'1110','41623763132','2021-06-15 16:22:48',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(4792,'5500','41623763132','2021-06-15 16:22:48',2090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4793,'1000','41623763132','2021-06-15 16:22:48',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4794,'4000','41623763132','2021-06-15 16:22:48',NULL,3400.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(4795,'4000','41623763132','2021-06-15 16:22:48',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(4796,'4000','41623763132','2021-06-15 16:22:48',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(4797,'4000','41623763132','2021-06-15 16:22:48',NULL,150.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(4798,'1110','41623847232','2021-06-16 15:41:37',NULL,8700.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(4799,'5500','41623847232','2021-06-16 15:41:37',8700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4800,'1000','41623847232','2021-06-16 15:41:37',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4801,'4000','41623847232','2021-06-16 15:41:37',NULL,9500.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(4802,'1110','41623847312','2021-06-16 15:51:48',NULL,10500.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(4803,'1110','41623847312','2021-06-16 15:51:48',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4804,'5500','41623847312','2021-06-16 15:51:48',37000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4805,'1000','41623847312','2021-06-16 15:51:48',40250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4806,'4000','41623847312','2021-06-16 15:51:48',NULL,12750.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(4807,'4000','41623847312','2021-06-16 15:51:48',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4808,'1110','41623847932','2021-06-16 15:53:15',NULL,2175.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4809,'5500','41623847932','2021-06-16 15:53:15',2175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4810,'1000','41623847932','2021-06-16 15:53:15',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4811,'4000','41623847932','2021-06-16 15:53:15',NULL,2850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4812,'1110','41623848002','2021-06-16 15:56:10',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4813,'1110','41623848002','2021-06-16 15:56:10',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4814,'1110','41623848002','2021-06-16 15:56:10',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4815,'5500','41623848002','2021-06-16 15:56:10',615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4816,'1000','41623848002','2021-06-16 15:56:10',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4817,'4000','41623848002','2021-06-16 15:56:10',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4818,'4000','41623848002','2021-06-16 15:56:10',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4819,'4000','41623848002','2021-06-16 15:56:10',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4820,'1110','41623848187','2021-06-16 15:58:21',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(4821,'5500','41623848187','2021-06-16 15:58:21',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4822,'1000','41623848187','2021-06-16 15:58:21',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4823,'4000','41623848187','2021-06-16 15:58:21',NULL,200.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(4824,'1110','41623848306','2021-06-16 16:00:10',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4825,'5500','41623848306','2021-06-16 16:00:10',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4826,'1000','41623848306','2021-06-16 16:00:10',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4827,'4000','41623848306','2021-06-16 16:00:10',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4828,'1110','41623848470','2021-06-16 16:03:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4829,'5500','41623848470','2021-06-16 16:03:33',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4830,'1000','41623848470','2021-06-16 16:03:33',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4831,'4000','41623848470','2021-06-16 16:03:33',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4832,'1110','41623848640','2021-06-16 16:07:14',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(4833,'1110','41623848640','2021-06-16 16:07:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4834,'1110','41623848640','2021-06-16 16:07:14',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(4835,'5500','41623848640','2021-06-16 16:07:14',412.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4836,'1000','41623848640','2021-06-16 16:07:14',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4837,'4000','41623848640','2021-06-16 16:07:14',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(4838,'4000','41623848640','2021-06-16 16:07:14',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4839,'4000','41623848640','2021-06-16 16:07:14',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(4840,'1110','41623848912','2021-06-16 16:19:24',NULL,61500.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(4841,'1110','41623848912','2021-06-16 16:19:24',NULL,12600.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(4842,'1110','41623848912','2021-06-16 16:19:24',NULL,200.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(4843,'1110','41623848912','2021-06-16 16:19:24',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4844,'5500','41623848912','2021-06-16 16:19:24',74825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4845,'1000','41623848912','2021-06-16 16:19:24',87950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4846,'4000','41623848912','2021-06-16 16:19:24',NULL,65000.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(4847,'4000','41623848912','2021-06-16 16:19:24',NULL,15000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(4848,'4000','41623848912','2021-06-16 16:19:24',NULL,7200.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(4849,'4000','41623848912','2021-06-16 16:19:24',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4850,'1110','41623849575','2021-06-16 16:21:35',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(4851,'5500','41623849575','2021-06-16 16:21:35',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4852,'1000','41623849575','2021-06-16 16:21:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4853,'4000','41623849575','2021-06-16 16:21:35',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(4854,'1110','41623850671','2021-06-16 16:38:24',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4855,'5500','41623850671','2021-06-16 16:38:24',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4856,'1000','41623850671','2021-06-16 16:38:24',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4857,'4000','41623850671','2021-06-16 16:38:24',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4858,'1110','41623854833','2021-06-16 17:48:13',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(4859,'5500','41623854833','2021-06-16 17:48:13',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4860,'1000','41623854833','2021-06-16 17:48:13',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4861,'4000','41623854833','2021-06-16 17:48:13',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(4862,'1110','41623854928','2021-06-16 17:49:33',NULL,2900.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4863,'5500','41623854928','2021-06-16 17:49:33',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4864,'1000','41623854928','2021-06-16 17:49:33',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4865,'4000','41623854928','2021-06-16 17:49:33',NULL,3200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4866,'1110','41623854982','2021-06-16 17:51:00',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(4867,'5500','41623854982','2021-06-16 17:51:00',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4868,'1000','41623854982','2021-06-16 17:51:00',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4869,'4000','41623854982','2021-06-16 17:51:00',NULL,300.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(4870,'1110','41623934079','2021-06-17 15:52:07',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(4871,'5500','41623934079','2021-06-17 15:52:07',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4872,'1000','41623934079','2021-06-17 15:52:07',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4873,'4000','41623934079','2021-06-17 15:52:07',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(4874,'1110','41623934339','2021-06-17 15:58:43',NULL,3690.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(4875,'1110','41623934339','2021-06-17 15:58:43',NULL,2050.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(4876,'5500','41623934339','2021-06-17 15:58:43',5740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4877,'1000','41623934339','2021-06-17 15:58:43',6350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4878,'4000','41623934339','2021-06-17 15:58:43',NULL,3900.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(4879,'4000','41623934339','2021-06-17 15:58:43',NULL,2450.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(4880,'1110','41623934735','2021-06-17 15:59:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4881,'5500','41623934735','2021-06-17 15:59:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4882,'1000','41623934735','2021-06-17 15:59:35',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4883,'4000','41623934735','2021-06-17 15:59:35',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4884,'1110','41623934808','2021-06-17 16:33:12',NULL,5040.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4885,'1110','41623934808','2021-06-17 16:33:12',NULL,3080.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(4886,'1110','41623934808','2021-06-17 16:33:12',NULL,1695.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(4887,'1110','41623934808','2021-06-17 16:33:12',NULL,180.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(4888,'1110','41623934808','2021-06-17 16:33:12',NULL,675.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(4889,'1110','41623934808','2021-06-17 16:33:12',NULL,870.00,'','4','1','Inventory sold','1','','sales','239','','No',NULL,NULL,''),(4890,'1110','41623934808','2021-06-17 16:33:12',NULL,315.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4891,'1110','41623934808','2021-06-17 16:33:12',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(4892,'1110','41623934808','2021-06-17 16:33:12',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(4893,'1110','41623934808','2021-06-17 16:33:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4894,'5500','41623934808','2021-06-17 16:33:12',13547.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4895,'1000','41623934808','2021-06-17 16:33:12',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4896,'4000','41623934808','2021-06-17 16:33:12',NULL,5850.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4897,'4000','41623934808','2021-06-17 16:33:12',NULL,3850.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4898,'4000','41623934808','2021-06-17 16:33:12',NULL,2100.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4899,'4000','41623934808','2021-06-17 16:33:12',NULL,1000.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(4900,'4000','41623934808','2021-06-17 16:33:12',NULL,1000.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(4901,'4000','41623934808','2021-06-17 16:33:12',NULL,1200.00,'','4','1','Good sold','1','','sales','239','','No',NULL,NULL,''),(4902,'4000','41623934808','2021-06-17 16:33:12',NULL,400.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4903,'4000','41623934808','2021-06-17 16:33:12',NULL,150.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(4904,'4000','41623934808','2021-06-17 16:33:12',NULL,1900.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(4905,'4000','41623934808','2021-06-17 16:33:12',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4906,'1110','41623936843','2021-06-17 16:37:13',NULL,600.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(4907,'1110','41623936843','2021-06-17 16:37:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4908,'5500','41623936843','2021-06-17 16:37:13',602.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4909,'1000','41623936843','2021-06-17 16:37:13',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4910,'4000','41623936843','2021-06-17 16:37:13',NULL,750.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(4911,'4000','41623936843','2021-06-17 16:37:13',NULL,950.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4912,'1110','41623937251','2021-06-17 16:42:34',NULL,10080.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(4913,'1110','41623937251','2021-06-17 16:42:34',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4914,'5500','41623937251','2021-06-17 16:42:34',10605.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4915,'1000','41623937251','2021-06-17 16:42:34',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4916,'4000','41623937251','2021-06-17 16:42:34',NULL,11750.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(4917,'4000','41623937251','2021-06-17 16:42:34',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4918,'1110','41623937359','2021-06-17 16:44:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4919,'5500','41623937359','2021-06-17 16:44:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4920,'1000','41623937359','2021-06-17 16:44:52',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4921,'4000','41623937359','2021-06-17 16:44:52',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4922,'1110','41623937531','2021-06-17 16:46:18',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4923,'5500','41623937531','2021-06-17 16:46:18',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4924,'1000','41623937531','2021-06-17 16:46:18',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4925,'4000','41623937531','2021-06-17 16:46:18',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4926,'1110','41623937597','2021-06-17 16:48:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4927,'5500','41623937597','2021-06-17 16:48:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4928,'1000','41623937597','2021-06-17 16:48:42',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4929,'4000','41623937597','2021-06-17 16:48:42',NULL,7500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4930,'1110','41623937925','2021-06-17 16:53:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4931,'5500','41623937925','2021-06-17 16:53:11',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4932,'1000','41623937925','2021-06-17 16:53:11',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4933,'4000','41623937925','2021-06-17 16:53:11',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4934,'1110','41623938173','2021-06-17 17:50:22',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(4935,'1110','41623938173','2021-06-17 17:50:22',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(4936,'1110','41623938173','2021-06-17 17:50:22',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(4937,'1110','41623938173','2021-06-17 17:50:22',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4938,'1110','41623938173','2021-06-17 17:50:22',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(4939,'5500','41623938173','2021-06-17 17:50:22',1595.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4940,'1000','41623938173','2021-06-17 17:50:22',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4941,'4000','41623938173','2021-06-17 17:50:22',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4942,'4000','41623938173','2021-06-17 17:50:22',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(4943,'4000','41623938173','2021-06-17 17:50:22',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(4944,'4000','41623938173','2021-06-17 17:50:22',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4945,'4000','41623938173','2021-06-17 17:50:22',NULL,350.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(4946,'1110','41623941519','2021-06-17 17:54:57',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4947,'5500','41623941519','2021-06-17 17:54:57',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4948,'1000','41623941519','2021-06-17 17:54:57',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4949,'4000','41623941519','2021-06-17 17:54:57',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4950,'1110','41623941706','2021-06-17 17:56:17',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(4951,'5500','41623941706','2021-06-17 17:56:17',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4952,'1000','41623941706','2021-06-17 17:56:17',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4953,'4000','41623941706','2021-06-17 17:56:17',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(4954,'1110','41623942115','2021-06-17 18:03:41',NULL,5500.00,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4955,'1110','41623942115','2021-06-17 18:03:41',NULL,4000.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(4956,'5500','41623942115','2021-06-17 18:03:41',9500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4957,'1000','41623942115','2021-06-17 18:03:41',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4958,'4000','41623942115','2021-06-17 18:03:41',NULL,7250.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4959,'4000','41623942115','2021-06-17 18:03:41',NULL,6250.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(4960,'1110','41624021219','2021-06-18 16:00:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4961,'5500','41624021219','2021-06-18 16:00:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4962,'1000','41624021219','2021-06-18 16:00:59',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4963,'4000','41624021219','2021-06-18 16:00:59',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4964,'1110','41624021297','2021-06-18 16:05:45',NULL,2400.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(4965,'5500','41624021297','2021-06-18 16:05:45',2400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4966,'1000','41624021297','2021-06-18 16:05:45',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4967,'4000','41624021297','2021-06-18 16:05:45',NULL,2500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(4968,'1110','41624021554','2021-06-18 16:07:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4969,'5500','41624021554','2021-06-18 16:07:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4970,'1000','41624021554','2021-06-18 16:07:07',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4971,'4000','41624021554','2021-06-18 16:07:07',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4972,'1110','41624021674','2021-06-18 16:13:43',NULL,80.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(4973,'5500','41624021674','2021-06-18 16:13:43',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4974,'1000','41624021674','2021-06-18 16:13:43',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4975,'4000','41624021674','2021-06-18 16:13:43',NULL,400.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(4976,'1110','41624022028','2021-06-18 16:15:44',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(4977,'1110','41624022028','2021-06-18 16:15:44',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4978,'5500','41624022028','2021-06-18 16:15:44',213.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4979,'1000','41624022028','2021-06-18 16:15:44',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4980,'4000','41624022028','2021-06-18 16:15:44',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(4981,'4000','41624022028','2021-06-18 16:15:44',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4982,'1110','41624022160','2021-06-18 16:17:48',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4983,'5500','41624022160','2021-06-18 16:17:48',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4984,'1000','41624022160','2021-06-18 16:17:48',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4985,'4000','41624022160','2021-06-18 16:17:48',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4986,'1110','41624022275','2021-06-18 16:19:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(4987,'1110','41624022275','2021-06-18 16:19:22',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4988,'5500','41624022275','2021-06-18 16:19:22',132.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4989,'1000','41624022275','2021-06-18 16:19:22',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4990,'4000','41624022275','2021-06-18 16:19:22',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(4991,'4000','41624022275','2021-06-18 16:19:22',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4992,'1110','41624022459','2021-06-18 16:23:10',NULL,840.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(4993,'1110','41624022459','2021-06-18 16:23:10',NULL,150.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4994,'5500','41624022459','2021-06-18 16:23:10',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4995,'1000','41624022459','2021-06-18 16:23:10',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4996,'4000','41624022459','2021-06-18 16:23:10',NULL,1400.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(4997,'4000','41624022459','2021-06-18 16:23:10',NULL,300.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4998,'1110','41624022602','2021-06-18 16:33:15',NULL,500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(4999,'1110','41624022602','2021-06-18 16:33:15',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5000,'5500','41624022602','2021-06-18 16:33:15',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5001,'1000','41624022602','2021-06-18 16:33:15',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5002,'4000','41624022602','2021-06-18 16:33:15',NULL,800.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(5003,'4000','41624022602','2021-06-18 16:33:15',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5004,'1110','41624023210','2021-06-18 16:34:15',NULL,25625.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5005,'5500','41624023210','2021-06-18 16:34:15',25625.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5006,'1000','41624023210','2021-06-18 16:34:15',27500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5007,'4000','41624023210','2021-06-18 16:34:15',NULL,27500.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5008,'1110','41624023262','2021-06-18 16:35:01',NULL,1950.00,'','4','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(5009,'5500','41624023262','2021-06-18 16:35:01',1950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5010,'1000','41624023262','2021-06-18 16:35:01',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5011,'4000','41624023262','2021-06-18 16:35:01',NULL,2500.00,'','4','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(5012,'1110','41624023388','2021-06-18 17:59:19',NULL,3480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5013,'5500','41624023388','2021-06-18 17:59:19',3480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5014,'1000','41624023388','2021-06-18 17:59:19',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5015,'4000','41624023388','2021-06-18 17:59:19',NULL,3800.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5016,'1110','41624028371','2021-06-18 18:00:10',NULL,3200.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5017,'5500','41624028371','2021-06-18 18:00:10',3200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5018,'1000','41624028371','2021-06-18 18:00:10',3625.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5019,'4000','41624028371','2021-06-18 18:00:10',NULL,3625.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5020,'1110','41624112132','2021-06-19 17:17:24',NULL,1320.00,'','4','1','Inventory sold','1','','sales','306','','No',NULL,NULL,''),(5021,'5500','41624112132','2021-06-19 17:17:24',1320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5022,'1000','41624112132','2021-06-19 17:17:24',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5023,'4000','41624112132','2021-06-19 17:17:24',NULL,1949.75,'','4','1','Good sold','1','','sales','306','','No',NULL,NULL,''),(5024,'1110','41624112284','2021-06-19 17:31:17',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5025,'1110','41624112284','2021-06-19 17:31:17',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(5026,'1110','41624112284','2021-06-19 17:31:17',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(5027,'1110','41624112284','2021-06-19 17:31:17',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5028,'5500','41624112284','2021-06-19 17:31:17',4360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5029,'1000','41624112284','2021-06-19 17:31:17',5300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5030,'4000','41624112284','2021-06-19 17:31:17',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5031,'4000','41624112284','2021-06-19 17:31:17',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(5032,'4000','41624112284','2021-06-19 17:31:17',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(5033,'4000','41624112284','2021-06-19 17:31:17',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5034,'1110','41624113083','2021-06-19 17:32:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5035,'5500','41624113083','2021-06-19 17:32:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5036,'1000','41624113083','2021-06-19 17:32:04',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5037,'4000','41624113083','2021-06-19 17:32:04',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5038,'1110','41624113147','2021-06-19 17:33:42',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(5039,'5500','41624113147','2021-06-19 17:33:42',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5040,'1000','41624113147','2021-06-19 17:33:42',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5041,'4000','41624113147','2021-06-19 17:33:42',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(5042,'1110','41624113227','2021-06-19 17:37:01',NULL,2600.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(5043,'1110','41624113227','2021-06-19 17:37:01',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5044,'1110','41624113227','2021-06-19 17:37:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5045,'1110','41624113227','2021-06-19 17:37:01',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(5046,'5500','41624113227','2021-06-19 17:37:01',3282.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5047,'1000','41624113227','2021-06-19 17:37:01',5300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5048,'4000','41624113227','2021-06-19 17:37:01',NULL,4200.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(5049,'4000','41624113227','2021-06-19 17:37:01',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5050,'4000','41624113227','2021-06-19 17:37:01',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5051,'4000','41624113227','2021-06-19 17:37:01',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(5052,'1110','41624113569','2021-06-19 17:41:06',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5053,'1110','41624113569','2021-06-19 17:41:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5054,'5500','41624113569','2021-06-19 17:41:06',1262.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5055,'1000','41624113569','2021-06-19 17:41:06',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5056,'4000','41624113569','2021-06-19 17:41:06',NULL,1600.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5057,'4000','41624113569','2021-06-19 17:41:06',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5058,'1110','41624276518','2021-06-21 14:56:08',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(5059,'5500','41624276518','2021-06-21 14:56:08',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5060,'1000','41624276518','2021-06-21 14:56:08',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5061,'4000','41624276518','2021-06-21 14:56:08',NULL,399.99,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(5062,'1110','41624276575','2021-06-21 14:59:44',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5063,'1110','41624276575','2021-06-21 14:59:44',NULL,720.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(5064,'1110','41624276575','2021-06-21 14:59:44',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(5065,'1110','41624276575','2021-06-21 14:59:44',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(5066,'1110','41624276575','2021-06-21 14:59:44',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5067,'5500','41624276575','2021-06-21 14:59:44',1763.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5068,'1000','41624276575','2021-06-21 14:59:44',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5069,'4000','41624276575','2021-06-21 14:59:44',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5070,'4000','41624276575','2021-06-21 14:59:44',NULL,1000.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(5071,'4000','41624276575','2021-06-21 14:59:44',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(5072,'4000','41624276575','2021-06-21 14:59:44',NULL,200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(5073,'4000','41624276575','2021-06-21 14:59:44',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5082,'1110','41624277272','2021-06-21 15:09:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5083,'5500','41624277272','2021-06-21 15:09:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5084,'1000','41624277272','2021-06-21 15:09:05',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5085,'4000','41624277272','2021-06-21 15:09:05',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5086,'1110','41624277521','2021-06-21 15:13:36',NULL,1740.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5087,'5500','41624277521','2021-06-21 15:13:36',1740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5088,'1000','41624277521','2021-06-21 15:13:36',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5089,'4000','41624277521','2021-06-21 15:13:36',NULL,1950.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5090,'1110','41624277636','2021-06-21 15:15:23',NULL,4950.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(5091,'5500','41624277636','2021-06-21 15:15:23',4950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5092,'1000','41624277636','2021-06-21 15:15:23',6750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5093,'4000','41624277636','2021-06-21 15:15:23',NULL,6750.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5094,'1110','41624286632','2021-06-21 17:47:30',NULL,780.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(5095,'5500','41624286632','2021-06-21 17:47:30',780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5096,'1000','41624286632','2021-06-21 17:47:30',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5097,'4000','41624286632','2021-06-21 17:47:30',NULL,900.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(5098,'1110','41624286856','2021-06-21 17:48:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5099,'5500','41624286856','2021-06-21 17:48:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5100,'1000','41624286856','2021-06-21 17:48:23',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5101,'4000','41624286856','2021-06-21 17:48:23',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5102,'1110','41624286947','2021-06-21 17:51:37',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(5103,'5500','41624286947','2021-06-21 17:51:37',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5104,'1000','41624286947','2021-06-21 17:51:37',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5105,'4000','41624286947','2021-06-21 17:51:37',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(5106,'1110','41624287145','2021-06-21 17:54:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5107,'1110','41624287145','2021-06-21 17:54:00',NULL,350.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(5108,'5500','41624287145','2021-06-21 17:54:00',352.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5109,'1000','41624287145','2021-06-21 17:54:00',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5110,'4000','41624287145','2021-06-21 17:54:00',NULL,4000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5111,'4000','41624287145','2021-06-21 17:54:00',NULL,500.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(5112,'1110','41624287313','2021-06-21 17:55:49',NULL,9450.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5113,'5500','41624287313','2021-06-21 17:55:49',9450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5114,'1000','41624287313','2021-06-21 17:55:49',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5115,'4000','41624287313','2021-06-21 17:55:49',NULL,12000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5116,'1110','41624287365','2021-06-21 17:56:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5117,'5500','41624287365','2021-06-21 17:56:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5118,'1000','41624287365','2021-06-21 17:56:33',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5119,'4000','41624287365','2021-06-21 17:56:33',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5124,'1110','41624276927','2021-06-21 15:07:03',NULL,1460.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5125,'1110','41624276927','2021-06-21 20:23:59',NULL,380.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5126,'1110','41624276927','2021-06-21 20:23:59',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(5127,'5500','41624276927','2021-06-21 20:23:59',1960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5128,'1000','41624276927','2021-06-21 15:07:03',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5129,'4000','41624276927','2021-06-21 15:07:03',NULL,1700.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5130,'4000','41624276927','2021-06-21 20:23:59',NULL,600.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5131,'4000','41624276927','2021-06-21 20:23:59',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(5132,'1110','41624362355','2021-06-22 14:49:22',NULL,7420.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5133,'1110','41624362355','2021-06-22 14:49:22',NULL,8030.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5134,'1110','41624362355','2021-06-22 14:49:22',NULL,1900.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5135,'1110','41624362355','2021-06-22 14:49:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5136,'5500','41624362355','2021-06-22 14:49:22',17352.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5137,'1000','41624362355','2021-06-22 14:49:22',20950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5138,'4000','41624362355','2021-06-22 14:49:22',NULL,7700.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5139,'4000','41624362355','2021-06-22 14:49:22',NULL,9350.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5140,'4000','41624362355','2021-06-22 14:49:22',NULL,3000.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5141,'4000','41624362355','2021-06-22 14:49:22',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5142,'1110','41624362609','2021-06-22 15:00:26',NULL,120.00,'','4','1','Inventory sold','1','','sales','287','','No',NULL,NULL,''),(5143,'5500','41624362609','2021-06-22 15:00:26',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5144,'1000','41624362609','2021-06-22 15:00:26',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5145,'4000','41624362609','2021-06-22 15:00:26',NULL,200.00,'','4','1','Good sold','1','','sales','287','','No',NULL,NULL,''),(5146,'1110','41624363246','2021-06-22 15:07:51',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5147,'1110','41624363246','2021-06-22 15:07:51',NULL,7560.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5148,'1110','41624363246','2021-06-22 15:07:51',NULL,4100.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(5149,'1110','41624363246','2021-06-22 15:07:51',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5150,'1110','41624363246','2021-06-22 15:07:51',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5151,'1110','41624363246','2021-06-22 15:07:51',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5152,'5500','41624363246','2021-06-22 15:07:51',15520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5153,'1000','41624363246','2021-06-22 15:07:51',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5154,'4000','41624363246','2021-06-22 15:07:51',NULL,3550.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5155,'4000','41624363246','2021-06-22 15:07:51',NULL,9000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5156,'4000','41624363246','2021-06-22 15:07:51',NULL,4250.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(5157,'4000','41624363246','2021-06-22 15:07:51',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5158,'4000','41624363246','2021-06-22 15:07:51',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5159,'4000','41624363246','2021-06-22 15:07:51',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5160,'1110','41624364661','2021-06-22 15:29:30',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5161,'1110','41624364661','2021-06-22 15:29:30',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5162,'5500','41624364661','2021-06-22 15:29:30',705.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5163,'1000','41624364661','2021-06-22 15:29:30',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5164,'4000','41624364661','2021-06-22 15:29:30',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5165,'4000','41624364661','2021-06-22 15:29:30',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5166,'1110','41624364978','2021-06-22 15:35:30',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5167,'1110','41624364978','2021-06-22 15:35:30',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5168,'5500','41624364978','2021-06-22 15:35:30',3310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5169,'1000','41624364978','2021-06-22 15:35:30',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5170,'4000','41624364978','2021-06-22 15:35:30',NULL,3600.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5171,'4000','41624364978','2021-06-22 15:35:30',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5172,'1110','41624365557','2021-06-22 15:52:58',NULL,16060.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5173,'1110','41624365557','2021-06-22 15:52:58',NULL,2550.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5174,'1110','41624365557','2021-06-22 15:52:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5175,'1110','41624365557','2021-06-22 15:52:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5176,'1110','41624365557','2021-06-22 15:52:58',NULL,21200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5177,'5500','41624365557','2021-06-22 15:52:58',39814.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5178,'1000','41624365557','2021-06-22 15:52:58',46500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5179,'4000','41624365557','2021-06-22 15:52:58',NULL,17600.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5180,'4000','41624365557','2021-06-22 15:52:58',NULL,2750.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5181,'4000','41624365557','2021-06-22 15:52:58',NULL,650.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5182,'4000','41624365557','2021-06-22 15:52:58',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5183,'4000','41624365557','2021-06-22 15:52:58',NULL,22000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5184,'1110','41624366384','2021-06-22 16:08:43',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5185,'1110','41624366384','2021-06-22 16:08:43',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(5186,'1110','41624366384','2021-06-22 16:08:43',NULL,100.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(5187,'1110','41624366384','2021-06-22 16:08:43',NULL,50.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(5188,'1110','41624366384','2021-06-22 16:08:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5189,'5500','41624366384','2021-06-22 16:08:43',1862.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5190,'1000','41624366384','2021-06-22 16:08:43',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5191,'4000','41624366384','2021-06-22 16:08:43',NULL,1800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5192,'4000','41624366384','2021-06-22 16:08:43',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(5193,'4000','41624366384','2021-06-22 16:08:43',NULL,300.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(5194,'4000','41624366384','2021-06-22 16:08:43',NULL,150.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(5195,'4000','41624366384','2021-06-22 16:08:43',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5196,'1110','41624367369','2021-06-22 16:10:17',NULL,10440.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5197,'5500','41624367369','2021-06-22 16:10:17',10440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5198,'1000','41624367369','2021-06-22 16:10:17',11400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5199,'4000','41624367369','2021-06-22 16:10:17',NULL,11400.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5200,'1110','41624367452','2021-06-22 16:12:38',NULL,10680.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(5201,'5500','41624367452','2021-06-22 16:12:38',10680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5202,'1000','41624367452','2021-06-22 16:12:38',10800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5203,'4000','41624367452','2021-06-22 16:12:38',NULL,10800.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5204,'1110','41624369107','2021-06-22 16:41:44',NULL,5250.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5205,'1110','41624369107','2021-06-22 16:41:44',NULL,2600.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(5206,'1110','41624369107','2021-06-22 16:41:44',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(5207,'5500','41624369107','2021-06-22 16:41:44',10350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5208,'1000','41624369107','2021-06-22 16:41:44',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5209,'4000','41624369107','2021-06-22 16:41:44',NULL,6500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5210,'4000','41624369107','2021-06-22 16:41:44',NULL,3500.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(5211,'4000','41624369107','2021-06-22 16:41:44',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(5212,'1110','41624369312','2021-06-22 16:42:43',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5213,'5500','41624369312','2021-06-22 16:42:43',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5214,'1000','41624369312','2021-06-22 16:42:43',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5215,'4000','41624369312','2021-06-22 16:42:43',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5216,'1110','41624369379','2021-06-22 16:44:59',NULL,1500.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(5217,'5500','41624369379','2021-06-22 16:44:59',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5218,'1000','41624369379','2021-06-22 16:44:59',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5219,'4000','41624369379','2021-06-22 16:44:59',NULL,1500.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(5220,'1110','41624369641','2021-06-22 17:59:32',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(5221,'1110','41624369641','2021-06-22 17:59:32',NULL,870.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5222,'5500','41624369641','2021-06-22 17:59:32',1190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5223,'1000','41624369641','2021-06-22 17:59:32',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5224,'4000','41624369641','2021-06-22 17:59:32',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(5225,'4000','41624369641','2021-06-22 17:59:32',NULL,1000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5226,'1110','41624453988','2021-06-23 16:17:43',NULL,7250.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5227,'1110','41624453988','2021-06-23 16:17:43',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5228,'1110','41624453988','2021-06-23 16:17:43',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5229,'1110','41624453988','2021-06-23 16:17:43',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5230,'1110','41624453988','2021-06-23 16:17:43',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5231,'5500','41624453988','2021-06-23 16:17:43',8810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5232,'1000','41624453988','2021-06-23 16:17:43',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5233,'4000','41624453988','2021-06-23 16:17:43',NULL,8200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5234,'4000','41624453988','2021-06-23 16:17:43',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5235,'4000','41624453988','2021-06-23 16:17:43',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5236,'4000','41624453988','2021-06-23 16:17:43',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5237,'4000','41624453988','2021-06-23 16:17:43',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5238,'1110','41624454295','2021-06-23 16:26:57',NULL,100.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(5239,'1110','41624454295','2021-06-23 16:26:57',NULL,300.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(5240,'1110','41624454295','2021-06-23 16:26:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5241,'1110','41624454295','2021-06-23 16:26:57',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5242,'1110','41624454295','2021-06-23 16:26:57',NULL,525.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5243,'5500','41624454295','2021-06-23 16:26:57',1487.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5244,'1000','41624454295','2021-06-23 16:26:57',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5245,'4000','41624454295','2021-06-23 16:26:57',NULL,300.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(5246,'4000','41624454295','2021-06-23 16:26:57',NULL,500.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(5247,'4000','41624454295','2021-06-23 16:26:57',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5248,'4000','41624454295','2021-06-23 16:26:57',NULL,700.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5249,'4000','41624454295','2021-06-23 16:26:57',NULL,700.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5250,'1110','41624455036','2021-06-23 16:40:19',NULL,1550.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(5251,'5500','41624455036','2021-06-23 16:40:19',1550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5252,'1000','41624455036','2021-06-23 16:40:19',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5253,'4000','41624455036','2021-06-23 16:40:19',NULL,2000.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(5254,'1110','41624455649','2021-06-23 16:44:48',NULL,14000.00,'','4','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(5255,'1110','41624455649','2021-06-23 16:44:48',NULL,8500.00,'','4','1','Inventory sold','1','','sales','263','','No',NULL,NULL,''),(5256,'5500','41624455649','2021-06-23 16:44:48',22500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5257,'1000','41624455649','2021-06-23 16:44:48',25500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5258,'4000','41624455649','2021-06-23 16:44:48',NULL,14500.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(5259,'4000','41624455649','2021-06-23 16:44:48',NULL,11000.00,'','4','1','Good sold','1','','sales','263','','No',NULL,NULL,''),(5260,'1110','41624455899','2021-06-23 16:46:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5261,'5500','41624455899','2021-06-23 16:46:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5262,'1000','41624455899','2021-06-23 16:46:59',5.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5263,'4000','41624455899','2021-06-23 16:46:59',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5264,'1110','41624456178','2021-06-23 16:50:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5265,'5500','41624456178','2021-06-23 16:50:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5266,'1000','41624456178','2021-06-23 16:50:23',895.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5267,'4000','41624456178','2021-06-23 16:50:23',NULL,895.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5268,'1110','41624456297','2021-06-23 17:11:42',NULL,5800.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5269,'1110','41624456297','2021-06-23 17:11:42',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(5270,'1110','41624456297','2021-06-23 17:11:42',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(5271,'5500','41624456297','2021-06-23 17:11:42',8420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5272,'1000','41624456297','2021-06-23 17:11:42',10200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5273,'4000','41624456297','2021-06-23 17:11:42',NULL,6600.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5274,'4000','41624456297','2021-06-23 17:11:42',NULL,1800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5275,'4000','41624456297','2021-06-23 17:11:42',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(5276,'1110','41624457925','2021-06-23 17:20:14',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5277,'5500','41624457925','2021-06-23 17:20:14',5040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5278,'1000','41624457925','2021-06-23 17:20:14',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5279,'4000','41624457925','2021-06-23 17:20:14',NULL,6000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5280,'1110','41624458022','2021-06-23 17:21:41',NULL,5100.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5281,'5500','41624458022','2021-06-23 17:21:41',5100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5282,'1000','41624458022','2021-06-23 17:21:41',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5283,'4000','41624458022','2021-06-23 17:21:41',NULL,5600.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5284,'1110','41624458216','2021-06-23 17:48:44',NULL,1740.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5285,'5500','41624458216','2021-06-23 17:48:44',1740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5286,'1000','41624458216','2021-06-23 17:48:44',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5287,'4000','41624458216','2021-06-23 17:48:44',NULL,1900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5288,'1110','41624459746','2021-06-23 17:49:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5289,'5500','41624459746','2021-06-23 17:49:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5290,'1000','41624459746','2021-06-23 17:49:37',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5291,'4000','41624459746','2021-06-23 17:49:37',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5292,'1110','41624544812','2021-06-24 17:27:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5293,'5500','41624544812','2021-06-24 17:27:32',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5294,'1000','41624544812','2021-06-24 17:27:32',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5295,'4000','41624544812','2021-06-24 17:27:32',NULL,70.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5296,'1110','41624544883','2021-06-24 17:29:55',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5297,'5500','41624544883','2021-06-24 17:29:55',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5298,'1000','41624544883','2021-06-24 17:29:55',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5299,'4000','41624544883','2021-06-24 17:29:55',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5300,'1110','41624545007','2021-06-24 17:30:48',NULL,1280.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5301,'5500','41624545007','2021-06-24 17:30:48',1280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5302,'1000','41624545007','2021-06-24 17:30:48',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5303,'4000','41624545007','2021-06-24 17:30:48',NULL,1400.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5304,'1110','41624545057','2021-06-24 17:32:00',NULL,960.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(5305,'5500','41624545057','2021-06-24 17:32:00',960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5306,'1000','41624545057','2021-06-24 17:32:00',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5307,'4000','41624545057','2021-06-24 17:32:00',NULL,1500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(5308,'1110','41624545129','2021-06-24 17:36:30',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(5309,'1110','41624545129','2021-06-24 17:36:30',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5310,'1110','41624545129','2021-06-24 17:36:30',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5311,'5500','41624545129','2021-06-24 17:36:30',2313.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5312,'1000','41624545129','2021-06-24 17:36:30',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5313,'4000','41624545129','2021-06-24 17:36:30',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(5314,'4000','41624545129','2021-06-24 17:36:30',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5315,'4000','41624545129','2021-06-24 17:36:30',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5316,'1110','41624545398','2021-06-24 17:37:36',NULL,1440.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(5317,'5500','41624545398','2021-06-24 17:37:36',1440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5318,'1000','41624545398','2021-06-24 17:37:36',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5319,'4000','41624545398','2021-06-24 17:37:36',NULL,1800.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(5320,'1110','41624545489','2021-06-24 17:39:04',NULL,7120.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(5321,'5500','41624545489','2021-06-24 17:39:04',7120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5322,'1000','41624545489','2021-06-24 17:39:04',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5323,'4000','41624545489','2021-06-24 17:39:04',NULL,7200.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5324,'1110','41624545553','2021-06-24 17:40:13',NULL,30750.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(5325,'5500','41624545553','2021-06-24 17:40:13',30750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5326,'1000','41624545553','2021-06-24 17:40:13',32500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5327,'4000','41624545553','2021-06-24 17:40:13',NULL,32500.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5328,'1110','41624545632','2021-06-24 17:41:19',NULL,15300.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5329,'5500','41624545632','2021-06-24 17:41:19',15300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5330,'1000','41624545632','2021-06-24 17:41:19',16800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5331,'4000','41624545632','2021-06-24 17:41:19',NULL,16800.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5332,'1110','41624545709','2021-06-24 17:47:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5333,'1110','41624545709','2021-06-24 17:47:20',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5334,'1110','41624545709','2021-06-24 17:47:20',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5335,'1110','41624545709','2021-06-24 17:47:20',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5336,'5500','41624545709','2021-06-24 17:47:20',8482.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5337,'1000','41624545709','2021-06-24 17:47:20',29100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5338,'4000','41624545709','2021-06-24 17:47:20',NULL,18000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5339,'4000','41624545709','2021-06-24 17:47:20',NULL,7000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5340,'4000','41624545709','2021-06-24 17:47:20',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5341,'4000','41624545709','2021-06-24 17:47:20',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5342,'1110','41624546109','2021-06-24 17:51:32',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5343,'5500','41624546109','2021-06-24 17:51:32',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5344,'1000','41624546109','2021-06-24 17:51:32',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5345,'4000','41624546109','2021-06-24 17:51:32',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5346,'1110','41624546303','2021-06-24 17:53:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5347,'1110','41624546303','2021-06-24 17:53:53',NULL,1230.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(5348,'1110','41624546303','2021-06-24 17:53:53',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5349,'5500','41624546303','2021-06-24 17:53:53',3882.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5350,'1000','41624546303','2021-06-24 17:53:53',5250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5351,'4000','41624546303','2021-06-24 17:53:53',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5352,'4000','41624546303','2021-06-24 17:53:53',NULL,1300.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(5353,'4000','41624546303','2021-06-24 17:53:53',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5354,'1110','41624546589','2021-06-24 17:58:33',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5355,'5500','41624546589','2021-06-24 17:58:33',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5356,'1000','41624546589','2021-06-24 17:58:33',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5357,'4000','41624546589','2021-06-24 17:58:33',NULL,950.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5358,'1110','41624629992','2021-06-25 17:08:21',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5359,'5500','41624629992','2021-06-25 17:08:21',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5360,'1000','41624629992','2021-06-25 17:08:21',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5361,'4000','41624629992','2021-06-25 17:08:21',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5362,'1110','41624630109','2021-06-25 17:15:27',NULL,53000.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5363,'1110','41624630109','2021-06-25 17:15:27',NULL,55350.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5364,'1110','41624630109','2021-06-25 17:15:27',NULL,16000.00,'','4','1','Inventory sold','1','','sales','305','','No',NULL,NULL,''),(5365,'5500','41624630109','2021-06-25 17:15:27',124350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5366,'1000','41624630109','2021-06-25 17:15:27',131000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5367,'4000','41624630109','2021-06-25 17:15:27',NULL,55000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5368,'4000','41624630109','2021-06-25 17:15:27',NULL,58500.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5369,'4000','41624630109','2021-06-25 17:15:27',NULL,17500.00,'','4','1','Good sold','1','','sales','305','','No',NULL,NULL,''),(5370,'1110','41624631063','2021-06-25 17:27:06',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5371,'5500','41624631063','2021-06-25 17:27:06',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5372,'1000','41624631063','2021-06-25 17:27:06',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5373,'4000','41624631063','2021-06-25 17:27:06',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5374,'1110','41624631233','2021-06-25 17:27:33',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(5375,'5500','41624631233','2021-06-25 17:27:33',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5376,'1000','41624631233','2021-06-25 17:27:33',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5377,'4000','41624631233','2021-06-25 17:27:33',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(5378,'1110','41624631266','2021-06-25 17:28:26',NULL,870.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5379,'5500','41624631266','2021-06-25 17:28:26',870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5380,'1000','41624631266','2021-06-25 17:28:26',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5381,'4000','41624631266','2021-06-25 17:28:26',NULL,1000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5382,'1110','41624631315','2021-06-25 17:29:58',NULL,9500.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(5383,'5500','41624631315','2021-06-25 17:29:58',9500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5384,'1000','41624631315','2021-06-25 17:29:58',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5385,'4000','41624631315','2021-06-25 17:29:58',NULL,10000.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5386,'1110','41624631406','2021-06-25 17:31:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5387,'5500','41624631406','2021-06-25 17:31:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5388,'1000','41624631406','2021-06-25 17:31:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5389,'4000','41624631406','2021-06-25 17:31:09',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5390,'1110','41624631510','2021-06-25 17:36:00',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(5391,'1110','41624631510','2021-06-25 17:36:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5392,'1110','41624631510','2021-06-25 17:36:00',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(5393,'1110','41624631510','2021-06-25 17:36:00',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(5394,'5500','41624631510','2021-06-25 17:36:00',717.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5395,'1000','41624631510','2021-06-25 17:36:00',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5396,'4000','41624631510','2021-06-25 17:36:00',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(5397,'4000','41624631510','2021-06-25 17:36:00',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5398,'4000','41624631510','2021-06-25 17:36:00',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(5399,'4000','41624631510','2021-06-25 17:36:00',NULL,100.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(5400,'1110','41624631771','2021-06-25 17:37:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5401,'5500','41624631771','2021-06-25 17:37:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5402,'1000','41624631771','2021-06-25 17:37:08',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5403,'4000','41624631771','2021-06-25 17:37:08',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5404,'1110','41624631896','2021-06-25 17:40:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5405,'5500','41624631896','2021-06-25 17:40:44',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5406,'1000','41624631896','2021-06-25 17:40:44',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5407,'4000','41624631896','2021-06-25 17:40:44',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5408,'1110','41624632077','2021-06-25 17:56:03',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5409,'1110','41624632077','2021-06-25 17:56:03',NULL,180.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(5410,'1110','41624632077','2021-06-25 17:56:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5411,'1110','41624632077','2021-06-25 17:56:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5412,'1110','41624632077','2021-06-25 17:56:03',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5413,'1110','41624632077','2021-06-25 17:56:03',NULL,735.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5414,'1110','41624632077','2021-06-25 17:56:03',NULL,1500.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5415,'1110','41624632077','2021-06-25 17:56:03',NULL,400.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(5416,'5500','41624632077','2021-06-25 17:56:03',7262.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5417,'1000','41624632077','2021-06-25 17:56:03',9950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5418,'4000','41624632077','2021-06-25 17:56:03',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5419,'4000','41624632077','2021-06-25 17:56:03',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(5420,'4000','41624632077','2021-06-25 17:56:03',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5421,'4000','41624632077','2021-06-25 17:56:03',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5422,'4000','41624632077','2021-06-25 17:56:03',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5423,'4000','41624632077','2021-06-25 17:56:03',NULL,1050.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5424,'4000','41624632077','2021-06-25 17:56:03',NULL,2000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5425,'4000','41624632077','2021-06-25 17:56:03',NULL,1500.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(5426,'1110','41624632983','2021-06-25 17:59:29',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(5427,'1110','41624632983','2021-06-25 17:59:29',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5428,'5500','41624632983','2021-06-25 17:59:29',6010.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5429,'1000','41624632983','2021-06-25 17:59:29',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5430,'4000','41624632983','2021-06-25 17:59:29',NULL,6800.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(5431,'4000','41624632983','2021-06-25 17:59:29',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5432,'1110','41624708746','2021-06-26 15:00:23',NULL,8400.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(5433,'1110','41624708746','2021-06-26 15:00:23',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(5434,'5500','41624708746','2021-06-26 15:00:23',8450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5435,'1000','41624708746','2021-06-26 15:00:23',9700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5436,'4000','41624708746','2021-06-26 15:00:23',NULL,9600.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(5437,'4000','41624708746','2021-06-26 15:00:23',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(5446,'1110','41624709641','2021-06-26 15:17:22',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5447,'5500','41624709641','2021-06-26 15:17:22',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5448,'1000','41624709641','2021-06-26 15:17:22',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5449,'4000','41624709641','2021-06-26 15:17:22',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5450,'1110','41624709848','2021-06-26 15:29:25',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5451,'1110','41624709848','2021-06-26 15:29:25',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5452,'1110','41624709848','2021-06-26 15:29:25',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5453,'1110','41624709848','2021-06-26 15:29:25',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5454,'5500','41624709848','2021-06-26 15:29:25',3520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5455,'1000','41624709848','2021-06-26 15:29:25',3950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5456,'4000','41624709848','2021-06-26 15:29:25',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5457,'4000','41624709848','2021-06-26 15:29:25',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5458,'4000','41624709848','2021-06-26 15:29:25',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5459,'4000','41624709848','2021-06-26 15:29:25',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5460,'1110','41624710573','2021-06-26 15:30:43',NULL,1550.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(5461,'5500','41624710573','2021-06-26 15:30:43',1550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5462,'1000','41624710573','2021-06-26 15:30:43',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5463,'4000','41624710573','2021-06-26 15:30:43',NULL,2000.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(5464,'1110','41624710649','2021-06-26 15:32:02',NULL,4920.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(5465,'5500','41624710649','2021-06-26 15:32:02',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5466,'1000','41624710649','2021-06-26 15:32:02',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5467,'4000','41624710649','2021-06-26 15:32:02',NULL,5200.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5468,'1110','41624710728','2021-06-26 15:32:54',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5469,'5500','41624710728','2021-06-26 15:32:54',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5470,'1000','41624710728','2021-06-26 15:32:54',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5471,'4000','41624710728','2021-06-26 15:32:54',NULL,1200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5472,'1110','41624710780','2021-06-26 15:34:26',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5473,'1110','41624710780','2021-06-26 15:34:26',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5474,'5500','41624710780','2021-06-26 15:34:26',3310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5475,'1000','41624710780','2021-06-26 15:34:26',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5476,'4000','41624710780','2021-06-26 15:34:26',NULL,3800.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5477,'4000','41624710780','2021-06-26 15:34:26',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5478,'1110','41624710895','2021-06-26 15:36:01',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5479,'5500','41624710895','2021-06-26 15:36:01',760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5480,'1000','41624710895','2021-06-26 15:36:01',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5481,'4000','41624710895','2021-06-26 15:36:01',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5482,'1110','41624710967','2021-06-26 15:37:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5483,'5500','41624710967','2021-06-26 15:37:28',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5484,'1000','41624710967','2021-06-26 15:37:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5485,'4000','41624710967','2021-06-26 15:37:28',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5486,'1110','41624711067','2021-06-26 15:39:12',NULL,4350.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5487,'5500','41624711067','2021-06-26 15:39:12',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5488,'1000','41624711067','2021-06-26 15:39:12',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5489,'4000','41624711067','2021-06-26 15:39:12',NULL,4750.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5490,'1110','41624711163','2021-06-26 15:45:08',NULL,5400.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5491,'1110','41624711163','2021-06-26 15:45:08',NULL,11600.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5492,'1110','41624711163','2021-06-26 15:45:08',NULL,260.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(5493,'5500','41624711163','2021-06-26 15:45:08',17260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5494,'1000','41624711163','2021-06-26 15:45:08',20800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5495,'4000','41624711163','2021-06-26 15:45:08',NULL,7000.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5496,'4000','41624711163','2021-06-26 15:45:08',NULL,13200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5497,'4000','41624711163','2021-06-26 15:45:08',NULL,600.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(5498,'1110','41624711519','2021-06-26 15:47:37',NULL,1130.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(5499,'5500','41624711519','2021-06-26 15:47:37',1130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5500,'1000','41624711519','2021-06-26 15:47:37',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5501,'4000','41624711519','2021-06-26 15:47:37',NULL,1200.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(5502,'1110','41624719334','2021-06-26 17:56:34',NULL,7120.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(5503,'1110','41624719334','2021-06-26 17:56:34',NULL,870.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5504,'5500','41624719334','2021-06-26 17:56:34',7990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5505,'1000','41624719334','2021-06-26 17:56:34',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5506,'4000','41624719334','2021-06-26 17:56:34',NULL,7600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5507,'4000','41624719334','2021-06-26 17:56:34',NULL,900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5508,'1110','41624719404','2021-06-26 17:57:16',NULL,3560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(5509,'5500','41624719404','2021-06-26 17:57:16',3560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5510,'1000','41624719404','2021-06-26 17:57:16',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5511,'4000','41624719404','2021-06-26 17:57:16',NULL,3800.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5516,'1110','41624708853','2021-06-27 11:12:39',NULL,550.00,'','4','1','Inventory sold','1','','sales','311','','No',NULL,NULL,''),(5517,'5500','41624708853','2021-06-27 11:12:39',550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5518,'1000','41624708853','2021-06-26 15:02:41',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5519,'4000','41624708853','2021-06-27 11:12:39',NULL,2000.00,'','4','1','Good sold','1','','sales','311','','No',NULL,NULL,''),(5520,'1110','41624887277','2021-06-28 16:38:57',NULL,5220.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(5521,'1110','41624887277','2021-06-28 16:38:57',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5522,'5500','41624887277','2021-06-28 16:38:57',5370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5523,'1000','41624887277','2021-06-28 16:38:57',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5524,'4000','41624887277','2021-06-28 16:38:57',NULL,5700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(5525,'4000','41624887277','2021-06-28 16:38:57',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5526,'1110','41624887553','2021-06-28 16:41:53',NULL,4125.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(5527,'5500','41624887553','2021-06-28 16:41:53',4125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5528,'1000','41624887553','2021-06-28 16:41:53',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5529,'4000','41624887553','2021-06-28 16:41:53',NULL,4500.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(5530,'1110','41624887735','2021-06-28 16:44:35',NULL,8640.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(5531,'5500','41624887735','2021-06-28 16:44:35',8640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5532,'1000','41624887735','2021-06-28 16:44:35',9999.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5533,'4000','41624887735','2021-06-28 16:44:35',NULL,9999.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(5534,'1110','41624887885','2021-06-28 16:45:38',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(5535,'1110','41624887885','2021-06-28 16:45:38',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5536,'5500','41624887885','2021-06-28 16:45:38',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5537,'1000','41624887885','2021-06-28 16:45:38',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5538,'4000','41624887885','2021-06-28 16:45:38',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(5539,'4000','41624887885','2021-06-28 16:45:38',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5540,'1110','41624887947','2021-06-28 16:47:31',NULL,1700.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(5541,'1110','41624887947','2021-06-28 16:47:31',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(5542,'5500','41624887947','2021-06-28 16:47:31',1790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5543,'1000','41624887947','2021-06-28 16:47:31',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5544,'4000','41624887947','2021-06-28 16:47:31',NULL,1800.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(5545,'4000','41624887947','2021-06-28 16:47:31',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(5546,'1110','41624888067','2021-06-28 16:48:47',NULL,240.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(5547,'5500','41624888067','2021-06-28 16:48:47',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5548,'1000','41624888067','2021-06-28 16:48:47',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5549,'4000','41624888067','2021-06-28 16:48:47',NULL,250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(5550,'1110','41624888153','2021-06-28 16:52:20',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(5551,'1110','41624888153','2021-06-28 16:52:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5552,'1110','41624888153','2021-06-28 16:52:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(5553,'5500','41624888153','2021-06-28 16:52:20',332.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5554,'1000','41624888153','2021-06-28 16:52:20',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5555,'4000','41624888153','2021-06-28 16:52:20',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(5556,'4000','41624888153','2021-06-28 16:52:20',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5557,'4000','41624888153','2021-06-28 16:52:20',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(5558,'1110','41624888358','2021-06-28 16:58:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5559,'1110','41624888358','2021-06-28 16:58:26',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5560,'1110','41624888358','2021-06-28 16:58:26',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5561,'5500','41624888358','2021-06-28 16:58:26',212.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5562,'1000','41624888358','2021-06-28 16:58:26',730.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5563,'4000','41624888358','2021-06-28 16:58:26',NULL,380.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5564,'4000','41624888358','2021-06-28 16:58:26',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5565,'4000','41624888358','2021-06-28 16:58:26',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5566,'1110','41624888787','2021-06-28 17:02:31',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5567,'1110','41624888787','2021-06-28 17:02:31',NULL,480.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(5568,'5500','41624888787','2021-06-28 17:02:31',1010.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5569,'1000','41624888787','2021-06-28 17:02:31',1130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5570,'4000','41624888787','2021-06-28 17:02:31',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5571,'4000','41624888787','2021-06-28 17:02:31',NULL,580.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(5572,'1110','41624888963','2021-06-28 17:03:25',NULL,580.00,'','4','1','Inventory sold','1','','sales','239','','No',NULL,NULL,''),(5573,'5500','41624888963','2021-06-28 17:03:25',580.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5574,'1000','41624888963','2021-06-28 17:03:25',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5575,'4000','41624888963','2021-06-28 17:03:25',NULL,900.00,'','4','1','Good sold','1','','sales','239','','No',NULL,NULL,''),(5576,'1110','41624889013','2021-06-28 17:04:27',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(5577,'5500','41624889013','2021-06-28 17:04:27',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5578,'1000','41624889013','2021-06-28 17:04:27',13300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5579,'4000','41624889013','2021-06-28 17:04:27',NULL,13300.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(5580,'1110','41624890474','2021-06-28 17:33:05',NULL,36210.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5581,'1110','41624890474','2021-06-28 17:33:05',NULL,48150.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5582,'1110','41624890474','2021-06-28 17:33:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5583,'1110','41624890474','2021-06-28 17:33:05',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5584,'5500','41624890474','2021-06-28 17:33:05',110862.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5585,'1000','41624890474','2021-06-28 17:33:05',120360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5586,'4000','41624890474','2021-06-28 17:33:05',NULL,39760.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5587,'4000','41624890474','2021-06-28 17:33:05',NULL,49500.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5588,'4000','41624890474','2021-06-28 17:33:05',NULL,3600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5589,'4000','41624890474','2021-06-28 17:33:05',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5590,'1110','41624890858','2021-06-28 17:35:54',NULL,15375.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5591,'5500','41624890858','2021-06-28 17:35:54',15375.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5592,'1000','41624890858','2021-06-28 17:35:54',16500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5593,'4000','41624890858','2021-06-28 17:35:54',NULL,16500.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5594,'1110','41624890972','2021-06-28 17:36:32',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5595,'5500','41624890972','2021-06-28 17:36:32',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5596,'1000','41624890972','2021-06-28 17:36:32',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5597,'4000','41624890972','2021-06-28 17:36:32',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5598,'1110','41624891000','2021-06-28 17:37:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5599,'5500','41624891000','2021-06-28 17:37:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5600,'1000','41624891000','2021-06-28 17:37:14',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5601,'4000','41624891000','2021-06-28 17:37:14',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5602,'1110','41624891081','2021-06-28 17:38:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5603,'5500','41624891081','2021-06-28 17:38:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5604,'1000','41624891081','2021-06-28 17:38:41',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5605,'4000','41624891081','2021-06-28 17:38:41',NULL,60.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5606,'1110','41624973336','2021-06-29 16:31:18',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(5607,'1110','41624973336','2021-06-29 16:31:18',NULL,580.00,'','4','1','Inventory sold','1','','sales','239','','No',NULL,NULL,''),(5608,'5500','41624973336','2021-06-29 16:31:18',2180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5609,'1000','41624973336','2021-06-29 16:31:18',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5610,'4000','41624973336','2021-06-29 16:31:18',NULL,1800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(5611,'4000','41624973336','2021-06-29 16:31:18',NULL,900.00,'','4','1','Good sold','1','','sales','239','','No',NULL,NULL,''),(5612,'1110','41624973491','2021-06-29 16:35:50',NULL,1050.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(5613,'5500','41624973491','2021-06-29 16:35:50',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5614,'1000','41624973491','2021-06-29 16:35:50',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5615,'4000','41624973491','2021-06-29 16:35:50',NULL,1299.99,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5616,'1110','41624973902','2021-06-29 16:38:49',NULL,16000.00,'','4','1','Inventory sold','1','','sales','305','','No',NULL,NULL,''),(5617,'5500','41624973902','2021-06-29 16:38:49',16000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5618,'1000','41624973902','2021-06-29 16:38:49',19000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5619,'4000','41624973902','2021-06-29 16:38:49',NULL,19000.00,'','4','1','Good sold','1','','sales','305','','No',NULL,NULL,''),(5620,'1110','41624973954','2021-06-29 16:40:08',NULL,425.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(5621,'5500','41624973954','2021-06-29 16:40:08',425.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5622,'1000','41624973954','2021-06-29 16:40:08',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5623,'4000','41624973954','2021-06-29 16:40:08',NULL,450.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(5624,'1110','41624974391','2021-06-29 16:49:37',NULL,600.00,'','4','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(5625,'5500','41624974391','2021-06-29 16:49:37',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5626,'1000','41624974391','2021-06-29 16:49:37',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5627,'4000','41624974391','2021-06-29 16:49:37',NULL,1200.00,'','4','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(5628,'1110','41624974588','2021-06-29 16:54:36',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5629,'1110','41624974588','2021-06-29 16:54:36',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5630,'5500','41624974588','2021-06-29 16:54:36',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5631,'1000','41624974588','2021-06-29 16:54:36',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5632,'4000','41624974588','2021-06-29 16:54:36',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5633,'4000','41624974588','2021-06-29 16:54:36',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5634,'1110','41624974899','2021-06-29 16:58:13',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5635,'5500','41624974899','2021-06-29 16:58:13',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5636,'1000','41624974899','2021-06-29 16:58:13',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5637,'4000','41624974899','2021-06-29 16:58:13',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5638,'1110','41624975103','2021-06-29 16:59:09',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5639,'5500','41624975103','2021-06-29 16:59:09',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5640,'1000','41624975103','2021-06-29 16:59:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5641,'4000','41624975103','2021-06-29 16:59:09',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5642,'1110','41624975158','2021-06-29 17:01:06',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(5643,'5500','41624975158','2021-06-29 17:01:06',25200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5644,'1000','41624975158','2021-06-29 17:01:06',25000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5645,'4000','41624975158','2021-06-29 17:01:06',NULL,25000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(5646,'1110','41624975295','2021-06-29 17:04:53',NULL,16400.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5647,'1110','41624975295','2021-06-29 17:04:53',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5648,'5500','41624975295','2021-06-29 17:04:53',16700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5649,'1000','41624975295','2021-06-29 17:04:53',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5650,'4000','41624975295','2021-06-29 17:04:53',NULL,17600.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5651,'4000','41624975295','2021-06-29 17:04:53',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5652,'1110','41624975502','2021-06-29 17:06:55',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(5653,'1110','41624975502','2021-06-29 17:06:55',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5654,'1110','41624975502','2021-06-29 17:06:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5655,'5500','41624975502','2021-06-29 17:06:55',215.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5656,'1000','41624975502','2021-06-29 17:06:55',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5657,'4000','41624975502','2021-06-29 17:06:55',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(5658,'4000','41624975502','2021-06-29 17:06:55',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5659,'4000','41624975502','2021-06-29 17:06:55',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5660,'1110','41624975652','2021-06-29 17:08:42',NULL,1330.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5661,'5500','41624975652','2021-06-29 17:08:42',1330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5662,'1000','41624975652','2021-06-29 17:08:42',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5663,'4000','41624975652','2021-06-29 17:08:42',NULL,1999.97,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5664,'1110','41624975731','2021-06-29 17:10:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5665,'5500','41624975731','2021-06-29 17:10:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5666,'1000','41624975731','2021-06-29 17:10:24',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5667,'4000','41624975731','2021-06-29 17:10:24',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5668,'1110','41624975882','2021-06-29 17:16:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5669,'5500','41624975882','2021-06-29 17:16:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5670,'1000','41624975882','2021-06-29 17:16:17',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5671,'4000','41624975882','2021-06-29 17:16:17',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5672,'1110','41624976213','2021-06-29 17:17:51',NULL,35600.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(5673,'5500','41624976213','2021-06-29 17:17:51',35600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5674,'1000','41624976213','2021-06-29 17:17:51',36000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5675,'4000','41624976213','2021-06-29 17:17:51',NULL,36000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5676,'1110','41624976282','2021-06-29 17:20:00',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(5677,'5500','41624976282','2021-06-29 17:20:00',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5678,'1000','41624976282','2021-06-29 17:20:00',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5679,'4000','41624976282','2021-06-29 17:20:00',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(5680,'1110','41624976420','2021-06-29 17:21:26',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(5681,'5500','41624976420','2021-06-29 17:21:26',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5682,'1000','41624976420','2021-06-29 17:21:26',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5683,'4000','41624976420','2021-06-29 17:21:26',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(5684,'1110','41624976499','2021-06-29 17:34:15',NULL,1260.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5685,'1110','41624976499','2021-06-29 17:34:15',NULL,5600.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(5686,'1110','41624976499','2021-06-29 17:34:15',NULL,540.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(5687,'1110','41624976499','2021-06-29 17:34:15',NULL,1680.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5688,'1110','41624976499','2021-06-29 17:34:15',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(5689,'1110','41624976499','2021-06-29 17:34:15',NULL,70.00,'','4','1','Inventory sold','1','','sales','289','','No',NULL,NULL,''),(5690,'5500','41624976499','2021-06-29 17:34:15',10750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5691,'1000','41624976499','2021-06-29 17:34:15',13354.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5692,'4000','41624976499','2021-06-29 17:34:15',NULL,1600.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5693,'4000','41624976499','2021-06-29 17:34:15',NULL,6804.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5694,'4000','41624976499','2021-06-29 17:34:15',NULL,800.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(5695,'4000','41624976499','2021-06-29 17:34:15',NULL,1950.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5696,'4000','41624976499','2021-06-29 17:34:15',NULL,1900.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(5697,'4000','41624976499','2021-06-29 17:34:15',NULL,300.00,'','4','1','Good sold','1','','sales','289','','No',NULL,NULL,''),(5698,'1110','41624977265','2021-06-29 17:36:58',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(5699,'1110','41624977265','2021-06-29 17:36:58',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5700,'5500','41624977265','2021-06-29 17:36:58',15650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5701,'1000','41624977265','2021-06-29 17:36:58',16000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5702,'4000','41624977265','2021-06-29 17:36:58',NULL,12500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(5703,'4000','41624977265','2021-06-29 17:36:58',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5704,'1110','41624978510','2021-06-29 17:56:13',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(5705,'5500','41624978510','2021-06-29 17:56:13',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5706,'1000','41624978510','2021-06-29 17:56:13',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5707,'4000','41624978510','2021-06-29 17:56:13',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(5708,'1110','41624978584','2021-06-29 17:56:59',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(5709,'5500','41624978584','2021-06-29 17:56:59',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5710,'1000','41624978584','2021-06-29 17:56:59',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5711,'4000','41624978584','2021-06-29 17:56:59',NULL,200.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(5712,'1110','41624978625','2021-06-29 17:58:21',NULL,6720.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(5713,'5500','41624978625','2021-06-29 17:58:21',6720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5714,'1000','41624978625','2021-06-29 17:58:21',6720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5715,'4000','41624978625','2021-06-29 17:58:21',NULL,6720.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(5716,'1110','41625052873','2021-06-30 14:36:23',NULL,5600.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5717,'1110','41625052873','2021-06-30 14:36:23',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5718,'5500','41625052873','2021-06-30 14:36:23',7190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5719,'1000','41625052873','2021-06-30 14:36:23',7950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5720,'4000','41625052873','2021-06-30 14:36:23',NULL,6300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5721,'4000','41625052873','2021-06-30 14:36:23',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5722,'1110','41625052992','2021-06-30 14:37:05',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(5723,'5500','41625052992','2021-06-30 14:37:05',2500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5724,'1000','41625052992','2021-06-30 14:37:05',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5725,'4000','41625052992','2021-06-30 14:37:05',NULL,4000.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(5726,'1110','41625053039','2021-06-30 14:38:49',NULL,7200.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(5727,'5500','41625053039','2021-06-30 14:38:49',7200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5728,'1000','41625053039','2021-06-30 14:38:49',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5729,'4000','41625053039','2021-06-30 14:38:49',NULL,8800.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(5730,'1110','41625053371','2021-06-30 14:43:55',NULL,11400.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(5731,'5500','41625053371','2021-06-30 14:43:55',11400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5732,'1000','41625053371','2021-06-30 14:43:55',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5733,'4000','41625053371','2021-06-30 14:43:55',NULL,12000.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5734,'1110','41625053444','2021-06-30 14:55:55',NULL,3210.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5735,'1110','41625053444','2021-06-30 14:55:55',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5736,'5500','41625053444','2021-06-30 14:55:55',4270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5737,'1000','41625053444','2021-06-30 14:55:55',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5738,'4000','41625053444','2021-06-30 14:55:55',NULL,3300.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5739,'4000','41625053444','2021-06-30 14:55:55',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5740,'1110','41625054165','2021-06-30 15:06:41',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5741,'1110','41625054165','2021-06-30 15:06:41',NULL,1350.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5742,'1110','41625054165','2021-06-30 15:06:41',NULL,1350.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5743,'1110','41625054165','2021-06-30 15:06:41',NULL,900.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5744,'1110','41625054165','2021-06-30 15:06:41',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5745,'1110','41625054165','2021-06-30 15:06:41',NULL,2250.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5746,'1110','41625054165','2021-06-30 15:06:41',NULL,900.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(5747,'5500','41625054165','2021-06-30 15:06:41',9720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5748,'1000','41625054165','2021-06-30 15:06:41',13600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5749,'4000','41625054165','2021-06-30 15:06:41',NULL,2800.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5750,'4000','41625054165','2021-06-30 15:06:41',NULL,1800.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5751,'4000','41625054165','2021-06-30 15:06:41',NULL,900.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5752,'4000','41625054165','2021-06-30 15:06:41',NULL,1200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5753,'4000','41625054165','2021-06-30 15:06:41',NULL,1650.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5754,'4000','41625054165','2021-06-30 15:06:41',NULL,2250.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5755,'4000','41625054165','2021-06-30 15:06:41',NULL,3000.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(5756,'1110','41625054857','2021-06-30 15:09:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5757,'5500','41625054857','2021-06-30 15:09:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5758,'1000','41625054857','2021-06-30 15:09:52',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5759,'4000','41625054857','2021-06-30 15:09:52',NULL,4500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5760,'1110','41625055331','2021-06-30 15:17:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5761,'1110','41625055331','2021-06-30 15:17:36',NULL,880.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(5762,'5500','41625055331','2021-06-30 15:17:36',882.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5763,'1000','41625055331','2021-06-30 15:17:36',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5764,'4000','41625055331','2021-06-30 15:17:36',NULL,5300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5765,'4000','41625055331','2021-06-30 15:17:36',NULL,1200.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5766,'1110','41625055580','2021-06-30 15:22:34',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5767,'1110','41625055580','2021-06-30 15:22:34',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5768,'5500','41625055580','2021-06-30 15:22:34',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5769,'1000','41625055580','2021-06-30 15:22:34',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5770,'4000','41625055580','2021-06-30 15:22:34',NULL,6500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5771,'4000','41625055580','2021-06-30 15:22:34',NULL,6500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5772,'1110','41625055762','2021-06-30 15:23:32',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5773,'5500','41625055762','2021-06-30 15:23:32',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5774,'1000','41625055762','2021-06-30 15:23:32',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5775,'4000','41625055762','2021-06-30 15:23:32',NULL,1300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5776,'1110','41625055825','2021-06-30 15:42:02',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5777,'1110','41625055825','2021-06-30 15:42:02',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(5778,'1110','41625055825','2021-06-30 15:42:02',NULL,16000.00,'','4','1','Inventory sold','1','','sales','305','','No',NULL,NULL,''),(5779,'1110','41625055825','2021-06-30 15:42:02',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5780,'1110','41625055825','2021-06-30 15:42:02',NULL,4380.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5781,'1110','41625055825','2021-06-30 15:42:02',NULL,570.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5782,'1110','41625055825','2021-06-30 15:42:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5783,'5500','41625055825','2021-06-30 15:42:02',51567.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5784,'1000','41625055825','2021-06-30 15:42:02',72000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5785,'4000','41625055825','2021-06-30 15:42:02',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5786,'4000','41625055825','2021-06-30 15:42:02',NULL,4800.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(5787,'4000','41625055825','2021-06-30 15:42:02',NULL,19000.00,'','4','1','Good sold','1','','sales','305','','No',NULL,NULL,''),(5788,'4000','41625055825','2021-06-30 15:42:02',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5789,'4000','41625055825','2021-06-30 15:42:02',NULL,5100.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5790,'4000','41625055825','2021-06-30 15:42:02',NULL,900.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5791,'4000','41625055825','2021-06-30 15:42:02',NULL,14100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5792,'1110','41625057822','2021-06-30 15:58:22',NULL,3690.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(5793,'5500','41625057822','2021-06-30 15:58:22',3690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5794,'1000','41625057822','2021-06-30 15:58:22',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5795,'4000','41625057822','2021-06-30 15:58:22',NULL,3900.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(5796,'1110','41625057919','2021-06-30 15:59:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5797,'5500','41625057919','2021-06-30 15:59:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5798,'1000','41625057919','2021-06-30 15:59:27',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5799,'4000','41625057919','2021-06-30 15:59:27',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5800,'1110','41625058014','2021-06-30 16:01:06',NULL,2900.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5801,'5500','41625058014','2021-06-30 16:01:06',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5802,'1000','41625058014','2021-06-30 16:01:06',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5803,'4000','41625058014','2021-06-30 16:01:06',NULL,3200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5804,'1110','41625059355','2021-06-30 16:22:46',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5805,'5500','41625059355','2021-06-30 16:22:46',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5806,'1000','41625059355','2021-06-30 16:22:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5807,'4000','41625059355','2021-06-30 16:22:46',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5808,'1110','41625059376','2021-06-30 17:11:16',NULL,1400.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(5809,'1110','41625059376','2021-06-30 17:11:16',NULL,270.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(5810,'1110','41625059376','2021-06-30 17:11:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5811,'1110','41625059376','2021-06-30 17:11:16',NULL,70.00,'','4','1','Inventory sold','1','','sales','289','','No',NULL,NULL,''),(5812,'5500','41625059376','2021-06-30 17:11:16',1742.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5813,'1000','41625059376','2021-06-30 17:11:16',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5814,'4000','41625059376','2021-06-30 17:11:16',NULL,1600.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5815,'4000','41625059376','2021-06-30 17:11:16',NULL,350.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(5816,'4000','41625059376','2021-06-30 17:11:16',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5817,'4000','41625059376','2021-06-30 17:11:16',NULL,150.00,'','4','1','Good sold','1','','sales','289','','No',NULL,NULL,''),(5818,'1110','41625062340','2021-06-30 17:13:19',NULL,50.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(5819,'5500','41625062340','2021-06-30 17:13:19',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5820,'1000','41625062340','2021-06-30 17:13:19',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5821,'4000','41625062340','2021-06-30 17:13:19',NULL,100.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(5822,'1110','41625062457','2021-06-30 17:15:08',NULL,450.00,'','4','1','Inventory sold','1','','sales','302','','No',NULL,NULL,''),(5823,'5500','41625062457','2021-06-30 17:15:08',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5824,'1000','41625062457','2021-06-30 17:15:08',840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5825,'4000','41625062457','2021-06-30 17:15:08',NULL,840.00,'','4','1','Good sold','1','','sales','302','','No',NULL,NULL,''),(5826,'1110','41625062781','2021-06-30 17:21:20',NULL,1275.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(5827,'5500','41625062781','2021-06-30 17:21:20',1275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5828,'1000','41625062781','2021-06-30 17:21:20',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5829,'4000','41625062781','2021-06-30 17:21:20',NULL,1400.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(5830,'1110','41625064703','2021-06-30 17:53:16',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(5831,'1110','41625064703','2021-06-30 17:53:16',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5832,'5500','41625064703','2021-06-30 17:53:16',13250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5833,'1000','41625064703','2021-06-30 17:53:16',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5834,'4000','41625064703','2021-06-30 17:53:16',NULL,13000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(5835,'4000','41625064703','2021-06-30 17:53:16',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5836,'1110','41625064805','2021-06-30 17:56:11',NULL,2170.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(5837,'1110','41625064805','2021-06-30 17:56:11',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(5838,'5500','41625064805','2021-06-30 17:56:11',2370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5839,'1000','41625064805','2021-06-30 17:56:11',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5840,'4000','41625064805','2021-06-30 17:56:11',NULL,3049.97,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5841,'4000','41625064805','2021-06-30 17:56:11',NULL,750.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(5842,'1110','41625065089','2021-06-30 18:00:42',NULL,3100.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(5843,'5500','41625065089','2021-06-30 18:00:42',3100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5844,'1000','41625065089','2021-06-30 18:00:42',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5845,'4000','41625065089','2021-06-30 18:00:42',NULL,4000.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5846,'1110','41625138853','2021-07-01 14:29:12',NULL,2175.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5847,'1110','41625138853','2021-07-01 14:29:12',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5848,'5500','41625138853','2021-07-01 14:29:12',2280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5849,'1000','41625138853','2021-07-01 14:29:12',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5850,'4000','41625138853','2021-07-01 14:29:12',NULL,2400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5851,'4000','41625138853','2021-07-01 14:29:12',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5852,'1110','41625138963','2021-07-01 14:30:15',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(5853,'5500','41625138963','2021-07-01 14:30:15',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5854,'1000','41625138963','2021-07-01 14:30:15',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5855,'4000','41625138963','2021-07-01 14:30:15',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(5856,'1110','41625139030','2021-07-01 14:36:21',NULL,1920.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(5857,'1110','41625139030','2021-07-01 14:36:21',NULL,200.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(5858,'5500','41625139030','2021-07-01 14:36:21',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5859,'1000','41625139030','2021-07-01 14:36:21',2950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5860,'4000','41625139030','2021-07-01 14:36:21',NULL,2200.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(5861,'4000','41625139030','2021-07-01 14:36:21',NULL,750.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(5862,'1110','41625139388','2021-07-01 14:50:03',NULL,16400.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(5863,'1110','41625139388','2021-07-01 14:50:03',NULL,9840.00,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(5864,'1110','41625139388','2021-07-01 14:50:03',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5865,'1110','41625139388','2021-07-01 14:50:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5866,'1110','41625139388','2021-07-01 14:50:03',NULL,520.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(5867,'1110','41625139388','2021-07-01 14:50:03',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5868,'1110','41625139388','2021-07-01 14:50:03',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(5869,'1110','41625139388','2021-07-01 14:50:03',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5870,'1110','41625139388','2021-07-01 14:50:03',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(5871,'5500','41625139388','2021-07-01 14:50:03',37277.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5872,'1000','41625139388','2021-07-01 14:50:03',77000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5873,'4000','41625139388','2021-07-01 14:50:03',NULL,17600.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(5874,'4000','41625139388','2021-07-01 14:50:03',NULL,10500.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(5875,'4000','41625139388','2021-07-01 14:50:03',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5876,'4000','41625139388','2021-07-01 14:50:03',NULL,36000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5877,'4000','41625139388','2021-07-01 14:50:03',NULL,800.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(5878,'4000','41625139388','2021-07-01 14:50:03',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5879,'4000','41625139388','2021-07-01 14:50:03',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(5880,'4000','41625139388','2021-07-01 14:50:03',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5881,'4000','41625139388','2021-07-01 14:50:03',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(5882,'1110','41625140240','2021-07-01 14:58:37',NULL,2600.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(5883,'1110','41625140240','2021-07-01 14:58:37',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(5884,'1110','41625140240','2021-07-01 14:58:37',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(5885,'1110','41625140240','2021-07-01 14:58:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5886,'5500','41625140240','2021-07-01 14:58:37',2787.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5887,'1000','41625140240','2021-07-01 14:58:37',5250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5888,'4000','41625140240','2021-07-01 14:58:37',NULL,3200.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(5889,'4000','41625140240','2021-07-01 14:58:37',NULL,350.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(5890,'4000','41625140240','2021-07-01 14:58:37',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(5891,'4000','41625140240','2021-07-01 14:58:37',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5892,'1110','41625140748','2021-07-01 15:00:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5893,'5500','41625140748','2021-07-01 15:00:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5894,'1000','41625140748','2021-07-01 15:00:43',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5895,'4000','41625140748','2021-07-01 15:00:43',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5896,'1110','41625140885','2021-07-01 15:05:07',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5897,'1110','41625140885','2021-07-01 15:05:07',NULL,350.00,'','4','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(5898,'5500','41625140885','2021-07-01 15:05:07',1110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5899,'1000','41625140885','2021-07-01 15:05:07',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5900,'4000','41625140885','2021-07-01 15:05:07',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5901,'4000','41625140885','2021-07-01 15:05:07',NULL,800.00,'','4','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(5902,'1110','41625141121','2021-07-01 15:15:05',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(5903,'1110','41625141121','2021-07-01 15:15:05',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5904,'1110','41625141121','2021-07-01 15:15:05',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(5905,'5500','41625141121','2021-07-01 15:15:05',870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5906,'1000','41625141121','2021-07-01 15:15:05',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5907,'4000','41625141121','2021-07-01 15:15:05',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(5908,'4000','41625141121','2021-07-01 15:15:05',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5909,'4000','41625141121','2021-07-01 15:15:05',NULL,900.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(5910,'1110','41625141717','2021-07-01 15:21:17',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(5911,'1110','41625141717','2021-07-01 15:21:17',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(5912,'1110','41625141717','2021-07-01 15:21:17',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5913,'5500','41625141717','2021-07-01 15:21:17',24650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5914,'1000','41625141717','2021-07-01 15:21:17',26800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5915,'4000','41625141717','2021-07-01 15:21:17',NULL,13000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(5916,'4000','41625141717','2021-07-01 15:21:17',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(5917,'4000','41625141717','2021-07-01 15:21:17',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5918,'1110','41625144198','2021-07-01 15:58:39',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(5919,'5500','41625144198','2021-07-01 15:58:39',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5920,'1000','41625144198','2021-07-01 15:58:39',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5921,'4000','41625144198','2021-07-01 15:58:39',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5922,'1110','41625144328','2021-07-01 15:59:23',NULL,390.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(5923,'5500','41625144328','2021-07-01 15:59:23',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5924,'1000','41625144328','2021-07-01 15:59:23',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5925,'4000','41625144328','2021-07-01 15:59:23',NULL,600.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(5926,'1110','41625144376','2021-07-01 16:01:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5927,'5500','41625144376','2021-07-01 16:01:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5928,'1000','41625144376','2021-07-01 16:01:21',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5929,'4000','41625144376','2021-07-01 16:01:21',NULL,1400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5930,'1110','41625144621','2021-07-01 16:04:46',NULL,22550.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(5931,'5500','41625144621','2021-07-01 16:04:46',22550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5932,'1000','41625144621','2021-07-01 16:04:46',24200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5933,'4000','41625144621','2021-07-01 16:04:46',NULL,24200.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(5934,'1110','41625144803','2021-07-01 17:40:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5935,'5500','41625144803','2021-07-01 17:40:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5936,'1000','41625144803','2021-07-01 17:40:37',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5937,'4000','41625144803','2021-07-01 17:40:37',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5938,'1110','41625150574','2021-07-01 17:48:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(5939,'1110','41625150574','2021-07-01 17:48:50',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(5940,'5500','41625150574','2021-07-01 17:48:50',490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5941,'1000','41625150574','2021-07-01 17:48:50',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5942,'4000','41625150574','2021-07-01 17:48:50',NULL,850.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(5943,'4000','41625150574','2021-07-01 17:48:50',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(5944,'1110','41625233802','2021-07-02 16:51:04',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5945,'5500','41625233802','2021-07-02 16:51:04',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5946,'1000','41625233802','2021-07-02 16:51:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5947,'4000','41625233802','2021-07-02 16:51:04',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5948,'1110','41625233885','2021-07-02 16:52:13',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5949,'5500','41625233885','2021-07-02 16:52:13',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5950,'1000','41625233885','2021-07-02 16:52:13',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5951,'4000','41625233885','2021-07-02 16:52:13',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5952,'1110','41625233939','2021-07-02 17:03:55',NULL,8560.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5953,'1110','41625233939','2021-07-02 17:03:55',NULL,2040.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5954,'1110','41625233939','2021-07-02 17:03:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5955,'1110','41625233939','2021-07-02 17:03:55',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(5956,'1110','41625233939','2021-07-02 17:03:55',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5957,'5500','41625233939','2021-07-02 17:03:55',16112.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5958,'1000','41625233939','2021-07-02 17:03:55',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5959,'4000','41625233939','2021-07-02 17:03:55',NULL,9200.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5960,'4000','41625233939','2021-07-02 17:03:55',NULL,2200.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5961,'4000','41625233939','2021-07-02 17:03:55',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(5962,'4000','41625233939','2021-07-02 17:03:55',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5963,'4000','41625233939','2021-07-02 17:03:55',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5964,'1110','41625237131','2021-07-02 17:46:33',NULL,890.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(5965,'5500','41625237131','2021-07-02 17:46:33',890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5966,'1000','41625237131','2021-07-02 17:46:33',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5967,'4000','41625237131','2021-07-02 17:46:33',NULL,900.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(5968,'1110','41625237258','2021-07-02 17:50:16',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5969,'1110','41625237258','2021-07-02 17:50:16',NULL,730.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5970,'5500','41625237258','2021-07-02 17:50:16',6030.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5971,'1000','41625237258','2021-07-02 17:50:16',6350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5972,'4000','41625237258','2021-07-02 17:50:16',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5973,'4000','41625237258','2021-07-02 17:50:16',NULL,850.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5974,'1110','41625237445','2021-07-02 17:51:42',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(5975,'5500','41625237445','2021-07-02 17:51:42',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5976,'1000','41625237445','2021-07-02 17:51:42',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5977,'4000','41625237445','2021-07-02 17:51:42',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(5978,'1110','41625323075','2021-07-03 17:44:29',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(5979,'5500','41625323075','2021-07-03 17:44:29',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5980,'1000','41625323075','2021-07-03 17:44:29',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5981,'4000','41625323075','2021-07-03 17:44:29',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(5982,'1110','41625323494','2021-07-03 17:49:40',NULL,11760.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(5983,'5500','41625323494','2021-07-03 17:49:40',11760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5984,'1000','41625323494','2021-07-03 17:49:40',13200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5985,'4000','41625323494','2021-07-03 17:49:40',NULL,13200.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(5986,'1110','41625323791','2021-07-03 17:51:24',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5987,'1110','41625323791','2021-07-03 17:51:24',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5988,'5500','41625323791','2021-07-03 17:51:24',1630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5989,'1000','41625323791','2021-07-03 17:51:24',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5990,'4000','41625323791','2021-07-03 17:51:24',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5991,'4000','41625323791','2021-07-03 17:51:24',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5992,'1110','41625323894','2021-07-03 17:52:24',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5993,'5500','41625323894','2021-07-03 17:52:24',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5994,'1000','41625323894','2021-07-03 17:52:24',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5995,'4000','41625323894','2021-07-03 17:52:24',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5996,'1110','41625323965','2021-07-03 17:53:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(5997,'5500','41625323965','2021-07-03 17:53:20',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5998,'1000','41625323965','2021-07-03 17:53:20',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5999,'4000','41625323965','2021-07-03 17:53:20',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6000,'1110','41625324006','2021-07-03 17:54:42',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6001,'1110','41625324006','2021-07-03 17:54:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6002,'5500','41625324006','2021-07-03 17:54:42',12602.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6003,'1000','41625324006','2021-07-03 17:54:42',13800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6004,'4000','41625324006','2021-07-03 17:54:42',NULL,13000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6005,'4000','41625324006','2021-07-03 17:54:42',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6006,'1110','41625324114','2021-07-03 18:02:45',NULL,9900.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6007,'1110','41625324114','2021-07-03 18:02:45',NULL,7200.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(6008,'1110','41625324114','2021-07-03 18:02:45',NULL,2750.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(6009,'1110','41625324114','2021-07-03 18:02:45',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(6010,'1110','41625324114','2021-07-03 18:02:45',NULL,1050.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6011,'1110','41625324114','2021-07-03 18:02:45',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(6012,'5500','41625324114','2021-07-03 18:02:45',21200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6013,'1000','41625324114','2021-07-03 18:02:45',27400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6014,'4000','41625324114','2021-07-03 18:02:45',NULL,13500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6015,'4000','41625324114','2021-07-03 18:02:45',NULL,8950.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(6016,'4000','41625324114','2021-07-03 18:02:45',NULL,3000.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(6017,'4000','41625324114','2021-07-03 18:02:45',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(6018,'4000','41625324114','2021-07-03 18:02:45',NULL,1400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6019,'4000','41625324114','2021-07-03 18:02:45',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(6020,'1110','41625380825','2021-07-03 09:43:08',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(6021,'1110','41625380825','2021-07-03 09:43:08',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(6022,'1110','41625380825','2021-07-03 09:43:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6023,'5500','41625380825','2021-07-03 09:43:08',2735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6024,'1000','41625380825','2021-07-03 09:43:08',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6025,'4000','41625380825','2021-07-03 09:43:08',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(6026,'4000','41625380825','2021-07-03 09:43:08',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(6027,'4000','41625380825','2021-07-03 09:43:08',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6028,'1110','41625381009','2021-07-03 09:45:44',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(6029,'1110','41625381009','2021-07-03 09:45:44',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6030,'5500','41625381009','2021-07-03 09:45:44',5920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6031,'1000','41625381009','2021-07-03 09:45:44',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6032,'4000','41625381009','2021-07-03 09:45:44',NULL,4600.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(6033,'4000','41625381009','2021-07-03 09:45:44',NULL,2400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6034,'1110','41625381156','2021-07-03 09:48:19',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6035,'1110','41625381156','2021-07-03 09:48:19',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6036,'1110','41625381156','2021-07-03 09:48:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6037,'1110','41625381156','2021-07-03 09:48:19',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6038,'5500','41625381156','2021-07-03 09:48:19',855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6039,'1000','41625381156','2021-07-03 09:48:19',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6040,'4000','41625381156','2021-07-03 09:48:19',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6041,'4000','41625381156','2021-07-03 09:48:19',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6042,'4000','41625381156','2021-07-03 09:48:19',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6043,'4000','41625381156','2021-07-03 09:48:19',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6044,'1110','41625381313','2021-07-03 09:50:39',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6045,'1110','41625381313','2021-07-03 09:50:39',NULL,2170.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(6046,'5500','41625381313','2021-07-03 09:50:39',3760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6047,'1000','41625381313','2021-07-03 09:50:39',4480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6048,'4000','41625381313','2021-07-03 09:50:39',NULL,1680.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6049,'4000','41625381313','2021-07-03 09:50:39',NULL,2800.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6050,'1110','41625381530','2021-07-03 09:53:24',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6051,'1110','41625381530','2021-07-03 09:53:24',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6052,'5500','41625381530','2021-07-03 09:53:24',230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6053,'1000','41625381530','2021-07-03 09:53:24',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6054,'4000','41625381530','2021-07-03 09:53:24',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6055,'4000','41625381530','2021-07-03 09:53:24',NULL,100.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6056,'1110','41625381615','2021-07-03 09:55:43',NULL,58300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6057,'1110','41625381615','2021-07-03 09:55:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6058,'5500','41625381615','2021-07-03 09:55:43',58302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6059,'1000','41625381615','2021-07-03 09:55:43',62000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6060,'4000','41625381615','2021-07-03 09:55:43',NULL,60500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6061,'4000','41625381615','2021-07-03 09:55:43',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6062,'1110','41625381781','2021-07-03 09:56:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6063,'5500','41625381781','2021-07-03 09:56:57',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6064,'1000','41625381781','2021-07-03 09:56:57',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6065,'4000','41625381781','2021-07-03 09:56:57',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6066,'1110','41625381829','2021-07-03 10:00:15',NULL,8760.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6067,'1110','41625381829','2021-07-03 10:00:15',NULL,1710.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(6068,'1110','41625381829','2021-07-03 10:00:15',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(6069,'1110','41625381829','2021-07-03 10:00:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6070,'5500','41625381829','2021-07-03 10:00:15',10952.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6071,'1000','41625381829','2021-07-03 10:00:15',13850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6072,'4000','41625381829','2021-07-03 10:00:15',NULL,9999.96,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6073,'4000','41625381829','2021-07-03 10:00:15',NULL,2250.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(6074,'4000','41625381829','2021-07-03 10:00:15',NULL,600.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(6075,'4000','41625381829','2021-07-03 10:00:15',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6076,'1110','41625382063','2021-07-03 10:03:39',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6077,'1110','41625382063','2021-07-03 10:03:39',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6078,'1110','41625382063','2021-07-03 10:03:39',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6079,'1110','41625382063','2021-07-03 10:03:39',NULL,375.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6080,'5500','41625382063','2021-07-03 10:03:39',1110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6081,'1000','41625382063','2021-07-03 10:03:39',1550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6082,'4000','41625382063','2021-07-03 10:03:39',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6083,'4000','41625382063','2021-07-03 10:03:39',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6084,'4000','41625382063','2021-07-03 10:03:39',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6085,'4000','41625382063','2021-07-03 10:03:39',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6086,'1110','41625382234','2021-07-03 10:04:39',NULL,9225.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(6087,'5500','41625382234','2021-07-03 10:04:39',9225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6088,'1000','41625382234','2021-07-03 10:04:39',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6089,'4000','41625382234','2021-07-03 10:04:39',NULL,9900.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(6090,'1110','41625382295','2021-07-03 10:05:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6091,'5500','41625382295','2021-07-03 10:05:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6092,'1000','41625382295','2021-07-03 10:05:23',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6093,'4000','41625382295','2021-07-03 10:05:23',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6094,'1110','41625382503','2021-07-03 10:12:43',NULL,7920.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(6095,'1110','41625382503','2021-07-03 10:12:43',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6096,'1110','41625382503','2021-07-03 10:12:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6097,'1110','41625382503','2021-07-03 10:12:43',NULL,325.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(6098,'5500','41625382503','2021-07-03 10:12:43',8877.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6099,'1000','41625382503','2021-07-03 10:12:43',12950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6100,'4000','41625382503','2021-07-03 10:12:43',NULL,9350.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(6101,'4000','41625382503','2021-07-03 10:12:43',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6102,'4000','41625382503','2021-07-03 10:12:43',NULL,750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6103,'4000','41625382503','2021-07-03 10:12:43',NULL,2000.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(6104,'1110','41625473249','2021-07-05 11:22:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6105,'5500','41625473249','2021-07-05 11:22:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6106,'1000','41625473249','2021-07-05 11:22:27',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6107,'4000','41625473249','2021-07-05 11:22:27',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6108,'1110','41625473402','2021-07-05 11:27:21',NULL,350.00,'','4','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(6109,'5500','41625473402','2021-07-05 11:27:21',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6110,'1000','41625473402','2021-07-05 11:27:21',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6111,'4000','41625473402','2021-07-05 11:27:21',NULL,700.00,'','4','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(6112,'1110','41625473759','2021-07-05 11:29:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6113,'5500','41625473759','2021-07-05 11:29:58',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6114,'1000','41625473759','2021-07-05 11:29:58',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6115,'4000','41625473759','2021-07-05 11:29:58',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6116,'1110','41625473819','2021-07-05 11:32:58',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(6117,'1110','41625473819','2021-07-05 11:32:58',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(6118,'5500','41625473819','2021-07-05 11:32:58',5150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6119,'1000','41625473819','2021-07-05 11:32:58',6100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6120,'4000','41625473819','2021-07-05 11:32:58',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(6121,'4000','41625473819','2021-07-05 11:32:58',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(6122,'1110','41625482420','2021-07-05 13:57:31',NULL,3480.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(6123,'1110','41625482420','2021-07-05 13:57:31',NULL,5900.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(6124,'5500','41625482420','2021-07-05 13:57:31',9380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6125,'1000','41625482420','2021-07-05 13:57:31',10300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6126,'4000','41625482420','2021-07-05 13:57:31',NULL,3800.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(6127,'4000','41625482420','2021-07-05 13:57:31',NULL,6500.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(6128,'1110','41625482663','2021-07-05 14:11:47',NULL,20470.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(6129,'1110','41625482663','2021-07-05 14:11:47',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6130,'1110','41625482663','2021-07-05 14:11:47',NULL,157.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6131,'5500','41625482663','2021-07-05 14:11:47',29147.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6132,'1000','41625482663','2021-07-05 14:11:47',30500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6133,'4000','41625482663','2021-07-05 14:11:47',NULL,21430.25,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6134,'4000','41625482663','2021-07-05 14:11:47',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6135,'4000','41625482663','2021-07-05 14:11:47',NULL,270.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6136,'1110','41625490858','2021-07-05 16:16:02',NULL,300.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(6137,'1110','41625490858','2021-07-05 16:16:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6138,'5500','41625490858','2021-07-05 16:16:02',302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6139,'1000','41625490858','2021-07-05 16:16:02',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6140,'4000','41625490858','2021-07-05 16:16:02',NULL,500.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(6141,'4000','41625490858','2021-07-05 16:16:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6142,'1110','41625490986','2021-07-05 16:18:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6143,'1110','41625490986','2021-07-05 16:18:27',NULL,2520.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6144,'5500','41625490986','2021-07-05 16:18:27',2522.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6145,'1000','41625490986','2021-07-05 16:18:27',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6146,'4000','41625490986','2021-07-05 16:18:27',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6147,'4000','41625490986','2021-07-05 16:18:27',NULL,3400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6148,'1110','41625491156','2021-07-05 16:20:25',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(6149,'1110','41625491156','2021-07-05 16:20:25',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(6150,'5500','41625491156','2021-07-05 16:20:25',2585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6151,'1000','41625491156','2021-07-05 16:20:25',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6152,'4000','41625491156','2021-07-05 16:20:25',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6153,'4000','41625491156','2021-07-05 16:20:25',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6154,'1110','41625491237','2021-07-05 16:24:37',NULL,2670.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(6155,'1110','41625491237','2021-07-05 16:24:37',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6156,'1110','41625491237','2021-07-05 16:24:37',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6157,'1110','41625491237','2021-07-05 16:24:37',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6158,'5500','41625491237','2021-07-05 16:24:37',8760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6159,'1000','41625491237','2021-07-05 16:24:37',9150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6160,'4000','41625491237','2021-07-05 16:24:37',NULL,2700.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6161,'4000','41625491237','2021-07-05 16:24:37',NULL,5400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6162,'4000','41625491237','2021-07-05 16:24:37',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6163,'4000','41625491237','2021-07-05 16:24:37',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6164,'1110','41625491484','2021-07-05 16:26:06',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6165,'5500','41625491484','2021-07-05 16:26:06',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6166,'1000','41625491484','2021-07-05 16:26:06',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6167,'4000','41625491484','2021-07-05 16:26:06',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6168,'1110','41625491674','2021-07-05 16:28:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6169,'5500','41625491674','2021-07-05 16:28:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6170,'1000','41625491674','2021-07-05 16:28:25',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6171,'4000','41625491674','2021-07-05 16:28:25',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6172,'1110','41625491863','2021-07-05 17:40:17',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6173,'1110','41625491863','2021-07-05 17:40:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6174,'5500','41625491863','2021-07-05 17:40:17',4242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6175,'1000','41625491863','2021-07-05 17:40:17',4950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6176,'4000','41625491863','2021-07-05 17:40:17',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6177,'4000','41625491863','2021-07-05 17:40:17',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6178,'1110','41625496039','2021-07-05 17:41:54',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6179,'5500','41625496039','2021-07-05 17:41:54',1450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6180,'1000','41625496039','2021-07-05 17:41:54',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6181,'4000','41625496039','2021-07-05 17:41:54',NULL,1700.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6182,'1110','41625496143','2021-07-05 17:42:51',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(6183,'5500','41625496143','2021-07-05 17:42:51',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6184,'1000','41625496143','2021-07-05 17:42:51',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6185,'4000','41625496143','2021-07-05 17:42:51',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6186,'1110','41625496258','2021-07-05 17:46:41',NULL,8700.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(6187,'1110','41625496258','2021-07-05 17:46:41',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6188,'1110','41625496258','2021-07-05 17:46:41',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6189,'5500','41625496258','2021-07-05 17:46:41',8854.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6190,'1000','41625496258','2021-07-05 17:46:41',9600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6191,'4000','41625496258','2021-07-05 17:46:41',NULL,9000.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(6192,'4000','41625496258','2021-07-05 17:46:41',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6193,'4000','41625496258','2021-07-05 17:46:41',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6194,'1110','41625496420','2021-07-05 17:47:53',NULL,510.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6195,'5500','41625496420','2021-07-05 17:47:53',510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6196,'1000','41625496420','2021-07-05 17:47:53',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6197,'4000','41625496420','2021-07-05 17:47:53',NULL,550.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6198,'1110','41625496490','2021-07-05 17:48:50',NULL,90.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6199,'5500','41625496490','2021-07-05 17:48:50',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6200,'1000','41625496490','2021-07-05 17:48:50',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6201,'4000','41625496490','2021-07-05 17:48:50',NULL,200.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6202,'1110','41625496535','2021-07-05 17:50:17',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6203,'1110','41625496535','2021-07-05 17:50:17',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6204,'5500','41625496535','2021-07-05 17:50:17',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6205,'1000','41625496535','2021-07-05 17:50:17',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6206,'4000','41625496535','2021-07-05 17:50:17',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6207,'4000','41625496535','2021-07-05 17:50:17',NULL,150.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6208,'1110','41625496623','2021-07-05 17:51:20',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6209,'5500','41625496623','2021-07-05 17:51:20',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6210,'1000','41625496623','2021-07-05 17:51:20',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6211,'4000','41625496623','2021-07-05 17:51:20',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6212,'1110','41625496716','2021-07-05 17:53:13',NULL,37800.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6213,'5500','41625496716','2021-07-05 17:53:13',37800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6214,'1000','41625496716','2021-07-05 17:53:13',39000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6215,'4000','41625496716','2021-07-05 17:53:13',NULL,39000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6216,'1110','41625496804','2021-07-05 17:53:58',NULL,37800.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6217,'5500','41625496804','2021-07-05 17:53:58',37800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6218,'1000','41625496804','2021-07-05 17:53:58',37500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6219,'4000','41625496804','2021-07-05 17:53:58',NULL,37500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6220,'1110','41625579030','2021-07-06 17:02:54',NULL,3800.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(6221,'1110','41625579030','2021-07-06 17:02:54',NULL,7600.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(6222,'1110','41625579030','2021-07-06 17:02:54',NULL,4650.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(6223,'1110','41625579030','2021-07-06 17:02:54',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6224,'1110','41625579030','2021-07-06 17:02:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6225,'5500','41625579030','2021-07-06 17:02:54',16502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6226,'1000','41625579030','2021-07-06 17:02:54',23800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6227,'4000','41625579030','2021-07-06 17:02:54',NULL,4850.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(6228,'4000','41625579030','2021-07-06 17:02:54',NULL,9700.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(6229,'4000','41625579030','2021-07-06 17:02:54',NULL,7500.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(6230,'4000','41625579030','2021-07-06 17:02:54',NULL,750.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6231,'4000','41625579030','2021-07-06 17:02:54',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6232,'1110','41625580477','2021-07-06 17:13:21',NULL,5670.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6233,'1110','41625580477','2021-07-06 17:13:21',NULL,750.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(6234,'1110','41625580477','2021-07-06 17:13:21',NULL,480.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(6235,'5500','41625580477','2021-07-06 17:13:21',6900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6236,'1000','41625580477','2021-07-06 17:13:21',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6237,'4000','41625580477','2021-07-06 17:13:21',NULL,7650.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6238,'4000','41625580477','2021-07-06 17:13:21',NULL,2150.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(6239,'4000','41625580477','2021-07-06 17:13:21',NULL,1200.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(6240,'1110','41625580810','2021-07-06 17:14:09',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6241,'5500','41625580810','2021-07-06 17:14:09',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6242,'1000','41625580810','2021-07-06 17:14:09',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6243,'4000','41625580810','2021-07-06 17:14:09',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6244,'1110','41625580864','2021-07-06 17:15:25',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6245,'5500','41625580864','2021-07-06 17:15:25',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6246,'1000','41625580864','2021-07-06 17:15:25',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6247,'4000','41625580864','2021-07-06 17:15:25',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6248,'1110','41625580956','2021-07-06 17:18:37',NULL,1160.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6249,'1110','41625580956','2021-07-06 17:18:37',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6250,'5500','41625580956','2021-07-06 17:18:37',1235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6251,'1000','41625580956','2021-07-06 17:18:37',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6252,'4000','41625580956','2021-07-06 17:18:37',NULL,1200.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6253,'4000','41625580956','2021-07-06 17:18:37',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6254,'1110','41625581353','2021-07-06 17:23:21',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6255,'5500','41625581353','2021-07-06 17:23:21',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6256,'1000','41625581353','2021-07-06 17:23:21',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6257,'4000','41625581353','2021-07-06 17:23:21',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6258,'1110','41625581414','2021-07-06 17:24:37',NULL,880.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(6259,'5500','41625581414','2021-07-06 17:24:37',880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6260,'1000','41625581414','2021-07-06 17:24:37',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6261,'4000','41625581414','2021-07-06 17:24:37',NULL,2000.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(6262,'1110','41625581493','2021-07-06 17:25:51',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6263,'5500','41625581493','2021-07-06 17:25:51',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6264,'1000','41625581493','2021-07-06 17:25:51',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6265,'4000','41625581493','2021-07-06 17:25:51',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6266,'1110','41625581562','2021-07-06 17:26:38',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6267,'5500','41625581562','2021-07-06 17:26:38',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6268,'1000','41625581562','2021-07-06 17:26:38',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6269,'4000','41625581562','2021-07-06 17:26:38',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6270,'1110','41625581614','2021-07-06 17:27:59',NULL,17800.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(6271,'5500','41625581614','2021-07-06 17:27:59',17800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6272,'1000','41625581614','2021-07-06 17:27:59',18400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6273,'4000','41625581614','2021-07-06 17:27:59',NULL,18400.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6274,'1110','41625581688','2021-07-06 17:28:45',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6275,'5500','41625581688','2021-07-06 17:28:45',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6276,'1000','41625581688','2021-07-06 17:28:45',12800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6277,'4000','41625581688','2021-07-06 17:28:45',NULL,12800.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6278,'1110','41625581768','2021-07-06 17:41:53',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6279,'1110','41625581768','2021-07-06 17:41:53',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6280,'1110','41625581768','2021-07-06 17:41:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6281,'1110','41625581768','2021-07-06 17:41:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6282,'1110','41625581768','2021-07-06 17:41:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6283,'5500','41625581768','2021-07-06 17:41:53',2732.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6284,'1000','41625581768','2021-07-06 17:41:53',3950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6285,'4000','41625581768','2021-07-06 17:41:53',NULL,3150.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6286,'4000','41625581768','2021-07-06 17:41:53',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6287,'4000','41625581768','2021-07-06 17:41:53',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6288,'4000','41625581768','2021-07-06 17:41:53',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6289,'4000','41625581768','2021-07-06 17:41:53',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6290,'1110','41625582524','2021-07-06 17:43:00',NULL,4720.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(6291,'5500','41625582524','2021-07-06 17:43:00',4720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6292,'1000','41625582524','2021-07-06 17:43:00',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6293,'4000','41625582524','2021-07-06 17:43:00',NULL,5200.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(6294,'1110','41625582604','2021-07-06 17:45:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6295,'1110','41625582604','2021-07-06 17:45:23',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6296,'1110','41625582604','2021-07-06 17:45:23',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(6297,'5500','41625582604','2021-07-06 17:45:23',217.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6298,'1000','41625582604','2021-07-06 17:45:23',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6299,'4000','41625582604','2021-07-06 17:45:23',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6300,'4000','41625582604','2021-07-06 17:45:23',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6301,'4000','41625582604','2021-07-06 17:45:23',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(6302,'1110','41625582777','2021-07-06 17:47:04',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6303,'5500','41625582777','2021-07-06 17:47:04',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6304,'1000','41625582777','2021-07-06 17:47:04',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6305,'4000','41625582777','2021-07-06 17:47:04',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6306,'1110','41625582831','2021-07-06 17:47:50',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6307,'1110','41625582831','2021-07-06 17:47:50',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6308,'5500','41625582831','2021-07-06 17:47:50',213.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6309,'1000','41625582831','2021-07-06 17:47:50',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6310,'4000','41625582831','2021-07-06 17:47:50',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6311,'4000','41625582831','2021-07-06 17:47:50',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6312,'1110','41625584092','2021-07-06 18:08:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(6313,'5500','41625584092','2021-07-06 18:08:43',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6314,'1000','41625584092','2021-07-06 18:08:43',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6315,'4000','41625584092','2021-07-06 18:08:43',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(6316,'1110','41625653991','2021-07-07 13:33:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6317,'5500','41625653991','2021-07-07 13:33:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6318,'1000','41625653991','2021-07-07 13:33:43',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6319,'4000','41625653991','2021-07-07 13:33:43',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6320,'1110','41625654089','2021-07-07 13:35:28',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6321,'5500','41625654089','2021-07-07 13:35:28',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6322,'1000','41625654089','2021-07-07 13:35:28',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6323,'4000','41625654089','2021-07-07 13:35:28',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6324,'1110','41625654136','2021-07-07 13:36:21',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(6325,'5500','41625654136','2021-07-07 13:36:21',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6326,'1000','41625654136','2021-07-07 13:36:21',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6327,'4000','41625654136','2021-07-07 13:36:21',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(6328,'1110','41625654190','2021-07-07 13:37:08',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6329,'5500','41625654190','2021-07-07 13:37:08',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6330,'1000','41625654190','2021-07-07 13:37:08',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6331,'4000','41625654190','2021-07-07 13:37:08',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6332,'1110','41625654240','2021-07-07 13:38:35',NULL,1500.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6333,'5500','41625654240','2021-07-07 13:38:35',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6334,'1000','41625654240','2021-07-07 13:38:35',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6335,'4000','41625654240','2021-07-07 13:38:35',NULL,1899.90,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6336,'1110','41625654327','2021-07-07 13:39:33',NULL,5800.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6337,'5500','41625654327','2021-07-07 13:39:33',5800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6338,'1000','41625654327','2021-07-07 13:39:33',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6339,'4000','41625654327','2021-07-07 13:39:33',NULL,6300.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6340,'1110','41625654382','2021-07-07 13:41:22',NULL,21200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6341,'1110','41625654382','2021-07-07 13:41:22',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(6342,'5500','41625654382','2021-07-07 13:41:22',23700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6343,'1000','41625654382','2021-07-07 13:41:22',25500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6344,'4000','41625654382','2021-07-07 13:41:22',NULL,22000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6345,'4000','41625654382','2021-07-07 13:41:22',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(6346,'1110','41625654499','2021-07-07 13:42:32',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(6347,'5500','41625654499','2021-07-07 13:42:32',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6348,'1000','41625654499','2021-07-07 13:42:32',6350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6349,'4000','41625654499','2021-07-07 13:42:32',NULL,6350.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(6350,'1110','41625654560','2021-07-07 15:04:55',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6351,'1110','41625654560','2021-07-07 15:04:55',NULL,880.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(6352,'1110','41625654560','2021-07-07 15:04:55',NULL,17800.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(6353,'1110','41625654560','2021-07-07 15:04:55',NULL,1575.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6354,'1110','41625654560','2021-07-07 15:04:55',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6355,'5500','41625654560','2021-07-07 15:04:55',47280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6356,'1000','41625654560','2021-07-07 15:04:55',51100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6357,'4000','41625654560','2021-07-07 15:04:55',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6358,'4000','41625654560','2021-07-07 15:04:55',NULL,1600.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(6359,'4000','41625654560','2021-07-07 15:04:55',NULL,19000.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6360,'4000','41625654560','2021-07-07 15:04:55',NULL,2250.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6361,'4000','41625654560','2021-07-07 15:04:55',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6362,'1110','41625659520','2021-07-07 15:09:03',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6363,'1110','41625659520','2021-07-07 15:09:03',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(6364,'1110','41625659520','2021-07-07 15:09:03',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6365,'5500','41625659520','2021-07-07 15:09:03',1005.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6366,'1000','41625659520','2021-07-07 15:09:03',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6367,'4000','41625659520','2021-07-07 15:09:03',NULL,1000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6368,'4000','41625659520','2021-07-07 15:09:03',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(6369,'4000','41625659520','2021-07-07 15:09:03',NULL,499.98,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6370,'1110','41625659763','2021-07-07 15:10:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6371,'5500','41625659763','2021-07-07 15:10:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6372,'1000','41625659763','2021-07-07 15:10:00',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6373,'4000','41625659763','2021-07-07 15:10:00',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6374,'1110','41625659834','2021-07-07 15:17:29',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(6375,'1110','41625659834','2021-07-07 15:17:29',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6376,'1110','41625659834','2021-07-07 15:17:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6377,'1110','41625659834','2021-07-07 15:17:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6378,'1110','41625659834','2021-07-07 15:17:29',NULL,480.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(6379,'1110','41625659834','2021-07-07 15:17:29',NULL,100.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(6380,'5500','41625659834','2021-07-07 15:17:29',3144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6381,'1000','41625659834','2021-07-07 15:17:29',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6382,'4000','41625659834','2021-07-07 15:17:29',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(6383,'4000','41625659834','2021-07-07 15:17:29',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6384,'4000','41625659834','2021-07-07 15:17:29',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6385,'4000','41625659834','2021-07-07 15:17:29',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6386,'4000','41625659834','2021-07-07 15:17:29',NULL,1200.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(6387,'4000','41625659834','2021-07-07 15:17:29',NULL,200.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(6388,'1110','41625660343','2021-07-07 15:20:33',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6389,'1110','41625660343','2021-07-07 15:20:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6390,'5500','41625660343','2021-07-07 15:20:33',465.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6391,'1000','41625660343','2021-07-07 15:20:33',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6392,'4000','41625660343','2021-07-07 15:20:33',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6393,'4000','41625660343','2021-07-07 15:20:33',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6394,'1110','41625660451','2021-07-07 15:23:31',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6395,'1110','41625660451','2021-07-07 15:23:31',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6396,'1110','41625660451','2021-07-07 15:23:31',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6397,'5500','41625660451','2021-07-07 15:23:31',615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6398,'1000','41625660451','2021-07-07 15:23:31',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6399,'4000','41625660451','2021-07-07 15:23:31',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6400,'4000','41625660451','2021-07-07 15:23:31',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6401,'4000','41625660451','2021-07-07 15:23:31',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6402,'1110','41625669240','2021-07-07 17:47:54',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6403,'5500','41625669240','2021-07-07 17:47:54',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6404,'1000','41625669240','2021-07-07 17:47:54',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6405,'4000','41625669240','2021-07-07 17:47:54',NULL,100.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6406,'1110','41625669295','2021-07-07 17:48:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6407,'5500','41625669295','2021-07-07 17:48:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6408,'1000','41625669295','2021-07-07 17:48:52',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6409,'4000','41625669295','2021-07-07 17:48:52',NULL,1700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6410,'1110','41625669399','2021-07-07 17:52:33',NULL,2170.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(6411,'1110','41625669399','2021-07-07 17:52:33',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(6412,'1110','41625669399','2021-07-07 17:52:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6413,'5500','41625669399','2021-07-07 17:52:33',4840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6414,'1000','41625669399','2021-07-07 17:52:33',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6415,'4000','41625669399','2021-07-07 17:52:33',NULL,2800.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6416,'4000','41625669399','2021-07-07 17:52:33',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6417,'4000','41625669399','2021-07-07 17:52:33',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6418,'1110','41625752005','2021-07-08 16:47:43',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6419,'5500','41625752005','2021-07-08 16:47:43',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6420,'1000','41625752005','2021-07-08 16:47:43',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6421,'4000','41625752005','2021-07-08 16:47:43',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6422,'1110','41625752073','2021-07-08 16:48:40',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6423,'5500','41625752073','2021-07-08 16:48:40',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6424,'1000','41625752073','2021-07-08 16:48:40',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6425,'4000','41625752073','2021-07-08 16:48:40',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6426,'1110','41625752137','2021-07-08 16:49:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6427,'5500','41625752137','2021-07-08 16:49:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6428,'1000','41625752137','2021-07-08 16:49:59',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6429,'4000','41625752137','2021-07-08 16:49:59',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6430,'1110','41625752238','2021-07-08 16:53:19',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6431,'1110','41625752238','2021-07-08 16:53:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6432,'1110','41625752238','2021-07-08 16:53:19',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6433,'5500','41625752238','2021-07-08 16:53:19',2175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6434,'1000','41625752238','2021-07-08 16:53:19',3250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6435,'4000','41625752238','2021-07-08 16:53:19',NULL,2500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6436,'4000','41625752238','2021-07-08 16:53:19',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6437,'4000','41625752238','2021-07-08 16:53:19',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6438,'1110','41625752418','2021-07-08 16:54:34',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(6439,'5500','41625752418','2021-07-08 16:54:34',2600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6440,'1000','41625752418','2021-07-08 16:54:34',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6441,'4000','41625752418','2021-07-08 16:54:34',NULL,3800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(6442,'1110','41625752487','2021-07-08 16:55:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6443,'5500','41625752487','2021-07-08 16:55:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6444,'1000','41625752487','2021-07-08 16:55:18',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6445,'4000','41625752487','2021-07-08 16:55:18',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6446,'1110','41625753257','2021-07-08 17:08:21',NULL,11600.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6447,'5500','41625753257','2021-07-08 17:08:21',11600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6448,'1000','41625753257','2021-07-08 17:08:21',13600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6449,'4000','41625753257','2021-07-08 17:08:21',NULL,13600.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6450,'1110','41625753308','2021-07-08 17:09:17',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6451,'5500','41625753308','2021-07-08 17:09:17',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6452,'1000','41625753308','2021-07-08 17:09:17',12800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6453,'4000','41625753308','2021-07-08 17:09:17',NULL,12800.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6454,'1110','41625753365','2021-07-08 17:09:59',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6455,'5500','41625753365','2021-07-08 17:09:59',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6456,'1000','41625753365','2021-07-08 17:09:59',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6457,'4000','41625753365','2021-07-08 17:09:59',NULL,600.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6458,'1110','41625753479','2021-07-08 17:12:27',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6459,'5500','41625753479','2021-07-08 17:12:27',3300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6460,'1000','41625753479','2021-07-08 17:12:27',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6461,'4000','41625753479','2021-07-08 17:12:27',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6462,'1110','41625835675','2021-07-09 16:04:16',NULL,1160.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6463,'1110','41625835675','2021-07-09 16:04:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6464,'5500','41625835675','2021-07-09 16:04:16',1162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6465,'1000','41625835675','2021-07-09 16:04:16',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6466,'4000','41625835675','2021-07-09 16:04:16',NULL,1250.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6467,'4000','41625835675','2021-07-09 16:04:16',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6468,'1110','41625836110','2021-07-09 16:13:17',NULL,21200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6469,'1110','41625836110','2021-07-09 16:13:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6470,'5500','41625836110','2021-07-09 16:13:17',21202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6471,'1000','41625836110','2021-07-09 16:13:17',25500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6472,'4000','41625836110','2021-07-09 16:13:17',NULL,22000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6473,'4000','41625836110','2021-07-09 16:13:17',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6474,'1110','41625836426','2021-07-09 16:15:52',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(6475,'1110','41625836426','2021-07-09 16:15:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6476,'5500','41625836426','2021-07-09 16:15:52',92.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6477,'1000','41625836426','2021-07-09 16:15:52',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6478,'4000','41625836426','2021-07-09 16:15:52',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(6479,'4000','41625836426','2021-07-09 16:15:52',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6480,'1110','41625836618','2021-07-09 16:24:19',NULL,24380.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6481,'1110','41625836618','2021-07-09 16:24:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6482,'5500','41625836618','2021-07-09 16:24:19',24382.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6483,'1000','41625836618','2021-07-09 16:24:19',25750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6484,'4000','41625836618','2021-07-09 16:24:19',NULL,25300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6485,'4000','41625836618','2021-07-09 16:24:19',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6486,'1110','41625837115','2021-07-09 16:31:11',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6487,'5500','41625837115','2021-07-09 16:31:11',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6488,'1000','41625837115','2021-07-09 16:31:11',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6489,'4000','41625837115','2021-07-09 16:31:11',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6490,'1110','41625837484','2021-07-09 16:32:20',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(6491,'5500','41625837484','2021-07-09 16:32:20',640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6492,'1000','41625837484','2021-07-09 16:32:20',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6493,'4000','41625837484','2021-07-09 16:32:20',NULL,1000.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(6494,'1110','41625837546','2021-07-09 16:32:45',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6495,'5500','41625837546','2021-07-09 16:32:45',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6496,'1000','41625837546','2021-07-09 16:32:45',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6497,'4000','41625837546','2021-07-09 16:32:45',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6498,'1110','41625837573','2021-07-09 16:33:49',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(6499,'5500','41625837573','2021-07-09 16:33:49',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6500,'1000','41625837573','2021-07-09 16:33:49',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6501,'4000','41625837573','2021-07-09 16:33:49',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(6502,'1110','41625837637','2021-07-09 16:35:16',NULL,3625.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6503,'5500','41625837637','2021-07-09 16:35:16',3625.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6504,'1000','41625837637','2021-07-09 16:35:16',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6505,'4000','41625837637','2021-07-09 16:35:16',NULL,4500.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6506,'1110','41625837732','2021-07-09 16:38:27',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6507,'1110','41625837732','2021-07-09 16:38:27',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6508,'1110','41625837732','2021-07-09 16:38:27',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6509,'1110','41625837732','2021-07-09 16:38:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6510,'5500','41625837732','2021-07-09 16:38:27',4815.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6511,'1000','41625837732','2021-07-09 16:38:27',5750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6512,'4000','41625837732','2021-07-09 16:38:27',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6513,'4000','41625837732','2021-07-09 16:38:27',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6514,'4000','41625837732','2021-07-09 16:38:27',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6515,'4000','41625837732','2021-07-09 16:38:27',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6516,'1110','41625837919','2021-07-09 16:39:17',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6517,'5500','41625837919','2021-07-09 16:39:17',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6518,'1000','41625837919','2021-07-09 16:39:17',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6519,'4000','41625837919','2021-07-09 16:39:17',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6520,'1110','41625838108','2021-07-09 16:43:28',NULL,50.00,'','4','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(6521,'5500','41625838108','2021-07-09 16:43:28',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6522,'1000','41625838108','2021-07-09 16:43:28',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6523,'4000','41625838108','2021-07-09 16:43:28',NULL,100.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(6524,'1110','41625838220','2021-07-09 16:44:38',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(6525,'5500','41625838220','2021-07-09 16:44:38',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6526,'1000','41625838220','2021-07-09 16:44:38',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6527,'4000','41625838220','2021-07-09 16:44:38',NULL,300.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(6528,'1110','41625838288','2021-07-09 16:46:51',NULL,1920.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6529,'5500','41625838288','2021-07-09 16:46:51',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6530,'1000','41625838288','2021-07-09 16:46:51',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6531,'4000','41625838288','2021-07-09 16:46:51',NULL,2100.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6532,'1110','41625838421','2021-07-09 16:50:55',NULL,2640.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6533,'1110','41625838421','2021-07-09 16:50:55',NULL,3100.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(6534,'1110','41625838421','2021-07-09 16:50:55',NULL,6150.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(6535,'5500','41625838421','2021-07-09 16:50:55',11890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6536,'1000','41625838421','2021-07-09 16:50:55',14600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6537,'4000','41625838421','2021-07-09 16:50:55',NULL,3600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6538,'4000','41625838421','2021-07-09 16:50:55',NULL,4500.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6539,'4000','41625838421','2021-07-09 16:50:55',NULL,6500.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(6540,'1110','41625838664','2021-07-09 16:52:51',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6541,'5500','41625838664','2021-07-09 16:52:51',25200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6542,'1000','41625838664','2021-07-09 16:52:51',25000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6543,'4000','41625838664','2021-07-09 16:52:51',NULL,25000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6544,'1110','41625903274','2021-07-10 10:57:18',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6545,'1110','41625903274','2021-07-10 10:57:18',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6546,'1110','41625903274','2021-07-10 10:57:18',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6547,'1110','41625903274','2021-07-10 10:57:18',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6548,'1110','41625903274','2021-07-10 10:57:18',NULL,330.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(6549,'5500','41625903274','2021-07-10 10:57:18',1395.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6550,'1000','41625903274','2021-07-10 10:57:18',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6551,'4000','41625903274','2021-07-10 10:57:18',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6552,'4000','41625903274','2021-07-10 10:57:18',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6553,'4000','41625903274','2021-07-10 10:57:18',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6554,'4000','41625903274','2021-07-10 10:57:18',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6555,'4000','41625903274','2021-07-10 10:57:18',NULL,300.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(6556,'1110','41625903877','2021-07-10 10:59:03',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6557,'5500','41625903877','2021-07-10 10:59:03',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6558,'1000','41625903877','2021-07-10 10:59:03',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6559,'4000','41625903877','2021-07-10 10:59:03',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6560,'1110','41625903957','2021-07-10 11:00:23',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6561,'5500','41625903957','2021-07-10 11:00:23',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6562,'1000','41625903957','2021-07-10 11:00:23',3920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6563,'4000','41625903957','2021-07-10 11:00:23',NULL,3920.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6564,'1110','41625916773','2021-07-10 14:33:39',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6565,'5500','41625916773','2021-07-10 14:33:39',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6566,'1000','41625916773','2021-07-10 14:33:39',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6567,'4000','41625916773','2021-07-10 14:33:39',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6568,'1110','41625916828','2021-07-10 14:34:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6569,'5500','41625916828','2021-07-10 14:34:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6570,'1000','41625916828','2021-07-10 14:34:22',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6571,'4000','41625916828','2021-07-10 14:34:22',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6572,'1110','41625916898','2021-07-10 14:43:27',NULL,2190.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6573,'1110','41625916898','2021-07-10 14:43:27',NULL,380.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(6574,'1110','41625916898','2021-07-10 14:43:27',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6575,'1110','41625916898','2021-07-10 14:43:27',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6576,'1110','41625916898','2021-07-10 14:43:27',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(6577,'1110','41625916898','2021-07-10 14:43:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6578,'1110','41625916898','2021-07-10 14:43:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(6579,'5500','41625916898','2021-07-10 14:43:27',5307.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6580,'1000','41625916898','2021-07-10 14:43:27',6900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6581,'4000','41625916898','2021-07-10 14:43:27',NULL,2400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6582,'4000','41625916898','2021-07-10 14:43:27',NULL,600.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(6583,'4000','41625916898','2021-07-10 14:43:27',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6584,'4000','41625916898','2021-07-10 14:43:27',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6585,'4000','41625916898','2021-07-10 14:43:27',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(6586,'4000','41625916898','2021-07-10 14:43:27',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6587,'4000','41625916898','2021-07-10 14:43:27',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(6588,'1110','41625917537','2021-07-10 14:50:28',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(6589,'1110','41625917537','2021-07-10 14:50:28',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(6590,'5500','41625917537','2021-07-10 14:50:28',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6591,'1000','41625917537','2021-07-10 14:50:28',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6592,'4000','41625917537','2021-07-10 14:50:28',NULL,1900.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(6593,'4000','41625917537','2021-07-10 14:50:28',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(6594,'1110','41625929903','2021-07-10 18:12:58',NULL,2000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(6595,'5500','41625929903','2021-07-10 18:12:58',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6596,'1000','41625929903','2021-07-10 18:12:58',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6597,'4000','41625929903','2021-07-10 18:12:58',NULL,2400.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(6598,'1110','41625929985','2021-07-10 18:18:59',NULL,5125.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(6599,'1110','41625929985','2021-07-10 18:18:59',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6600,'1110','41625929985','2021-07-10 18:18:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6601,'1110','41625929985','2021-07-10 18:18:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6602,'1110','41625929985','2021-07-10 18:18:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6603,'5500','41625929985','2021-07-10 18:18:59',6355.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6604,'1000','41625929985','2021-07-10 18:18:59',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6605,'4000','41625929985','2021-07-10 18:18:59',NULL,5500.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(6606,'4000','41625929985','2021-07-10 18:18:59',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6607,'4000','41625929985','2021-07-10 18:18:59',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6608,'4000','41625929985','2021-07-10 18:18:59',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6609,'4000','41625929985','2021-07-10 18:18:59',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6610,'1110','41626067563','2021-07-12 08:32:44',NULL,24920.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(6611,'1110','41626067563','2021-07-12 08:32:44',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6612,'1110','41626067563','2021-07-12 08:32:44',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(6613,'1110','41626067563','2021-07-12 08:32:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6614,'5500','41626067563','2021-07-12 08:32:44',27692.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6615,'1000','41626067563','2021-07-12 08:32:44',32000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6616,'4000','41626067563','2021-07-12 08:32:44',NULL,26040.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6617,'4000','41626067563','2021-07-12 08:32:44',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6618,'4000','41626067563','2021-07-12 08:32:44',NULL,1000.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(6619,'4000','41626067563','2021-07-12 08:32:44',NULL,2760.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6620,'1110','41626068027','2021-07-12 08:39:07',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6621,'1110','41626068027','2021-07-12 08:39:07',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6622,'1110','41626068027','2021-07-12 08:39:07',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6623,'1110','41626068027','2021-07-12 08:39:07',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(6624,'5500','41626068027','2021-07-12 08:39:07',3920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6625,'1000','41626068027','2021-07-12 08:39:07',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6626,'4000','41626068027','2021-07-12 08:39:07',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6627,'4000','41626068027','2021-07-12 08:39:07',NULL,1700.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6628,'4000','41626068027','2021-07-12 08:39:07',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6629,'4000','41626068027','2021-07-12 08:39:07',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(6630,'1110','41626068352','2021-07-12 08:46:44',NULL,3480.00,'','4','1','Inventory sold','1','','sales','239','','No',NULL,NULL,''),(6631,'1110','41626068352','2021-07-12 08:46:44',NULL,540.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(6632,'1110','41626068352','2021-07-12 08:46:44',NULL,3150.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(6633,'1110','41626068352','2021-07-12 08:46:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6634,'5500','41626068352','2021-07-12 08:46:44',7172.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6635,'1000','41626068352','2021-07-12 08:46:44',9600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6636,'4000','41626068352','2021-07-12 08:46:44',NULL,4800.00,'','4','1','Good sold','1','','sales','239','','No',NULL,NULL,''),(6637,'4000','41626068352','2021-07-12 08:46:44',NULL,700.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(6638,'4000','41626068352','2021-07-12 08:46:44',NULL,3750.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(6639,'4000','41626068352','2021-07-12 08:46:44',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6640,'1110','41626068833','2021-07-12 08:49:25',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6641,'5500','41626068833','2021-07-12 08:49:25',4240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6642,'1000','41626068833','2021-07-12 08:49:25',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6643,'4000','41626068833','2021-07-12 08:49:25',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6644,'1110','41626091185','2021-07-12 15:25:46',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(6645,'1110','41626091185','2021-07-12 15:25:46',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6646,'1110','41626091185','2021-07-12 15:25:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6647,'1110','41626091185','2021-07-12 15:25:46',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6648,'1110','41626091185','2021-07-12 15:25:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6649,'5500','41626091185','2021-07-12 15:25:46',6310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6650,'1000','41626091185','2021-07-12 15:25:46',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6651,'4000','41626091185','2021-07-12 15:25:46',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(6652,'4000','41626091185','2021-07-12 15:25:46',NULL,5250.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6653,'4000','41626091185','2021-07-12 15:25:46',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6654,'4000','41626091185','2021-07-12 15:25:46',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6655,'4000','41626091185','2021-07-12 15:25:46',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6656,'1110','41626092884','2021-07-12 15:38:06',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6657,'1110','41626092884','2021-07-12 15:38:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6658,'1110','41626092884','2021-07-12 15:38:06',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(6659,'1110','41626092884','2021-07-12 15:38:06',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(6660,'5500','41626092884','2021-07-12 15:38:06',10727.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6661,'1000','41626092884','2021-07-12 15:38:06',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6662,'4000','41626092884','2021-07-12 15:38:06',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6663,'4000','41626092884','2021-07-12 15:38:06',NULL,2750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6664,'4000','41626092884','2021-07-12 15:38:06',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(6665,'4000','41626092884','2021-07-12 15:38:06',NULL,100.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(6666,'1110','41626093745','2021-07-12 15:46:52',NULL,8820.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(6667,'1110','41626093745','2021-07-12 15:46:52',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(6668,'1110','41626093745','2021-07-12 15:46:52',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6669,'1110','41626093745','2021-07-12 15:46:52',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(6670,'5500','41626093745','2021-07-12 15:46:52',12235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6671,'1000','41626093745','2021-07-12 15:46:52',14750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6672,'4000','41626093745','2021-07-12 15:46:52',NULL,10500.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(6673,'4000','41626093745','2021-07-12 15:46:52',NULL,3700.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(6674,'4000','41626093745','2021-07-12 15:46:52',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6675,'4000','41626093745','2021-07-12 15:46:52',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(6676,'1110','41626094128','2021-07-12 15:49:38',NULL,7455.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6677,'5500','41626094128','2021-07-12 15:49:38',7455.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6678,'1000','41626094128','2021-07-12 15:49:38',7350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6679,'4000','41626094128','2021-07-12 15:49:38',NULL,7350.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6680,'1110','41626100953','2021-07-12 17:50:39',NULL,5400.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6681,'5500','41626100953','2021-07-12 17:50:39',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6682,'1000','41626100953','2021-07-12 17:50:39',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6683,'4000','41626100953','2021-07-12 17:50:39',NULL,6600.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6684,'1110','41626101446','2021-07-12 18:03:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6685,'5500','41626101446','2021-07-12 18:03:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6686,'1000','41626101446','2021-07-12 18:03:07',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6687,'4000','41626101446','2021-07-12 18:03:07',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6688,'1110','41626182701','2021-07-13 16:27:40',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6689,'1110','41626182701','2021-07-13 16:27:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6690,'5500','41626182701','2021-07-13 16:27:40',7952.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6691,'1000','41626182701','2021-07-13 16:27:40',8750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6692,'4000','41626182701','2021-07-13 16:27:40',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6693,'4000','41626182701','2021-07-13 16:27:40',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6694,'1110','41626182901','2021-07-13 16:30:35',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6695,'1110','41626182901','2021-07-13 16:30:35',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6696,'5500','41626182901','2021-07-13 16:30:35',12810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6697,'1000','41626182901','2021-07-13 16:30:35',12700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6698,'4000','41626182901','2021-07-13 16:30:35',NULL,12400.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6699,'4000','41626182901','2021-07-13 16:30:35',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6700,'1110','41626183045','2021-07-13 16:31:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6701,'5500','41626183045','2021-07-13 16:31:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6702,'1000','41626183045','2021-07-13 16:31:43',330.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6703,'4000','41626183045','2021-07-13 16:31:43',NULL,330.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6704,'1110','41626183161','2021-07-13 16:36:06',NULL,15900.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6705,'1110','41626183161','2021-07-13 16:36:06',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6706,'1110','41626183161','2021-07-13 16:36:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6707,'1110','41626183161','2021-07-13 16:36:06',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(6708,'1110','41626183161','2021-07-13 16:36:06',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(6709,'5500','41626183161','2021-07-13 16:36:06',17162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6710,'1000','41626183161','2021-07-13 16:36:06',21350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6711,'4000','41626183161','2021-07-13 16:36:06',NULL,16500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6712,'4000','41626183161','2021-07-13 16:36:06',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6713,'4000','41626183161','2021-07-13 16:36:06',NULL,2700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6714,'4000','41626183161','2021-07-13 16:36:06',NULL,500.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(6715,'4000','41626183161','2021-07-13 16:36:06',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(6716,'1110','41626183512','2021-07-13 16:50:45',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(6717,'1110','41626183512','2021-07-13 16:50:45',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(6718,'1110','41626183512','2021-07-13 16:50:45',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6719,'1110','41626183512','2021-07-13 16:50:45',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(6720,'1110','41626183512','2021-07-13 16:50:45',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6721,'1110','41626183512','2021-07-13 16:50:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6722,'5500','41626183512','2021-07-13 16:50:45',2977.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6723,'1000','41626183512','2021-07-13 16:50:45',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6724,'4000','41626183512','2021-07-13 16:50:45',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(6725,'4000','41626183512','2021-07-13 16:50:45',NULL,1000.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(6726,'4000','41626183512','2021-07-13 16:50:45',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6727,'4000','41626183512','2021-07-13 16:50:45',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(6728,'4000','41626183512','2021-07-13 16:50:45',NULL,300.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6729,'4000','41626183512','2021-07-13 16:50:45',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6730,'1110','41626184332','2021-07-13 17:02:36',NULL,400.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(6731,'1110','41626184332','2021-07-13 17:02:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6732,'1110','41626184332','2021-07-13 17:02:36',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(6733,'1110','41626184332','2021-07-13 17:02:36',NULL,3150.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6734,'1110','41626184332','2021-07-13 17:02:36',NULL,99.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6735,'5500','41626184332','2021-07-13 17:02:36',6251.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6736,'1000','41626184332','2021-07-13 17:02:36',11300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6737,'4000','41626184332','2021-07-13 17:02:36',NULL,600.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(6738,'4000','41626184332','2021-07-13 17:02:36',NULL,2400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6739,'4000','41626184332','2021-07-13 17:02:36',NULL,4000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(6740,'4000','41626184332','2021-07-13 17:02:36',NULL,4000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6741,'4000','41626184332','2021-07-13 17:02:36',NULL,300.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6742,'1110','41626185035','2021-07-13 17:05:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6743,'5500','41626185035','2021-07-13 17:05:33',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6744,'1000','41626185035','2021-07-13 17:05:33',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6745,'4000','41626185035','2021-07-13 17:05:33',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6746,'1110','41626185211','2021-07-13 17:09:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6747,'1110','41626185211','2021-07-13 17:09:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6748,'1110','41626185211','2021-07-13 17:09:59',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6749,'5500','41626185211','2021-07-13 17:09:59',527.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6750,'1000','41626185211','2021-07-13 17:09:59',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6751,'4000','41626185211','2021-07-13 17:09:59',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6752,'4000','41626185211','2021-07-13 17:09:59',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6753,'4000','41626185211','2021-07-13 17:09:59',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6754,'1110','41626185431','2021-07-13 17:43:03',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6755,'5500','41626185431','2021-07-13 17:43:03',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6756,'1000','41626185431','2021-07-13 17:43:03',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6757,'4000','41626185431','2021-07-13 17:43:03',NULL,12500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6758,'1110','41626187480','2021-07-13 17:50:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6759,'5500','41626187480','2021-07-13 17:50:41',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6760,'1000','41626187480','2021-07-13 17:50:41',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6761,'4000','41626187480','2021-07-13 17:50:41',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6762,'1110','41626263401','2021-07-14 14:51:24',NULL,550.00,'','4','1','Inventory sold','1','','sales','311','','No',NULL,NULL,''),(6763,'5500','41626263401','2021-07-14 14:51:24',550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6764,'1000','41626263401','2021-07-14 14:51:24',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6765,'4000','41626263401','2021-07-14 14:51:24',NULL,1500.00,'','4','1','Good sold','1','','sales','311','','No',NULL,NULL,''),(6766,'1110','41626263491','2021-07-14 14:53:21',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(6767,'5500','41626263491','2021-07-14 14:53:21',560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6768,'1000','41626263491','2021-07-14 14:53:21',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6769,'4000','41626263491','2021-07-14 14:53:21',NULL,600.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6770,'1110','41626263605','2021-07-14 14:54:53',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6771,'1110','41626263605','2021-07-14 14:54:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6772,'5500','41626263605','2021-07-14 14:54:53',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6773,'1000','41626263605','2021-07-14 14:54:53',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6774,'4000','41626263605','2021-07-14 14:54:53',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6775,'4000','41626263605','2021-07-14 14:54:53',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6776,'1110','41626263723','2021-07-14 14:56:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6777,'5500','41626263723','2021-07-14 14:56:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6778,'1000','41626263723','2021-07-14 14:56:00',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6779,'4000','41626263723','2021-07-14 14:56:00',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6780,'1110','41626263789','2021-07-14 14:58:11',NULL,4920.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(6781,'5500','41626263789','2021-07-14 14:58:11',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6782,'1000','41626263789','2021-07-14 14:58:11',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6783,'4000','41626263789','2021-07-14 14:58:11',NULL,5200.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(6784,'1110','41626263898','2021-07-14 14:58:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6785,'5500','41626263898','2021-07-14 14:58:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6786,'1000','41626263898','2021-07-14 14:58:59',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6787,'4000','41626263898','2021-07-14 14:58:59',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6792,'1110','41626264312','2021-07-14 15:05:55',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6793,'5500','41626264312','2021-07-14 15:05:55',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6794,'1000','41626264312','2021-07-14 15:05:55',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6795,'4000','41626264312','2021-07-14 15:05:55',NULL,400.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6796,'1110','41626264382','2021-07-14 15:22:18',NULL,2600.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(6797,'1110','41626264382','2021-07-14 15:22:18',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6798,'1110','41626264382','2021-07-14 15:22:18',NULL,50.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(6799,'1110','41626264382','2021-07-14 15:22:18',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6800,'1110','41626264382','2021-07-14 15:22:18',NULL,180.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(6801,'1110','41626264382','2021-07-14 15:22:18',NULL,360.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6802,'5500','41626264382','2021-07-14 15:22:18',5440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6803,'1000','41626264382','2021-07-14 15:22:18',8900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6804,'4000','41626264382','2021-07-14 15:22:18',NULL,4000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(6805,'4000','41626264382','2021-07-14 15:22:18',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6806,'4000','41626264382','2021-07-14 15:22:18',NULL,200.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(6807,'4000','41626264382','2021-07-14 15:22:18',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6808,'4000','41626264382','2021-07-14 15:22:18',NULL,600.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(6809,'4000','41626264382','2021-07-14 15:22:18',NULL,900.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6810,'1110','41626265354','2021-07-14 15:23:38',NULL,100.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(6811,'5500','41626265354','2021-07-14 15:23:38',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6812,'1000','41626265354','2021-07-14 15:23:38',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6813,'4000','41626265354','2021-07-14 15:23:38',NULL,200.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(6814,'1110','41626265463','2021-07-14 15:29:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6815,'5500','41626265463','2021-07-14 15:29:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6816,'1000','41626265463','2021-07-14 15:29:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6817,'4000','41626265463','2021-07-14 15:29:09',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6818,'1110','41626273634','2021-07-14 17:44:10',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6819,'1110','41626273634','2021-07-14 17:44:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6820,'5500','41626273634','2021-07-14 17:44:10',5302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6821,'1000','41626273634','2021-07-14 17:44:10',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6822,'4000','41626273634','2021-07-14 17:44:10',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6823,'4000','41626273634','2021-07-14 17:44:10',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6824,'1110','41626273971','2021-07-14 17:46:46',NULL,1065.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6825,'5500','41626273971','2021-07-14 17:46:46',1065.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6826,'1000','41626273971','2021-07-14 17:46:46',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6827,'4000','41626273971','2021-07-14 17:46:46',NULL,1050.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6828,'1110','41626356669','2021-07-15 16:45:24',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(6829,'5500','41626356669','2021-07-15 16:45:24',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6830,'1000','41626356669','2021-07-15 16:45:24',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6831,'4000','41626356669','2021-07-15 16:45:24',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(6832,'1110','41626356735','2021-07-15 16:47:23',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6833,'5500','41626356735','2021-07-15 16:47:23',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6834,'1000','41626356735','2021-07-15 16:47:23',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6835,'4000','41626356735','2021-07-15 16:47:23',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6836,'1110','41626356872','2021-07-15 16:48:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6837,'5500','41626356872','2021-07-15 16:48:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6838,'1000','41626356872','2021-07-15 16:48:25',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6839,'4000','41626356872','2021-07-15 16:48:25',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6840,'1110','41626357007','2021-07-15 16:51:15',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6841,'5500','41626357007','2021-07-15 16:51:15',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6842,'1000','41626357007','2021-07-15 16:51:15',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6843,'4000','41626357007','2021-07-15 16:51:15',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6844,'1110','41626357102','2021-07-15 16:52:30',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6845,'5500','41626357102','2021-07-15 16:52:30',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6846,'1000','41626357102','2021-07-15 16:52:30',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6847,'4000','41626357102','2021-07-15 16:52:30',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6848,'1110','41626357162','2021-07-15 17:01:58',NULL,880.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(6849,'1110','41626357162','2021-07-15 17:01:58',NULL,700.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(6850,'1110','41626357162','2021-07-15 17:01:58',NULL,960.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(6851,'5500','41626357162','2021-07-15 17:01:58',2540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6852,'1000','41626357162','2021-07-15 17:01:58',3950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6853,'4000','41626357162','2021-07-15 17:01:58',NULL,1000.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6854,'4000','41626357162','2021-07-15 17:01:58',NULL,850.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6855,'4000','41626357162','2021-07-15 17:01:58',NULL,2100.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(6856,'1110','41626357724','2021-07-15 17:03:54',NULL,5400.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(6857,'5500','41626357724','2021-07-15 17:03:54',5400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6858,'1000','41626357724','2021-07-15 17:03:54',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6859,'4000','41626357724','2021-07-15 17:03:54',NULL,6499.98,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(6860,'1110','41626357840','2021-07-15 17:05:42',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6861,'5500','41626357840','2021-07-15 17:05:42',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6862,'1000','41626357840','2021-07-15 17:05:42',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6863,'4000','41626357840','2021-07-15 17:05:42',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6864,'1110','41626357963','2021-07-15 18:17:44',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(6865,'5500','41626357963','2021-07-15 18:17:44',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6866,'1000','41626357963','2021-07-15 18:17:44',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6867,'4000','41626357963','2021-07-15 18:17:44',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(6868,'1110','41626362297','2021-07-15 18:19:45',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6869,'1110','41626362297','2021-07-15 18:19:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6870,'5500','41626362297','2021-07-15 18:19:45',192.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6871,'1000','41626362297','2021-07-15 18:19:45',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6872,'4000','41626362297','2021-07-15 18:19:45',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6873,'4000','41626362297','2021-07-15 18:19:45',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6874,'1110','41626362411','2021-07-15 18:41:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6875,'1110','41626362411','2021-07-15 18:41:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6876,'1110','41626362411','2021-07-15 18:41:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6877,'1110','41626362411','2021-07-15 18:41:41',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6878,'1110','41626362411','2021-07-15 18:41:41',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(6879,'1110','41626362411','2021-07-15 18:41:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6880,'5500','41626362411','2021-07-15 18:41:41',482.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6881,'1000','41626362411','2021-07-15 18:41:41',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6882,'4000','41626362411','2021-07-15 18:41:41',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6883,'4000','41626362411','2021-07-15 18:41:41',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6884,'4000','41626362411','2021-07-15 18:41:41',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6885,'4000','41626362411','2021-07-15 18:41:41',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6886,'4000','41626362411','2021-07-15 18:41:41',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(6887,'4000','41626362411','2021-07-15 18:41:41',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6888,'1110','41626414493','2021-07-15 09:11:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6889,'1110','41626414493','2021-07-15 09:11:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6890,'1110','41626414493','2021-07-15 09:11:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6891,'1110','41626414493','2021-07-15 09:11:02',NULL,700.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(6892,'1110','41626414493','2021-07-15 09:11:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(6893,'1110','41626414493','2021-07-15 09:11:02',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6894,'5500','41626414493','2021-07-15 09:11:02',1232.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6895,'1000','41626414493','2021-07-15 09:11:02',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6896,'4000','41626414493','2021-07-15 09:11:02',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6897,'4000','41626414493','2021-07-15 09:11:02',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6898,'4000','41626414493','2021-07-15 09:11:02',NULL,250.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6899,'4000','41626414493','2021-07-15 09:11:02',NULL,1000.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(6900,'4000','41626414493','2021-07-15 09:11:02',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(6901,'4000','41626414493','2021-07-15 09:11:02',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6902,'1110','41626415891','2021-07-15 09:33:12',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(6903,'1110','41626415891','2021-07-15 09:33:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6904,'1110','41626415891','2021-07-15 09:33:12',NULL,6960.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6905,'1110','41626415891','2021-07-15 09:33:12',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(6906,'1110','41626415891','2021-07-15 09:33:12',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(6907,'1110','41626415891','2021-07-15 09:33:12',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6908,'1110','41626415891','2021-07-15 09:33:12',NULL,262.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6909,'1110','41626415891','2021-07-15 09:33:12',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6910,'1110','41626415891','2021-07-15 09:33:12',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(6911,'5500','41626415891','2021-07-15 09:33:12',13009.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6912,'1000','41626415891','2021-07-15 09:33:12',14700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6913,'4000','41626415891','2021-07-15 09:33:12',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(6914,'4000','41626415891','2021-07-15 09:33:12',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6915,'4000','41626415891','2021-07-15 09:33:12',NULL,7800.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6916,'4000','41626415891','2021-07-15 09:33:12',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(6917,'4000','41626415891','2021-07-15 09:33:12',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(6918,'4000','41626415891','2021-07-15 09:33:12',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6919,'4000','41626415891','2021-07-15 09:33:12',NULL,400.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6920,'4000','41626415891','2021-07-15 09:33:12',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6921,'4000','41626415891','2021-07-15 09:33:12',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(6922,'1110','41626417287','2021-07-15 09:36:05',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6923,'5500','41626417287','2021-07-15 09:36:05',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6924,'1000','41626417287','2021-07-15 09:36:05',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6925,'4000','41626417287','2021-07-15 09:36:05',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6926,'1110','41626417383','2021-07-15 09:38:48',NULL,600.00,'','4','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(6927,'1110','41626417383','2021-07-15 09:38:48',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6928,'1110','41626417383','2021-07-15 09:38:48',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6929,'5500','41626417383','2021-07-15 09:38:48',1830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6930,'1000','41626417383','2021-07-15 09:38:48',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6931,'4000','41626417383','2021-07-15 09:38:48',NULL,1000.00,'','4','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(6932,'4000','41626417383','2021-07-15 09:38:48',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6933,'4000','41626417383','2021-07-15 09:38:48',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6934,'1110','41626417547','2021-07-15 09:41:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6935,'1110','41626417547','2021-07-15 09:41:46',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6936,'1110','41626417547','2021-07-15 09:41:46',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6937,'5500','41626417547','2021-07-15 09:41:46',462.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6938,'1000','41626417547','2021-07-15 09:41:46',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6939,'4000','41626417547','2021-07-15 09:41:46',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6940,'4000','41626417547','2021-07-15 09:41:46',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6941,'4000','41626417547','2021-07-15 09:41:46',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6942,'1110','41626420109','2021-07-15 11:13:16',NULL,37050.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(6943,'1110','41626420109','2021-07-15 11:13:16',NULL,22420.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(6944,'1110','41626420109','2021-07-15 11:13:16',NULL,600.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(6945,'1110','41626420109','2021-07-15 11:13:16',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6946,'1110','41626420109','2021-07-15 11:13:16',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(6947,'1110','41626420109','2021-07-15 11:13:16',NULL,5250.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(6948,'1110','41626420109','2021-07-15 11:13:16',NULL,5250.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(6949,'1110','41626420109','2021-07-15 11:13:16',NULL,7500.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6950,'1110','41626420109','2021-07-15 11:13:16',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(6951,'1110','41626420109','2021-07-15 11:13:16',NULL,3600.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(6952,'5500','41626420109','2021-07-15 11:13:16',104770.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6953,'1000','41626420109','2021-07-15 11:13:16',123000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6954,'4000','41626420109','2021-07-15 11:13:16',NULL,41800.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(6955,'4000','41626420109','2021-07-15 11:13:16',NULL,25650.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(6956,'4000','41626420109','2021-07-15 11:13:16',NULL,3000.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(6957,'4000','41626420109','2021-07-15 11:13:16',NULL,6500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6958,'4000','41626420109','2021-07-15 11:13:16',NULL,6500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6959,'4000','41626420109','2021-07-15 11:13:16',NULL,6500.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(6960,'4000','41626420109','2021-07-15 11:13:16',NULL,6500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(6961,'4000','41626420109','2021-07-15 11:13:16',NULL,9500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6962,'4000','41626420109','2021-07-15 11:13:16',NULL,12550.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(6963,'4000','41626420109','2021-07-15 11:13:16',NULL,4500.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(6964,'1110','41626423215','2021-07-15 11:14:30',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(6965,'5500','41626423215','2021-07-15 11:14:30',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6966,'1000','41626423215','2021-07-15 11:14:30',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6967,'4000','41626423215','2021-07-15 11:14:30',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6968,'1110','41626423657','2021-07-16 11:22:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6969,'5500','41626423657','2021-07-16 11:22:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6970,'1000','41626423657','2021-07-16 11:22:51',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6971,'4000','41626423657','2021-07-16 11:22:51',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6972,'1110','41626423800','2021-07-16 11:24:21',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6973,'5500','41626423800','2021-07-16 11:24:21',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6974,'1000','41626423800','2021-07-16 11:24:21',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6975,'4000','41626423800','2021-07-16 11:24:21',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6976,'1110','41626423870','2021-07-16 11:25:49',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6977,'5500','41626423870','2021-07-16 11:25:49',3300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6978,'1000','41626423870','2021-07-16 11:25:49',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6979,'4000','41626423870','2021-07-16 11:25:49',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6980,'1110','41626423984','2021-07-16 11:28:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6981,'1110','41626423984','2021-07-16 11:28:04',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(6982,'5500','41626423984','2021-07-16 11:28:04',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6983,'1000','41626423984','2021-07-16 11:28:04',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6984,'4000','41626423984','2021-07-16 11:28:04',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6985,'4000','41626423984','2021-07-16 11:28:04',NULL,800.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(6986,'1110','41626424113','2021-07-16 11:29:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6987,'5500','41626424113','2021-07-16 11:29:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6988,'1000','41626424113','2021-07-16 11:29:52',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6989,'4000','41626424113','2021-07-16 11:29:52',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6990,'1110','41626424234','2021-07-16 11:32:36',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(6991,'5500','41626424234','2021-07-16 11:32:36',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6992,'1000','41626424234','2021-07-16 11:32:36',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6993,'4000','41626424234','2021-07-16 11:32:36',NULL,600.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(6994,'1110','41626448540','2021-07-16 18:17:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(6995,'5500','41626448540','2021-07-16 18:17:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6996,'1000','41626448540','2021-07-16 18:17:02',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6997,'4000','41626448540','2021-07-16 18:17:02',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(6998,'1110','41626448818','2021-07-16 18:26:42',NULL,390.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(6999,'1110','41626448818','2021-07-16 18:26:42',NULL,360.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(7000,'1110','41626448818','2021-07-16 18:26:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7001,'1110','41626448818','2021-07-16 18:26:42',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7002,'1110','41626448818','2021-07-16 18:26:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7003,'5500','41626448818','2021-07-16 18:26:42',909.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7004,'1000','41626448818','2021-07-16 18:26:42',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7005,'4000','41626448818','2021-07-16 18:26:42',NULL,1500.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(7006,'4000','41626448818','2021-07-16 18:26:42',NULL,1200.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(7007,'4000','41626448818','2021-07-16 18:26:42',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7008,'4000','41626448818','2021-07-16 18:26:42',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7009,'4000','41626448818','2021-07-16 18:26:42',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7010,'1110','41626449232','2021-07-16 18:30:38',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7011,'1110','41626449232','2021-07-16 18:30:38',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7012,'1110','41626449232','2021-07-16 18:30:38',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7013,'1110','41626449232','2021-07-16 18:30:38',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7014,'5500','41626449232','2021-07-16 18:30:38',577.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7015,'1000','41626449232','2021-07-16 18:30:38',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7016,'4000','41626449232','2021-07-16 18:30:38',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7017,'4000','41626449232','2021-07-16 18:30:38',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7018,'4000','41626449232','2021-07-16 18:30:38',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7019,'4000','41626449232','2021-07-16 18:30:38',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7020,'1110','41626449448','2021-07-16 18:31:31',NULL,3200.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7021,'5500','41626449448','2021-07-16 18:31:31',3200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7022,'1000','41626449448','2021-07-16 18:31:31',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7023,'4000','41626449448','2021-07-16 18:31:31',NULL,3500.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7024,'1110','41626449670','2021-07-16 18:35:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7025,'5500','41626449670','2021-07-16 18:35:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7026,'1000','41626449670','2021-07-16 18:35:19',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7027,'4000','41626449670','2021-07-16 18:35:19',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7028,'1110','41626449819','2021-07-16 18:38:04',NULL,3100.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(7029,'5500','41626449819','2021-07-16 18:38:04',3100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7030,'1000','41626449819','2021-07-16 18:38:04',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7031,'4000','41626449819','2021-07-16 18:38:04',NULL,5000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(7032,'1110','41626449891','2021-07-16 18:38:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7033,'5500','41626449891','2021-07-16 18:38:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7034,'1000','41626449891','2021-07-16 18:38:51',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7035,'4000','41626449891','2021-07-16 18:38:51',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7036,'1110','41626449950','2021-07-16 18:48:43',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7037,'1110','41626449950','2021-07-16 18:48:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7038,'1110','41626449950','2021-07-16 18:48:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7039,'1110','41626449950','2021-07-16 18:48:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7040,'5500','41626449950','2021-07-16 18:48:43',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7041,'1000','41626449950','2021-07-16 18:48:43',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7042,'4000','41626449950','2021-07-16 18:48:43',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7043,'4000','41626449950','2021-07-16 18:48:43',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7044,'4000','41626449950','2021-07-16 18:48:43',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7045,'4000','41626449950','2021-07-16 18:48:43',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7046,'1110','41626450530','2021-07-16 18:49:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7047,'5500','41626450530','2021-07-16 18:49:33',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7048,'1000','41626450530','2021-07-16 18:49:33',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7049,'4000','41626450530','2021-07-16 18:49:33',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7050,'1110','41626450598','2021-07-16 19:01:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7051,'1110','41626450598','2021-07-16 19:01:01',NULL,12410.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7052,'1110','41626450598','2021-07-16 19:01:01',NULL,4280.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7053,'1110','41626450598','2021-07-16 19:01:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7054,'5500','41626450598','2021-07-16 19:01:01',16694.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7055,'1000','41626450598','2021-07-16 19:01:01',20880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7056,'4000','41626450598','2021-07-16 19:01:01',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7057,'4000','41626450598','2021-07-16 19:01:01',NULL,13260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7058,'4000','41626450598','2021-07-16 19:01:01',NULL,4400.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7059,'4000','41626450598','2021-07-16 19:01:01',NULL,2320.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7060,'1110','41626451305','2021-07-16 19:02:15',NULL,1920.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7061,'5500','41626451305','2021-07-16 19:02:15',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7062,'1000','41626451305','2021-07-16 19:02:15',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7063,'4000','41626451305','2021-07-16 19:02:15',NULL,2100.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7064,'1110','41626451340','2021-07-16 19:03:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7065,'5500','41626451340','2021-07-16 19:03:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7066,'1000','41626451340','2021-07-16 19:03:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7067,'4000','41626451340','2021-07-16 19:03:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7068,'1110','41626451408','2021-07-16 19:03:44',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7069,'5500','41626451408','2021-07-16 19:03:44',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7070,'1000','41626451408','2021-07-16 19:03:44',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7071,'4000','41626451408','2021-07-16 19:03:44',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7078,'1110','41626451628','2021-07-16 19:07:49',NULL,735.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7079,'5500','41626451628','2021-07-16 19:07:49',735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7080,'1000','41626451628','2021-07-16 19:07:49',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7081,'4000','41626451628','2021-07-16 19:07:49',NULL,1050.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7086,'1110','41626264154','2021-07-14 13:23:28',NULL,6000.00,'','4','1','Inventory sold','1','','sales','318','','No',NULL,NULL,''),(7087,'5500','41626264154','2021-07-14 13:23:28',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7088,'1000','41626264154','2021-07-14 15:04:34',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7089,'4000','41626264154','2021-07-14 13:23:28',NULL,7500.00,'','4','1','Good sold','1','','sales','318','','No',NULL,NULL,''),(7090,'4000','41626451408','2021-07-17 13:52:02',500.00,NULL,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(7091,'1000','41626451408','2021-07-17 13:52:02',NULL,500.00,'','5','1','Returned products','1','','return','','','No',NULL,NULL,''),(7092,'5500','41626451408','2021-07-17 13:52:02',NULL,330.00,'','5','1','Cost of goods returned','1','','sales','8','','No',NULL,NULL,''),(7093,'1110','41626451408','2021-07-17 13:52:02',330.00,NULL,'','5','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7094,'1110','41626451504','2021-07-16 19:06:27',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7095,'1110','41626451504','2021-07-16 13:54:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7096,'5500','41626451504','2021-07-16 13:54:26',662.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7097,'1000','41626451504','2021-07-16 19:06:27',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7098,'4000','41626451504','2021-07-16 19:06:27',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7099,'4000','41626451504','2021-07-16 13:54:26',NULL,5100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7100,'1110','41626528529','2021-07-17 16:40:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7101,'5500','41626528529','2021-07-17 16:40:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7102,'1000','41626528529','2021-07-17 16:40:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7103,'4000','41626528529','2021-07-17 16:40:09',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7104,'1110','41626529286','2021-07-17 16:49:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7105,'1110','41626529286','2021-07-17 16:49:21',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(7106,'1110','41626529286','2021-07-17 16:49:21',NULL,990.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7107,'1110','41626529286','2021-07-17 16:49:21',NULL,1860.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(7108,'1110','41626529286','2021-07-17 16:49:21',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7109,'1110','41626529286','2021-07-17 16:49:21',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(7110,'5500','41626529286','2021-07-17 16:49:21',5662.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7111,'1000','41626529286','2021-07-17 16:49:21',11400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7112,'4000','41626529286','2021-07-17 16:49:21',NULL,4200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7113,'4000','41626529286','2021-07-17 16:49:21',NULL,300.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(7114,'4000','41626529286','2021-07-17 16:49:21',NULL,1200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7115,'4000','41626529286','2021-07-17 16:49:21',NULL,2400.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7116,'4000','41626529286','2021-07-17 16:49:21',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7117,'4000','41626529286','2021-07-17 16:49:21',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7118,'1110','41626529817','2021-07-17 16:50:42',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(7119,'5500','41626529817','2021-07-17 16:50:42',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7120,'1000','41626529817','2021-07-17 16:50:42',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7121,'4000','41626529817','2021-07-17 16:50:42',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(7122,'1110','41626529863','2021-07-17 16:55:08',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7123,'5500','41626529863','2021-07-17 16:55:08',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7124,'1000','41626529863','2021-07-17 16:55:08',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7125,'4000','41626529863','2021-07-17 16:55:08',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7126,'1110','41626530129','2021-07-17 17:07:18',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7127,'5500','41626530129','2021-07-17 17:07:18',2130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7128,'1000','41626530129','2021-07-17 17:07:18',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7129,'4000','41626530129','2021-07-17 17:07:18',NULL,2100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7130,'1110','41626530847','2021-07-17 17:38:17',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(7131,'5500','41626530847','2021-07-17 17:38:17',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7132,'1000','41626530847','2021-07-17 17:38:17',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7133,'4000','41626530847','2021-07-17 17:38:17',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(7134,'1110','41626532718','2021-07-17 17:39:52',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7135,'1110','41626532718','2021-07-17 17:39:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7136,'5500','41626532718','2021-07-17 17:39:52',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7137,'1000','41626532718','2021-07-17 17:39:52',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7138,'4000','41626532718','2021-07-17 17:39:52',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7139,'4000','41626532718','2021-07-17 17:39:52',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7140,'1110','41626532878','2021-07-17 17:42:29',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7141,'1110','41626532878','2021-07-17 17:42:29',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7142,'5500','41626532878','2021-07-17 17:42:29',465.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7143,'1000','41626532878','2021-07-17 17:42:29',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7144,'4000','41626532878','2021-07-17 17:42:29',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7145,'4000','41626532878','2021-07-17 17:42:29',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7146,'1110','41626691505','2021-07-19 13:45:48',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7147,'5500','41626691505','2021-07-19 13:45:48',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7148,'1000','41626691505','2021-07-19 13:45:48',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7149,'4000','41626691505','2021-07-19 13:45:48',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7150,'1110','41626691562','2021-07-19 13:46:47',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7151,'5500','41626691562','2021-07-19 13:46:47',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7152,'1000','41626691562','2021-07-19 13:46:47',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7153,'4000','41626691562','2021-07-19 13:46:47',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7154,'1110','41626691615','2021-07-19 13:47:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(7155,'5500','41626691615','2021-07-19 13:47:43',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7156,'1000','41626691615','2021-07-19 13:47:43',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7157,'4000','41626691615','2021-07-19 13:47:43',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(7158,'1110','41626691673','2021-07-19 13:54:10',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7159,'1110','41626691673','2021-07-19 13:54:10',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7160,'1110','41626691673','2021-07-19 13:54:10',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7161,'1110','41626691673','2021-07-19 13:54:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7162,'5500','41626691673','2021-07-19 13:54:10',3429.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7163,'1000','41626691673','2021-07-19 13:54:10',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7164,'4000','41626691673','2021-07-19 13:54:10',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7165,'4000','41626691673','2021-07-19 13:54:10',NULL,225.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7166,'4000','41626691673','2021-07-19 13:54:10',NULL,125.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7167,'4000','41626691673','2021-07-19 13:54:10',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7168,'1110','41626692134','2021-07-19 13:56:37',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7169,'5500','41626692134','2021-07-19 13:56:37',725.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7170,'1000','41626692134','2021-07-19 13:56:37',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7171,'4000','41626692134','2021-07-19 13:56:37',NULL,850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7172,'1110','41626692203','2021-07-19 13:57:07',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(7173,'5500','41626692203','2021-07-19 13:57:07',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7174,'1000','41626692203','2021-07-19 13:57:07',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7175,'4000','41626692203','2021-07-19 13:57:07',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(7176,'1110','41626692235','2021-07-19 14:03:11',NULL,8000.00,'','4','1','Inventory sold','1','','sales','235','','No',NULL,NULL,''),(7177,'1110','41626692235','2021-07-19 14:03:11',NULL,20000.00,'','4','1','Inventory sold','1','','sales','225','','No',NULL,NULL,''),(7178,'1110','41626692235','2021-07-19 14:03:11',NULL,4900.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(7179,'1110','41626692235','2021-07-19 14:03:11',NULL,560.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(7180,'1110','41626692235','2021-07-19 14:03:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7181,'5500','41626692235','2021-07-19 14:03:11',33462.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7182,'1000','41626692235','2021-07-19 14:03:11',62000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7183,'4000','41626692235','2021-07-19 14:03:11',NULL,17000.00,'','4','1','Good sold','1','','sales','235','','No',NULL,NULL,''),(7184,'4000','41626692235','2021-07-19 14:03:11',NULL,27000.00,'','4','1','Good sold','1','','sales','225','','No',NULL,NULL,''),(7185,'4000','41626692235','2021-07-19 14:03:11',NULL,6300.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(7186,'4000','41626692235','2021-07-19 14:03:11',NULL,1400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(7187,'4000','41626692235','2021-07-19 14:03:11',NULL,10300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7188,'1110','41626692654','2021-07-19 14:05:21',NULL,2790.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(7189,'5500','41626692654','2021-07-19 14:05:21',2790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7190,'1000','41626692654','2021-07-19 14:05:21',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7191,'4000','41626692654','2021-07-19 14:05:21',NULL,3600.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7192,'1110','41626704996','2021-07-19 17:34:11',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7193,'1110','41626704996','2021-07-19 17:34:11',NULL,350.00,'','4','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(7194,'1110','41626704996','2021-07-19 17:34:11',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7195,'5500','41626704996','2021-07-19 17:34:11',1100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7196,'1000','41626704996','2021-07-19 17:34:11',1450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7197,'4000','41626704996','2021-07-19 17:34:11',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7198,'4000','41626704996','2021-07-19 17:34:11',NULL,400.00,'','4','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(7199,'4000','41626704996','2021-07-19 17:34:11',NULL,150.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7200,'1110','41626705989','2021-07-19 17:46:45',NULL,8500.00,'','4','1','Inventory sold','1','','sales','263','','No',NULL,NULL,''),(7201,'5500','41626705989','2021-07-19 17:46:45',8500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7202,'1000','41626705989','2021-07-19 17:46:45',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7203,'4000','41626705989','2021-07-19 17:46:45',NULL,12000.00,'','4','1','Good sold','1','','sales','263','','No',NULL,NULL,''),(7204,'1110','41626706015','2021-07-19 17:48:56',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(7205,'1110','41626706015','2021-07-19 17:48:56',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7206,'1110','41626706015','2021-07-19 17:48:56',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7207,'5500','41626706015','2021-07-19 17:48:56',705.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7208,'1000','41626706015','2021-07-19 17:48:56',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7209,'4000','41626706015','2021-07-19 17:48:56',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(7210,'4000','41626706015','2021-07-19 17:48:56',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7211,'4000','41626706015','2021-07-19 17:48:56',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7212,'1110','41626706143','2021-07-19 17:49:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7213,'5500','41626706143','2021-07-19 17:49:43',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7214,'1000','41626706143','2021-07-19 17:49:43',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7215,'4000','41626706143','2021-07-19 17:49:43',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7216,'1110','41626706191','2021-07-19 17:59:29',NULL,4450.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(7217,'1110','41626706191','2021-07-19 17:59:29',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7218,'1110','41626706191','2021-07-19 17:59:29',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7219,'1110','41626706191','2021-07-19 17:59:29',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7220,'1110','41626706191','2021-07-19 17:59:29',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7221,'1110','41626706191','2021-07-19 17:59:29',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(7222,'5500','41626706191','2021-07-19 17:59:29',5552.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7223,'1000','41626706191','2021-07-19 17:59:29',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7224,'4000','41626706191','2021-07-19 17:59:29',NULL,4750.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7225,'4000','41626706191','2021-07-19 17:59:29',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7226,'4000','41626706191','2021-07-19 17:59:29',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7227,'4000','41626706191','2021-07-19 17:59:29',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7228,'4000','41626706191','2021-07-19 17:59:29',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7229,'4000','41626706191','2021-07-19 17:59:29',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(7230,'1110','41626706800','2021-07-19 18:06:07',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(7231,'1110','41626706800','2021-07-19 18:06:07',NULL,11400.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7232,'1110','41626706800','2021-07-19 18:06:07',NULL,1040.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7233,'5500','41626706800','2021-07-19 18:06:07',25040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7234,'1000','41626706800','2021-07-19 18:06:07',28500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7235,'4000','41626706800','2021-07-19 18:06:07',NULL,12500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(7236,'4000','41626706800','2021-07-19 18:06:07',NULL,14400.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7237,'4000','41626706800','2021-07-19 18:06:07',NULL,1600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7238,'1110','41626846340','2021-07-20 08:46:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7239,'5500','41626846340','2021-07-20 08:46:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7240,'1000','41626846340','2021-07-20 08:46:36',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7241,'4000','41626846340','2021-07-20 08:46:36',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7242,'1110','41626846423','2021-07-20 08:48:03',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7243,'5500','41626846423','2021-07-20 08:48:03',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7244,'1000','41626846423','2021-07-20 08:48:03',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7245,'4000','41626846423','2021-07-20 08:48:03',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7246,'1110','41626846494','2021-07-20 09:36:08',NULL,1800.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(7247,'1110','41626846494','2021-07-20 09:36:08',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7248,'5500','41626846494','2021-07-20 09:36:08',1957.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7249,'1000','41626846494','2021-07-20 09:36:08',2499.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7250,'4000','41626846494','2021-07-20 09:36:08',NULL,2250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(7251,'4000','41626846494','2021-07-20 09:36:08',NULL,249.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7252,'1110','41626849405','2021-07-20 09:45:27',NULL,1400.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7253,'1110','41626849405','2021-07-20 09:45:27',NULL,2640.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7254,'1110','41626849405','2021-07-20 09:45:27',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(7255,'5500','41626849405','2021-07-20 09:45:27',4170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7256,'1000','41626849405','2021-07-20 09:45:27',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7257,'4000','41626849405','2021-07-20 09:45:27',NULL,1700.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7258,'4000','41626849405','2021-07-20 09:45:27',NULL,3600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7259,'4000','41626849405','2021-07-20 09:45:27',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(7260,'1110','41626850121','2021-07-20 09:50:03',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7261,'5500','41626850121','2021-07-20 09:50:03',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7262,'1000','41626850121','2021-07-20 09:50:03',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7263,'4000','41626850121','2021-07-20 09:50:03',NULL,4800.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7264,'1110','41626850221','2021-07-20 09:51:04',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7265,'5500','41626850221','2021-07-20 09:51:04',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7266,'1000','41626850221','2021-07-20 09:51:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7267,'4000','41626850221','2021-07-20 09:51:04',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7268,'1110','41626850284','2021-07-20 10:04:13',NULL,27060.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(7269,'1110','41626850284','2021-07-20 10:04:13',NULL,18450.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7270,'1110','41626850284','2021-07-20 10:04:13',NULL,3100.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(7271,'1110','41626850284','2021-07-20 10:04:13',NULL,3720.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(7272,'1110','41626850284','2021-07-20 10:04:13',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(7273,'5500','41626850284','2021-07-20 10:04:13',52570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7274,'1000','41626850284','2021-07-20 10:04:13',57660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7275,'4000','41626850284','2021-07-20 10:04:13',NULL,28160.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(7276,'4000','41626850284','2021-07-20 10:04:13',NULL,19800.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7277,'4000','41626850284','2021-07-20 10:04:13',NULL,4000.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(7278,'4000','41626850284','2021-07-20 10:04:13',NULL,4800.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(7279,'4000','41626850284','2021-07-20 10:04:13',NULL,900.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(7280,'1110','41626851082','2021-07-20 10:05:25',NULL,120.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(7281,'5500','41626851082','2021-07-20 10:05:25',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7282,'1000','41626851082','2021-07-20 10:05:25',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7283,'4000','41626851082','2021-07-20 10:05:25',NULL,150.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(7284,'1110','41626851150','2021-07-20 10:06:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7285,'5500','41626851150','2021-07-20 10:06:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7286,'1000','41626851150','2021-07-20 10:06:37',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7287,'4000','41626851150','2021-07-20 10:06:37',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7288,'1110','41626851261','2021-07-20 10:09:36',NULL,14000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(7289,'1110','41626851261','2021-07-20 10:09:36',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7290,'5500','41626851261','2021-07-20 10:09:36',14260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7291,'1000','41626851261','2021-07-20 10:09:36',14600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7292,'4000','41626851261','2021-07-20 10:09:36',NULL,14200.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(7293,'4000','41626851261','2021-07-20 10:09:36',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7294,'1110','41626851412','2021-07-20 10:15:40',NULL,18450.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7295,'1110','41626851412','2021-07-20 10:15:40',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7296,'1110','41626851412','2021-07-20 10:15:40',NULL,280.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(7297,'1110','41626851412','2021-07-20 10:15:40',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7298,'1110','41626851412','2021-07-20 10:15:40',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7299,'5500','41626851412','2021-07-20 10:15:40',20110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7300,'1000','41626851412','2021-07-20 10:15:40',22150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7301,'4000','41626851412','2021-07-20 10:15:40',NULL,19200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7302,'4000','41626851412','2021-07-20 10:15:40',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7303,'4000','41626851412','2021-07-20 10:15:40',NULL,1050.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(7304,'4000','41626851412','2021-07-20 10:15:40',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7305,'4000','41626851412','2021-07-20 10:15:40',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7306,'1110','41626851780','2021-07-20 10:22:09',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(7307,'5500','41626851780','2021-07-20 10:22:09',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7308,'1000','41626851780','2021-07-20 10:22:09',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7309,'4000','41626851780','2021-07-20 10:22:09',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(7310,'1110','41626852143','2021-07-20 10:29:25',NULL,12980.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(7311,'1110','41626852143','2021-07-20 10:29:25',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7312,'1110','41626852143','2021-07-20 10:29:25',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7313,'1110','41626852143','2021-07-20 10:29:25',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7314,'5500','41626852143','2021-07-20 10:29:25',14030.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7315,'1000','41626852143','2021-07-20 10:29:25',15800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7316,'4000','41626852143','2021-07-20 10:29:25',NULL,14300.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(7317,'4000','41626852143','2021-07-20 10:29:25',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7318,'4000','41626852143','2021-07-20 10:29:25',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7319,'4000','41626852143','2021-07-20 10:29:25',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7320,'1110','41626852640','2021-07-20 10:34:51',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(7321,'1110','41626852640','2021-07-20 10:34:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7322,'1110','41626852640','2021-07-20 10:34:51',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7323,'5500','41626852640','2021-07-20 10:34:51',772.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7324,'1000','41626852640','2021-07-20 10:34:51',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7325,'4000','41626852640','2021-07-20 10:34:51',NULL,600.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(7326,'4000','41626852640','2021-07-20 10:34:51',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7327,'4000','41626852640','2021-07-20 10:34:51',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7328,'1110','41626853099','2021-07-20 10:45:24',NULL,6230.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(7329,'1110','41626853099','2021-07-20 10:45:24',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7330,'1110','41626853099','2021-07-20 10:45:24',NULL,600.00,'','4','1','Inventory sold','1','','sales','317','','No',NULL,NULL,''),(7331,'5500','41626853099','2021-07-20 10:45:24',9480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7332,'1000','41626853099','2021-07-20 10:45:24',10100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7333,'4000','41626853099','2021-07-20 10:45:24',NULL,6650.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(7334,'4000','41626853099','2021-07-20 10:45:24',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7335,'4000','41626853099','2021-07-20 10:45:24',NULL,700.00,'','4','1','Good sold','1','','sales','317','','No',NULL,NULL,''),(7336,'1110','41626853559','2021-07-20 10:57:51',NULL,5075.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7337,'5500','41626853559','2021-07-20 10:57:51',5075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7338,'1000','41626853559','2021-07-20 10:57:51',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7339,'4000','41626853559','2021-07-20 10:57:51',NULL,5600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7340,'1110','41626854296','2021-07-20 10:59:34',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7341,'5500','41626854296','2021-07-20 10:59:34',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7342,'1000','41626854296','2021-07-20 10:59:34',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7343,'4000','41626854296','2021-07-20 10:59:34',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7344,'1110','41626875929','2021-07-21 17:02:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7345,'5500','41626875929','2021-07-21 17:02:15',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7346,'1000','41626875929','2021-07-21 17:02:15',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7347,'4000','41626875929','2021-07-21 17:02:15',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7348,'1110','41626876230','2021-07-21 17:06:50',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(7349,'5500','41626876230','2021-07-21 17:06:50',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7350,'1000','41626876230','2021-07-21 17:06:50',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7351,'4000','41626876230','2021-07-21 17:06:50',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(7352,'1110','41626876449','2021-07-21 17:11:53',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7353,'5500','41626876449','2021-07-21 17:11:53',725.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7354,'1000','41626876449','2021-07-21 17:11:53',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7355,'4000','41626876449','2021-07-21 17:11:53',NULL,800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7356,'1110','41626876723','2021-07-21 17:12:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7357,'5500','41626876723','2021-07-21 17:12:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7358,'1000','41626876723','2021-07-21 17:12:43',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7359,'4000','41626876723','2021-07-21 17:12:43',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7360,'1110','41626876780','2021-07-21 17:17:19',NULL,23600.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(7361,'5500','41626876780','2021-07-21 17:17:19',23600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7362,'1000','41626876780','2021-07-21 17:17:19',25500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7363,'4000','41626876780','2021-07-21 17:17:19',NULL,25500.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(7364,'1110','41626877194','2021-07-21 17:36:56',NULL,5340.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(7365,'1110','41626877194','2021-07-21 17:36:56',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7366,'1110','41626877194','2021-07-21 17:36:56',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7367,'1110','41626877194','2021-07-21 17:36:56',NULL,280.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7368,'1110','41626877194','2021-07-21 17:36:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7369,'1110','41626877194','2021-07-21 17:36:56',NULL,210.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(7370,'1110','41626877194','2021-07-21 17:36:56',NULL,300.00,'','4','1','Inventory sold','1','','sales','317','','No',NULL,NULL,''),(7371,'5500','41626877194','2021-07-21 17:36:56',9627.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7372,'1000','41626877194','2021-07-21 17:36:56',11950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7373,'4000','41626877194','2021-07-21 17:36:56',NULL,5700.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(7374,'4000','41626877194','2021-07-21 17:36:56',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7375,'4000','41626877194','2021-07-21 17:36:56',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7376,'4000','41626877194','2021-07-21 17:36:56',NULL,1400.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7377,'4000','41626877194','2021-07-21 17:36:56',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7378,'4000','41626877194','2021-07-21 17:36:56',NULL,300.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(7379,'4000','41626877194','2021-07-21 17:36:56',NULL,400.00,'','4','1','Good sold','1','','sales','317','','No',NULL,NULL,''),(7380,'1110','41626878251','2021-07-21 17:49:55',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7381,'1110','41626878251','2021-07-21 17:49:55',NULL,1740.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(7382,'5500','41626878251','2021-07-21 17:49:55',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7383,'1000','41626878251','2021-07-21 17:49:55',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7384,'4000','41626878251','2021-07-21 17:49:55',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7385,'4000','41626878251','2021-07-21 17:49:55',NULL,1800.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7386,'1110','41626879004','2021-07-21 17:50:53',NULL,1400.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7387,'5500','41626879004','2021-07-21 17:50:53',1400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7388,'1000','41626879004','2021-07-21 17:50:53',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7389,'4000','41626879004','2021-07-21 17:50:53',NULL,1700.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7390,'1110','41626879080','2021-07-21 18:25:55',NULL,2160.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(7391,'1110','41626879080','2021-07-21 18:25:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7392,'1110','41626879080','2021-07-21 18:25:55',NULL,2520.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7393,'5500','41626879080','2021-07-21 18:25:55',4682.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7394,'1000','41626879080','2021-07-21 18:25:55',7150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7395,'4000','41626879080','2021-07-21 18:25:55',NULL,2550.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(7396,'4000','41626879080','2021-07-21 18:25:55',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7397,'4000','41626879080','2021-07-21 18:25:55',NULL,3400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7398,'1110','41626881187','2021-07-21 18:29:02',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7399,'1110','41626881187','2021-07-21 18:29:02',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7400,'5500','41626881187','2021-07-21 18:29:02',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7401,'1000','41626881187','2021-07-21 18:29:02',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7402,'4000','41626881187','2021-07-21 18:29:02',NULL,6250.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7403,'4000','41626881187','2021-07-21 18:29:02',NULL,6250.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7404,'1110','41626881348','2021-07-21 18:29:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7405,'5500','41626881348','2021-07-21 18:29:46',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7406,'1000','41626881348','2021-07-21 18:29:46',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7407,'4000','41626881348','2021-07-21 18:29:46',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7408,'1110','41626881404','2021-07-21 18:31:23',NULL,157.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7409,'5500','41626881404','2021-07-21 18:31:23',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7410,'1000','41626881404','2021-07-21 18:31:23',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7411,'4000','41626881404','2021-07-21 18:31:23',NULL,249.90,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7412,'1110','41626966202','2021-07-22 18:04:50',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(7413,'1110','41626966202','2021-07-22 18:04:50',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7414,'5500','41626966202','2021-07-22 18:04:50',6140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7415,'1000','41626966202','2021-07-22 18:04:50',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7416,'4000','41626966202','2021-07-22 18:04:50',NULL,7000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(7417,'4000','41626966202','2021-07-22 18:04:50',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7418,'1110','41626966303','2021-07-22 18:05:37',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7419,'5500','41626966303','2021-07-22 18:05:37',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7420,'1000','41626966303','2021-07-22 18:05:37',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7421,'4000','41626966303','2021-07-22 18:05:37',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7422,'1110','41626966345','2021-07-22 18:08:00',NULL,620.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(7423,'1110','41626966345','2021-07-22 18:08:00',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7424,'1110','41626966345','2021-07-22 18:08:00',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7425,'5500','41626966345','2021-07-22 18:08:00',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7426,'1000','41626966345','2021-07-22 18:08:00',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7427,'4000','41626966345','2021-07-22 18:08:00',NULL,900.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7428,'4000','41626966345','2021-07-22 18:08:00',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7429,'4000','41626966345','2021-07-22 18:08:00',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7430,'1110','41626966491','2021-07-22 18:09:27',NULL,180.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7431,'5500','41626966491','2021-07-22 18:09:27',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7432,'1000','41626966491','2021-07-22 18:09:27',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7433,'4000','41626966491','2021-07-22 18:09:27',NULL,250.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7434,'1110','41626966572','2021-07-22 18:10:58',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7435,'1110','41626966572','2021-07-22 18:10:58',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7436,'5500','41626966572','2021-07-22 18:10:58',2070.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7437,'1000','41626966572','2021-07-22 18:10:58',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7438,'4000','41626966572','2021-07-22 18:10:58',NULL,2799.90,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7439,'4000','41626966572','2021-07-22 18:10:58',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7440,'1110','41626966668','2021-07-22 18:11:41',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(7441,'5500','41626966668','2021-07-22 18:11:41',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7442,'1000','41626966668','2021-07-22 18:11:41',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7443,'4000','41626966668','2021-07-22 18:11:41',NULL,250.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(7444,'1110','41626966706','2021-07-22 18:12:01',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7445,'5500','41626966706','2021-07-22 18:12:01',33.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7446,'1000','41626966706','2021-07-22 18:12:01',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7447,'4000','41626966706','2021-07-22 18:12:01',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7448,'1110','41626966731','2021-07-22 18:13:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7449,'5500','41626966731','2021-07-22 18:13:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7450,'1000','41626966731','2021-07-22 18:13:26',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7451,'4000','41626966731','2021-07-22 18:13:26',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7452,'1110','41626966875','2021-07-22 18:23:51',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7453,'1110','41626966875','2021-07-22 18:23:51',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7454,'1110','41626966875','2021-07-22 18:23:51',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7455,'1110','41626966875','2021-07-22 18:23:51',NULL,1740.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(7456,'5500','41626966875','2021-07-22 18:23:51',3870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7457,'1000','41626966875','2021-07-22 18:23:51',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7458,'4000','41626966875','2021-07-22 18:23:51',NULL,1800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7459,'4000','41626966875','2021-07-22 18:23:51',NULL,950.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7460,'4000','41626966875','2021-07-22 18:23:51',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7461,'4000','41626966875','2021-07-22 18:23:51',NULL,1950.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7462,'1110','41626967436','2021-07-22 18:25:18',NULL,240.00,'','4','1','Inventory sold','1','','sales','316','','No',NULL,NULL,''),(7463,'5500','41626967436','2021-07-22 18:25:18',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7464,'1000','41626967436','2021-07-22 18:25:18',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7465,'4000','41626967436','2021-07-22 18:25:18',NULL,1000.00,'','4','1','Good sold','1','','sales','316','','No',NULL,NULL,''),(7466,'1110','41626967533','2021-07-22 18:27:26',NULL,5100.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(7467,'5500','41626967533','2021-07-22 18:27:26',5100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7468,'1000','41626967533','2021-07-22 18:27:26',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7469,'4000','41626967533','2021-07-22 18:27:26',NULL,7999.80,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(7470,'1110','41626967679','2021-07-22 18:28:42',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7471,'5500','41626967679','2021-07-22 18:28:42',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7472,'1000','41626967679','2021-07-22 18:28:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7473,'4000','41626967679','2021-07-22 18:28:42',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7474,'1110','41626967962','2021-07-22 18:33:51',NULL,585.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7475,'5500','41626967962','2021-07-22 18:33:51',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7476,'1000','41626967962','2021-07-22 18:33:51',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7477,'4000','41626967962','2021-07-22 18:33:51',NULL,900.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7478,'1110','41626968036','2021-07-22 18:35:43',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7479,'1110','41626968036','2021-07-22 18:35:43',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(7480,'5500','41626968036','2021-07-22 18:35:43',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7481,'1000','41626968036','2021-07-22 18:35:43',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7482,'4000','41626968036','2021-07-22 18:35:43',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7483,'4000','41626968036','2021-07-22 18:35:43',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(7484,'1110','41626968160','2021-07-22 18:39:49',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7485,'1110','41626968160','2021-07-22 18:39:49',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7486,'5500','41626968160','2021-07-22 18:39:49',2450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7487,'1000','41626968160','2021-07-22 18:39:49',2720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7488,'4000','41626968160','2021-07-22 18:39:49',NULL,2240.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7489,'4000','41626968160','2021-07-22 18:39:49',NULL,480.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7490,'1110','41626968508','2021-07-22 18:43:21',NULL,4500.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(7491,'5500','41626968508','2021-07-22 18:43:21',4500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7492,'1000','41626968508','2021-07-22 18:43:21',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7493,'4000','41626968508','2021-07-22 18:43:21',NULL,4800.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(7494,'1110','41626968606','2021-07-22 18:50:30',NULL,32040.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(7495,'1110','41626968606','2021-07-22 18:50:30',NULL,900.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(7496,'1110','41626968606','2021-07-22 18:50:30',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7497,'1110','41626968606','2021-07-22 18:50:30',NULL,2000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(7498,'1110','41626968606','2021-07-22 18:50:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7499,'5500','41626968606','2021-07-22 18:50:30',35062.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7500,'1000','41626968606','2021-07-22 18:50:30',42500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7501,'4000','41626968606','2021-07-22 18:50:30',NULL,34200.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(7502,'4000','41626968606','2021-07-22 18:50:30',NULL,1600.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7503,'4000','41626968606','2021-07-22 18:50:30',NULL,600.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7504,'4000','41626968606','2021-07-22 18:50:30',NULL,3000.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(7505,'4000','41626968606','2021-07-22 18:50:30',NULL,3100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7506,'1110','41626969081','2021-07-22 18:53:06',NULL,6720.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(7507,'1110','41626969081','2021-07-22 18:53:06',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(7508,'1110','41626969081','2021-07-22 18:53:06',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7509,'1110','41626969081','2021-07-22 18:53:06',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7510,'5500','41626969081','2021-07-22 18:53:06',10265.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7511,'1000','41626969081','2021-07-22 18:53:06',12050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7512,'4000','41626969081','2021-07-22 18:53:06',NULL,7600.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(7513,'4000','41626969081','2021-07-22 18:53:06',NULL,3700.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(7514,'4000','41626969081','2021-07-22 18:53:06',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7515,'4000','41626969081','2021-07-22 18:53:06',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7516,'1110','41626969194','2021-07-22 18:53:43',NULL,5220.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(7517,'5500','41626969194','2021-07-22 18:53:43',5220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7518,'1000','41626969194','2021-07-22 18:53:43',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7519,'4000','41626969194','2021-07-22 18:53:43',NULL,5199.60,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(7520,'1110','41626969230','2021-07-22 18:54:47',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7521,'1110','41626969230','2021-07-22 18:54:47',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7522,'5500','41626969230','2021-07-22 18:54:47',405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7523,'1000','41626969230','2021-07-22 18:54:47',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7524,'4000','41626969230','2021-07-22 18:54:47',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7525,'4000','41626969230','2021-07-22 18:54:47',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7526,'1110','41626969293','2021-07-22 18:55:34',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(7527,'5500','41626969293','2021-07-22 18:55:34',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7528,'1000','41626969293','2021-07-22 18:55:34',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7529,'4000','41626969293','2021-07-22 18:55:34',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(7530,'1110','41626969344','2021-07-22 18:56:40',NULL,9790.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(7531,'5500','41626969344','2021-07-22 18:56:40',9790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7532,'1000','41626969344','2021-07-22 18:56:40',10450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7533,'4000','41626969344','2021-07-22 18:56:40',NULL,10450.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(7534,'1110','41627031554','2021-07-23 12:21:58',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(7535,'1110','41627031554','2021-07-23 12:21:58',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7536,'1110','41627031554','2021-07-23 12:21:58',NULL,120.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(7537,'5500','41627031554','2021-07-23 12:21:58',1650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7538,'1000','41627031554','2021-07-23 12:21:58',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7539,'4000','41627031554','2021-07-23 12:21:58',NULL,900.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(7540,'4000','41627031554','2021-07-23 12:21:58',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7541,'4000','41627031554','2021-07-23 12:21:58',NULL,400.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(7542,'1110','41627032136','2021-07-23 12:25:11',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(7543,'1110','41627032136','2021-07-23 12:25:11',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7544,'5500','41627032136','2021-07-23 12:25:11',4630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7545,'1000','41627032136','2021-07-23 12:25:11',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7546,'4000','41627032136','2021-07-23 12:25:11',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(7547,'4000','41627032136','2021-07-23 12:25:11',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7548,'1110','41627032369','2021-07-23 12:28:30',NULL,650.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7549,'5500','41627032369','2021-07-23 12:28:30',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7550,'1000','41627032369','2021-07-23 12:28:30',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7551,'4000','41627032369','2021-07-23 12:28:30',NULL,800.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7552,'1110','41627032517','2021-07-23 12:39:10',NULL,2175.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7553,'1110','41627032517','2021-07-23 12:39:10',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7554,'5500','41627032517','2021-07-23 12:39:10',2325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7555,'1000','41627032517','2021-07-23 12:39:10',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7556,'4000','41627032517','2021-07-23 12:39:10',NULL,2400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7557,'4000','41627032517','2021-07-23 12:39:10',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7558,'1110','41627044833','2021-07-23 15:54:37',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(7559,'5500','41627044833','2021-07-23 15:54:37',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7560,'1000','41627044833','2021-07-23 15:54:37',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7561,'4000','41627044833','2021-07-23 15:54:37',NULL,2000.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(7562,'1110','41627044884','2021-07-23 15:56:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7563,'5500','41627044884','2021-07-23 15:56:46',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7564,'1000','41627044884','2021-07-23 15:56:46',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7565,'4000','41627044884','2021-07-23 15:56:46',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7566,'1110','41627045164','2021-07-23 16:00:27',NULL,6090.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(7567,'5500','41627045164','2021-07-23 16:00:27',6090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7568,'1000','41627045164','2021-07-23 16:00:27',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7569,'4000','41627045164','2021-07-23 16:00:27',NULL,6300.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(7570,'1110','41627045246','2021-07-23 16:01:46',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7571,'5500','41627045246','2021-07-23 16:01:46',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7572,'1000','41627045246','2021-07-23 16:01:46',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7573,'4000','41627045246','2021-07-23 16:01:46',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7574,'1110','41627045312','2021-07-23 16:04:35',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(7575,'1110','41627045312','2021-07-23 16:04:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7576,'5500','41627045312','2021-07-23 16:04:35',3052.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7577,'1000','41627045312','2021-07-23 16:04:35',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7578,'4000','41627045312','2021-07-23 16:04:35',NULL,3700.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(7579,'4000','41627045312','2021-07-23 16:04:35',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7580,'1110','41627045513','2021-07-23 16:06:32',NULL,3200.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(7581,'5500','41627045513','2021-07-23 16:06:32',3200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7582,'1000','41627045513','2021-07-23 16:06:32',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7583,'4000','41627045513','2021-07-23 16:06:32',NULL,3500.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(7584,'1110','41627045598','2021-07-23 16:07:33',NULL,1400.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7585,'5500','41627045598','2021-07-23 16:07:33',1400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7586,'1000','41627045598','2021-07-23 16:07:33',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7587,'4000','41627045598','2021-07-23 16:07:33',NULL,1700.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7588,'1110','41627045691','2021-07-23 17:48:26',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(7589,'1110','41627045691','2021-07-23 17:48:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(7590,'1110','41627045691','2021-07-23 17:48:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7591,'5500','41627045691','2021-07-23 17:48:26',312.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7592,'1000','41627045691','2021-07-23 17:48:26',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7593,'4000','41627045691','2021-07-23 17:48:26',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(7594,'4000','41627045691','2021-07-23 17:48:26',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(7595,'4000','41627045691','2021-07-23 17:48:26',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7596,'1110','41627051726','2021-07-23 17:50:10',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7597,'5500','41627051726','2021-07-23 17:50:10',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7598,'1000','41627051726','2021-07-23 17:50:10',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7599,'4000','41627051726','2021-07-23 17:50:10',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7600,'1110','41627051816','2021-07-23 17:51:46',NULL,8000.00,'','4','1','Inventory sold','1','','sales','235','','No',NULL,NULL,''),(7601,'5500','41627051816','2021-07-23 17:51:46',8000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7602,'1000','41627051816','2021-07-23 17:51:46',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7603,'4000','41627051816','2021-07-23 17:51:46',NULL,15000.00,'','4','1','Good sold','1','','sales','235','','No',NULL,NULL,''),(7604,'1110','41627051945','2021-07-23 17:56:42',NULL,19080.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7605,'5500','41627051945','2021-07-23 17:56:42',19080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7606,'1000','41627051945','2021-07-23 17:56:42',19800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7607,'4000','41627051945','2021-07-23 17:56:42',NULL,19800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7608,'1110','41627052207','2021-07-23 18:12:56',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7609,'5500','41627052207','2021-07-23 18:12:56',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7610,'1000','41627052207','2021-07-23 18:12:56',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7611,'4000','41627052207','2021-07-23 18:12:56',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7612,'1110','41627053181','2021-07-23 18:13:37',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7613,'5500','41627053181','2021-07-23 18:13:37',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7614,'1000','41627053181','2021-07-23 18:13:37',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7615,'4000','41627053181','2021-07-23 18:13:37',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7616,'1110','41627136857','2021-07-24 17:28:27',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7617,'5500','41627136857','2021-07-24 17:28:27',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7618,'1000','41627136857','2021-07-24 17:28:27',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7619,'4000','41627136857','2021-07-24 17:28:27',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7620,'1110','41627136914','2021-07-24 17:29:14',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7621,'5500','41627136914','2021-07-24 17:29:14',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7622,'1000','41627136914','2021-07-24 17:29:14',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7623,'4000','41627136914','2021-07-24 17:29:14',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7624,'1110','41627136971','2021-07-24 17:31:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7625,'5500','41627136971','2021-07-24 17:31:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7626,'1000','41627136971','2021-07-24 17:31:02',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7627,'4000','41627136971','2021-07-24 17:31:02',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7628,'1110','41627137103','2021-07-24 17:35:42',NULL,770.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(7629,'1110','41627137103','2021-07-24 17:35:42',NULL,300.00,'','4','1','Inventory sold','1','','sales','287','','No',NULL,NULL,''),(7630,'1110','41627137103','2021-07-24 17:35:42',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7631,'1110','41627137103','2021-07-24 17:35:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7632,'5500','41627137103','2021-07-24 17:35:42',9022.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7633,'1000','41627137103','2021-07-24 17:35:42',13250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7634,'4000','41627137103','2021-07-24 17:35:42',NULL,2100.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(7635,'4000','41627137103','2021-07-24 17:35:42',NULL,750.00,'','4','1','Good sold','1','','sales','287','','No',NULL,NULL,''),(7636,'4000','41627137103','2021-07-24 17:35:42',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7637,'4000','41627137103','2021-07-24 17:35:42',NULL,2150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7638,'1110','41627137437','2021-07-24 17:38:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7639,'5500','41627137437','2021-07-24 17:38:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7640,'1000','41627137437','2021-07-24 17:38:54',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7641,'4000','41627137437','2021-07-24 17:38:54',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7642,'1110','41627137564','2021-07-24 17:41:08',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7643,'1110','41627137564','2021-07-24 17:41:08',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(7644,'5500','41627137564','2021-07-24 17:41:08',8370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7645,'1000','41627137564','2021-07-24 17:41:08',9050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7646,'4000','41627137564','2021-07-24 17:41:08',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7647,'4000','41627137564','2021-07-24 17:41:08',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(7648,'1110','41627137677','2021-07-24 17:42:28',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7649,'5500','41627137677','2021-07-24 17:42:28',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7650,'1000','41627137677','2021-07-24 17:42:28',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7651,'4000','41627137677','2021-07-24 17:42:28',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7652,'1110','41627137762','2021-07-24 17:44:18',NULL,240.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(7653,'5500','41627137762','2021-07-24 17:44:18',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7654,'1000','41627137762','2021-07-24 17:44:18',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7655,'4000','41627137762','2021-07-24 17:44:18',NULL,300.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(7656,'1110','41627137863','2021-07-24 17:45:08',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7657,'5500','41627137863','2021-07-24 17:45:08',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7658,'1000','41627137863','2021-07-24 17:45:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7659,'4000','41627137863','2021-07-24 17:45:08',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7660,'1110','41627137916','2021-07-24 17:47:03',NULL,4494.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7661,'5500','41627137916','2021-07-24 17:47:03',4494.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7662,'1000','41627137916','2021-07-24 17:47:03',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7663,'4000','41627137916','2021-07-24 17:47:03',NULL,6300.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7664,'1110','41627138028','2021-07-24 17:57:49',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7665,'1110','41627138028','2021-07-24 17:57:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7666,'1110','41627138028','2021-07-24 17:57:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7667,'1110','41627138028','2021-07-24 17:57:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7668,'1110','41627138028','2021-07-24 17:57:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7669,'5500','41627138028','2021-07-24 17:57:49',1140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7670,'1000','41627138028','2021-07-24 17:57:49',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7671,'4000','41627138028','2021-07-24 17:57:49',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7672,'4000','41627138028','2021-07-24 17:57:49',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7673,'4000','41627138028','2021-07-24 17:57:49',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7674,'4000','41627138028','2021-07-24 17:57:49',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7675,'4000','41627138028','2021-07-24 17:57:49',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7676,'1110','41627138677','2021-07-24 18:00:14',NULL,7380.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7677,'5500','41627138677','2021-07-24 18:00:14',7380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7678,'1000','41627138677','2021-07-24 18:00:14',7680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7679,'4000','41627138677','2021-07-24 18:00:14',NULL,7680.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7680,'1110','41627138925','2021-07-24 18:02:46',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7681,'5500','41627138925','2021-07-24 18:02:46',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7682,'1000','41627138925','2021-07-24 18:02:46',3240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7683,'4000','41627138925','2021-07-24 18:02:46',NULL,3240.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7684,'1110','41627138977','2021-07-24 18:03:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(7685,'5500','41627138977','2021-07-24 18:03:27',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7686,'1000','41627138977','2021-07-24 18:03:27',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7687,'4000','41627138977','2021-07-24 18:03:27',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(7688,'1110','41627139013','2021-07-24 18:04:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7689,'5500','41627139013','2021-07-24 18:04:00',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7690,'1000','41627139013','2021-07-24 18:04:00',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7691,'4000','41627139013','2021-07-24 18:04:00',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7692,'1110','41627296521','2021-07-26 13:49:43',NULL,190.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(7693,'5500','41627296521','2021-07-26 13:49:43',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7694,'1000','41627296521','2021-07-26 13:49:43',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7695,'4000','41627296521','2021-07-26 13:49:43',NULL,300.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(7696,'1110','41627296593','2021-07-26 13:51:13',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7697,'1110','41627296593','2021-07-26 13:51:13',NULL,100.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(7698,'5500','41627296593','2021-07-26 13:51:13',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7699,'1000','41627296593','2021-07-26 13:51:13',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7700,'4000','41627296593','2021-07-26 13:51:13',NULL,400.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7701,'4000','41627296593','2021-07-26 13:51:13',NULL,200.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(7702,'1110','41627296682','2021-07-26 13:53:15',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(7703,'1110','41627296682','2021-07-26 13:53:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7704,'5500','41627296682','2021-07-26 13:53:15',52.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7705,'1000','41627296682','2021-07-26 13:53:15',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7706,'4000','41627296682','2021-07-26 13:53:15',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(7707,'4000','41627296682','2021-07-26 13:53:15',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7708,'1110','41627296818','2021-07-26 13:54:41',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7709,'5500','41627296818','2021-07-26 13:54:41',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7710,'1000','41627296818','2021-07-26 13:54:41',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7711,'4000','41627296818','2021-07-26 13:54:41',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7712,'1110','41627296886','2021-07-26 13:55:34',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(7713,'5500','41627296886','2021-07-26 13:55:34',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7714,'1000','41627296886','2021-07-26 13:55:34',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7715,'4000','41627296886','2021-07-26 13:55:34',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(7716,'1110','41627296940','2021-07-26 13:57:46',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(7717,'5500','41627296940','2021-07-26 13:57:46',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7718,'1000','41627296940','2021-07-26 13:57:46',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7719,'4000','41627296940','2021-07-26 13:57:46',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(7720,'1110','41627297070','2021-07-26 13:59:02',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(7721,'1110','41627297070','2021-07-26 13:59:02',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(7722,'5500','41627297070','2021-07-26 13:59:02',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7723,'1000','41627297070','2021-07-26 13:59:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7724,'4000','41627297070','2021-07-26 13:59:02',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(7725,'4000','41627297070','2021-07-26 13:59:02',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(7726,'1110','41627297157','2021-07-26 14:00:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7727,'5500','41627297157','2021-07-26 14:00:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7728,'1000','41627297157','2021-07-26 14:00:03',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7729,'4000','41627297157','2021-07-26 14:00:03',NULL,30.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7730,'1110','41627297323','2021-07-26 14:03:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7731,'5500','41627297323','2021-07-26 14:03:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7732,'1000','41627297323','2021-07-26 14:03:10',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7733,'4000','41627297323','2021-07-26 14:03:10',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7734,'1110','41627297420','2021-07-26 14:06:59',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(7735,'1110','41627297420','2021-07-26 14:06:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7736,'5500','41627297420','2021-07-26 14:06:59',202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7737,'1000','41627297420','2021-07-26 14:06:59',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7738,'4000','41627297420','2021-07-26 14:06:59',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(7739,'4000','41627297420','2021-07-26 14:06:59',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7740,'1110','41627297821','2021-07-26 14:10:55',NULL,750.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7741,'5500','41627297821','2021-07-26 14:10:55',750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7742,'1000','41627297821','2021-07-26 14:10:55',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7743,'4000','41627297821','2021-07-26 14:10:55',NULL,1500.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7744,'1110','41627297886','2021-07-26 14:17:39',NULL,1200.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7745,'1110','41627297886','2021-07-26 14:17:39',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7746,'5500','41627297886','2021-07-26 14:17:39',1515.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7747,'1000','41627297886','2021-07-26 14:17:39',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7748,'4000','41627297886','2021-07-26 14:17:39',NULL,1600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7749,'4000','41627297886','2021-07-26 14:17:39',NULL,499.80,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7750,'1110','41627298277','2021-07-26 14:20:16',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7751,'1110','41627298277','2021-07-26 14:20:16',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7752,'5500','41627298277','2021-07-26 14:20:16',4320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7753,'1000','41627298277','2021-07-26 14:20:16',5300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7754,'4000','41627298277','2021-07-26 14:20:16',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7755,'4000','41627298277','2021-07-26 14:20:16',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7756,'1110','41627298770','2021-07-26 14:27:10',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7757,'5500','41627298770','2021-07-26 14:27:10',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7758,'1000','41627298770','2021-07-26 14:27:10',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7759,'4000','41627298770','2021-07-26 14:27:10',NULL,1000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7760,'1110','41627307733','2021-07-26 16:55:58',NULL,330.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7761,'5500','41627307733','2021-07-26 16:55:58',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7762,'1000','41627307733','2021-07-26 16:55:58',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7763,'4000','41627307733','2021-07-26 16:55:58',NULL,400.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7764,'1110','41627307769','2021-07-26 17:15:32',NULL,8988.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7765,'1110','41627307769','2021-07-26 17:15:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7766,'1110','41627307769','2021-07-26 17:15:32',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7767,'1110','41627307769','2021-07-26 17:15:32',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(7768,'1110','41627307769','2021-07-26 17:15:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7769,'1110','41627307769','2021-07-26 17:15:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(7770,'1110','41627307769','2021-07-26 17:15:32',NULL,1600.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7771,'1110','41627307769','2021-07-26 17:15:32',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7772,'5500','41627307769','2021-07-26 17:15:32',13018.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7773,'1000','41627307769','2021-07-26 17:15:32',18500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7774,'4000','41627307769','2021-07-26 17:15:32',NULL,12600.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7775,'4000','41627307769','2021-07-26 17:15:32',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7776,'4000','41627307769','2021-07-26 17:15:32',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7777,'4000','41627307769','2021-07-26 17:15:32',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7778,'4000','41627307769','2021-07-26 17:15:32',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7779,'4000','41627307769','2021-07-26 17:15:32',NULL,300.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(7780,'4000','41627307769','2021-07-26 17:15:32',NULL,2400.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7781,'4000','41627307769','2021-07-26 17:15:32',NULL,1100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7782,'1110','41627308940','2021-07-26 17:19:06',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7783,'1110','41627308940','2021-07-26 17:19:06',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(7784,'5500','41627308940','2021-07-26 17:19:06',1970.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7785,'1000','41627308940','2021-07-26 17:19:06',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7786,'4000','41627308940','2021-07-26 17:19:06',NULL,3000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7787,'4000','41627308940','2021-07-26 17:19:06',NULL,100.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(7788,'1110','41627309150','2021-07-26 17:21:31',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7789,'5500','41627309150','2021-07-26 17:21:31',4260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7790,'1000','41627309150','2021-07-26 17:21:31',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7791,'4000','41627309150','2021-07-26 17:21:31',NULL,4400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7792,'1110','41627309298','2021-07-26 17:23:43',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7793,'5500','41627309298','2021-07-26 17:23:43',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7794,'1000','41627309298','2021-07-26 17:23:43',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7795,'4000','41627309298','2021-07-26 17:23:43',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7796,'1110','41627309895','2021-07-26 17:33:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7797,'5500','41627309895','2021-07-26 17:33:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7798,'1000','41627309895','2021-07-26 17:33:17',1640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7799,'4000','41627309895','2021-07-26 17:33:17',NULL,1640.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7800,'1110','41627310037','2021-07-26 17:36:22',NULL,5120.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7801,'1110','41627310037','2021-07-26 17:36:22',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7802,'1110','41627310037','2021-07-26 17:36:22',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7803,'1110','41627310037','2021-07-26 17:36:22',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7804,'5500','41627310037','2021-07-26 17:36:22',5630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7805,'1000','41627310037','2021-07-26 17:36:22',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7806,'4000','41627310037','2021-07-26 17:36:22',NULL,6000.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7807,'4000','41627310037','2021-07-26 17:36:22',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7808,'4000','41627310037','2021-07-26 17:36:22',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7809,'4000','41627310037','2021-07-26 17:36:22',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7810,'1110','41627310204','2021-07-26 17:37:31',NULL,12460.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(7811,'5500','41627310204','2021-07-26 17:37:31',12460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7812,'1000','41627310204','2021-07-26 17:37:31',12600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7813,'4000','41627310204','2021-07-26 17:37:31',NULL,12600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7814,'1110','41627310273','2021-07-26 17:38:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7815,'5500','41627310273','2021-07-26 17:38:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7816,'1000','41627310273','2021-07-26 17:38:58',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7817,'4000','41627310273','2021-07-26 17:38:58',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7818,'1110','41627375073','2021-07-27 11:39:17',NULL,260.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(7819,'5500','41627375073','2021-07-27 11:39:17',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7820,'1000','41627375073','2021-07-27 11:39:17',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7821,'4000','41627375073','2021-07-27 11:39:17',NULL,600.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(7822,'1110','41627375734','2021-07-27 11:49:29',NULL,2700.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7823,'5500','41627375734','2021-07-27 11:49:29',2700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7824,'1000','41627375734','2021-07-27 11:49:29',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7825,'4000','41627375734','2021-07-27 11:49:29',NULL,3200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7826,'1110','41627375929','2021-07-27 11:52:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7827,'5500','41627375929','2021-07-27 11:52:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7828,'1000','41627375929','2021-07-27 11:52:41',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7829,'4000','41627375929','2021-07-27 11:52:41',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7830,'1110','41627375990','2021-07-27 11:55:54',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7831,'1110','41627375990','2021-07-27 11:55:54',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7832,'1110','41627375990','2021-07-27 11:55:54',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(7833,'5500','41627375990','2021-07-27 11:55:54',6575.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7834,'1000','41627375990','2021-07-27 11:55:54',6650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7835,'4000','41627375990','2021-07-27 11:55:54',NULL,5250.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7836,'4000','41627375990','2021-07-27 11:55:54',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7837,'4000','41627375990','2021-07-27 11:55:54',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(7838,'1110','41627376180','2021-07-27 11:56:48',NULL,2900.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7839,'5500','41627376180','2021-07-27 11:56:48',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7840,'1000','41627376180','2021-07-27 11:56:48',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7841,'4000','41627376180','2021-07-27 11:56:48',NULL,3200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7842,'1110','41627376216','2021-07-27 11:58:22',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7843,'5500','41627376216','2021-07-27 11:58:22',2130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7844,'1000','41627376216','2021-07-27 11:58:22',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7845,'4000','41627376216','2021-07-27 11:58:22',NULL,2100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7846,'1110','41627376313','2021-07-27 11:59:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7847,'5500','41627376313','2021-07-27 11:59:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7848,'1000','41627376313','2021-07-27 11:59:37',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7849,'4000','41627376313','2021-07-27 11:59:37',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7850,'1110','41627376409','2021-07-27 12:09:55',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7851,'5500','41627376409','2021-07-27 12:09:55',1320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7852,'1000','41627376409','2021-07-27 12:09:55',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7853,'4000','41627376409','2021-07-27 12:09:55',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7854,'1110','41627377004','2021-07-27 12:10:32',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(7855,'5500','41627377004','2021-07-27 12:10:32',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7856,'1000','41627377004','2021-07-27 12:10:32',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7857,'4000','41627377004','2021-07-27 12:10:32',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(7858,'1110','41627394776','2021-07-27 17:17:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7859,'1110','41627394776','2021-07-27 17:17:32',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7860,'1110','41627394776','2021-07-27 17:17:32',NULL,120.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(7861,'5500','41627394776','2021-07-27 17:17:32',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7862,'1000','41627394776','2021-07-27 17:17:32',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7863,'4000','41627394776','2021-07-27 17:17:32',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7864,'4000','41627394776','2021-07-27 17:17:32',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7865,'4000','41627394776','2021-07-27 17:17:32',NULL,450.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(7866,'1110','41627395470','2021-07-27 17:18:59',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7867,'5500','41627395470','2021-07-27 17:18:59',520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7868,'1000','41627395470','2021-07-27 17:18:59',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7869,'4000','41627395470','2021-07-27 17:18:59',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7870,'1110','41627471007','2021-07-28 14:18:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7871,'5500','41627471007','2021-07-28 14:18:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7872,'1000','41627471007','2021-07-28 14:18:49',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7873,'4000','41627471007','2021-07-28 14:18:49',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7874,'1110','41627471194','2021-07-28 14:23:50',NULL,560.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(7875,'5500','41627471194','2021-07-28 14:23:50',560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7876,'1000','41627471194','2021-07-28 14:23:50',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7877,'4000','41627471194','2021-07-28 14:23:50',NULL,700.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(7878,'1110','41627480204','2021-07-28 16:52:22',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(7879,'5500','41627480204','2021-07-28 16:52:22',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7880,'1000','41627480204','2021-07-28 16:52:22',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7881,'4000','41627480204','2021-07-28 16:52:22',NULL,250.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(7882,'1110','41627480391','2021-07-28 16:55:29',NULL,11570.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(7883,'1110','41627480391','2021-07-28 16:55:29',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7884,'5500','41627480391','2021-07-28 16:55:29',11795.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7885,'1000','41627480391','2021-07-28 16:55:29',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7886,'4000','41627480391','2021-07-28 16:55:29',NULL,11700.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7887,'4000','41627480391','2021-07-28 16:55:29',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7888,'1110','41627480558','2021-07-28 17:01:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7889,'1110','41627480558','2021-07-28 17:01:47',NULL,330.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(7890,'5500','41627480558','2021-07-28 17:01:47',332.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7891,'1000','41627480558','2021-07-28 17:01:47',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7892,'4000','41627480558','2021-07-28 17:01:47',NULL,4200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7893,'4000','41627480558','2021-07-28 17:01:47',NULL,900.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(7894,'1110','41627480957','2021-07-28 17:03:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7895,'5500','41627480957','2021-07-28 17:03:26',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7896,'1000','41627480957','2021-07-28 17:03:26',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7897,'4000','41627480957','2021-07-28 17:03:26',NULL,1200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7898,'1110','41627482076','2021-07-28 17:23:35',NULL,34125.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(7899,'1110','41627482076','2021-07-28 17:23:35',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7900,'1110','41627482076','2021-07-28 17:23:35',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7901,'5500','41627482076','2021-07-28 17:23:35',34935.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7902,'1000','41627482076','2021-07-28 17:23:35',38900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7903,'4000','41627482076','2021-07-28 17:23:35',NULL,37800.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(7904,'4000','41627482076','2021-07-28 17:23:35',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7905,'4000','41627482076','2021-07-28 17:23:35',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7906,'1110','41627482265','2021-07-28 17:28:17',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7907,'5500','41627482265','2021-07-28 17:28:17',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7908,'1000','41627482265','2021-07-28 17:28:17',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7909,'4000','41627482265','2021-07-28 17:28:17',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7910,'1110','41627482511','2021-07-28 17:30:30',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7911,'5500','41627482511','2021-07-28 17:30:30',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7912,'1000','41627482511','2021-07-28 17:30:30',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7913,'4000','41627482511','2021-07-28 17:30:30',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7914,'1110','41627482634','2021-07-28 17:30:55',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(7915,'5500','41627482634','2021-07-28 17:30:55',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7916,'1000','41627482634','2021-07-28 17:30:55',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7917,'4000','41627482634','2021-07-28 17:30:55',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(7918,'1110','41627482662','2021-07-28 17:31:50',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(7919,'5500','41627482662','2021-07-28 17:31:50',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7920,'1000','41627482662','2021-07-28 17:31:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7921,'4000','41627482662','2021-07-28 17:31:50',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(7922,'1110','41627482720','2021-07-28 17:33:08',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(7923,'5500','41627482720','2021-07-28 17:33:08',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7924,'1000','41627482720','2021-07-28 17:33:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7925,'4000','41627482720','2021-07-28 17:33:08',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(7926,'1110','41627482811','2021-07-28 17:34:06',NULL,2610.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(7927,'5500','41627482811','2021-07-28 17:34:06',2610.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7928,'1000','41627482811','2021-07-28 17:34:06',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7929,'4000','41627482811','2021-07-28 17:34:06',NULL,2700.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(7930,'1110','41627535308','2021-07-29 08:10:32',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7931,'1110','41627535308','2021-07-29 08:10:32',NULL,930.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(7932,'5500','41627535308','2021-07-29 08:10:32',4640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7933,'1000','41627535308','2021-07-29 08:10:32',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7934,'4000','41627535308','2021-07-29 08:10:32',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7935,'4000','41627535308','2021-07-29 08:10:32',NULL,1249.50,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7936,'1110','41627535443','2021-07-29 08:12:11',NULL,5120.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7937,'1110','41627535443','2021-07-29 08:12:11',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7938,'1110','41627535443','2021-07-29 08:12:11',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7939,'5500','41627535443','2021-07-29 08:12:11',11810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7940,'1000','41627535443','2021-07-29 08:12:11',12300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7941,'4000','41627535443','2021-07-29 08:12:11',NULL,5600.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7942,'4000','41627535443','2021-07-29 08:12:11',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7943,'4000','41627535443','2021-07-29 08:12:11',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7944,'1110','41627566479','2021-07-29 16:49:46',NULL,2400.00,'','4','1','Inventory sold','1','','sales','222','','No',NULL,NULL,''),(7945,'5500','41627566479','2021-07-29 16:49:46',2400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7946,'1000','41627566479','2021-07-29 16:49:46',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7947,'4000','41627566479','2021-07-29 16:49:46',NULL,2700.00,'','4','1','Good sold','1','','sales','222','','No',NULL,NULL,''),(7948,'1110','41627566594','2021-07-29 16:58:35',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(7949,'1110','41627566594','2021-07-29 16:58:35',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(7950,'1110','41627566594','2021-07-29 16:58:35',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7951,'5500','41627566594','2021-07-29 16:58:35',8300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7952,'1000','41627566594','2021-07-29 16:58:35',9800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7953,'4000','41627566594','2021-07-29 16:58:35',NULL,5800.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7954,'4000','41627566594','2021-07-29 16:58:35',NULL,3700.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(7955,'4000','41627566594','2021-07-29 16:58:35',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7956,'1110','41627567134','2021-07-29 17:03:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(7957,'1110','41627567134','2021-07-29 17:03:05',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7958,'5500','41627567134','2021-07-29 17:03:05',1555.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7959,'1000','41627567134','2021-07-29 17:03:05',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7960,'4000','41627567134','2021-07-29 17:03:05',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7961,'4000','41627567134','2021-07-29 17:03:05',NULL,1600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7962,'1110','41627567391','2021-07-29 17:05:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(7963,'1110','41627567391','2021-07-29 17:05:52',NULL,2460.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(7964,'1110','41627567391','2021-07-29 17:05:52',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7965,'1110','41627567391','2021-07-29 17:05:52',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7966,'5500','41627567391','2021-07-29 17:05:52',10562.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7967,'1000','41627567391','2021-07-29 17:05:52',11250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7968,'4000','41627567391','2021-07-29 17:05:52',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(7969,'4000','41627567391','2021-07-29 17:05:52',NULL,2600.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(7970,'4000','41627567391','2021-07-29 17:05:52',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7971,'4000','41627567391','2021-07-29 17:05:52',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7972,'1110','41627567591','2021-07-29 17:08:25',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7973,'1110','41627567591','2021-07-29 17:08:25',NULL,200.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(7974,'5500','41627567591','2021-07-29 17:08:25',8150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7975,'1000','41627567591','2021-07-29 17:08:25',9050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7976,'4000','41627567591','2021-07-29 17:08:25',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7977,'4000','41627567591','2021-07-29 17:08:25',NULL,800.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(7978,'1110','41627567779','2021-07-29 17:10:29',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(7979,'5500','41627567779','2021-07-29 17:10:29',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7980,'1000','41627567779','2021-07-29 17:10:29',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7981,'4000','41627567779','2021-07-29 17:10:29',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(7982,'1110','41627567834','2021-07-29 17:11:16',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7983,'5500','41627567834','2021-07-29 17:11:16',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7984,'1000','41627567834','2021-07-29 17:11:16',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7985,'4000','41627567834','2021-07-29 17:11:16',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7986,'1110','41627568360','2021-07-29 17:26:00',NULL,2520.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(7987,'1110','41627568360','2021-07-29 17:26:00',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(7988,'1110','41627568360','2021-07-29 17:26:00',NULL,1400.00,'','4','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(7989,'5500','41627568360','2021-07-29 17:26:00',5220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7990,'1000','41627568360','2021-07-29 17:26:00',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7991,'4000','41627568360','2021-07-29 17:26:00',NULL,8000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(7992,'4000','41627568360','2021-07-29 17:26:00',NULL,2200.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(7993,'4000','41627568360','2021-07-29 17:26:00',NULL,200.00,'','4','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(7994,'1110','41627568902','2021-07-29 17:29:19',NULL,1280.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7995,'1110','41627568902','2021-07-29 17:29:19',NULL,1065.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(7996,'5500','41627568902','2021-07-29 17:29:19',2345.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7997,'1000','41627568902','2021-07-29 17:29:19',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7998,'4000','41627568902','2021-07-29 17:29:19',NULL,1400.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7999,'4000','41627568902','2021-07-29 17:29:19',NULL,1050.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8000,'1110','41627569232','2021-07-29 17:43:40',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(8001,'5500','41627569232','2021-07-29 17:43:40',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8002,'1000','41627569232','2021-07-29 17:43:40',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8003,'4000','41627569232','2021-07-29 17:43:40',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(8004,'1110','41627652395','2021-07-30 16:40:42',NULL,400.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(8005,'5500','41627652395','2021-07-30 16:40:42',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8006,'1000','41627652395','2021-07-30 16:40:42',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8007,'4000','41627652395','2021-07-30 16:40:42',NULL,600.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(8008,'1110','41627652455','2021-07-30 16:41:12',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(8009,'5500','41627652455','2021-07-30 16:41:12',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8010,'1000','41627652455','2021-07-30 16:41:12',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8011,'4000','41627652455','2021-07-30 16:41:12',NULL,500.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(8012,'1110','41627652481','2021-07-30 16:42:13',NULL,3960.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8013,'5500','41627652481','2021-07-30 16:42:13',3960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8014,'1000','41627652481','2021-07-30 16:42:13',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8015,'4000','41627652481','2021-07-30 16:42:13',NULL,5400.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8016,'1110','41627652544','2021-07-30 16:44:24',NULL,1600.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(8017,'1110','41627652544','2021-07-30 16:44:24',NULL,1400.00,'','4','1','Inventory sold','1','','sales','179','','No',NULL,NULL,''),(8018,'5500','41627652544','2021-07-30 16:44:24',3000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8019,'1000','41627652544','2021-07-30 16:44:24',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8020,'4000','41627652544','2021-07-30 16:44:24',NULL,2600.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(8021,'4000','41627652544','2021-07-30 16:44:24',NULL,2400.00,'','4','1','Good sold','1','','sales','179','','No',NULL,NULL,''),(8022,'1110','41627652680','2021-07-30 16:54:32',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(8023,'1110','41627652680','2021-07-30 16:54:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8024,'5500','41627652680','2021-07-30 16:54:32',242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8025,'1000','41627652680','2021-07-30 16:54:32',605.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8026,'4000','41627652680','2021-07-30 16:54:32',NULL,600.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(8027,'4000','41627652680','2021-07-30 16:54:32',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8028,'1110','41627653311','2021-07-30 16:57:25',NULL,2880.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(8029,'1110','41627653311','2021-07-30 16:57:25',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8030,'5500','41627653311','2021-07-30 16:57:25',3870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8031,'1000','41627653311','2021-07-30 16:57:25',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8032,'4000','41627653311','2021-07-30 16:57:25',NULL,3600.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(8033,'4000','41627653311','2021-07-30 16:57:25',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8034,'1110','41627653456','2021-07-30 17:03:28',NULL,10680.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(8035,'1110','41627653456','2021-07-30 17:03:28',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8036,'1110','41627653456','2021-07-30 17:03:28',NULL,160.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(8037,'1110','41627653456','2021-07-30 17:03:28',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(8038,'5500','41627653456','2021-07-30 17:03:28',14790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8039,'1000','41627653456','2021-07-30 17:03:28',16550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8040,'4000','41627653456','2021-07-30 17:03:28',NULL,11400.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(8041,'4000','41627653456','2021-07-30 17:03:28',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8042,'4000','41627653456','2021-07-30 17:03:28',NULL,600.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(8043,'4000','41627653456','2021-07-30 17:03:28',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(8044,'1110','41627654995','2021-07-30 17:23:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8045,'5500','41627654995','2021-07-30 17:23:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8046,'1000','41627654995','2021-07-30 17:23:48',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8047,'4000','41627654995','2021-07-30 17:23:48',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8048,'1110','41627655063','2021-07-30 17:25:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8049,'1110','41627655063','2021-07-30 17:25:55',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8050,'1110','41627655063','2021-07-30 17:25:55',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(8051,'5500','41627655063','2021-07-30 17:25:55',2362.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8052,'1000','41627655063','2021-07-30 17:25:55',2930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8053,'4000','41627655063','2021-07-30 17:25:55',NULL,30.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8054,'4000','41627655063','2021-07-30 17:25:55',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8055,'4000','41627655063','2021-07-30 17:25:55',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(8056,'1110','41627655184','2021-07-30 17:27:18',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(8057,'5500','41627655184','2021-07-30 17:27:18',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8058,'1000','41627655184','2021-07-30 17:27:18',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8059,'4000','41627655184','2021-07-30 17:27:18',NULL,450.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(8060,'1110','41627655255','2021-07-30 17:28:21',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8061,'5500','41627655255','2021-07-30 17:28:21',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8062,'1000','41627655255','2021-07-30 17:28:21',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8063,'4000','41627655255','2021-07-30 17:28:21',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8064,'1110','41627655314','2021-07-30 17:28:56',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8065,'5500','41627655314','2021-07-30 17:28:56',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8066,'1000','41627655314','2021-07-30 17:28:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8067,'4000','41627655314','2021-07-30 17:28:56',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8068,'1110','41627655955','2021-07-30 17:40:10',NULL,3650.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8069,'5500','41627655955','2021-07-30 17:40:10',3650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8070,'1000','41627655955','2021-07-30 17:40:10',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8071,'4000','41627655955','2021-07-30 17:40:10',NULL,4000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8072,'1110','41627656019','2021-07-30 17:41:49',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8073,'1110','41627656019','2021-07-30 17:41:49',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8074,'5500','41627656019','2021-07-30 17:41:49',765.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8075,'1000','41627656019','2021-07-30 17:41:49',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8076,'4000','41627656019','2021-07-30 17:41:49',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8077,'4000','41627656019','2021-07-30 17:41:49',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8078,'1110','41627656114','2021-07-30 17:42:35',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8079,'5500','41627656114','2021-07-30 17:42:35',1980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8080,'1000','41627656114','2021-07-30 17:42:35',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8081,'4000','41627656114','2021-07-30 17:42:35',NULL,2700.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8082,'1110','41627656165','2021-07-30 17:52:03',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8083,'5500','41627656165','2021-07-30 17:52:03',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8084,'1000','41627656165','2021-07-30 17:52:03',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8085,'4000','41627656165','2021-07-30 17:52:03',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8086,'1110','41627657013','2021-07-30 17:57:38',NULL,10620.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8087,'5500','41627657013','2021-07-30 17:57:38',10620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8088,'1000','41627657013','2021-07-30 17:57:38',11520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8089,'4000','41627657013','2021-07-30 17:57:38',NULL,11520.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8090,'1110','41627657074','2021-07-30 18:02:54',NULL,6960.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(8091,'5500','41627657074','2021-07-30 18:02:54',6960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8092,'1000','41627657074','2021-07-30 18:02:54',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8093,'4000','41627657074','2021-07-30 18:02:54',NULL,7200.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(8094,'1110','41627709368','2021-07-30 08:31:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8095,'5500','41627709368','2021-07-30 08:31:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8096,'1000','41627709368','2021-07-30 08:31:05',545.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8097,'4000','41627709368','2021-07-30 08:31:05',NULL,545.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8098,'1110','41627730917','2021-07-31 14:29:47',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8099,'5500','41627730917','2021-07-31 14:29:47',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8100,'1000','41627730917','2021-07-31 14:29:47',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8101,'4000','41627730917','2021-07-31 14:29:47',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8102,'1110','41627730996','2021-07-31 14:30:48',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(8103,'5500','41627730996','2021-07-31 14:30:48',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8104,'1000','41627730996','2021-07-31 14:30:48',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8105,'4000','41627730996','2021-07-31 14:30:48',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(8106,'1110','41627731053','2021-07-31 14:36:43',NULL,1050.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(8107,'1110','41627731053','2021-07-31 14:36:43',NULL,2300.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(8108,'1110','41627731053','2021-07-31 14:36:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8109,'1110','41627731053','2021-07-31 14:36:43',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(8110,'5500','41627731053','2021-07-31 14:36:43',3802.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8111,'1000','41627731053','2021-07-31 14:36:43',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8112,'4000','41627731053','2021-07-31 14:36:43',NULL,1350.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(8113,'4000','41627731053','2021-07-31 14:36:43',NULL,2600.00,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(8114,'4000','41627731053','2021-07-31 14:36:43',NULL,950.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8115,'4000','41627731053','2021-07-31 14:36:43',NULL,600.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(8116,'1110','41627731465','2021-07-31 14:38:25',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8117,'5500','41627731465','2021-07-31 14:38:25',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8118,'1000','41627731465','2021-07-31 14:38:25',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8119,'4000','41627731465','2021-07-31 14:38:25',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8120,'1110','41627731514','2021-07-31 14:38:55',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(8121,'5500','41627731514','2021-07-31 14:38:55',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8122,'1000','41627731514','2021-07-31 14:38:55',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8123,'4000','41627731514','2021-07-31 14:38:55',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(8124,'1110','41627731541','2021-07-31 14:40:54',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8125,'1110','41627731541','2021-07-31 14:40:54',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8126,'5500','41627731541','2021-07-31 14:40:54',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8127,'1000','41627731541','2021-07-31 14:40:54',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8128,'4000','41627731541','2021-07-31 14:40:54',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8129,'4000','41627731541','2021-07-31 14:40:54',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8130,'1110','41627731662','2021-07-31 14:43:08',NULL,12980.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(8131,'5500','41627731662','2021-07-31 14:43:08',12980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8132,'1000','41627731662','2021-07-31 14:43:08',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8133,'4000','41627731662','2021-07-31 14:43:08',NULL,13999.92,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(8134,'1110','41627731792','2021-07-31 14:43:54',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8135,'5500','41627731792','2021-07-31 14:43:54',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8136,'1000','41627731792','2021-07-31 14:43:54',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8137,'4000','41627731792','2021-07-31 14:43:54',NULL,220.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8138,'1110','41627731846','2021-07-31 14:44:44',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8139,'5500','41627731846','2021-07-31 14:44:44',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8140,'1000','41627731846','2021-07-31 14:44:44',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8141,'4000','41627731846','2021-07-31 14:44:44',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8142,'1110','41627731889','2021-07-31 14:46:28',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8143,'1110','41627731889','2021-07-31 14:46:28',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8144,'5500','41627731889','2021-07-31 14:46:28',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8145,'1000','41627731889','2021-07-31 14:46:28',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8146,'4000','41627731889','2021-07-31 14:46:28',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8147,'4000','41627731889','2021-07-31 14:46:28',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8148,'1110','41627731993','2021-07-31 14:47:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8149,'5500','41627731993','2021-07-31 14:47:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8150,'1000','41627731993','2021-07-31 14:47:58',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8151,'4000','41627731993','2021-07-31 14:47:58',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8152,'1110','41627732110','2021-07-31 14:50:36',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(8153,'5500','41627732110','2021-07-31 14:50:36',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8154,'1000','41627732110','2021-07-31 14:50:36',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8155,'4000','41627732110','2021-07-31 14:50:36',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(8156,'1110','41627732268','2021-07-31 14:51:49',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(8157,'1110','41627732268','2021-07-31 14:51:49',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8158,'5500','41627732268','2021-07-31 14:51:49',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8159,'1000','41627732268','2021-07-31 14:51:49',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8160,'4000','41627732268','2021-07-31 14:51:49',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(8161,'4000','41627732268','2021-07-31 14:51:49',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8162,'1110','41627742560','2021-07-31 17:45:38',NULL,157.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8163,'1110','41627742560','2021-07-31 17:45:38',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8164,'1110','41627742560','2021-07-31 17:45:38',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8165,'5500','41627742560','2021-07-31 17:45:38',412.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8166,'1000','41627742560','2021-07-31 17:45:38',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8167,'4000','41627742560','2021-07-31 17:45:38',NULL,249.90,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8168,'4000','41627742560','2021-07-31 17:45:38',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8169,'4000','41627742560','2021-07-31 17:45:38',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8170,'1110','41627742746','2021-07-31 17:49:28',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8171,'1110','41627742746','2021-07-31 17:49:28',NULL,2140.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8172,'1110','41627742746','2021-07-31 17:49:28',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8173,'1110','41627742746','2021-07-31 17:49:28',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8174,'5500','41627742746','2021-07-31 17:49:28',7330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8175,'1000','41627742746','2021-07-31 17:49:28',7900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8176,'4000','41627742746','2021-07-31 17:49:28',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8177,'4000','41627742746','2021-07-31 17:49:28',NULL,2200.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8178,'4000','41627742746','2021-07-31 17:49:28',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8179,'4000','41627742746','2021-07-31 17:49:28',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8180,'1110','41627908613','2021-08-02 15:56:36',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(8181,'1110','41627908613','2021-08-02 15:56:36',NULL,700.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(8182,'5500','41627908613','2021-08-02 15:56:36',1000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8183,'1000','41627908613','2021-08-02 15:56:36',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8184,'4000','41627908613','2021-08-02 15:56:36',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(8185,'4000','41627908613','2021-08-02 15:56:36',NULL,800.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(8186,'1110','41627909016','2021-08-02 15:57:58',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8187,'5500','41627909016','2021-08-02 15:57:58',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8188,'1000','41627909016','2021-08-02 15:57:58',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8189,'4000','41627909016','2021-08-02 15:57:58',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8190,'1110','41627909112','2021-08-02 16:01:07',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(8191,'1110','41627909112','2021-08-02 16:01:07',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(8192,'5500','41627909112','2021-08-02 16:01:07',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8193,'1000','41627909112','2021-08-02 16:01:07',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8194,'4000','41627909112','2021-08-02 16:01:07',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(8195,'4000','41627909112','2021-08-02 16:01:07',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(8196,'1110','41627909280','2021-08-02 16:02:54',NULL,5136.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(8197,'5500','41627909280','2021-08-02 16:02:54',5136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8198,'1000','41627909280','2021-08-02 16:02:54',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8199,'4000','41627909280','2021-08-02 16:02:54',NULL,7600.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8200,'1110','41627909443','2021-08-02 16:04:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8201,'5500','41627909443','2021-08-02 16:04:45',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8202,'1000','41627909443','2021-08-02 16:04:45',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8203,'4000','41627909443','2021-08-02 16:04:45',NULL,60.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8204,'1110','41627909525','2021-08-02 16:10:09',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8205,'1110','41627909525','2021-08-02 16:10:09',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(8206,'5500','41627909525','2021-08-02 16:10:09',6010.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8207,'1000','41627909525','2021-08-02 16:10:09',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8208,'4000','41627909525','2021-08-02 16:10:09',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8209,'4000','41627909525','2021-08-02 16:10:09',NULL,6800.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(8210,'1110','41627909818','2021-08-02 16:16:18',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(8211,'1110','41627909818','2021-08-02 16:16:18',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8212,'5500','41627909818','2021-08-02 16:16:18',4240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8213,'1000','41627909818','2021-08-02 16:16:18',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8214,'4000','41627909818','2021-08-02 16:16:18',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(8215,'4000','41627909818','2021-08-02 16:16:18',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8216,'1110','41627910189','2021-08-02 16:24:54',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(8217,'5500','41627910189','2021-08-02 16:24:54',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8218,'1000','41627910189','2021-08-02 16:24:54',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8219,'4000','41627910189','2021-08-02 16:24:54',NULL,4000.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(8220,'1110','41627910739','2021-08-02 16:33:24',NULL,1800.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(8221,'5500','41627910739','2021-08-02 16:33:24',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8222,'1000','41627910739','2021-08-02 16:33:24',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8223,'4000','41627910739','2021-08-02 16:33:24',NULL,2200.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(8224,'1110','41627911208','2021-08-02 16:36:55',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(8225,'1110','41627911208','2021-08-02 16:36:55',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8226,'5500','41627911208','2021-08-02 16:36:55',3245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8227,'1000','41627911208','2021-08-02 16:36:55',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8228,'4000','41627911208','2021-08-02 16:36:55',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(8229,'4000','41627911208','2021-08-02 16:36:55',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8230,'1110','41627911431','2021-08-02 16:44:56',NULL,4290.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8231,'1110','41627911431','2021-08-02 16:44:56',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(8232,'5500','41627911431','2021-08-02 16:44:56',4420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8233,'1000','41627911431','2021-08-02 16:44:56',6310.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8234,'4000','41627911431','2021-08-02 16:44:56',NULL,6110.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8235,'4000','41627911431','2021-08-02 16:44:56',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(8236,'1110','41627911956','2021-08-02 16:47:52',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8237,'5500','41627911956','2021-08-02 16:47:52',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8238,'1000','41627911956','2021-08-02 16:47:52',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8239,'4000','41627911956','2021-08-02 16:47:52',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8240,'1110','41627912087','2021-08-02 16:49:11',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8241,'5500','41627912087','2021-08-02 16:49:11',4260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8242,'1000','41627912087','2021-08-02 16:49:11',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8243,'4000','41627912087','2021-08-02 16:49:11',NULL,4200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8244,'1110','41627912157','2021-08-02 16:52:30',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8245,'1110','41627912157','2021-08-02 16:52:30',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8246,'1110','41627912157','2021-08-02 16:52:30',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8247,'1110','41627912157','2021-08-02 16:52:30',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8248,'5500','41627912157','2021-08-02 16:52:30',285.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8249,'1000','41627912157','2021-08-02 16:52:30',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8250,'4000','41627912157','2021-08-02 16:52:30',NULL,170.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8251,'4000','41627912157','2021-08-02 16:52:30',NULL,90.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8252,'4000','41627912157','2021-08-02 16:52:30',NULL,90.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8253,'4000','41627912157','2021-08-02 16:52:30',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8254,'1110','41627912383','2021-08-02 16:53:58',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8255,'5500','41627912383','2021-08-02 16:53:58',4260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8256,'1000','41627912383','2021-08-02 16:53:58',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8257,'4000','41627912383','2021-08-02 16:53:58',NULL,4400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8258,'1110','41627912448','2021-08-02 16:54:38',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8259,'5500','41627912448','2021-08-02 16:54:38',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8260,'1000','41627912448','2021-08-02 16:54:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8261,'4000','41627912448','2021-08-02 16:54:38',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8262,'1110','41627912492','2021-08-02 17:00:08',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8263,'1110','41627912492','2021-08-02 17:00:08',NULL,1200.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(8264,'1110','41627912492','2021-08-02 17:00:08',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8265,'1110','41627912492','2021-08-02 17:00:08',NULL,735.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8266,'5500','41627912492','2021-08-02 17:00:08',4900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8267,'1000','41627912492','2021-08-02 17:00:08',6050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8268,'4000','41627912492','2021-08-02 17:00:08',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8269,'4000','41627912492','2021-08-02 17:00:08',NULL,1800.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(8270,'4000','41627912492','2021-08-02 17:00:08',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8271,'4000','41627912492','2021-08-02 17:00:08',NULL,1050.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8272,'1110','41627912820','2021-08-02 17:00:41',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(8273,'5500','41627912820','2021-08-02 17:00:41',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8274,'1000','41627912820','2021-08-02 17:00:41',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8275,'4000','41627912820','2021-08-02 17:00:41',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(8276,'1110','41627912853','2021-08-02 17:01:25',NULL,195.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(8277,'5500','41627912853','2021-08-02 17:01:25',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8278,'1000','41627912853','2021-08-02 17:01:25',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8279,'4000','41627912853','2021-08-02 17:01:25',NULL,600.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(8280,'1110','41627912898','2021-08-02 17:03:36',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8281,'1110','41627912898','2021-08-02 17:03:36',NULL,3540.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(8282,'5500','41627912898','2021-08-02 17:03:36',7800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8283,'1000','41627912898','2021-08-02 17:03:36',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8284,'4000','41627912898','2021-08-02 17:03:36',NULL,4200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8285,'4000','41627912898','2021-08-02 17:03:36',NULL,3799.80,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(8286,'1110','41627913021','2021-08-02 17:04:15',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8287,'5500','41627913021','2021-08-02 17:04:15',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8288,'1000','41627913021','2021-08-02 17:04:15',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8289,'4000','41627913021','2021-08-02 17:04:15',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8290,'1110','41627913103','2021-08-02 18:15:30',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(8291,'5500','41627913103','2021-08-02 18:15:30',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8292,'1000','41627913103','2021-08-02 18:15:30',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8293,'4000','41627913103','2021-08-02 18:15:30',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(8294,'1110','41627995049','2021-08-03 15:51:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8295,'5500','41627995049','2021-08-03 15:51:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8296,'1000','41627995049','2021-08-03 15:51:26',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8297,'4000','41627995049','2021-08-03 15:51:26',NULL,30.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8298,'1110','41627995154','2021-08-03 15:53:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8299,'5500','41627995154','2021-08-03 15:53:39',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8300,'1000','41627995154','2021-08-03 15:53:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8301,'4000','41627995154','2021-08-03 15:53:39',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8302,'1110','41627995271','2021-08-03 15:56:47',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8303,'1110','41627995271','2021-08-03 15:56:47',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(8304,'1110','41627995271','2021-08-03 15:56:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8305,'5500','41627995271','2021-08-03 15:56:47',562.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8306,'1000','41627995271','2021-08-03 15:56:47',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8307,'4000','41627995271','2021-08-03 15:56:47',NULL,600.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8308,'4000','41627995271','2021-08-03 15:56:47',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(8309,'4000','41627995271','2021-08-03 15:56:47',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8310,'1110','41627995442','2021-08-03 15:57:59',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8311,'5500','41627995442','2021-08-03 15:57:59',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8312,'1000','41627995442','2021-08-03 15:57:59',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8313,'4000','41627995442','2021-08-03 15:57:59',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8314,'1110','41627995698','2021-08-03 16:02:22',NULL,1780.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(8315,'5500','41627995698','2021-08-03 16:02:22',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8316,'1000','41627995698','2021-08-03 16:02:22',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8317,'4000','41627995698','2021-08-03 16:02:22',NULL,1900.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(8318,'1110','41627995747','2021-08-03 16:03:11',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(8319,'5500','41627995747','2021-08-03 16:03:11',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8320,'1000','41627995747','2021-08-03 16:03:11',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8321,'4000','41627995747','2021-08-03 16:03:11',NULL,100.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(8322,'1110','41627995806','2021-08-03 16:09:00',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(8323,'1110','41627995806','2021-08-03 16:09:00',NULL,1360.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(8324,'1110','41627995806','2021-08-03 16:09:00',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(8325,'1110','41627995806','2021-08-03 16:09:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8326,'5500','41627995806','2021-08-03 16:09:00',1962.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8327,'1000','41627995806','2021-08-03 16:09:00',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8328,'4000','41627995806','2021-08-03 16:09:00',NULL,250.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(8329,'4000','41627995806','2021-08-03 16:09:00',NULL,3400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(8330,'4000','41627995806','2021-08-03 16:09:00',NULL,450.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(8331,'4000','41627995806','2021-08-03 16:09:00',NULL,2600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8332,'1110','41627996220','2021-08-03 16:12:00',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8333,'5500','41627996220','2021-08-03 16:12:00',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8334,'1000','41627996220','2021-08-03 16:12:00',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8335,'4000','41627996220','2021-08-03 16:12:00',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8336,'1110','41627996384','2021-08-03 16:13:59',NULL,5040.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(8337,'5500','41627996384','2021-08-03 16:13:59',5040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8338,'1000','41627996384','2021-08-03 16:13:59',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8339,'4000','41627996384','2021-08-03 16:13:59',NULL,6000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(8340,'1110','41627996450','2021-08-03 16:15:03',NULL,1926.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(8341,'5500','41627996450','2021-08-03 16:15:03',1926.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8342,'1000','41627996450','2021-08-03 16:15:03',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8343,'4000','41627996450','2021-08-03 16:15:03',NULL,2799.90,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8344,'1110','41627996507','2021-08-03 16:15:42',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(8345,'1110','41627996507','2021-08-03 16:15:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(8346,'5500','41627996507','2021-08-03 16:15:42',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8347,'1000','41627996507','2021-08-03 16:15:42',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8348,'4000','41627996507','2021-08-03 16:15:42',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(8349,'4000','41627996507','2021-08-03 16:15:42',NULL,100.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(8350,'1110','41627996562','2021-08-03 16:17:35',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8351,'1110','41627996562','2021-08-03 16:17:35',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(8352,'1110','41627996562','2021-08-03 16:17:35',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(8353,'5500','41627996562','2021-08-03 16:17:35',2160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8354,'1000','41627996562','2021-08-03 16:17:35',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8355,'4000','41627996562','2021-08-03 16:17:35',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8356,'4000','41627996562','2021-08-03 16:17:35',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(8357,'4000','41627996562','2021-08-03 16:17:35',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(8358,'1110','41627996661','2021-08-03 16:20:07',NULL,2140.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8359,'1110','41627996661','2021-08-03 16:20:07',NULL,1020.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8360,'5500','41627996661','2021-08-03 16:20:07',3160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8361,'1000','41627996661','2021-08-03 16:20:07',3350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8362,'4000','41627996661','2021-08-03 16:20:07',NULL,2200.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8363,'4000','41627996661','2021-08-03 16:20:07',NULL,1150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8364,'1110','41628002021','2021-08-03 17:49:36',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(8365,'1110','41628002021','2021-08-03 17:49:36',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8366,'5500','41628002021','2021-08-03 17:49:36',13250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8367,'1000','41628002021','2021-08-03 17:49:36',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8368,'4000','41628002021','2021-08-03 17:49:36',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(8369,'4000','41628002021','2021-08-03 17:49:36',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8370,'1110','41628002196','2021-08-03 18:15:43',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(8371,'1110','41628002196','2021-08-03 18:15:43',NULL,25.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(8372,'5500','41628002196','2021-08-03 18:15:43',145.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8373,'1000','41628002196','2021-08-03 18:15:43',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8374,'4000','41628002196','2021-08-03 18:15:43',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(8375,'4000','41628002196','2021-08-03 18:15:43',NULL,50.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(8376,'1110','41628083600','2021-08-04 16:28:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8377,'5500','41628083600','2021-08-04 16:28:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8378,'1000','41628083600','2021-08-04 16:28:02',5.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8379,'4000','41628083600','2021-08-04 16:28:02',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8380,'1110','41628083718','2021-08-04 16:30:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8381,'1110','41628083718','2021-08-04 16:30:40',NULL,180.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(8382,'1110','41628083718','2021-08-04 16:30:40',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8383,'5500','41628083718','2021-08-04 16:30:40',2302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8384,'1000','41628083718','2021-08-04 16:30:40',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8385,'4000','41628083718','2021-08-04 16:30:40',NULL,30.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8386,'4000','41628083718','2021-08-04 16:30:40',NULL,220.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(8387,'4000','41628083718','2021-08-04 16:30:40',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8388,'1110','41628083849','2021-08-04 16:32:47',NULL,4494.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(8389,'5500','41628083849','2021-08-04 16:32:47',4494.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8390,'1000','41628083849','2021-08-04 16:32:47',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8391,'4000','41628083849','2021-08-04 16:32:47',NULL,6499.99,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8392,'1110','41628083973','2021-08-04 16:34:04',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(8393,'1110','41628083973','2021-08-04 16:34:04',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8394,'5500','41628083973','2021-08-04 16:34:04',11920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8395,'1000','41628083973','2021-08-04 16:34:04',13400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8396,'4000','41628083973','2021-08-04 16:34:04',NULL,12600.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(8397,'4000','41628083973','2021-08-04 16:34:04',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8398,'1110','41628084054','2021-08-04 16:34:49',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(8399,'5500','41628084054','2021-08-04 16:34:49',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8400,'1000','41628084054','2021-08-04 16:34:49',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8401,'4000','41628084054','2021-08-04 16:34:49',NULL,450.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(8402,'1110','41628084095','2021-08-04 16:38:15',NULL,7260.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8403,'5500','41628084095','2021-08-04 16:38:15',7260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8404,'1000','41628084095','2021-08-04 16:38:15',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8405,'4000','41628084095','2021-08-04 16:38:15',NULL,9900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8406,'1110','41628084303','2021-08-04 16:38:43',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8407,'5500','41628084303','2021-08-04 16:38:43',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8408,'1000','41628084303','2021-08-04 16:38:43',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8409,'4000','41628084303','2021-08-04 16:38:43',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8410,'1110','41628084410','2021-08-04 16:40:54',NULL,4200.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8411,'5500','41628084410','2021-08-04 16:40:54',4200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8412,'1000','41628084410','2021-08-04 16:40:54',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8413,'4000','41628084410','2021-08-04 16:40:54',NULL,4800.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8414,'1110','41628084465','2021-08-04 16:41:34',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(8415,'5500','41628084465','2021-08-04 16:41:34',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8416,'1000','41628084465','2021-08-04 16:41:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8417,'4000','41628084465','2021-08-04 16:41:34',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(8418,'1110','41628084512','2021-08-04 16:43:21',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8419,'1110','41628084512','2021-08-04 16:43:21',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8420,'5500','41628084512','2021-08-04 16:43:21',1910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8421,'1000','41628084512','2021-08-04 16:43:21',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8422,'4000','41628084512','2021-08-04 16:43:21',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8423,'4000','41628084512','2021-08-04 16:43:21',NULL,450.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8424,'1110','41628084606','2021-08-04 17:34:40',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(8425,'1110','41628084606','2021-08-04 17:34:40',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(8426,'5500','41628084606','2021-08-04 17:34:40',5820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8427,'1000','41628084606','2021-08-04 17:34:40',6550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8428,'4000','41628084606','2021-08-04 17:34:40',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(8429,'4000','41628084606','2021-08-04 17:34:40',NULL,150.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(8430,'1110','41628087871','2021-08-04 17:41:24',NULL,7455.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8431,'1110','41628087871','2021-08-04 17:41:24',NULL,800.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(8432,'5500','41628087871','2021-08-04 17:41:24',8255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8433,'1000','41628087871','2021-08-04 17:41:24',8550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8434,'4000','41628087871','2021-08-04 17:41:24',NULL,7350.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8435,'4000','41628087871','2021-08-04 17:41:24',NULL,1200.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(8436,'1110','41628088090','2021-08-04 17:42:14',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(8437,'5500','41628088090','2021-08-04 17:42:14',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8438,'1000','41628088090','2021-08-04 17:42:14',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8439,'4000','41628088090','2021-08-04 17:42:14',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(8440,'1110','41628088139','2021-08-04 18:13:37',NULL,21200.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8441,'5500','41628088139','2021-08-04 18:13:37',21200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8442,'1000','41628088139','2021-08-04 18:13:37',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8443,'4000','41628088139','2021-08-04 18:13:37',NULL,22000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8444,'1110','41628169332','2021-08-05 16:16:38',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8445,'5500','41628169332','2021-08-05 16:16:38',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8446,'1000','41628169332','2021-08-05 16:16:38',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8447,'4000','41628169332','2021-08-05 16:16:38',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8448,'1110','41628169414','2021-08-05 16:21:52',NULL,630.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8449,'1110','41628169414','2021-08-05 16:21:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8450,'5500','41628169414','2021-08-05 16:21:52',632.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8451,'1000','41628169414','2021-08-05 16:21:52',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8452,'4000','41628169414','2021-08-05 16:21:52',NULL,900.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8453,'4000','41628169414','2021-08-05 16:21:52',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8454,'1110','41628169751','2021-08-05 16:22:53',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(8455,'5500','41628169751','2021-08-05 16:22:53',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8456,'1000','41628169751','2021-08-05 16:22:53',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8457,'4000','41628169751','2021-08-05 16:22:53',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(8458,'1110','41628169792','2021-08-05 16:24:03',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(8459,'5500','41628169792','2021-08-05 16:24:03',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8460,'1000','41628169792','2021-08-05 16:24:03',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8461,'4000','41628169792','2021-08-05 16:24:03',NULL,4300.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(8462,'1110','41628169848','2021-08-05 16:25:07',NULL,8700.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8463,'5500','41628169848','2021-08-05 16:25:07',8700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8464,'1000','41628169848','2021-08-05 16:25:07',10200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8465,'4000','41628169848','2021-08-05 16:25:07',NULL,10200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8466,'1110','41628169929','2021-08-05 16:33:41',NULL,3540.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8467,'1110','41628169929','2021-08-05 16:33:41',NULL,1560.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8468,'1110','41628169929','2021-08-05 16:33:41',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8469,'1110','41628169929','2021-08-05 16:33:41',NULL,8560.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8470,'1110','41628169929','2021-08-05 16:33:41',NULL,1020.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8471,'1110','41628169929','2021-08-05 16:33:41',NULL,760.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(8472,'1110','41628169929','2021-08-05 16:33:41',NULL,360.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(8473,'1110','41628169929','2021-08-05 16:33:41',NULL,4200.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(8474,'5500','41628169929','2021-08-05 16:33:41',20150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8475,'1000','41628169929','2021-08-05 16:33:41',20150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8476,'4000','41628169929','2021-08-05 16:33:41',NULL,3300.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8477,'4000','41628169929','2021-08-05 16:33:41',NULL,1800.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8478,'4000','41628169929','2021-08-05 16:33:41',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8479,'4000','41628169929','2021-08-05 16:33:41',NULL,8800.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8480,'4000','41628169929','2021-08-05 16:33:41',NULL,1100.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8481,'4000','41628169929','2021-08-05 16:33:41',NULL,1000.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8482,'4000','41628169929','2021-08-05 16:33:41',NULL,450.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(8483,'4000','41628169929','2021-08-05 16:33:41',NULL,3500.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(8484,'1110','41628170426','2021-08-05 16:34:45',NULL,1800.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(8485,'5500','41628170426','2021-08-05 16:34:45',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8486,'1000','41628170426','2021-08-05 16:34:45',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8487,'4000','41628170426','2021-08-05 16:34:45',NULL,2200.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(8488,'1110','41628170491','2021-08-05 16:35:49',NULL,420.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(8489,'5500','41628170491','2021-08-05 16:35:49',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8490,'1000','41628170491','2021-08-05 16:35:49',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8491,'4000','41628170491','2021-08-05 16:35:49',NULL,600.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(8492,'1110','41628170562','2021-08-05 16:37:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8493,'5500','41628170562','2021-08-05 16:37:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8494,'1000','41628170562','2021-08-05 16:37:22',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8495,'4000','41628170562','2021-08-05 16:37:22',NULL,60.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8496,'1110','41628228019','2021-08-05 08:34:16',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(8497,'5500','41628228019','2021-08-05 08:34:16',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8498,'1000','41628228019','2021-08-05 08:34:16',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8499,'4000','41628228019','2021-08-05 08:34:16',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(8500,'1110','41628259101','2021-08-06 17:12:17',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8501,'5500','41628259101','2021-08-06 17:12:17',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8502,'1000','41628259101','2021-08-06 17:12:17',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8503,'4000','41628259101','2021-08-06 17:12:17',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8504,'1110','41628259146','2021-08-06 17:13:11',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8505,'5500','41628259146','2021-08-06 17:13:11',4240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8506,'1000','41628259146','2021-08-06 17:13:11',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8507,'4000','41628259146','2021-08-06 17:13:11',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8508,'1110','41628259210','2021-08-06 17:14:05',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8509,'5500','41628259210','2021-08-06 17:14:05',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8510,'1000','41628259210','2021-08-06 17:14:05',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8511,'4000','41628259210','2021-08-06 17:14:05',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8512,'1110','41628259249','2021-08-06 17:14:36',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8513,'5500','41628259249','2021-08-06 17:14:36',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8514,'1000','41628259249','2021-08-06 17:14:36',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8515,'4000','41628259249','2021-08-06 17:14:36',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8516,'1110','41628259317','2021-08-06 17:15:45',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8517,'5500','41628259317','2021-08-06 17:15:45',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8518,'1000','41628259317','2021-08-06 17:15:45',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8519,'4000','41628259317','2021-08-06 17:15:45',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8520,'1110','41628259349','2021-08-06 17:16:22',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8521,'5500','41628259349','2021-08-06 17:16:22',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8522,'1000','41628259349','2021-08-06 17:16:22',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8523,'4000','41628259349','2021-08-06 17:16:22',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8524,'1110','41628259392','2021-08-06 17:24:49',NULL,15130.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(8525,'1110','41628259392','2021-08-06 17:24:49',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8526,'1110','41628259392','2021-08-06 17:24:49',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (8527,'1110','41628259392','2021-08-06 17:24:49',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8528,'1110','41628259392','2021-08-06 17:24:49',NULL,630.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(8529,'1110','41628259392','2021-08-06 17:24:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8530,'1110','41628259392','2021-08-06 17:24:49',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(8531,'1110','41628259392','2021-08-06 17:24:49',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(8532,'1110','41628259392','2021-08-06 17:24:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8533,'5500','41628259392','2021-08-06 17:24:49',17772.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8534,'1000','41628259392','2021-08-06 17:24:49',19500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8535,'4000','41628259392','2021-08-06 17:24:49',NULL,15300.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(8536,'4000','41628259392','2021-08-06 17:24:49',NULL,850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8537,'4000','41628259392','2021-08-06 17:24:49',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8538,'4000','41628259392','2021-08-06 17:24:49',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8539,'4000','41628259392','2021-08-06 17:24:49',NULL,900.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(8540,'4000','41628259392','2021-08-06 17:24:49',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8541,'4000','41628259392','2021-08-06 17:24:49',NULL,500.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(8542,'4000','41628259392','2021-08-06 17:24:49',NULL,300.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(8543,'4000','41628259392','2021-08-06 17:24:49',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8544,'1110','41628259921','2021-08-06 17:28:38',NULL,300.00,'','4','1','Inventory sold','1','','sales','302','','No',NULL,NULL,''),(8545,'1110','41628259921','2021-08-06 17:28:38',NULL,100.00,'','4','1','Inventory sold','1','','sales','304','','No',NULL,NULL,''),(8546,'1110','41628259921','2021-08-06 17:28:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8547,'5500','41628259921','2021-08-06 17:28:38',402.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8548,'1000','41628259921','2021-08-06 17:28:38',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8549,'4000','41628259921','2021-08-06 17:28:38',NULL,700.00,'','4','1','Good sold','1','','sales','302','','No',NULL,NULL,''),(8550,'4000','41628259921','2021-08-06 17:28:38',NULL,250.00,'','4','1','Good sold','1','','sales','304','','No',NULL,NULL,''),(8551,'4000','41628259921','2021-08-06 17:28:38',NULL,650.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8552,'1110','41628260231','2021-08-06 17:32:36',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8553,'1110','41628260231','2021-08-06 17:32:36',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8554,'1110','41628260231','2021-08-06 17:32:36',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8555,'5500','41628260231','2021-08-06 17:32:36',675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8556,'1000','41628260231','2021-08-06 17:32:36',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8557,'4000','41628260231','2021-08-06 17:32:36',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8558,'4000','41628260231','2021-08-06 17:32:36',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8559,'4000','41628260231','2021-08-06 17:32:36',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8560,'1110','41628260367','2021-08-06 17:35:09',NULL,5460.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(8561,'1110','41628260367','2021-08-06 17:35:09',NULL,2320.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8562,'5500','41628260367','2021-08-06 17:35:09',7780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8563,'1000','41628260367','2021-08-06 17:35:09',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8564,'4000','41628260367','2021-08-06 17:35:09',NULL,6300.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(8565,'4000','41628260367','2021-08-06 17:35:09',NULL,2700.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8566,'1110','41628260516','2021-08-06 17:35:45',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8567,'5500','41628260516','2021-08-06 17:35:45',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8568,'1000','41628260516','2021-08-06 17:35:45',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8569,'4000','41628260516','2021-08-06 17:35:45',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8570,'1110','41628260550','2021-08-06 17:37:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8571,'1110','41628260550','2021-08-06 17:37:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8572,'5500','41628260550','2021-08-06 17:37:05',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8573,'1000','41628260550','2021-08-06 17:37:05',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8574,'4000','41628260550','2021-08-06 17:37:05',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8575,'4000','41628260550','2021-08-06 17:37:05',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8576,'1110','41628260631','2021-08-06 17:38:34',NULL,4200.00,'','4','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(8577,'5500','41628260631','2021-08-06 17:38:34',4200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8578,'1000','41628260631','2021-08-06 17:38:34',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8579,'4000','41628260631','2021-08-06 17:38:34',NULL,600.00,'','4','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(8580,'1110','41628260726','2021-08-06 17:41:06',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(8581,'5500','41628260726','2021-08-06 17:41:06',1120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8582,'1000','41628260726','2021-08-06 17:41:06',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8583,'4000','41628260726','2021-08-06 17:41:06',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8584,'1110','41628260871','2021-08-06 17:42:59',NULL,2640.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8585,'1110','41628260871','2021-08-06 17:42:59',NULL,260.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(8586,'1110','41628260871','2021-08-06 17:42:59',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8587,'5500','41628260871','2021-08-06 17:42:59',3005.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8588,'1000','41628260871','2021-08-06 17:42:59',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8589,'4000','41628260871','2021-08-06 17:42:59',NULL,4000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8590,'4000','41628260871','2021-08-06 17:42:59',NULL,400.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(8591,'4000','41628260871','2021-08-06 17:42:59',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8592,'1110','41628260986','2021-08-06 18:15:27',NULL,1350.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(8593,'5500','41628260986','2021-08-06 18:15:27',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8594,'1000','41628260986','2021-08-06 18:15:27',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8595,'4000','41628260986','2021-08-06 18:15:27',NULL,3150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(8596,'1110','41628262932','2021-08-06 18:16:36',NULL,4350.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(8597,'5500','41628262932','2021-08-06 18:16:36',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8598,'1000','41628262932','2021-08-06 18:16:36',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8599,'4000','41628262932','2021-08-06 18:16:36',NULL,4750.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(8600,'1110','41628263003','2021-08-06 18:18:39',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8601,'5500','41628263003','2021-08-06 18:18:39',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8602,'1000','41628263003','2021-08-06 18:18:39',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8603,'4000','41628263003','2021-08-06 18:18:39',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8604,'1110','41628263254','2021-08-06 18:22:31',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(8605,'5500','41628263254','2021-08-06 18:22:31',5880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8606,'1000','41628263254','2021-08-06 18:22:31',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8607,'4000','41628263254','2021-08-06 18:22:31',NULL,7000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(8608,'1110','41628339463','2021-08-07 15:36:29',NULL,3200.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8609,'1110','41628339463','2021-08-07 15:36:29',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(8610,'1110','41628339463','2021-08-07 15:36:29',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8611,'1110','41628339463','2021-08-07 15:36:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8612,'5500','41628339463','2021-08-07 15:36:29',6882.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8613,'1000','41628339463','2021-08-07 15:36:29',7550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8614,'4000','41628339463','2021-08-07 15:36:29',NULL,3500.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8615,'4000','41628339463','2021-08-07 15:36:29',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(8616,'4000','41628339463','2021-08-07 15:36:29',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8617,'4000','41628339463','2021-08-07 15:36:29',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8618,'1110','41628339802','2021-08-07 15:37:30',NULL,1160.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8619,'5500','41628339802','2021-08-07 15:37:30',1160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8620,'1000','41628339802','2021-08-07 15:37:30',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8621,'4000','41628339802','2021-08-07 15:37:30',NULL,1200.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8622,'1110','41628339858','2021-08-07 15:39:40',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(8623,'5500','41628339858','2021-08-07 15:39:40',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8624,'1000','41628339858','2021-08-07 15:39:40',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8625,'4000','41628339858','2021-08-07 15:39:40',NULL,249.90,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(8626,'1110','41628339985','2021-08-07 15:40:24',NULL,10070.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8627,'5500','41628339985','2021-08-07 15:40:24',10070.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8628,'1000','41628339985','2021-08-07 15:40:24',10450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8629,'4000','41628339985','2021-08-07 15:40:24',NULL,10450.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8630,'1110','41628340037','2021-08-07 15:41:22',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8631,'5500','41628340037','2021-08-07 15:41:22',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8632,'1000','41628340037','2021-08-07 15:41:22',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8633,'4000','41628340037','2021-08-07 15:41:22',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8634,'1110','41628342467','2021-08-07 17:45:09',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8635,'5500','41628342467','2021-08-07 17:45:09',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8636,'1000','41628342467','2021-08-07 17:45:09',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8637,'4000','41628342467','2021-08-07 17:45:09',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8638,'1110','41628347574','2021-08-07 17:47:19',NULL,2900.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8639,'1110','41628347574','2021-08-07 17:47:19',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8640,'5500','41628347574','2021-08-07 17:47:19',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8641,'1000','41628347574','2021-08-07 17:47:19',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8642,'4000','41628347574','2021-08-07 17:47:19',NULL,3000.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8643,'4000','41628347574','2021-08-07 17:47:19',NULL,1600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8644,'1110','41628347671','2021-08-07 17:50:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','302','','No',NULL,NULL,''),(8645,'5500','41628347671','2021-08-07 17:50:43',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8646,'1000','41628347671','2021-08-07 17:50:43',280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8647,'4000','41628347671','2021-08-07 17:50:43',NULL,280.00,'','4','1','Good sold','1','','sales','302','','No',NULL,NULL,''),(8648,'1110','41628512946','2021-08-09 15:43:14',NULL,960.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8649,'5500','41628512946','2021-08-09 15:43:14',960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8650,'1000','41628512946','2021-08-09 15:43:14',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8651,'4000','41628512946','2021-08-09 15:43:14',NULL,1500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8652,'1110','41628513000','2021-08-09 15:44:17',NULL,6420.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8653,'5500','41628513000','2021-08-09 15:44:17',6420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8654,'1000','41628513000','2021-08-09 15:44:17',6480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8655,'4000','41628513000','2021-08-09 15:44:17',NULL,6480.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8656,'1110','41628513070','2021-08-09 15:45:11',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8657,'5500','41628513070','2021-08-09 15:45:11',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8658,'1000','41628513070','2021-08-09 15:45:11',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8659,'4000','41628513070','2021-08-09 15:45:11',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8660,'1110','41628513243','2021-08-09 16:03:41',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8661,'1110','41628513243','2021-08-09 16:03:41',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(8662,'1110','41628513243','2021-08-09 16:03:41',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8663,'1110','41628513243','2021-08-09 16:03:41',NULL,2160.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(8664,'5500','41628513243','2021-08-09 16:03:41',5080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8665,'1000','41628513243','2021-08-09 16:03:41',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8666,'4000','41628513243','2021-08-09 16:03:41',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8667,'4000','41628513243','2021-08-09 16:03:41',NULL,1000.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(8668,'4000','41628513243','2021-08-09 16:03:41',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8669,'4000','41628513243','2021-08-09 16:03:41',NULL,2700.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(8670,'1110','41628514227','2021-08-09 16:04:56',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(8671,'5500','41628514227','2021-08-09 16:04:56',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8672,'1000','41628514227','2021-08-09 16:04:56',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8673,'4000','41628514227','2021-08-09 16:04:56',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(8674,'1110','41628514302','2021-08-09 16:09:15',NULL,7260.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8675,'5500','41628514302','2021-08-09 16:09:15',7260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8676,'1000','41628514302','2021-08-09 16:09:15',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8677,'4000','41628514302','2021-08-09 16:09:15',NULL,9900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8678,'1110','41628514569','2021-08-09 16:12:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8679,'5500','41628514569','2021-08-09 16:12:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8680,'1000','41628514569','2021-08-09 16:12:06',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8681,'4000','41628514569','2021-08-09 16:12:06',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8682,'1110','41628514751','2021-08-09 16:16:14',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8683,'1110','41628514751','2021-08-09 16:16:14',NULL,3650.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8684,'1110','41628514751','2021-08-09 16:16:14',NULL,480.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(8685,'1110','41628514751','2021-08-09 16:16:14',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(8686,'5500','41628514751','2021-08-09 16:16:14',9790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8687,'1000','41628514751','2021-08-09 16:16:14',10550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8688,'4000','41628514751','2021-08-09 16:16:14',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8689,'4000','41628514751','2021-08-09 16:16:14',NULL,4000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8690,'4000','41628514751','2021-08-09 16:16:14',NULL,600.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(8691,'4000','41628514751','2021-08-09 16:16:14',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(8692,'1110','41628514984','2021-08-09 16:17:51',NULL,1680.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(8693,'5500','41628514984','2021-08-09 16:17:51',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8694,'1000','41628514984','2021-08-09 16:17:51',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8695,'4000','41628514984','2021-08-09 16:17:51',NULL,1950.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8696,'1110','41628515077','2021-08-09 16:18:36',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8697,'5500','41628515077','2021-08-09 16:18:36',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8698,'1000','41628515077','2021-08-09 16:18:36',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8699,'4000','41628515077','2021-08-09 16:18:36',NULL,180.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8700,'1110','41628515131','2021-08-09 16:28:07',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8701,'1110','41628515131','2021-08-09 16:28:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8702,'1110','41628515131','2021-08-09 16:28:07',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8703,'1110','41628515131','2021-08-09 16:28:07',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(8704,'1110','41628515131','2021-08-09 16:28:07',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8705,'1110','41628515131','2021-08-09 16:28:07',NULL,450.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(8706,'5500','41628515131','2021-08-09 16:28:07',6392.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8707,'1000','41628515131','2021-08-09 16:28:07',9150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8708,'4000','41628515131','2021-08-09 16:28:07',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8709,'4000','41628515131','2021-08-09 16:28:07',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8710,'4000','41628515131','2021-08-09 16:28:07',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8711,'4000','41628515131','2021-08-09 16:28:07',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(8712,'4000','41628515131','2021-08-09 16:28:07',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8713,'4000','41628515131','2021-08-09 16:28:07',NULL,1050.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(8714,'1110','41628515699','2021-08-09 16:29:11',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8715,'5500','41628515699','2021-08-09 16:29:11',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8716,'1000','41628515699','2021-08-09 16:29:11',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8717,'4000','41628515699','2021-08-09 16:29:11',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8718,'1110','41628515761','2021-08-09 16:30:55',NULL,9585.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8719,'1110','41628515761','2021-08-09 16:30:55',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8720,'5500','41628515761','2021-08-09 16:30:55',9885.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8721,'1000','41628515761','2021-08-09 16:30:55',9850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8722,'4000','41628515761','2021-08-09 16:30:55',NULL,9450.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8723,'4000','41628515761','2021-08-09 16:30:55',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8724,'1110','41628515863','2021-08-09 16:31:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8725,'5500','41628515863','2021-08-09 16:31:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8726,'1000','41628515863','2021-08-09 16:31:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8727,'4000','41628515863','2021-08-09 16:31:28',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8728,'1110','41628515917','2021-08-09 16:33:14',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(8729,'5500','41628515917','2021-08-09 16:33:14',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8730,'1000','41628515917','2021-08-09 16:33:14',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8731,'4000','41628515917','2021-08-09 16:33:14',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(8732,'1110','41628522201','2021-08-09 18:17:00',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(8733,'5500','41628522201','2021-08-09 18:17:00',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8734,'1000','41628522201','2021-08-09 18:17:00',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8735,'4000','41628522201','2021-08-09 18:17:00',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(8736,'1110','41628522228','2021-08-09 18:18:15',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(8737,'1110','41628522228','2021-08-09 18:18:15',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(8738,'5500','41628522228','2021-08-09 18:18:15',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8739,'1000','41628522228','2021-08-09 18:18:15',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8740,'4000','41628522228','2021-08-09 18:18:15',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(8741,'4000','41628522228','2021-08-09 18:18:15',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(8742,'1110','41628600531','2021-08-10 16:02:51',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8743,'5500','41628600531','2021-08-10 16:02:51',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8744,'1000','41628600531','2021-08-10 16:02:51',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8745,'4000','41628600531','2021-08-10 16:02:51',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8746,'1110','41628600577','2021-08-10 16:03:27',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8747,'5500','41628600577','2021-08-10 16:03:27',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8748,'1000','41628600577','2021-08-10 16:03:27',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8749,'4000','41628600577','2021-08-10 16:03:27',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8750,'1110','41628600621','2021-08-10 16:07:22',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8751,'1110','41628600621','2021-08-10 16:07:22',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(8752,'1110','41628600621','2021-08-10 16:07:22',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8753,'1110','41628600621','2021-08-10 16:07:22',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(8754,'5500','41628600621','2021-08-10 16:07:22',2240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8755,'1000','41628600621','2021-08-10 16:07:22',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8756,'4000','41628600621','2021-08-10 16:07:22',NULL,1200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8757,'4000','41628600621','2021-08-10 16:07:22',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(8758,'4000','41628600621','2021-08-10 16:07:22',NULL,450.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8759,'4000','41628600621','2021-08-10 16:07:22',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(8760,'1110','41628600849','2021-08-10 16:09:55',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(8761,'1110','41628600849','2021-08-10 16:09:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(8762,'1110','41628600849','2021-08-10 16:09:55',NULL,2600.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(8763,'1110','41628600849','2021-08-10 16:09:55',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(8764,'5500','41628600849','2021-08-10 16:09:55',2990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8765,'1000','41628600849','2021-08-10 16:09:55',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8766,'4000','41628600849','2021-08-10 16:09:55',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(8767,'4000','41628600849','2021-08-10 16:09:55',NULL,450.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(8768,'4000','41628600849','2021-08-10 16:09:55',NULL,3500.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(8769,'4000','41628600849','2021-08-10 16:09:55',NULL,300.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(8770,'1110','41628601010','2021-08-10 16:10:42',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(8771,'5500','41628601010','2021-08-10 16:10:42',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8772,'1000','41628601010','2021-08-10 16:10:42',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8773,'4000','41628601010','2021-08-10 16:10:42',NULL,4300.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(8774,'1110','41628601049','2021-08-10 16:13:15',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8775,'1110','41628601049','2021-08-10 16:13:15',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8776,'1110','41628601049','2021-08-10 16:13:15',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8777,'1110','41628601049','2021-08-10 16:13:15',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8778,'5500','41628601049','2021-08-10 16:13:15',885.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8779,'1000','41628601049','2021-08-10 16:13:15',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8780,'4000','41628601049','2021-08-10 16:13:15',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8781,'4000','41628601049','2021-08-10 16:13:15',NULL,450.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8782,'4000','41628601049','2021-08-10 16:13:15',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8783,'4000','41628601049','2021-08-10 16:13:15',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8784,'1110','41628601203','2021-08-10 16:18:38',NULL,27060.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(8785,'1110','41628601203','2021-08-10 16:18:38',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8786,'1110','41628601203','2021-08-10 16:18:38',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8787,'1110','41628601203','2021-08-10 16:18:38',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8788,'1110','41628601203','2021-08-10 16:18:38',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8789,'1110','41628601203','2021-08-10 16:18:38',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(8790,'5500','41628601203','2021-08-10 16:18:38',34885.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8791,'1000','41628601203','2021-08-10 16:18:38',37250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8792,'4000','41628601203','2021-08-10 16:18:38',NULL,28600.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(8793,'4000','41628601203','2021-08-10 16:18:38',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8794,'4000','41628601203','2021-08-10 16:18:38',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8795,'4000','41628601203','2021-08-10 16:18:38',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8796,'4000','41628601203','2021-08-10 16:18:38',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8797,'4000','41628601203','2021-08-10 16:18:38',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(8798,'1110','41628601523','2021-08-10 16:19:22',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8799,'5500','41628601523','2021-08-10 16:19:22',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8800,'1000','41628601523','2021-08-10 16:19:22',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8801,'4000','41628601523','2021-08-10 16:19:22',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8802,'1110','41628601723','2021-08-10 16:22:22',NULL,14000.00,'','4','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(8803,'5500','41628601723','2021-08-10 16:22:22',14000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8804,'1000','41628601723','2021-08-10 16:22:22',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8805,'4000','41628601723','2021-08-10 16:22:22',NULL,15000.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(8806,'1110','41628601752','2021-08-10 16:26:16',NULL,5250.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8807,'1110','41628601752','2021-08-10 16:26:16',NULL,1700.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(8808,'1110','41628601752','2021-08-10 16:26:16',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(8809,'5500','41628601752','2021-08-10 16:26:16',7310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8810,'1000','41628601752','2021-08-10 16:26:16',9400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8811,'4000','41628601752','2021-08-10 16:26:16',NULL,6200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8812,'4000','41628601752','2021-08-10 16:26:16',NULL,2600.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(8813,'4000','41628601752','2021-08-10 16:26:16',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(8814,'1110','41628602054','2021-08-10 16:28:48',NULL,2700.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8815,'5500','41628602054','2021-08-10 16:28:48',2700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8816,'1000','41628602054','2021-08-10 16:28:48',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8817,'4000','41628602054','2021-08-10 16:28:48',NULL,3500.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8818,'1110','41628607928','2021-08-10 18:05:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8819,'5500','41628607928','2021-08-10 18:05:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8820,'1000','41628607928','2021-08-10 18:05:58',210.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8821,'4000','41628607928','2021-08-10 18:05:58',NULL,210.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8822,'1110','41628692116','2021-08-11 17:34:36',NULL,7560.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(8823,'1110','41628692116','2021-08-11 17:34:36',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(8824,'1110','41628692116','2021-08-11 17:34:36',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8825,'1110','41628692116','2021-08-11 17:34:36',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8826,'5500','41628692116','2021-08-11 17:34:36',12330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8827,'1000','41628692116','2021-08-11 17:34:36',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8828,'4000','41628692116','2021-08-11 17:34:36',NULL,8850.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(8829,'4000','41628692116','2021-08-11 17:34:36',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(8830,'4000','41628692116','2021-08-11 17:34:36',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8831,'4000','41628692116','2021-08-11 17:34:36',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8832,'1110','41628692493','2021-08-11 17:35:56',NULL,250.00,'','4','1','Inventory sold','1','','sales','325','','No',NULL,NULL,''),(8833,'1110','41628692493','2021-08-11 17:35:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8834,'5500','41628692493','2021-08-11 17:35:56',252.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8835,'1000','41628692493','2021-08-11 17:35:56',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8836,'4000','41628692493','2021-08-11 17:35:56',NULL,600.00,'','4','1','Good sold','1','','sales','325','','No',NULL,NULL,''),(8837,'4000','41628692493','2021-08-11 17:35:56',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8838,'1110','41628692579','2021-08-11 17:39:07',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8839,'1110','41628692579','2021-08-11 17:39:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8840,'1110','41628692579','2021-08-11 17:39:07',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8841,'5500','41628692579','2021-08-11 17:39:07',422.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8842,'1000','41628692579','2021-08-11 17:39:07',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8843,'4000','41628692579','2021-08-11 17:39:07',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8844,'4000','41628692579','2021-08-11 17:39:07',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8845,'4000','41628692579','2021-08-11 17:39:07',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8846,'1110','41628692819','2021-08-11 17:42:57',NULL,3360.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(8847,'5500','41628692819','2021-08-11 17:42:57',3360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8848,'1000','41628692819','2021-08-11 17:42:57',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8849,'4000','41628692819','2021-08-11 17:42:57',NULL,3800.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(8850,'1110','41628692993','2021-08-11 17:45:08',NULL,850.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(8851,'1110','41628692993','2021-08-11 17:45:08',NULL,1200.00,'','4','1','Inventory sold','1','','sales','317','','No',NULL,NULL,''),(8852,'5500','41628692993','2021-08-11 17:45:08',2050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8853,'1000','41628692993','2021-08-11 17:45:08',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8854,'4000','41628692993','2021-08-11 17:45:08',NULL,1250.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(8855,'4000','41628692993','2021-08-11 17:45:08',NULL,1000.00,'','4','1','Good sold','1','','sales','317','','No',NULL,NULL,''),(8856,'1110','41628693121','2021-08-11 17:47:46',NULL,9540.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8857,'5500','41628693121','2021-08-11 17:47:46',9540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8858,'1000','41628693121','2021-08-11 17:47:46',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8859,'4000','41628693121','2021-08-11 17:47:46',NULL,9900.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8860,'1110','41628693274','2021-08-11 17:48:58',NULL,5125.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(8861,'5500','41628693274','2021-08-11 17:48:58',5125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8862,'1000','41628693274','2021-08-11 17:48:58',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8863,'4000','41628693274','2021-08-11 17:48:58',NULL,5500.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(8864,'1110','41628693351','2021-08-11 17:50:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8865,'1110','41628693351','2021-08-11 17:50:24',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8866,'5500','41628693351','2021-08-11 17:50:24',735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8867,'1000','41628693351','2021-08-11 17:50:24',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8868,'4000','41628693351','2021-08-11 17:50:24',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8869,'4000','41628693351','2021-08-11 17:50:24',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8870,'1110','41628693443','2021-08-11 17:51:21',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8871,'5500','41628693443','2021-08-11 17:51:21',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8872,'1000','41628693443','2021-08-11 17:51:21',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8873,'4000','41628693443','2021-08-11 17:51:21',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8874,'1110','41628776377','2021-08-12 16:53:28',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(8875,'5500','41628776377','2021-08-12 16:53:28',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8876,'1000','41628776377','2021-08-12 16:53:28',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8877,'4000','41628776377','2021-08-12 16:53:28',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(8878,'1110','41628776425','2021-08-12 17:05:39',NULL,220.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(8879,'5500','41628776425','2021-08-12 17:05:39',220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8880,'1000','41628776425','2021-08-12 17:05:39',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8881,'4000','41628776425','2021-08-12 17:05:39',NULL,500.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(8882,'1110','41628777145','2021-08-12 17:07:25',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(8883,'1110','41628777145','2021-08-12 17:07:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(8884,'1110','41628777145','2021-08-12 17:07:25',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8885,'5500','41628777145','2021-08-12 17:07:25',810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8886,'1000','41628777145','2021-08-12 17:07:25',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8887,'4000','41628777145','2021-08-12 17:07:25',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(8888,'4000','41628777145','2021-08-12 17:07:25',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(8889,'4000','41628777145','2021-08-12 17:07:25',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8890,'1110','41628777256','2021-08-12 17:08:23',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8891,'5500','41628777256','2021-08-12 17:08:23',2310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8892,'1000','41628777256','2021-08-12 17:08:23',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8893,'4000','41628777256','2021-08-12 17:08:23',NULL,3150.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8894,'1110','41628777323','2021-08-12 17:09:33',NULL,19080.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8895,'5500','41628777323','2021-08-12 17:09:33',19080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8896,'1000','41628777323','2021-08-12 17:09:33',19800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8897,'4000','41628777323','2021-08-12 17:09:33',NULL,19800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8898,'1110','41628777387','2021-08-12 17:10:50',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8899,'5500','41628777387','2021-08-12 17:10:50',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8900,'1000','41628777387','2021-08-12 17:10:50',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8901,'4000','41628777387','2021-08-12 17:10:50',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8902,'1110','41628777458','2021-08-12 17:11:34',NULL,950.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(8903,'5500','41628777458','2021-08-12 17:11:34',950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8904,'1000','41628777458','2021-08-12 17:11:34',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8905,'4000','41628777458','2021-08-12 17:11:34',NULL,1250.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8906,'1110','41628777499','2021-08-12 17:17:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(8907,'1110','41628777499','2021-08-12 17:17:23',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8908,'1110','41628777499','2021-08-12 17:17:23',NULL,160.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(8909,'1110','41628777499','2021-08-12 17:17:23',NULL,1000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(8910,'1110','41628777499','2021-08-12 17:17:23',NULL,870.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(8911,'1110','41628777499','2021-08-12 17:17:23',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8912,'1110','41628777499','2021-08-12 17:17:23',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(8913,'5500','41628777499','2021-08-12 17:17:23',5265.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8914,'1000','41628777499','2021-08-12 17:17:23',6150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8915,'4000','41628777499','2021-08-12 17:17:23',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8916,'4000','41628777499','2021-08-12 17:17:23',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8917,'4000','41628777499','2021-08-12 17:17:23',NULL,400.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(8918,'4000','41628777499','2021-08-12 17:17:23',NULL,1100.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(8919,'4000','41628777499','2021-08-12 17:17:23',NULL,1050.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(8920,'4000','41628777499','2021-08-12 17:17:23',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8921,'4000','41628777499','2021-08-12 17:17:23',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(8922,'1110','41628777847','2021-08-12 17:21:57',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(8923,'5500','41628777847','2021-08-12 17:21:57',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8924,'1000','41628777847','2021-08-12 17:21:57',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8925,'4000','41628777847','2021-08-12 17:21:57',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8926,'1110','41628778123','2021-08-12 17:22:46',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(8927,'5500','41628778123','2021-08-12 17:22:46',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8928,'1000','41628778123','2021-08-12 17:22:46',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8929,'4000','41628778123','2021-08-12 17:22:46',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(8930,'1110','41628778170','2021-08-12 17:23:19',NULL,890.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(8931,'5500','41628778170','2021-08-12 17:23:19',890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8932,'1000','41628778170','2021-08-12 17:23:19',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8933,'4000','41628778170','2021-08-12 17:23:19',NULL,950.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(8934,'1110','41628778206','2021-08-12 17:24:15',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(8935,'5500','41628778206','2021-08-12 17:24:15',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8936,'1000','41628778206','2021-08-12 17:24:15',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8937,'4000','41628778206','2021-08-12 17:24:15',NULL,6300.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(8938,'1110','41628778261','2021-08-12 17:24:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8939,'5500','41628778261','2021-08-12 17:24:50',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8940,'1000','41628778261','2021-08-12 17:24:50',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8941,'4000','41628778261','2021-08-12 17:24:50',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8942,'1110','41628778296','2021-08-12 17:25:31',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(8943,'5500','41628778296','2021-08-12 17:25:31',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8944,'1000','41628778296','2021-08-12 17:25:31',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8945,'4000','41628778296','2021-08-12 17:25:31',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(8946,'1110','41628778336','2021-08-12 17:25:52',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8947,'5500','41628778336','2021-08-12 17:25:52',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8948,'1000','41628778336','2021-08-12 17:25:52',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8949,'4000','41628778336','2021-08-12 17:25:52',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8950,'1110','41628778443','2021-08-12 17:56:24',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(8951,'5500','41628778443','2021-08-12 17:56:24',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8952,'1000','41628778443','2021-08-12 17:56:24',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8953,'4000','41628778443','2021-08-12 17:56:24',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(8954,'1110','41628780196','2021-08-12 17:58:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8955,'5500','41628780196','2021-08-12 17:58:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8956,'1000','41628780196','2021-08-12 17:58:52',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8957,'4000','41628780196','2021-08-12 17:58:52',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8958,'1110','41628862572','2021-08-13 16:51:44',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(8959,'5500','41628862572','2021-08-13 16:51:44',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8960,'1000','41628862572','2021-08-13 16:51:44',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8961,'4000','41628862572','2021-08-13 16:51:44',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(8962,'1110','41628864841','2021-08-13 17:28:08',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8963,'5500','41628864841','2021-08-13 17:28:08',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8964,'1000','41628864841','2021-08-13 17:28:08',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8965,'4000','41628864841','2021-08-13 17:28:08',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8966,'1110','41628864933','2021-08-13 17:29:35',NULL,9280.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8967,'5500','41628864933','2021-08-13 17:29:35',9280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8968,'1000','41628864933','2021-08-13 17:29:35',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8969,'4000','41628864933','2021-08-13 17:29:35',NULL,10000.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8970,'1110','41628865029','2021-08-13 17:35:52',NULL,6300.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8971,'1110','41628865029','2021-08-13 17:35:52',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(8972,'5500','41628865029','2021-08-13 17:35:52',6510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8973,'1000','41628865029','2021-08-13 17:35:52',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8974,'4000','41628865029','2021-08-13 17:35:52',NULL,7200.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8975,'4000','41628865029','2021-08-13 17:35:52',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(8976,'1110','41628865363','2021-08-13 17:37:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(8977,'5500','41628865363','2021-08-13 17:37:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8978,'1000','41628865363','2021-08-13 17:37:26',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8979,'4000','41628865363','2021-08-13 17:37:26',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(8980,'1110','41628865521','2021-08-13 17:39:52',NULL,50.00,'','4','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(8981,'5500','41628865521','2021-08-13 17:39:52',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8982,'1000','41628865521','2021-08-13 17:39:52',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8983,'4000','41628865521','2021-08-13 17:39:52',NULL,100.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(8984,'1110','41628865605','2021-08-13 17:40:50',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(8985,'5500','41628865605','2021-08-13 17:40:50',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8986,'1000','41628865605','2021-08-13 17:40:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8987,'4000','41628865605','2021-08-13 17:40:50',NULL,100.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(8988,'1110','41628865656','2021-08-13 17:41:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8989,'5500','41628865656','2021-08-13 17:41:43',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8990,'1000','41628865656','2021-08-13 17:41:43',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8991,'4000','41628865656','2021-08-13 17:41:43',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8992,'1110','41628865709','2021-08-13 17:43:21',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8993,'1110','41628865709','2021-08-13 17:43:21',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(8994,'5500','41628865709','2021-08-13 17:43:21',213.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8995,'1000','41628865709','2021-08-13 17:43:21',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8996,'4000','41628865709','2021-08-13 17:43:21',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8997,'4000','41628865709','2021-08-13 17:43:21',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(8998,'1110','41628865818','2021-08-13 17:46:20',NULL,1780.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(8999,'1110','41628865818','2021-08-13 17:46:20',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(9000,'1110','41628865818','2021-08-13 17:46:20',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9001,'5500','41628865818','2021-08-13 17:46:20',2415.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9002,'1000','41628865818','2021-08-13 17:46:20',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9003,'4000','41628865818','2021-08-13 17:46:20',NULL,1900.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9004,'4000','41628865818','2021-08-13 17:46:20',NULL,550.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(9005,'4000','41628865818','2021-08-13 17:46:20',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9006,'1110','41628865989','2021-08-13 17:48:37',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9007,'5500','41628865989','2021-08-13 17:48:37',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9008,'1000','41628865989','2021-08-13 17:48:37',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9009,'4000','41628865989','2021-08-13 17:48:37',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9010,'1110','41628919824','2021-08-13 08:46:47',NULL,4620.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9011,'1110','41628919824','2021-08-13 08:46:47',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(9012,'1110','41628919824','2021-08-13 08:46:47',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9013,'1110','41628919824','2021-08-13 08:46:47',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9014,'1110','41628919824','2021-08-13 08:46:47',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9015,'1110','41628919824','2021-08-13 08:46:47',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9016,'5500','41628919824','2021-08-13 08:46:47',5985.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9017,'1000','41628919824','2021-08-13 08:46:47',8300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9018,'4000','41628919824','2021-08-13 08:46:47',NULL,6300.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9019,'4000','41628919824','2021-08-13 08:46:47',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(9020,'4000','41628919824','2021-08-13 08:46:47',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9021,'4000','41628919824','2021-08-13 08:46:47',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9022,'4000','41628919824','2021-08-13 08:46:47',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9023,'4000','41628919824','2021-08-13 08:46:47',NULL,200.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9024,'1110','41628920024','2021-08-13 08:47:39',NULL,540.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9025,'5500','41628920024','2021-08-13 08:47:39',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9026,'1000','41628920024','2021-08-13 08:47:39',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9027,'4000','41628920024','2021-08-13 08:47:39',NULL,900.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9028,'1110','41628920151','2021-08-13 08:49:52',NULL,1800.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9029,'5500','41628920151','2021-08-13 08:49:52',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9030,'1000','41628920151','2021-08-13 08:49:52',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9031,'4000','41628920151','2021-08-13 08:49:52',NULL,2250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9032,'1110','41628920211','2021-08-13 08:50:57',NULL,100.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9033,'1110','41628920211','2021-08-13 08:50:57',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9034,'5500','41628920211','2021-08-13 08:50:57',133.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9035,'1000','41628920211','2021-08-13 08:50:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9036,'4000','41628920211','2021-08-13 08:50:57',NULL,200.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9037,'4000','41628920211','2021-08-13 08:50:57',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9038,'1110','41628920271','2021-08-13 08:51:35',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9039,'5500','41628920271','2021-08-13 08:51:35',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9040,'1000','41628920271','2021-08-13 08:51:35',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9041,'4000','41628920271','2021-08-13 08:51:35',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9042,'1110','41628949205','2021-08-14 16:58:29',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9043,'1110','41628949205','2021-08-14 16:58:29',NULL,900.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(9044,'1110','41628949205','2021-08-14 16:58:29',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(9045,'1110','41628949205','2021-08-14 16:58:29',NULL,60.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(9046,'5500','41628949205','2021-08-14 16:58:29',2590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9047,'1000','41628949205','2021-08-14 16:58:29',3650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9048,'4000','41628949205','2021-08-14 16:58:29',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9049,'4000','41628949205','2021-08-14 16:58:29',NULL,1600.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(9050,'4000','41628949205','2021-08-14 16:58:29',NULL,200.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(9051,'4000','41628949205','2021-08-14 16:58:29',NULL,200.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(9052,'1110','41628949519','2021-08-14 16:59:19',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9053,'5500','41628949519','2021-08-14 16:59:19',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9054,'1000','41628949519','2021-08-14 16:59:19',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9055,'4000','41628949519','2021-08-14 16:59:19',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9056,'1110','41628949570','2021-08-14 17:03:03',NULL,6360.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9057,'1110','41628949570','2021-08-14 17:03:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9058,'5500','41628949570','2021-08-14 17:03:03',6362.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9059,'1000','41628949570','2021-08-14 17:03:03',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9060,'4000','41628949570','2021-08-14 17:03:03',NULL,6600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9061,'4000','41628949570','2021-08-14 17:03:03',NULL,1200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9062,'1110','41628949845','2021-08-14 17:05:08',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9063,'5500','41628949845','2021-08-14 17:05:08',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9064,'1000','41628949845','2021-08-14 17:05:08',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9065,'4000','41628949845','2021-08-14 17:05:08',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9066,'1110','41628949923','2021-08-14 17:06:25',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9067,'1110','41628949923','2021-08-14 17:06:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9068,'5500','41628949923','2021-08-14 17:06:25',3815.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9069,'1000','41628949923','2021-08-14 17:06:25',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9070,'4000','41628949923','2021-08-14 17:06:25',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9071,'4000','41628949923','2021-08-14 17:06:25',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9072,'1110','41628950000','2021-08-14 17:09:45',NULL,5340.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(9073,'1110','41628950000','2021-08-14 17:09:45',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(9074,'5500','41628950000','2021-08-14 17:09:45',5380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9075,'1000','41628950000','2021-08-14 17:09:45',5900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9076,'4000','41628950000','2021-08-14 17:09:45',NULL,5700.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(9077,'4000','41628950000','2021-08-14 17:09:45',NULL,200.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(9078,'1110','41628950198','2021-08-14 17:10:45',NULL,3600.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9079,'5500','41628950198','2021-08-14 17:10:45',3600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9080,'1000','41628950198','2021-08-14 17:10:45',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9081,'4000','41628950198','2021-08-14 17:10:45',NULL,3000.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9082,'1110','41628950327','2021-08-14 17:16:45',NULL,240.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9083,'5500','41628950327','2021-08-14 17:16:45',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9084,'1000','41628950327','2021-08-14 17:16:45',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9085,'4000','41628950327','2021-08-14 17:16:45',NULL,400.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9086,'1110','41628950612','2021-08-14 17:39:50',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9087,'5500','41628950612','2021-08-14 17:39:50',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9088,'1000','41628950612','2021-08-14 17:39:50',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9089,'4000','41628950612','2021-08-14 17:39:50',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9090,'1110','41629124655','2021-08-16 17:39:26',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9091,'5500','41629124655','2021-08-16 17:39:26',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9092,'1000','41629124655','2021-08-16 17:39:26',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9093,'4000','41629124655','2021-08-16 17:39:26',NULL,500.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9094,'1110','41629124853','2021-08-16 17:41:27',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9095,'5500','41629124853','2021-08-16 17:41:27',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9096,'1000','41629124853','2021-08-16 17:41:27',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9097,'4000','41629124853','2021-08-16 17:41:27',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9098,'1110','41629124902','2021-08-16 17:44:11',NULL,840.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9099,'1110','41629124902','2021-08-16 17:44:11',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9100,'5500','41629124902','2021-08-16 17:44:11',1440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9101,'1000','41629124902','2021-08-16 17:44:11',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9102,'4000','41629124902','2021-08-16 17:44:11',NULL,1200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9103,'4000','41629124902','2021-08-16 17:44:11',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9104,'1110','41629125062','2021-08-16 17:48:30',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9105,'1110','41629125062','2021-08-16 17:48:30',NULL,200.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(9106,'1110','41629125062','2021-08-16 17:48:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9107,'5500','41629125062','2021-08-16 17:48:30',3382.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9108,'1000','41629125062','2021-08-16 17:48:30',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9109,'4000','41629125062','2021-08-16 17:48:30',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9110,'4000','41629125062','2021-08-16 17:48:30',NULL,600.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(9111,'4000','41629125062','2021-08-16 17:48:30',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9112,'1110','41629125349','2021-08-16 17:50:09',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9113,'5500','41629125349','2021-08-16 17:50:09',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9114,'1000','41629125349','2021-08-16 17:50:09',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9115,'4000','41629125349','2021-08-16 17:50:09',NULL,13000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9116,'1110','41629125417','2021-08-16 17:52:03',NULL,6230.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(9117,'5500','41629125417','2021-08-16 17:52:03',6230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9118,'1000','41629125417','2021-08-16 17:52:03',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9119,'4000','41629125417','2021-08-16 17:52:03',NULL,6300.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9120,'1110','41629125527','2021-08-16 17:57:48',NULL,2875.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(9121,'1110','41629125527','2021-08-16 17:57:48',NULL,700.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(9122,'1110','41629125527','2021-08-16 17:57:48',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(9123,'1110','41629125527','2021-08-16 17:57:48',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(9124,'1110','41629125527','2021-08-16 17:57:48',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(9125,'5500','41629125527','2021-08-16 17:57:48',3995.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9126,'1000','41629125527','2021-08-16 17:57:48',5150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9127,'4000','41629125527','2021-08-16 17:57:48',NULL,3500.00,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(9128,'4000','41629125527','2021-08-16 17:57:48',NULL,900.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(9129,'4000','41629125527','2021-08-16 17:57:48',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(9130,'4000','41629125527','2021-08-16 17:57:48',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(9131,'4000','41629125527','2021-08-16 17:57:48',NULL,250.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(9132,'1110','41629125893','2021-08-16 18:00:14',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9133,'1110','41629125893','2021-08-16 18:00:14',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9134,'1110','41629125893','2021-08-16 18:00:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9135,'5500','41629125893','2021-08-16 18:00:14',737.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9136,'1000','41629125893','2021-08-16 18:00:14',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9137,'4000','41629125893','2021-08-16 18:00:14',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9138,'4000','41629125893','2021-08-16 18:00:14',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9139,'4000','41629125893','2021-08-16 18:00:14',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9140,'1110','41629126023','2021-08-16 18:02:29',NULL,840.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(9141,'5500','41629126023','2021-08-16 18:02:29',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9142,'1000','41629126023','2021-08-16 18:02:29',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9143,'4000','41629126023','2021-08-16 18:02:29',NULL,999.90,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9144,'1110','41629126178','2021-08-16 18:04:35',NULL,4920.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(9145,'1110','41629126178','2021-08-16 18:04:35',NULL,735.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9146,'5500','41629126178','2021-08-16 18:04:35',5655.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9147,'1000','41629126178','2021-08-16 18:04:35',6250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9148,'4000','41629126178','2021-08-16 18:04:35',NULL,5200.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(9149,'4000','41629126178','2021-08-16 18:04:35',NULL,1050.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9150,'1110','41629126286','2021-08-16 18:07:03',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(9151,'1110','41629126286','2021-08-16 18:07:03',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9152,'5500','41629126286','2021-08-16 18:07:03',3930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9153,'1000','41629126286','2021-08-16 18:07:03',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9154,'4000','41629126286','2021-08-16 18:07:03',NULL,4200.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(9155,'4000','41629126286','2021-08-16 18:07:03',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9156,'1110','41629126430','2021-08-16 18:13:50',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(9157,'1110','41629126430','2021-08-16 18:13:50',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(9158,'5500','41629126430','2021-08-16 18:13:50',2580.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9159,'1000','41629126430','2021-08-16 18:13:50',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9160,'4000','41629126430','2021-08-16 18:13:50',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(9161,'4000','41629126430','2021-08-16 18:13:50',NULL,300.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(9162,'1110','41629126866','2021-08-16 18:34:47',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9163,'5500','41629126866','2021-08-16 18:34:47',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9164,'1000','41629126866','2021-08-16 18:34:47',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9165,'4000','41629126866','2021-08-16 18:34:47',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9166,'1110','41629128093','2021-08-16 18:35:30',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9167,'5500','41629128093','2021-08-16 18:35:30',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9168,'1000','41629128093','2021-08-16 18:35:30',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9169,'4000','41629128093','2021-08-16 18:35:30',NULL,2700.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9170,'1110','41629205900','2021-08-17 16:12:07',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(9171,'5500','41629205900','2021-08-17 16:12:07',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9172,'1000','41629205900','2021-08-17 16:12:07',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9173,'4000','41629205900','2021-08-17 16:12:07',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(9174,'1110','41629205937','2021-08-17 16:14:01',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9175,'5500','41629205937','2021-08-17 16:14:01',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9176,'1000','41629205937','2021-08-17 16:14:01',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9177,'4000','41629205937','2021-08-17 16:14:01',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9178,'1110','41629206051','2021-08-17 16:16:11',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9179,'5500','41629206051','2021-08-17 16:16:11',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9180,'1000','41629206051','2021-08-17 16:16:11',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9181,'4000','41629206051','2021-08-17 16:16:11',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9182,'1110','41629206249','2021-08-17 16:18:04',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9183,'5500','41629206249','2021-08-17 16:18:04',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9184,'1000','41629206249','2021-08-17 16:18:04',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9185,'4000','41629206249','2021-08-17 16:18:04',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9186,'1110','41629206304','2021-08-17 16:19:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9187,'5500','41629206304','2021-08-17 16:19:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9188,'1000','41629206304','2021-08-17 16:19:30',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9189,'4000','41629206304','2021-08-17 16:19:30',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9190,'1110','41629206376','2021-08-17 16:54:08',NULL,3780.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9191,'1110','41629206376','2021-08-17 16:54:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9192,'1110','41629206376','2021-08-17 16:54:08',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(9193,'5500','41629206376','2021-08-17 16:54:08',3862.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9194,'1000','41629206376','2021-08-17 16:54:08',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9195,'4000','41629206376','2021-08-17 16:54:08',NULL,5100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9196,'4000','41629206376','2021-08-17 16:54:08',NULL,1100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9197,'4000','41629206376','2021-08-17 16:54:08',NULL,200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(9198,'1110','41629208453','2021-08-17 16:56:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9199,'1110','41629208453','2021-08-17 16:56:21',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9200,'5500','41629208453','2021-08-17 16:56:21',317.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9201,'1000','41629208453','2021-08-17 16:56:21',3450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9202,'4000','41629208453','2021-08-17 16:56:21',NULL,3000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9203,'4000','41629208453','2021-08-17 16:56:21',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9204,'1110','41629208636','2021-08-17 16:59:20',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9205,'1110','41629208636','2021-08-17 16:59:20',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9206,'1110','41629208636','2021-08-17 16:59:20',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9207,'5500','41629208636','2021-08-17 16:59:20',13240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9208,'1000','41629208636','2021-08-17 16:59:20',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9209,'4000','41629208636','2021-08-17 16:59:20',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9210,'4000','41629208636','2021-08-17 16:59:20',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9211,'4000','41629208636','2021-08-17 16:59:20',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9212,'1110','41629208769','2021-08-17 17:04:00',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(9213,'1110','41629208769','2021-08-17 17:04:00',NULL,360.00,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(9214,'5500','41629208769','2021-08-17 17:04:00',3410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9215,'1000','41629208769','2021-08-17 17:04:00',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9216,'4000','41629208769','2021-08-17 17:04:00',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(9217,'4000','41629208769','2021-08-17 17:04:00',NULL,500.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(9218,'1110','41629209054','2021-08-17 17:04:31',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9219,'5500','41629209054','2021-08-17 17:04:31',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9220,'1000','41629209054','2021-08-17 17:04:31',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9221,'4000','41629209054','2021-08-17 17:04:31',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9222,'1110','41629209080','2021-08-17 17:06:34',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9223,'1110','41629209080','2021-08-17 17:06:34',NULL,630.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9224,'5500','41629209080','2021-08-17 17:06:34',5930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9225,'1000','41629209080','2021-08-17 17:06:34',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9226,'4000','41629209080','2021-08-17 17:06:34',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9227,'4000','41629209080','2021-08-17 17:06:34',NULL,999.60,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9228,'1110','41629209200','2021-08-17 17:07:50',NULL,5075.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9229,'5500','41629209200','2021-08-17 17:07:50',5075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9230,'1000','41629209200','2021-08-17 17:07:50',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9231,'4000','41629209200','2021-08-17 17:07:50',NULL,5950.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9232,'1110','41629209275','2021-08-17 17:11:09',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(9233,'1110','41629209275','2021-08-17 17:11:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9234,'1110','41629209275','2021-08-17 17:11:09',NULL,240.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9235,'5500','41629209275','2021-08-17 17:11:09',542.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9236,'1000','41629209275','2021-08-17 17:11:09',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9237,'4000','41629209275','2021-08-17 17:11:09',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(9238,'4000','41629209275','2021-08-17 17:11:09',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9239,'4000','41629209275','2021-08-17 17:11:09',NULL,500.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9240,'1110','41629209567','2021-08-17 17:13:32',NULL,80.00,'','4','1','Inventory sold','1','','sales','321','','No',NULL,NULL,''),(9241,'5500','41629209567','2021-08-17 17:13:32',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9242,'1000','41629209567','2021-08-17 17:13:32',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9243,'4000','41629209567','2021-08-17 17:13:32',NULL,150.00,'','4','1','Good sold','1','','sales','321','','No',NULL,NULL,''),(9244,'1110','41629209620','2021-08-17 17:15:34',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(9245,'1110','41629209620','2021-08-17 17:15:34',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(9246,'5500','41629209620','2021-08-17 17:15:34',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9247,'1000','41629209620','2021-08-17 17:15:34',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9248,'4000','41629209620','2021-08-17 17:15:34',NULL,900.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(9249,'4000','41629209620','2021-08-17 17:15:34',NULL,600.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(9250,'1110','41629292746','2021-08-18 16:23:49',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9251,'5500','41629292746','2021-08-18 16:23:49',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9252,'1000','41629292746','2021-08-18 16:23:49',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9253,'4000','41629292746','2021-08-18 16:23:49',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9254,'1110','41629293036','2021-08-18 16:25:35',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(9255,'5500','41629293036','2021-08-18 16:25:35',2500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9256,'1000','41629293036','2021-08-18 16:25:35',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9257,'4000','41629293036','2021-08-18 16:25:35',NULL,3800.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(9258,'1110','41629293140','2021-08-18 16:27:48',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9259,'5500','41629293140','2021-08-18 16:27:48',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9260,'1000','41629293140','2021-08-18 16:27:48',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9261,'4000','41629293140','2021-08-18 16:27:48',NULL,1699.80,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9262,'1110','41629293273','2021-08-18 16:29:33',NULL,6090.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(9263,'5500','41629293273','2021-08-18 16:29:33',6090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9264,'1000','41629293273','2021-08-18 16:29:33',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9265,'4000','41629293273','2021-08-18 16:29:33',NULL,6499.99,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(9266,'1110','41629293387','2021-08-18 16:30:51',NULL,240.00,'','4','1','Inventory sold','1','','sales','316','','No',NULL,NULL,''),(9267,'5500','41629293387','2021-08-18 16:30:51',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9268,'1000','41629293387','2021-08-18 16:30:51',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9269,'4000','41629293387','2021-08-18 16:30:51',NULL,1100.00,'','4','1','Good sold','1','','sales','316','','No',NULL,NULL,''),(9270,'1110','41629293458','2021-08-18 16:32:53',NULL,700.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(9271,'1110','41629293458','2021-08-18 16:32:53',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(9272,'5500','41629293458','2021-08-18 16:32:53',850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9273,'1000','41629293458','2021-08-18 16:32:53',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9274,'4000','41629293458','2021-08-18 16:32:53',NULL,950.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(9275,'4000','41629293458','2021-08-18 16:32:53',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(9276,'1110','41629293578','2021-08-18 16:34:24',NULL,240.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9277,'5500','41629293578','2021-08-18 16:34:24',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9278,'1000','41629293578','2021-08-18 16:34:24',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9279,'4000','41629293578','2021-08-18 16:34:24',NULL,400.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9280,'1110','41629293670','2021-08-18 16:39:52',NULL,1740.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(9281,'1110','41629293670','2021-08-18 16:39:52',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9282,'5500','41629293670','2021-08-18 16:39:52',1965.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9283,'1000','41629293670','2021-08-18 16:39:52',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9284,'4000','41629293670','2021-08-18 16:39:52',NULL,1900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(9285,'4000','41629293670','2021-08-18 16:39:52',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9286,'1110','41629293996','2021-08-18 16:41:19',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9287,'5500','41629293996','2021-08-18 16:41:19',5325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9288,'1000','41629293996','2021-08-18 16:41:19',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9289,'4000','41629293996','2021-08-18 16:41:19',NULL,5400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9290,'1110','41629294087','2021-08-18 16:44:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9291,'1110','41629294087','2021-08-18 16:44:45',NULL,1200.00,'','4','1','Inventory sold','1','','sales','323','','No',NULL,NULL,''),(9292,'5500','41629294087','2021-08-18 16:44:45',1202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9293,'1000','41629294087','2021-08-18 16:44:45',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9294,'4000','41629294087','2021-08-18 16:44:45',NULL,10900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9295,'4000','41629294087','2021-08-18 16:44:45',NULL,3600.00,'','4','1','Good sold','1','','sales','323','','No',NULL,NULL,''),(9296,'1110','41629294345','2021-08-18 16:55:03',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(9297,'5500','41629294345','2021-08-18 16:55:03',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9298,'1000','41629294345','2021-08-18 16:55:03',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9299,'4000','41629294345','2021-08-18 16:55:03',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9300,'1110','41629294939','2021-08-18 17:05:30',NULL,20910.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(9301,'1110','41629294939','2021-08-18 17:05:30',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9302,'1110','41629294939','2021-08-18 17:05:30',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(9303,'5500','41629294939','2021-08-18 17:05:30',21930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9304,'1000','41629294939','2021-08-18 17:05:30',23600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9305,'4000','41629294939','2021-08-18 17:05:30',NULL,22100.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(9306,'4000','41629294939','2021-08-18 17:05:30',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9307,'4000','41629294939','2021-08-18 17:05:30',NULL,700.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(9308,'1110','41629295558','2021-08-18 17:06:30',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9309,'5500','41629295558','2021-08-18 17:06:30',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9310,'1000','41629295558','2021-08-18 17:06:30',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9311,'4000','41629295558','2021-08-18 17:06:30',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9312,'1110','41629295629','2021-08-18 17:10:30',NULL,3360.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(9313,'1110','41629295629','2021-08-18 17:10:30',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(9314,'1110','41629295629','2021-08-18 17:10:30',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(9315,'1110','41629295629','2021-08-18 17:10:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9316,'5500','41629295629','2021-08-18 17:10:30',6832.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9317,'1000','41629295629','2021-08-18 17:10:30',8700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9318,'4000','41629295629','2021-08-18 17:10:30',NULL,4000.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(9319,'4000','41629295629','2021-08-18 17:10:30',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(9320,'4000','41629295629','2021-08-18 17:10:30',NULL,700.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(9321,'4000','41629295629','2021-08-18 17:10:30',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9322,'1110','41629295845','2021-08-18 17:12:03',NULL,7800.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(9323,'5500','41629295845','2021-08-18 17:12:03',7800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9324,'1000','41629295845','2021-08-18 17:12:03',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9325,'4000','41629295845','2021-08-18 17:12:03',NULL,8800.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(9326,'1110','41629295934','2021-08-18 17:12:39',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9327,'5500','41629295934','2021-08-18 17:12:39',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9328,'1000','41629295934','2021-08-18 17:12:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9329,'4000','41629295934','2021-08-18 17:12:39',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9330,'1110','41629295967','2021-08-18 17:17:10',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(9331,'1110','41629295967','2021-08-18 17:17:10',NULL,2100.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9332,'1110','41629295967','2021-08-18 17:17:10',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9333,'1110','41629295967','2021-08-18 17:17:10',NULL,2250.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(9334,'5500','41629295967','2021-08-18 17:17:10',12340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9335,'1000','41629295967','2021-08-18 17:17:10',13050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9336,'4000','41629295967','2021-08-18 17:17:10',NULL,1800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(9337,'4000','41629295967','2021-08-18 17:17:10',NULL,2400.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9338,'4000','41629295967','2021-08-18 17:17:10',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9339,'4000','41629295967','2021-08-18 17:17:10',NULL,2550.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(9340,'1110','41629297075','2021-08-18 17:34:17',NULL,240.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9341,'5500','41629297075','2021-08-18 17:34:17',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9342,'1000','41629297075','2021-08-18 17:34:17',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9343,'4000','41629297075','2021-08-18 17:34:17',NULL,400.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9344,'1110','41629351486','2021-08-19 08:41:22',NULL,3200.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(9345,'1110','41629351486','2021-08-19 08:41:22',NULL,500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(9346,'1110','41629351486','2021-08-19 08:41:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9347,'5500','41629351486','2021-08-19 08:41:22',3702.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9348,'1000','41629351486','2021-08-19 08:41:22',7100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9349,'4000','41629351486','2021-08-19 08:41:22',NULL,3400.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(9350,'4000','41629351486','2021-08-19 08:41:22',NULL,700.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(9351,'4000','41629351486','2021-08-19 08:41:22',NULL,3000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9352,'1110','41629351884','2021-08-19 08:45:29',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9353,'5500','41629351884','2021-08-19 08:45:29',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9354,'1000','41629351884','2021-08-19 08:45:29',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9355,'4000','41629351884','2021-08-19 08:45:29',NULL,6000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9356,'1110','41629377860','2021-08-19 16:00:36',NULL,190.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(9357,'5500','41629377860','2021-08-19 16:00:36',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9358,'1000','41629377860','2021-08-19 16:00:36',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9359,'4000','41629377860','2021-08-19 16:00:36',NULL,250.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(9360,'1110','41629378043','2021-08-19 16:02:08',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9361,'1110','41629378043','2021-08-19 16:02:08',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9362,'5500','41629378043','2021-08-19 16:02:08',3540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9363,'1000','41629378043','2021-08-19 16:02:08',3750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9364,'4000','41629378043','2021-08-19 16:02:08',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9365,'4000','41629378043','2021-08-19 16:02:08',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9366,'1110','41629378139','2021-08-19 16:03:50',NULL,630.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9367,'5500','41629378139','2021-08-19 16:03:50',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9368,'1000','41629378139','2021-08-19 16:03:50',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9369,'4000','41629378139','2021-08-19 16:03:50',NULL,900.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9370,'1110','41629378266','2021-08-19 16:09:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9371,'5500','41629378266','2021-08-19 16:09:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9372,'1000','41629378266','2021-08-19 16:09:03',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9373,'4000','41629378266','2021-08-19 16:09:03',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9374,'1110','41629378565','2021-08-19 16:13:07',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9375,'1110','41629378565','2021-08-19 16:13:07',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9376,'1110','41629378565','2021-08-19 16:13:07',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9377,'1110','41629378565','2021-08-19 16:13:07',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9378,'5500','41629378565','2021-08-19 16:13:07',3090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9379,'1000','41629378565','2021-08-19 16:13:07',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9380,'4000','41629378565','2021-08-19 16:13:07',NULL,1200.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9381,'4000','41629378565','2021-08-19 16:13:07',NULL,2700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9382,'4000','41629378565','2021-08-19 16:13:07',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9383,'4000','41629378565','2021-08-19 16:13:07',NULL,300.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9384,'1110','41629378796','2021-08-19 16:19:18',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9385,'1110','41629378796','2021-08-19 16:19:18',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(9386,'5500','41629378796','2021-08-19 16:19:18',760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9387,'1000','41629378796','2021-08-19 16:19:18',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9388,'4000','41629378796','2021-08-19 16:19:18',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9389,'4000','41629378796','2021-08-19 16:19:18',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(9390,'1110','41629379165','2021-08-19 16:20:22',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(9391,'5500','41629379165','2021-08-19 16:20:22',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9392,'1000','41629379165','2021-08-19 16:20:22',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9393,'4000','41629379165','2021-08-19 16:20:22',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(9394,'1110','41629379229','2021-08-19 16:25:44',NULL,15200.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(9395,'1110','41629379229','2021-08-19 16:25:44',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9396,'5500','41629379229','2021-08-19 16:25:44',15410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9397,'1000','41629379229','2021-08-19 16:25:44',18300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9398,'4000','41629379229','2021-08-19 16:25:44',NULL,18000.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(9399,'4000','41629379229','2021-08-19 16:25:44',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9400,'1110','41629379557','2021-08-19 16:26:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9401,'5500','41629379557','2021-08-19 16:26:32',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9402,'1000','41629379557','2021-08-19 16:26:32',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9403,'4000','41629379557','2021-08-19 16:26:32',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9404,'1110','41629379597','2021-08-19 16:28:42',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9405,'1110','41629379597','2021-08-19 16:28:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9406,'5500','41629379597','2021-08-19 16:28:42',2652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9407,'1000','41629379597','2021-08-19 16:28:42',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9408,'4000','41629379597','2021-08-19 16:28:42',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9409,'4000','41629379597','2021-08-19 16:28:42',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9410,'1110','41629379747','2021-08-19 16:30:51',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9411,'1110','41629379747','2021-08-19 16:30:51',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9412,'5500','41629379747','2021-08-19 16:30:51',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9413,'1000','41629379747','2021-08-19 16:30:51',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9414,'4000','41629379747','2021-08-19 16:30:51',NULL,800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9415,'4000','41629379747','2021-08-19 16:30:51',NULL,150.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9416,'1110','41629380076','2021-08-19 16:35:35',NULL,14000.00,'','4','1','Inventory sold','1','','sales','297','','No',NULL,NULL,''),(9417,'5500','41629380076','2021-08-19 16:35:35',14000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9418,'1000','41629380076','2021-08-19 16:35:35',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9419,'4000','41629380076','2021-08-19 16:35:35',NULL,13500.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(9420,'1110','41629380187','2021-08-19 17:54:40',NULL,37800.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9421,'1110','41629380187','2021-08-19 17:54:40',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9422,'5500','41629380187','2021-08-19 17:54:40',39100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9423,'1000','41629380187','2021-08-19 17:54:40',42000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9424,'4000','41629380187','2021-08-19 17:54:40',NULL,39999.99,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9425,'4000','41629380187','2021-08-19 17:54:40',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9426,'1110','41629384888','2021-08-19 17:57:07',NULL,360.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(9427,'1110','41629384888','2021-08-19 17:57:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9428,'5500','41629384888','2021-08-19 17:57:07',362.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9429,'1000','41629384888','2021-08-19 17:57:07',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9430,'4000','41629384888','2021-08-19 17:57:07',NULL,450.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(9431,'4000','41629384888','2021-08-19 17:57:07',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9432,'1110','41629385032','2021-08-19 17:57:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(9433,'5500','41629385032','2021-08-19 17:57:43',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9434,'1000','41629385032','2021-08-19 17:57:43',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9435,'4000','41629385032','2021-08-19 17:57:43',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(9436,'1110','41629467538','2021-08-20 16:53:57',NULL,7455.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9437,'1110','41629467538','2021-08-20 16:53:57',NULL,642.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(9438,'5500','41629467538','2021-08-20 16:53:57',8097.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9439,'1000','41629467538','2021-08-20 16:53:57',8300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9440,'4000','41629467538','2021-08-20 16:53:57',NULL,7350.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9441,'4000','41629467538','2021-08-20 16:53:57',NULL,950.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9442,'1110','41629467644','2021-08-20 16:55:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9443,'5500','41629467644','2021-08-20 16:55:39',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9444,'1000','41629467644','2021-08-20 16:55:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9445,'4000','41629467644','2021-08-20 16:55:39',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9446,'1110','41629467764','2021-08-20 16:58:39',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9447,'1110','41629467764','2021-08-20 16:58:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9448,'1110','41629467764','2021-08-20 16:58:39',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9449,'5500','41629467764','2021-08-20 16:58:39',684.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9450,'1000','41629467764','2021-08-20 16:58:39',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9451,'4000','41629467764','2021-08-20 16:58:39',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9452,'4000','41629467764','2021-08-20 16:58:39',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9453,'4000','41629467764','2021-08-20 16:58:39',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9454,'1110','41629467946','2021-08-20 17:00:12',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9455,'5500','41629467946','2021-08-20 17:00:12',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9456,'1000','41629467946','2021-08-20 17:00:12',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9457,'4000','41629467946','2021-08-20 17:00:12',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9458,'1110','41629468027','2021-08-20 17:01:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9459,'5500','41629468027','2021-08-20 17:01:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9460,'1000','41629468027','2021-08-20 17:01:03',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9461,'4000','41629468027','2021-08-20 17:01:03',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9462,'1110','41629468083','2021-08-20 17:02:21',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9463,'5500','41629468083','2021-08-20 17:02:21',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9464,'1000','41629468083','2021-08-20 17:02:21',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9465,'4000','41629468083','2021-08-20 17:02:21',NULL,6499.98,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9466,'1110','41629468146','2021-08-20 17:02:45',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9467,'5500','41629468146','2021-08-20 17:02:45',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9468,'1000','41629468146','2021-08-20 17:02:45',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9469,'4000','41629468146','2021-08-20 17:02:45',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9470,'1110','41629468175','2021-08-20 17:04:47',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9471,'1110','41629468175','2021-08-20 17:04:47',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9472,'1110','41629468175','2021-08-20 17:04:47',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9473,'5500','41629468175','2021-08-20 17:04:47',13240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9474,'1000','41629468175','2021-08-20 17:04:47',14200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9475,'4000','41629468175','2021-08-20 17:04:47',NULL,13200.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9476,'4000','41629468175','2021-08-20 17:04:47',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9477,'4000','41629468175','2021-08-20 17:04:47',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9478,'1110','41629468293','2021-08-20 17:05:55',NULL,5136.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(9479,'5500','41629468293','2021-08-20 17:05:55',5136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9480,'1000','41629468293','2021-08-20 17:05:55',7440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9481,'4000','41629468293','2021-08-20 17:05:55',NULL,7440.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9482,'1110','41629468364','2021-08-20 17:06:58',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9483,'5500','41629468364','2021-08-20 17:06:58',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9484,'1000','41629468364','2021-08-20 17:06:58',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9485,'4000','41629468364','2021-08-20 17:06:58',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9486,'1110','41629468426','2021-08-20 17:09:03',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9487,'1110','41629468426','2021-08-20 17:09:03',NULL,60.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(9488,'5500','41629468426','2021-08-20 17:09:03',510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9489,'1000','41629468426','2021-08-20 17:09:03',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9490,'4000','41629468426','2021-08-20 17:09:03',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9491,'4000','41629468426','2021-08-20 17:09:03',NULL,200.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(9492,'1110','41629554057','2021-08-21 16:56:51',NULL,3.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9493,'5500','41629554057','2021-08-21 16:56:51',3.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9494,'1000','41629554057','2021-08-21 16:56:51',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9495,'4000','41629554057','2021-08-21 16:56:51',NULL,249.99,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9496,'1110','41629554218','2021-08-21 17:06:22',NULL,4200.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9497,'1110','41629554218','2021-08-21 17:06:22',NULL,3390.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(9498,'1110','41629554218','2021-08-21 17:06:22',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9499,'1110','41629554218','2021-08-21 17:06:22',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9500,'1110','41629554218','2021-08-21 17:06:22',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(9501,'1110','41629554218','2021-08-21 17:06:22',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9502,'1110','41629554218','2021-08-21 17:06:22',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9503,'5500','41629554218','2021-08-21 17:06:22',8630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9504,'1000','41629554218','2021-08-21 17:06:22',9700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9505,'4000','41629554218','2021-08-21 17:06:22',NULL,4800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9506,'4000','41629554218','2021-08-21 17:06:22',NULL,3600.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(9507,'4000','41629554218','2021-08-21 17:06:22',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9508,'4000','41629554218','2021-08-21 17:06:22',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9509,'4000','41629554218','2021-08-21 17:06:22',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(9510,'4000','41629554218','2021-08-21 17:06:22',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9511,'4000','41629554218','2021-08-21 17:06:22',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9512,'1110','41629554787','2021-08-21 17:15:01',NULL,10150.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9513,'1110','41629554787','2021-08-21 17:15:01',NULL,5340.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(9514,'1110','41629554787','2021-08-21 17:15:01',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9515,'1110','41629554787','2021-08-21 17:15:01',NULL,157.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9516,'1110','41629554787','2021-08-21 17:15:01',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9517,'5500','41629554787','2021-08-21 17:15:01',16105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9518,'1000','41629554787','2021-08-21 17:15:01',18390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9519,'4000','41629554787','2021-08-21 17:15:01',NULL,11900.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9520,'4000','41629554787','2021-08-21 17:15:01',NULL,5640.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9521,'4000','41629554787','2021-08-21 17:15:01',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9522,'4000','41629554787','2021-08-21 17:15:01',NULL,225.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9523,'4000','41629554787','2021-08-21 17:15:01',NULL,225.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9524,'1110','41629555307','2021-08-21 17:16:47',NULL,1740.00,'','4','1','Inventory sold','1','','sales','42','','No',NULL,NULL,''),(9525,'5500','41629555307','2021-08-21 17:16:47',1740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9526,'1000','41629555307','2021-08-21 17:16:47',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9527,'4000','41629555307','2021-08-21 17:16:47',NULL,1900.00,'','4','1','Good sold','1','','sales','42','','No',NULL,NULL,''),(9528,'1110','41629555536','2021-08-21 17:19:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9529,'5500','41629555536','2021-08-21 17:19:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9530,'1000','41629555536','2021-08-21 17:19:54',17000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9531,'4000','41629555536','2021-08-21 17:19:54',NULL,17000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9532,'1110','41629555615','2021-08-21 17:22:37',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9533,'1110','41629555615','2021-08-21 17:22:37',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9534,'1110','41629555615','2021-08-21 17:22:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9535,'1110','41629555615','2021-08-21 17:22:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9536,'5500','41629555615','2021-08-21 17:22:37',12940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9537,'1000','41629555615','2021-08-21 17:22:37',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9538,'4000','41629555615','2021-08-21 17:22:37',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9539,'4000','41629555615','2021-08-21 17:22:37',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9540,'4000','41629555615','2021-08-21 17:22:37',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9541,'4000','41629555615','2021-08-21 17:22:37',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9542,'1110','41629555832','2021-08-21 17:26:11',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9543,'1110','41629555832','2021-08-21 17:26:11',NULL,585.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9544,'5500','41629555832','2021-08-21 17:26:11',13185.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9545,'1000','41629555832','2021-08-21 17:26:11',14400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9546,'4000','41629555832','2021-08-21 17:26:11',NULL,13500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9547,'4000','41629555832','2021-08-21 17:26:11',NULL,900.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9548,'1110','41629555976','2021-08-21 17:32:47',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9549,'1110','41629555976','2021-08-21 17:32:47',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9550,'1110','41629555976','2021-08-21 17:32:47',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9551,'1110','41629555976','2021-08-21 17:32:47',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9552,'1110','41629555976','2021-08-21 17:32:47',NULL,480.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(9553,'1110','41629555976','2021-08-21 17:32:47',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9554,'1110','41629555976','2021-08-21 17:32:47',NULL,960.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(9555,'1110','41629555976','2021-08-21 17:32:47',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9556,'5500','41629555976','2021-08-21 17:32:47',26730.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9557,'1000','41629555976','2021-08-21 17:32:47',30000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9558,'4000','41629555976','2021-08-21 17:32:47',NULL,21000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9559,'4000','41629555976','2021-08-21 17:32:47',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9560,'4000','41629555976','2021-08-21 17:32:47',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9561,'4000','41629555976','2021-08-21 17:32:47',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9562,'4000','41629555976','2021-08-21 17:32:47',NULL,1800.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(9563,'4000','41629555976','2021-08-21 17:32:47',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9564,'4000','41629555976','2021-08-21 17:32:47',NULL,1600.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(9565,'4000','41629555976','2021-08-21 17:32:47',NULL,2799.96,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9566,'1110','41629556374','2021-08-21 17:42:52',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9567,'1110','41629556374','2021-08-21 17:42:52',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9568,'1110','41629556374','2021-08-21 17:42:52',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9569,'1110','41629556374','2021-08-21 17:42:52',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9570,'1110','41629556374','2021-08-21 17:42:52',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(9571,'1110','41629556374','2021-08-21 17:42:52',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9572,'1110','41629556374','2021-08-21 17:42:52',NULL,260.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(9573,'1110','41629556374','2021-08-21 17:42:52',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9574,'5500','41629556374','2021-08-21 17:42:52',5435.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9575,'1000','41629556374','2021-08-21 17:42:52',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9576,'4000','41629556374','2021-08-21 17:42:52',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9577,'4000','41629556374','2021-08-21 17:42:52',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9578,'4000','41629556374','2021-08-21 17:42:52',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9579,'4000','41629556374','2021-08-21 17:42:52',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9580,'4000','41629556374','2021-08-21 17:42:52',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(9581,'4000','41629556374','2021-08-21 17:42:52',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9582,'4000','41629556374','2021-08-21 17:42:52',NULL,400.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(9583,'4000','41629556374','2021-08-21 17:42:52',NULL,500.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9584,'1110','41629556978','2021-08-21 17:43:58',NULL,3280.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(9585,'5500','41629556978','2021-08-21 17:43:58',3280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9586,'1000','41629556978','2021-08-21 17:43:58',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9587,'4000','41629556978','2021-08-21 17:43:58',NULL,3600.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9588,'1110','41629557043','2021-08-21 17:48:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9589,'5500','41629557043','2021-08-21 17:48:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9590,'1000','41629557043','2021-08-21 17:48:01',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9591,'4000','41629557043','2021-08-21 17:48:01',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9592,'1110','41629557305','2021-08-21 17:49:02',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9593,'5500','41629557305','2021-08-21 17:49:02',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9594,'1000','41629557305','2021-08-21 17:49:02',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9595,'4000','41629557305','2021-08-21 17:49:02',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9596,'1110','41629726217','2021-08-23 16:46:12',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9597,'1110','41629726217','2021-08-23 16:46:12',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9598,'1110','41629726217','2021-08-23 16:46:12',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9599,'1110','41629726217','2021-08-23 16:46:12',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9600,'5500','41629726217','2021-08-23 16:46:12',2505.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9601,'1000','41629726217','2021-08-23 16:46:12',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9602,'4000','41629726217','2021-08-23 16:46:12',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9603,'4000','41629726217','2021-08-23 16:46:12',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9604,'4000','41629726217','2021-08-23 16:46:12',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9605,'4000','41629726217','2021-08-23 16:46:12',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9606,'1110','41629726383','2021-08-23 16:47:10',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9607,'1110','41629726383','2021-08-23 16:47:10',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9608,'5500','41629726383','2021-08-23 16:47:10',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9609,'1000','41629726383','2021-08-23 16:47:10',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9610,'4000','41629726383','2021-08-23 16:47:10',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9611,'4000','41629726383','2021-08-23 16:47:10',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9612,'1110','41629726440','2021-08-23 16:50:32',NULL,10875.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9613,'5500','41629726440','2021-08-23 16:50:32',10875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9614,'1000','41629726440','2021-08-23 16:50:32',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9615,'4000','41629726440','2021-08-23 16:50:32',NULL,12000.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9616,'1110','41629726642','2021-08-23 16:51:28',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9617,'5500','41629726642','2021-08-23 16:51:28',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9618,'1000','41629726642','2021-08-23 16:51:28',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9619,'4000','41629726642','2021-08-23 16:51:28',NULL,250.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9620,'1110','41629726717','2021-08-23 16:53:52',NULL,14910.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9621,'5500','41629726717','2021-08-23 16:53:52',14910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9622,'1000','41629726717','2021-08-23 16:53:52',14700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9623,'4000','41629726717','2021-08-23 16:53:52',NULL,14700.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9624,'1110','41629726880','2021-08-23 16:55:20',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9625,'5500','41629726880','2021-08-23 16:55:20',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9626,'1000','41629726880','2021-08-23 16:55:20',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9627,'4000','41629726880','2021-08-23 16:55:20',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9628,'1110','41629726930','2021-08-23 16:57:10',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9629,'1110','41629726930','2021-08-23 16:57:10',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9630,'5500','41629726930','2021-08-23 16:57:10',25850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9631,'1000','41629726930','2021-08-23 16:57:10',28000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9632,'4000','41629726930','2021-08-23 16:57:10',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9633,'4000','41629726930','2021-08-23 16:57:10',NULL,27000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9634,'1110','41629727036','2021-08-23 16:57:58',NULL,6.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9635,'5500','41629727036','2021-08-23 16:57:58',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9636,'1000','41629727036','2021-08-23 16:57:58',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9637,'4000','41629727036','2021-08-23 16:57:58',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9638,'1110','41629727098','2021-08-23 17:10:18',NULL,3200.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(9639,'1110','41629727098','2021-08-23 17:10:18',NULL,4200.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9640,'1110','41629727098','2021-08-23 17:10:18',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(9641,'1110','41629727098','2021-08-23 17:10:18',NULL,180.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(9642,'1110','41629727098','2021-08-23 17:10:18',NULL,360.00,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(9643,'1110','41629727098','2021-08-23 17:10:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9644,'5500','41629727098','2021-08-23 17:10:18',9062.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9645,'1000','41629727098','2021-08-23 17:10:18',10550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9646,'4000','41629727098','2021-08-23 17:10:18',NULL,3600.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(9647,'4000','41629727098','2021-08-23 17:10:18',NULL,4500.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9648,'4000','41629727098','2021-08-23 17:10:18',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9649,'4000','41629727098','2021-08-23 17:10:18',NULL,250.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(9650,'4000','41629727098','2021-08-23 17:10:18',NULL,500.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(9651,'4000','41629727098','2021-08-23 17:10:18',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9652,'1110','41629727849','2021-08-23 17:11:42',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(9653,'5500','41629727849','2021-08-23 17:11:42',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9654,'1000','41629727849','2021-08-23 17:11:42',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9655,'4000','41629727849','2021-08-23 17:11:42',NULL,3700.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(9656,'1110','41629727912','2021-08-23 17:14:33',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(9657,'5500','41629727912','2021-08-23 17:14:33',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9658,'1000','41629727912','2021-08-23 17:14:33',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9659,'4000','41629727912','2021-08-23 17:14:33',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(9660,'1110','41629728094','2021-08-23 17:16:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9661,'5500','41629728094','2021-08-23 17:16:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9662,'1000','41629728094','2021-08-23 17:16:19',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9663,'4000','41629728094','2021-08-23 17:16:19',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9664,'1110','41629728203','2021-08-23 17:19:58',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9665,'5500','41629728203','2021-08-23 17:19:58',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9666,'1000','41629728203','2021-08-23 17:19:58',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9667,'4000','41629728203','2021-08-23 17:19:58',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9668,'1110','41629728539','2021-08-23 17:24:31',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(9669,'1110','41629728539','2021-08-23 17:24:31',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9670,'5500','41629728539','2021-08-23 17:24:31',11790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9671,'1000','41629728539','2021-08-23 17:24:31',13200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9672,'4000','41629728539','2021-08-23 17:24:31',NULL,12600.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(9673,'4000','41629728539','2021-08-23 17:24:31',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9674,'1110','41629813339','2021-08-24 16:58:14',NULL,160.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(9675,'5500','41629813339','2021-08-24 16:58:14',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9676,'1000','41629813339','2021-08-24 16:58:14',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9677,'4000','41629813339','2021-08-24 16:58:14',NULL,600.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(9678,'1110','41629813501','2021-08-24 17:00:56',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9679,'1110','41629813501','2021-08-24 17:00:56',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9680,'5500','41629813501','2021-08-24 17:00:56',262.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9681,'1000','41629813501','2021-08-24 17:00:56',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9682,'4000','41629813501','2021-08-24 17:00:56',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9683,'4000','41629813501','2021-08-24 17:00:56',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9684,'1110','41629813666','2021-08-24 17:07:51',NULL,2100.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9685,'5500','41629813666','2021-08-24 17:07:51',2100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9686,'1000','41629813666','2021-08-24 17:07:51',2340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9687,'4000','41629813666','2021-08-24 17:07:51',NULL,2340.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9688,'1110','41629814109','2021-08-24 17:10:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9689,'1110','41629814109','2021-08-24 17:10:32',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9690,'1110','41629814109','2021-08-24 17:10:32',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9691,'5500','41629814109','2021-08-24 17:10:32',2052.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9692,'1000','41629814109','2021-08-24 17:10:32',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9693,'4000','41629814109','2021-08-24 17:10:32',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9694,'4000','41629814109','2021-08-24 17:10:32',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9695,'4000','41629814109','2021-08-24 17:10:32',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9696,'1110','41629814260','2021-08-24 17:12:12',NULL,240.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(9697,'5500','41629814260','2021-08-24 17:12:12',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9698,'1000','41629814260','2021-08-24 17:12:12',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9699,'4000','41629814260','2021-08-24 17:12:12',NULL,400.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(9700,'1110','41629814344','2021-08-24 17:21:26',NULL,7920.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(9701,'1110','41629814344','2021-08-24 17:21:26',NULL,3000.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(9702,'1110','41629814344','2021-08-24 17:21:26',NULL,520.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(9703,'1110','41629814344','2021-08-24 17:21:26',NULL,1550.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(9704,'1110','41629814344','2021-08-24 17:21:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9705,'5500','41629814344','2021-08-24 17:21:26',12992.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9706,'1000','41629814344','2021-08-24 17:21:26',19500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9707,'4000','41629814344','2021-08-24 17:21:26',NULL,9350.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(9708,'4000','41629814344','2021-08-24 17:21:26',NULL,5000.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(9709,'4000','41629814344','2021-08-24 17:21:26',NULL,800.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(9710,'4000','41629814344','2021-08-24 17:21:26',NULL,2500.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(9711,'4000','41629814344','2021-08-24 17:21:26',NULL,1850.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9712,'1110','41629814897','2021-08-24 17:26:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9713,'1110','41629814897','2021-08-24 17:26:49',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9714,'1110','41629814897','2021-08-24 17:26:49',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9715,'1110','41629814897','2021-08-24 17:26:49',NULL,3150.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9716,'1110','41629814897','2021-08-24 17:26:49',NULL,300.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(9717,'1110','41629814897','2021-08-24 17:26:49',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9718,'1110','41629814897','2021-08-24 17:26:49',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9719,'5500','41629814897','2021-08-24 17:26:49',4060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9720,'1000','41629814897','2021-08-24 17:26:49',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9721,'4000','41629814897','2021-08-24 17:26:49',NULL,15800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9722,'4000','41629814897','2021-08-24 17:26:49',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9723,'4000','41629814897','2021-08-24 17:26:49',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9724,'4000','41629814897','2021-08-24 17:26:49',NULL,4250.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9725,'4000','41629814897','2021-08-24 17:26:49',NULL,1000.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(9726,'4000','41629814897','2021-08-24 17:26:49',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9727,'4000','41629814897','2021-08-24 17:26:49',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9728,'1110','41629815284','2021-08-24 17:29:43',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(9729,'1110','41629815284','2021-08-24 17:29:43',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9730,'5500','41629815284','2021-08-24 17:29:43',12990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9731,'1000','41629815284','2021-08-24 17:29:43',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9732,'4000','41629815284','2021-08-24 17:29:43',NULL,13900.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(9733,'4000','41629815284','2021-08-24 17:29:43',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9734,'1110','41629815388','2021-08-24 17:30:33',NULL,60.00,'','4','1','Inventory sold','1','','sales','287','','No',NULL,NULL,''),(9735,'5500','41629815388','2021-08-24 17:30:33',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9736,'1000','41629815388','2021-08-24 17:30:33',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9737,'4000','41629815388','2021-08-24 17:30:33',NULL,150.00,'','4','1','Good sold','1','','sales','287','','No',NULL,NULL,''),(9738,'1110','41629815441','2021-08-24 17:32:47',NULL,3900.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9739,'1110','41629815441','2021-08-24 17:32:47',NULL,975.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(9740,'5500','41629815441','2021-08-24 17:32:47',4875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9741,'1000','41629815441','2021-08-24 17:32:47',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9742,'4000','41629815441','2021-08-24 17:32:47',NULL,4500.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9743,'4000','41629815441','2021-08-24 17:32:47',NULL,1100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(9744,'1110','41629815574','2021-08-24 17:33:57',NULL,53250.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9745,'5500','41629815574','2021-08-24 17:33:57',53250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9746,'1000','41629815574','2021-08-24 17:33:57',53000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9747,'4000','41629815574','2021-08-24 17:33:57',NULL,53000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9748,'1110','41629815644','2021-08-24 17:35:36',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(9749,'1110','41629815644','2021-08-24 17:35:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9750,'5500','41629815644','2021-08-24 17:35:36',242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9751,'1000','41629815644','2021-08-24 17:35:36',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9752,'4000','41629815644','2021-08-24 17:35:36',NULL,450.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(9753,'4000','41629815644','2021-08-24 17:35:36',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9754,'1110','41629902863','2021-08-25 17:49:16',NULL,4720.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(9755,'1110','41629902863','2021-08-25 17:49:16',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9756,'5500','41629902863','2021-08-25 17:49:16',4870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9757,'1000','41629902863','2021-08-25 17:49:16',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9758,'4000','41629902863','2021-08-25 17:49:16',NULL,5200.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(9759,'4000','41629902863','2021-08-25 17:49:16',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9760,'1110','41629902961','2021-08-25 17:50:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9761,'5500','41629902961','2021-08-25 17:50:45',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9762,'1000','41629902961','2021-08-25 17:50:45',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9763,'4000','41629902961','2021-08-25 17:50:45',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9764,'1110','41629903088','2021-08-25 17:54:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9765,'5500','41629903088','2021-08-25 17:54:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9766,'1000','41629903088','2021-08-25 17:54:04',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9767,'4000','41629903088','2021-08-25 17:54:04',NULL,2250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9768,'1110','41629903292','2021-08-25 17:55:34',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9769,'5500','41629903292','2021-08-25 17:55:34',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9770,'1000','41629903292','2021-08-25 17:55:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9771,'4000','41629903292','2021-08-25 17:55:34',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9772,'1110','41629903338','2021-08-25 17:56:46',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9773,'5500','41629903338','2021-08-25 17:56:46',5325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9774,'1000','41629903338','2021-08-25 17:56:46',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9775,'4000','41629903338','2021-08-25 17:56:46',NULL,5400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9776,'1110','41629903410','2021-08-25 17:57:21',NULL,760.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(9777,'5500','41629903410','2021-08-25 17:57:21',760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9778,'1000','41629903410','2021-08-25 17:57:21',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9779,'4000','41629903410','2021-08-25 17:57:21',NULL,1000.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(9780,'1110','41629903446','2021-08-25 17:58:11',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9781,'5500','41629903446','2021-08-25 17:58:11',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9782,'1000','41629903446','2021-08-25 17:58:11',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9783,'4000','41629903446','2021-08-25 17:58:11',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9784,'1110','41629903497','2021-08-25 17:59:57',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9785,'5500','41629903497','2021-08-25 17:59:57',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9786,'1000','41629903497','2021-08-25 17:59:57',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9787,'4000','41629903497','2021-08-25 17:59:57',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9788,'1110','41629903605','2021-08-25 18:00:28',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9789,'5500','41629903605','2021-08-25 18:00:28',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9790,'1000','41629903605','2021-08-25 18:00:28',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9791,'4000','41629903605','2021-08-25 18:00:28',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9792,'1110','41629903647','2021-08-25 18:01:28',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9793,'5500','41629903647','2021-08-25 18:01:28',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9794,'1000','41629903647','2021-08-25 18:01:28',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9795,'4000','41629903647','2021-08-25 18:01:28',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9796,'1110','41629903694','2021-08-25 18:03:13',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9797,'1110','41629903694','2021-08-25 18:03:13',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9798,'1110','41629903694','2021-08-25 18:03:13',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(9799,'1110','41629903694','2021-08-25 18:03:13',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(9800,'5500','41629903694','2021-08-25 18:03:13',1360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9801,'1000','41629903694','2021-08-25 18:03:13',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9802,'4000','41629903694','2021-08-25 18:03:13',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9803,'4000','41629903694','2021-08-25 18:03:13',NULL,550.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9804,'4000','41629903694','2021-08-25 18:03:13',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(9805,'4000','41629903694','2021-08-25 18:03:13',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(9806,'1110','41629903797','2021-08-25 18:07:33',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9807,'5500','41629903797','2021-08-25 18:07:33',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9808,'1000','41629903797','2021-08-25 18:07:33',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9809,'4000','41629903797','2021-08-25 18:07:33',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9810,'1110','41629904061','2021-08-25 18:11:53',NULL,33210.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(9811,'5500','41629904061','2021-08-25 18:11:53',33210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9812,'1000','41629904061','2021-08-25 18:11:53',35100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9813,'4000','41629904061','2021-08-25 18:11:53',NULL,35100.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(9814,'1110','41629904317','2021-08-25 18:13:12',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9815,'5500','41629904317','2021-08-25 18:13:12',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9816,'1000','41629904317','2021-08-25 18:13:12',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9817,'4000','41629904317','2021-08-25 18:13:12',NULL,450.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9818,'1110','41629904636','2021-08-25 18:17:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9819,'5500','41629904636','2021-08-25 18:17:39',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9820,'1000','41629904636','2021-08-25 18:17:39',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9821,'4000','41629904636','2021-08-25 18:17:39',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9822,'1110','41629904678','2021-08-25 18:18:41',NULL,240.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(9823,'5500','41629904678','2021-08-25 18:18:41',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9824,'1000','41629904678','2021-08-25 18:18:41',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9825,'4000','41629904678','2021-08-25 18:18:41',NULL,400.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(9826,'1110','41629904726','2021-08-25 18:19:52',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(9827,'5500','41629904726','2021-08-25 18:19:52',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9828,'1000','41629904726','2021-08-25 18:19:52',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9829,'4000','41629904726','2021-08-25 18:19:52',NULL,300.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(9830,'1110','41629904796','2021-08-25 18:20:28',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9831,'5500','41629904796','2021-08-25 18:20:28',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9832,'1000','41629904796','2021-08-25 18:20:28',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9833,'4000','41629904796','2021-08-25 18:20:28',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9834,'1110','41629904834','2021-08-25 18:21:09',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9835,'5500','41629904834','2021-08-25 18:21:09',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9836,'1000','41629904834','2021-08-25 18:21:09',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9837,'4000','41629904834','2021-08-25 18:21:09',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9838,'1110','41629904874','2021-08-25 18:22:43',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9839,'5500','41629904874','2021-08-25 18:22:43',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9840,'1000','41629904874','2021-08-25 18:22:43',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9841,'4000','41629904874','2021-08-25 18:22:43',NULL,550.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9842,'1110','41629985938','2021-08-26 16:54:57',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9843,'1110','41629985938','2021-08-26 16:54:57',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(9844,'5500','41629985938','2021-08-26 16:54:57',4310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9845,'1000','41629985938','2021-08-26 16:54:57',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9846,'4000','41629985938','2021-08-26 16:54:57',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9847,'4000','41629985938','2021-08-26 16:54:57',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(9848,'1110','41629986105','2021-08-26 16:56:18',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(9849,'5500','41629986105','2021-08-26 16:56:18',2940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9850,'1000','41629986105','2021-08-26 16:56:18',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9851,'4000','41629986105','2021-08-26 16:56:18',NULL,3500.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(9852,'1110','41629986188','2021-08-26 17:05:44',NULL,880.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(9853,'1110','41629986188','2021-08-26 17:05:44',NULL,1200.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(9854,'1110','41629986188','2021-08-26 17:05:44',NULL,735.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9855,'1110','41629986188','2021-08-26 17:05:44',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9856,'1110','41629986188','2021-08-26 17:05:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9857,'5500','41629986188','2021-08-26 17:05:44',3132.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9858,'1000','41629986188','2021-08-26 17:05:44',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9859,'4000','41629986188','2021-08-26 17:05:44',NULL,800.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(9860,'4000','41629986188','2021-08-26 17:05:44',NULL,2000.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(9861,'4000','41629986188','2021-08-26 17:05:44',NULL,1050.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9862,'4000','41629986188','2021-08-26 17:05:44',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9863,'4000','41629986188','2021-08-26 17:05:44',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9864,'1110','41629986780','2021-08-26 17:06:41',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(9865,'5500','41629986780','2021-08-26 17:06:41',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9866,'1000','41629986780','2021-08-26 17:06:41',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9867,'4000','41629986780','2021-08-26 17:06:41',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(9868,'1110','41629986810','2021-08-26 17:08:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9869,'5500','41629986810','2021-08-26 17:08:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9870,'1000','41629986810','2021-08-26 17:08:24',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9871,'4000','41629986810','2021-08-26 17:08:24',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9872,'1110','41629986930','2021-08-26 17:10:06',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(9873,'5500','41629986930','2021-08-26 17:10:06',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9874,'1000','41629986930','2021-08-26 17:10:06',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9875,'4000','41629986930','2021-08-26 17:10:06',NULL,4500.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9876,'1110','41629987011','2021-08-26 17:11:17',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9877,'5500','41629987011','2021-08-26 17:11:17',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9878,'1000','41629987011','2021-08-26 17:11:17',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9879,'4000','41629987011','2021-08-26 17:11:17',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9880,'1110','41629987087','2021-08-26 17:11:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9881,'5500','41629987087','2021-08-26 17:11:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9882,'1000','41629987087','2021-08-26 17:11:42',5.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9883,'4000','41629987087','2021-08-26 17:11:42',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9884,'1110','41629987161','2021-08-26 17:13:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9885,'5500','41629987161','2021-08-26 17:13:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9886,'1000','41629987161','2021-08-26 17:13:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9887,'4000','41629987161','2021-08-26 17:13:09',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9888,'1110','41629987211','2021-08-26 17:17:00',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9889,'1110','41629987211','2021-08-26 17:17:00',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9890,'1110','41629987211','2021-08-26 17:17:00',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9891,'1110','41629987211','2021-08-26 17:17:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(9892,'5500','41629987211','2021-08-26 17:17:00',855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9893,'1000','41629987211','2021-08-26 17:17:00',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9894,'4000','41629987211','2021-08-26 17:17:00',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9895,'4000','41629987211','2021-08-26 17:17:00',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9896,'4000','41629987211','2021-08-26 17:17:00',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9897,'4000','41629987211','2021-08-26 17:17:00',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(9898,'1110','41629987437','2021-08-26 17:19:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9899,'5500','41629987437','2021-08-26 17:19:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9900,'1000','41629987437','2021-08-26 17:19:25',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9901,'4000','41629987437','2021-08-26 17:19:25',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9902,'1110','41629987617','2021-08-26 17:21:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9903,'5500','41629987617','2021-08-26 17:21:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9904,'1000','41629987617','2021-08-26 17:21:33',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9905,'4000','41629987617','2021-08-26 17:21:33',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9906,'1110','41629987712','2021-08-26 17:24:50',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9907,'1110','41629987712','2021-08-26 17:24:50',NULL,100.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9908,'1110','41629987712','2021-08-26 17:24:50',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9909,'1110','41629987712','2021-08-26 17:24:50',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9910,'5500','41629987712','2021-08-26 17:24:50',1730.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9911,'1000','41629987712','2021-08-26 17:24:50',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9912,'4000','41629987712','2021-08-26 17:24:50',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9913,'4000','41629987712','2021-08-26 17:24:50',NULL,200.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9914,'4000','41629987712','2021-08-26 17:24:50',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9915,'4000','41629987712','2021-08-26 17:24:50',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9916,'1110','41629987905','2021-08-26 17:25:54',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9917,'5500','41629987905','2021-08-26 17:25:54',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9918,'1000','41629987905','2021-08-26 17:25:54',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9919,'4000','41629987905','2021-08-26 17:25:54',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9920,'1110','41629987959','2021-08-26 17:27:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9921,'5500','41629987959','2021-08-26 17:27:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9922,'1000','41629987959','2021-08-26 17:27:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9923,'4000','41629987959','2021-08-26 17:27:35',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9924,'1110','41629988072','2021-08-26 17:28:45',NULL,240.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(9925,'5500','41629988072','2021-08-26 17:28:45',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9926,'1000','41629988072','2021-08-26 17:28:45',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9927,'4000','41629988072','2021-08-26 17:28:45',NULL,400.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(9928,'1110','41629988131','2021-08-26 17:29:40',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9929,'5500','41629988131','2021-08-26 17:29:40',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9930,'1000','41629988131','2021-08-26 17:29:40',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9931,'4000','41629988131','2021-08-26 17:29:40',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9932,'1110','41629988185','2021-08-26 17:36:03',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9933,'5500','41629988185','2021-08-26 17:36:03',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9934,'1000','41629988185','2021-08-26 17:36:03',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9935,'4000','41629988185','2021-08-26 17:36:03',NULL,450.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9936,'1110','41630043139','2021-08-26 08:48:50',NULL,11400.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(9937,'1110','41630043139','2021-08-26 08:48:50',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(9938,'1110','41630043139','2021-08-26 08:48:50',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9939,'5500','41630043139','2021-08-26 08:48:50',16030.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9940,'1000','41630043139','2021-08-26 08:48:50',18800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9941,'4000','41630043139','2021-08-26 08:48:50',NULL,13200.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(9942,'4000','41630043139','2021-08-26 08:48:50',NULL,4400.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(9943,'4000','41630043139','2021-08-26 08:48:50',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9944,'1110','41630043348','2021-08-26 08:53:01',NULL,14240.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(9945,'1110','41630043348','2021-08-26 08:53:01',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9946,'1110','41630043348','2021-08-26 08:53:01',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(9947,'1110','41630043348','2021-08-26 08:53:01',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9948,'1110','41630043348','2021-08-26 08:53:01',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9949,'1110','41630043348','2021-08-26 08:53:01',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(9950,'5500','41630043348','2021-08-26 08:53:01',15630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9951,'1000','41630043348','2021-08-26 08:53:01',16900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9952,'4000','41630043348','2021-08-26 08:53:01',NULL,14400.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9953,'4000','41630043348','2021-08-26 08:53:01',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9954,'4000','41630043348','2021-08-26 08:53:01',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9955,'4000','41630043348','2021-08-26 08:53:01',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9956,'4000','41630043348','2021-08-26 08:53:01',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9957,'4000','41630043348','2021-08-26 08:53:01',NULL,800.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(9958,'1110','41630043612','2021-08-26 08:56:44',NULL,2520.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(9959,'1110','41630043612','2021-08-26 08:56:44',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9960,'1110','41630043612','2021-08-26 08:56:44',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9961,'1110','41630043612','2021-08-26 08:56:44',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(9962,'1110','41630043612','2021-08-26 08:56:44',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9963,'1110','41630043612','2021-08-26 08:56:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9964,'5500','41630043612','2021-08-26 08:56:44',2905.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9965,'1000','41630043612','2021-08-26 08:56:44',5850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9966,'4000','41630043612','2021-08-26 08:56:44',NULL,3400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(9967,'4000','41630043612','2021-08-26 08:56:44',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9968,'4000','41630043612','2021-08-26 08:56:44',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9969,'4000','41630043612','2021-08-26 08:56:44',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(9970,'4000','41630043612','2021-08-26 08:56:44',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9971,'4000','41630043612','2021-08-26 08:56:44',NULL,1700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9972,'1110','41630067761','2021-08-27 15:37:42',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(9973,'1110','41630067761','2021-08-27 15:37:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(9974,'5500','41630067761','2021-08-27 15:37:42',662.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9975,'1000','41630067761','2021-08-27 15:37:42',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9976,'4000','41630067761','2021-08-27 15:37:42',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9977,'4000','41630067761','2021-08-27 15:37:42',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(9978,'1110','41630067885','2021-08-27 15:40:17',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(9979,'1110','41630067885','2021-08-27 15:40:17',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(9980,'5500','41630067885','2021-08-27 15:40:17',13680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9981,'1000','41630067885','2021-08-27 15:40:17',13840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9982,'4000','41630067885','2021-08-27 15:40:17',NULL,12840.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9983,'4000','41630067885','2021-08-27 15:40:17',NULL,1000.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(9984,'1110','41630068054','2021-08-27 15:41:49',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9985,'5500','41630068054','2021-08-27 15:41:49',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9986,'1000','41630068054','2021-08-27 15:41:49',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9987,'4000','41630068054','2021-08-27 15:41:49',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9988,'1110','41630068117','2021-08-27 15:46:36',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9989,'1110','41630068117','2021-08-27 15:46:36',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9990,'1110','41630068117','2021-08-27 15:46:36',NULL,262.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(9991,'1110','41630068117','2021-08-27 15:46:36',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(9992,'5500','41630068117','2021-08-27 15:46:36',907.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9993,'1000','41630068117','2021-08-27 15:46:36',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9994,'4000','41630068117','2021-08-27 15:46:36',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9995,'4000','41630068117','2021-08-27 15:46:36',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9996,'4000','41630068117','2021-08-27 15:46:36',NULL,375.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(9997,'4000','41630068117','2021-08-27 15:46:36',NULL,175.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(9998,'1110','41630068418','2021-08-27 15:49:29',NULL,375.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(9999,'1110','41630068418','2021-08-27 15:49:29',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10000,'1110','41630068418','2021-08-27 15:49:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10001,'5500','41630068418','2021-08-27 15:49:29',637.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10002,'1000','41630068418','2021-08-27 15:49:29',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10003,'4000','41630068418','2021-08-27 15:49:29',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10004,'4000','41630068418','2021-08-27 15:49:29',NULL,225.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10005,'4000','41630068418','2021-08-27 15:49:29',NULL,175.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10006,'1110','41630068575','2021-08-27 15:50:20',NULL,22800.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(10007,'5500','41630068575','2021-08-27 15:50:20',22800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10008,'1000','41630068575','2021-08-27 15:50:20',25200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10009,'4000','41630068575','2021-08-27 15:50:20',NULL,25200.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(10010,'1110','41630068631','2021-08-27 15:51:24',NULL,3150.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10011,'1110','41630068631','2021-08-27 15:51:24',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10012,'5500','41630068631','2021-08-27 15:51:24',3270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10013,'1000','41630068631','2021-08-27 15:51:24',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10014,'4000','41630068631','2021-08-27 15:51:24',NULL,4250.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10015,'4000','41630068631','2021-08-27 15:51:24',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10016,'1110','41630068702','2021-08-27 15:56:43',NULL,4900.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(10017,'1110','41630068702','2021-08-27 15:56:43',NULL,4600.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(10018,'1110','41630068702','2021-08-27 15:56:43',NULL,640.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(10019,'1110','41630068702','2021-08-27 15:56:43',NULL,1350.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(10020,'5500','41630068702','2021-08-27 15:56:43',11490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10021,'1000','41630068702','2021-08-27 15:56:43',15350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10022,'4000','41630068702','2021-08-27 15:56:43',NULL,6300.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(10023,'4000','41630068702','2021-08-27 15:56:43',NULL,5200.00,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(10024,'4000','41630068702','2021-08-27 15:56:43',NULL,1600.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(10025,'4000','41630068702','2021-08-27 15:56:43',NULL,2250.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(10026,'1110','41630069016','2021-08-27 15:57:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10027,'5500','41630069016','2021-08-27 15:57:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10028,'1000','41630069016','2021-08-27 15:57:18',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10029,'4000','41630069016','2021-08-27 15:57:18',NULL,650.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10030,'1110','41630069089','2021-08-27 15:58:56',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10031,'5500','41630069089','2021-08-27 15:58:56',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10032,'1000','41630069089','2021-08-27 15:58:56',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10033,'4000','41630069089','2021-08-27 15:58:56',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10034,'1110','41630069142','2021-08-27 16:01:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10035,'1110','41630069142','2021-08-27 16:01:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10036,'1110','41630069142','2021-08-27 16:01:05',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10037,'5500','41630069142','2021-08-27 16:01:05',945.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10038,'1000','41630069142','2021-08-27 16:01:05',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10039,'4000','41630069142','2021-08-27 16:01:05',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10040,'4000','41630069142','2021-08-27 16:01:05',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10041,'4000','41630069142','2021-08-27 16:01:05',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10042,'1110','41630076805','2021-08-27 18:07:11',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10043,'5500','41630076805','2021-08-27 18:07:11',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10044,'1000','41630076805','2021-08-27 18:07:11',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10045,'4000','41630076805','2021-08-27 18:07:11',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10046,'1110','41630076837','2021-08-27 18:10:07',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10047,'1110','41630076837','2021-08-27 18:10:07',NULL,630.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10048,'1110','41630076837','2021-08-27 18:10:07',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10049,'1110','41630076837','2021-08-27 18:10:07',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10050,'5500','41630076837','2021-08-27 18:10:07',1710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10051,'1000','41630076837','2021-08-27 18:10:07',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10052,'4000','41630076837','2021-08-27 18:10:07',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10053,'4000','41630076837','2021-08-27 18:10:07',NULL,900.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10054,'4000','41630076837','2021-08-27 18:10:07',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10055,'4000','41630076837','2021-08-27 18:10:07',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10056,'1110','41630158328','2021-08-28 16:46:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(10057,'5500','41630158328','2021-08-28 16:46:20',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10058,'1000','41630158328','2021-08-28 16:46:20',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10059,'4000','41630158328','2021-08-28 16:46:20',NULL,250.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(10060,'1110','41630158401','2021-08-28 16:47:28',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(10061,'5500','41630158401','2021-08-28 16:47:28',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10062,'1000','41630158401','2021-08-28 16:47:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10063,'4000','41630158401','2021-08-28 16:47:28',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(10064,'1110','41630158472','2021-08-28 17:12:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(10065,'1110','41630158472','2021-08-28 17:12:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10066,'5500','41630158472','2021-08-28 17:12:02',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10067,'1000','41630158472','2021-08-28 17:12:02',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10068,'4000','41630158472','2021-08-28 17:12:02',NULL,250.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(10069,'4000','41630158472','2021-08-28 17:12:02',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10070,'1110','41630159990','2021-08-28 17:17:57',NULL,9010.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10071,'1110','41630159990','2021-08-28 17:17:57',NULL,100.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(10072,'1110','41630159990','2021-08-28 17:17:57',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(10073,'1110','41630159990','2021-08-28 17:17:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10074,'5500','41630159990','2021-08-28 17:17:57',9177.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10075,'1000','41630159990','2021-08-28 17:17:57',10300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10076,'4000','41630159990','2021-08-28 17:17:57',NULL,9350.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10077,'4000','41630159990','2021-08-28 17:17:57',NULL,300.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10078,'4000','41630159990','2021-08-28 17:17:57',NULL,300.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(10079,'4000','41630159990','2021-08-28 17:17:57',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10080,'1110','41630160296','2021-08-28 17:21:00',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(10081,'1110','41630160296','2021-08-28 17:21:00',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10082,'1110','41630160296','2021-08-28 17:21:00',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(10083,'1110','41630160296','2021-08-28 17:21:00',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10084,'5500','41630160296','2021-08-28 17:21:00',8590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10085,'1000','41630160296','2021-08-28 17:21:00',9850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10086,'4000','41630160296','2021-08-28 17:21:00',NULL,5800.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(10087,'4000','41630160296','2021-08-28 17:21:00',NULL,3300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10088,'4000','41630160296','2021-08-28 17:21:00',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(10089,'4000','41630160296','2021-08-28 17:21:00',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10090,'1110','41630160469','2021-08-28 17:26:01',NULL,800.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(10091,'1110','41630160469','2021-08-28 17:26:01',NULL,240.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(10092,'1110','41630160469','2021-08-28 17:26:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10093,'5500','41630160469','2021-08-28 17:26:01',1042.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10094,'1000','41630160469','2021-08-28 17:26:01',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10095,'4000','41630160469','2021-08-28 17:26:01',NULL,900.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(10096,'4000','41630160469','2021-08-28 17:26:01',NULL,700.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(10097,'4000','41630160469','2021-08-28 17:26:01',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10098,'1110','41630160784','2021-08-28 17:29:55',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10099,'1110','41630160784','2021-08-28 17:29:55',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10100,'1110','41630160784','2021-08-28 17:29:55',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10101,'1110','41630160784','2021-08-28 17:29:55',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10102,'5500','41630160784','2021-08-28 17:29:55',2325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10103,'1000','41630160784','2021-08-28 17:29:55',3250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10104,'4000','41630160784','2021-08-28 17:29:55',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10105,'4000','41630160784','2021-08-28 17:29:55',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10106,'4000','41630160784','2021-08-28 17:29:55',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10107,'4000','41630160784','2021-08-28 17:29:55',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10108,'1110','41630161004','2021-08-28 17:30:56',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(10109,'5500','41630161004','2021-08-28 17:30:56',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10110,'1000','41630161004','2021-08-28 17:30:56',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10111,'4000','41630161004','2021-08-28 17:30:56',NULL,3600.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(10112,'1110','41630161062','2021-08-28 17:40:28',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10113,'1110','41630161062','2021-08-28 17:40:28',NULL,2000.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10114,'1110','41630161062','2021-08-28 17:40:28',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10115,'1110','41630161062','2021-08-28 17:40:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10116,'1110','41630161062','2021-08-28 17:40:28',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10117,'1110','41630161062','2021-08-28 17:40:28',NULL,420.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10118,'5500','41630161062','2021-08-28 17:40:28',24950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10119,'1000','41630161062','2021-08-28 17:40:28',26300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10120,'4000','41630161062','2021-08-28 17:40:28',NULL,21000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10121,'4000','41630161062','2021-08-28 17:40:28',NULL,3000.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10122,'4000','41630161062','2021-08-28 17:40:28',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10123,'4000','41630161062','2021-08-28 17:40:28',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10124,'4000','41630161062','2021-08-28 17:40:28',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10125,'4000','41630161062','2021-08-28 17:40:28',NULL,600.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10126,'1110','41630161636','2021-08-28 17:42:09',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10127,'5500','41630161636','2021-08-28 17:42:09',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10128,'1000','41630161636','2021-08-28 17:42:09',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10129,'4000','41630161636','2021-08-28 17:42:09',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10130,'1110','41630161736','2021-08-28 17:46:13',NULL,360.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(10131,'1110','41630161736','2021-08-28 17:46:13',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10132,'1110','41630161736','2021-08-28 17:46:13',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10133,'1110','41630161736','2021-08-28 17:46:13',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10134,'1110','41630161736','2021-08-28 17:46:13',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10135,'1110','41630161736','2021-08-28 17:46:13',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(10136,'5500','41630161736','2021-08-28 17:46:13',1940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10137,'1000','41630161736','2021-08-28 17:46:13',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10138,'4000','41630161736','2021-08-28 17:46:13',NULL,900.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(10139,'4000','41630161736','2021-08-28 17:46:13',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10140,'4000','41630161736','2021-08-28 17:46:13',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10141,'4000','41630161736','2021-08-28 17:46:13',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10142,'4000','41630161736','2021-08-28 17:46:13',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10143,'4000','41630161736','2021-08-28 17:46:13',NULL,300.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(10144,'1110','41630162855','2021-08-28 18:01:43',NULL,2800.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10145,'5500','41630162855','2021-08-28 18:01:43',2800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10146,'1000','41630162855','2021-08-28 18:01:43',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10147,'4000','41630162855','2021-08-28 18:01:43',NULL,3200.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10148,'1110','41630162908','2021-08-28 18:02:28',NULL,100.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(10149,'5500','41630162908','2021-08-28 18:02:28',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10150,'1000','41630162908','2021-08-28 18:02:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10151,'4000','41630162908','2021-08-28 18:02:28',NULL,300.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10152,'1110','41630222027','2021-08-28 10:34:39',NULL,1040.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10153,'5500','41630222027','2021-08-28 10:34:39',1040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10154,'1000','41630222027','2021-08-28 10:34:39',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10155,'4000','41630222027','2021-08-28 10:34:39',NULL,1600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10156,'1110','41630222508','2021-08-28 10:38:15',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10157,'1110','41630222508','2021-08-28 10:38:15',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10158,'1110','41630222508','2021-08-28 10:38:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10159,'5500','41630222508','2021-08-28 10:38:15',257.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10160,'1000','41630222508','2021-08-28 10:38:15',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10161,'4000','41630222508','2021-08-28 10:38:15',NULL,200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10162,'4000','41630222508','2021-08-28 10:38:15',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10163,'4000','41630222508','2021-08-28 10:38:15',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10164,'1110','41630222712','2021-08-28 10:39:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10165,'5500','41630222712','2021-08-28 10:39:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10166,'1000','41630222712','2021-08-28 10:39:18',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10167,'4000','41630222712','2021-08-28 10:39:18',NULL,4300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10168,'1110','41630328398','2021-08-30 16:07:53',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(10169,'1110','41630328398','2021-08-30 16:07:53',NULL,880.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(10170,'1110','41630328398','2021-08-30 16:07:53',NULL,270.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(10171,'1110','41630328398','2021-08-30 16:07:53',NULL,285.00,'','4','1','Inventory sold','1','','sales','213','','No',NULL,NULL,''),(10172,'1110','41630328398','2021-08-30 16:07:53',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(10173,'1110','41630328398','2021-08-30 16:07:53',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10174,'5500','41630328398','2021-08-30 16:07:53',3715.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10175,'1000','41630328398','2021-08-30 16:07:53',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10176,'4000','41630328398','2021-08-30 16:07:53',NULL,1800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(10177,'4000','41630328398','2021-08-30 16:07:53',NULL,950.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10178,'4000','41630328398','2021-08-30 16:07:53',NULL,350.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(10179,'4000','41630328398','2021-08-30 16:07:53',NULL,400.00,'','4','1','Good sold','1','','sales','213','','No',NULL,NULL,''),(10180,'4000','41630328398','2021-08-30 16:07:53',NULL,350.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(10181,'4000','41630328398','2021-08-30 16:07:53',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10182,'1110','41630328884','2021-08-30 16:08:54',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10183,'5500','41630328884','2021-08-30 16:08:54',2130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10184,'1000','41630328884','2021-08-30 16:08:54',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10185,'4000','41630328884','2021-08-30 16:08:54',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10186,'1110','41630328943','2021-08-30 16:18:23',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10187,'5500','41630328943','2021-08-30 16:18:23',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10188,'1000','41630328943','2021-08-30 16:18:23',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10189,'4000','41630328943','2021-08-30 16:18:23',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10190,'1110','41630329531','2021-08-30 16:24:48',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10191,'1110','41630329531','2021-08-30 16:24:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10192,'1110','41630329531','2021-08-30 16:24:48',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10193,'1110','41630329531','2021-08-30 16:24:48',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10194,'5500','41630329531','2021-08-30 16:24:48',5155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10195,'1000','41630329531','2021-08-30 16:24:48',5650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10196,'4000','41630329531','2021-08-30 16:24:48',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10197,'4000','41630329531','2021-08-30 16:24:48',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10198,'4000','41630329531','2021-08-30 16:24:48',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10199,'4000','41630329531','2021-08-30 16:24:48',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10200,'1110','41630329898','2021-08-30 16:27:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10201,'5500','41630329898','2021-08-30 16:27:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10202,'1000','41630329898','2021-08-30 16:27:06',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10203,'4000','41630329898','2021-08-30 16:27:06',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10204,'1110','41630330043','2021-08-30 16:29:18',NULL,280.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10205,'1110','41630330043','2021-08-30 16:29:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10206,'5500','41630330043','2021-08-30 16:29:18',282.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10207,'1000','41630330043','2021-08-30 16:29:18',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10208,'4000','41630330043','2021-08-30 16:29:18',NULL,350.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10209,'4000','41630330043','2021-08-30 16:29:18',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10210,'1110','41630330173','2021-08-30 16:31:20',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10211,'5500','41630330173','2021-08-30 16:31:20',12780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10212,'1000','41630330173','2021-08-30 16:31:20',12600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10213,'4000','41630330173','2021-08-30 16:31:20',NULL,12600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10214,'1110','41630330287','2021-08-30 16:37:39',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(10215,'1110','41630330287','2021-08-30 16:37:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10216,'5500','41630330287','2021-08-30 16:37:39',902.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10217,'1000','41630330287','2021-08-30 16:37:39',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10218,'4000','41630330287','2021-08-30 16:37:39',NULL,900.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(10219,'4000','41630330287','2021-08-30 16:37:39',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10220,'1110','41630330684','2021-08-30 16:39:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10221,'5500','41630330684','2021-08-30 16:39:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10222,'1000','41630330684','2021-08-30 16:39:02',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10223,'4000','41630330684','2021-08-30 16:39:02',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10224,'1110','41630330787','2021-08-30 16:40:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10225,'5500','41630330787','2021-08-30 16:40:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10226,'1000','41630330787','2021-08-30 16:40:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10227,'4000','41630330787','2021-08-30 16:40:09',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10228,'1110','41630330837','2021-08-30 16:43:20',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(10229,'5500','41630330837','2021-08-30 16:43:20',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10230,'1000','41630330837','2021-08-30 16:43:20',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10231,'4000','41630330837','2021-08-30 16:43:20',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(10232,'1110','41630331006','2021-08-30 16:47:41',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(10233,'1110','41630331006','2021-08-30 16:47:41',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(10234,'1110','41630331006','2021-08-30 16:47:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10235,'5500','41630331006','2021-08-30 16:47:41',652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10236,'1000','41630331006','2021-08-30 16:47:41',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10237,'4000','41630331006','2021-08-30 16:47:41',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(10238,'4000','41630331006','2021-08-30 16:47:41',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(10239,'4000','41630331006','2021-08-30 16:47:41',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10240,'1110','41630331282','2021-08-30 16:48:41',NULL,6360.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10241,'5500','41630331282','2021-08-30 16:48:41',6360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10242,'1000','41630331282','2021-08-30 16:48:41',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10243,'4000','41630331282','2021-08-30 16:48:41',NULL,6600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10244,'1110','41630331325','2021-08-30 16:50:29',NULL,14000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(10245,'1110','41630331325','2021-08-30 16:50:29',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(10246,'1110','41630331325','2021-08-30 16:50:29',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10247,'5500','41630331325','2021-08-30 16:50:29',18500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10248,'1000','41630331325','2021-08-30 16:50:29',19700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10249,'4000','41630331325','2021-08-30 16:50:29',NULL,14500.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(10250,'4000','41630331325','2021-08-30 16:50:29',NULL,4200.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(10251,'4000','41630331325','2021-08-30 16:50:29',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10252,'1110','41630331439','2021-08-30 16:51:27',NULL,3625.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10253,'5500','41630331439','2021-08-30 16:51:27',3625.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10254,'1000','41630331439','2021-08-30 16:51:27',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10255,'4000','41630331439','2021-08-30 16:51:27',NULL,4300.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10256,'1110','41630331492','2021-08-30 16:55:56',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10257,'1110','41630331492','2021-08-30 16:55:56',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10258,'1110','41630331492','2021-08-30 16:55:56',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10259,'1110','41630331492','2021-08-30 16:55:56',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(10260,'1110','41630331492','2021-08-30 16:55:56',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(10261,'5500','41630331492','2021-08-30 16:55:56',522.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10262,'1000','41630331492','2021-08-30 16:55:56',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10263,'4000','41630331492','2021-08-30 16:55:56',NULL,335.40,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10264,'4000','41630331492','2021-08-30 16:55:56',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10265,'4000','41630331492','2021-08-30 16:55:56',NULL,85.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10266,'4000','41630331492','2021-08-30 16:55:56',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(10267,'4000','41630331492','2021-08-30 16:55:56',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(10268,'1110','41630331761','2021-08-30 17:00:30',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10269,'1110','41630331761','2021-08-30 17:00:30',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10270,'1110','41630331761','2021-08-30 17:00:30',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10271,'1110','41630331761','2021-08-30 17:00:30',NULL,3100.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(10272,'1110','41630331761','2021-08-30 17:00:30',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(10273,'1110','41630331761','2021-08-30 17:00:30',NULL,1240.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(10274,'5500','41630331761','2021-08-30 17:00:30',6020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10275,'1000','41630331761','2021-08-30 17:00:30',9300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10276,'4000','41630331761','2021-08-30 17:00:30',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10277,'4000','41630331761','2021-08-30 17:00:30',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10278,'4000','41630331761','2021-08-30 17:00:30',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10279,'4000','41630331761','2021-08-30 17:00:30',NULL,5000.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(10280,'4000','41630331761','2021-08-30 17:00:30',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(10281,'4000','41630331761','2021-08-30 17:00:30',NULL,1800.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10282,'1110','41630332037','2021-08-30 17:01:01',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10283,'5500','41630332037','2021-08-30 17:01:01',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10284,'1000','41630332037','2021-08-30 17:01:01',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10285,'4000','41630332037','2021-08-30 17:01:01',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10286,'1110','41630332068','2021-08-30 17:03:09',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10287,'1110','41630332068','2021-08-30 17:03:09',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10288,'1110','41630332068','2021-08-30 17:03:09',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10289,'1110','41630332068','2021-08-30 17:03:09',NULL,100.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(10290,'5500','41630332068','2021-08-30 17:03:09',1845.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10291,'1000','41630332068','2021-08-30 17:03:09',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10292,'4000','41630332068','2021-08-30 17:03:09',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10293,'4000','41630332068','2021-08-30 17:03:09',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10294,'4000','41630332068','2021-08-30 17:03:09',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10295,'4000','41630332068','2021-08-30 17:03:09',NULL,300.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10296,'1110','41630332198','2021-08-30 17:04:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10297,'5500','41630332198','2021-08-30 17:04:05',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10298,'1000','41630332198','2021-08-30 17:04:05',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10299,'4000','41630332198','2021-08-30 17:04:05',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10300,'1110','41630332405','2021-08-30 17:33:08',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10301,'1110','41630332405','2021-08-30 17:33:08',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10302,'5500','41630332405','2021-08-30 17:33:08',213.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10303,'1000','41630332405','2021-08-30 17:33:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10304,'4000','41630332405','2021-08-30 17:33:08',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10305,'4000','41630332405','2021-08-30 17:33:08',NULL,50.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10306,'1110','41630333995','2021-08-30 17:34:52',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10307,'1110','41630333995','2021-08-30 17:34:52',NULL,2920.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10308,'5500','41630333995','2021-08-30 17:34:52',7160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10309,'1000','41630333995','2021-08-30 17:34:52',7550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10310,'4000','41630333995','2021-08-30 17:34:52',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10311,'4000','41630333995','2021-08-30 17:34:52',NULL,3150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10312,'1110','41630416683','2021-08-31 16:32:32',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(10313,'5500','41630416683','2021-08-31 16:32:32',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10314,'1000','41630416683','2021-08-31 16:32:32',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10315,'4000','41630416683','2021-08-31 16:32:32',NULL,750.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(10316,'1110','41630416760','2021-08-31 16:34:06',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10317,'5500','41630416760','2021-08-31 16:34:06',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10318,'1000','41630416760','2021-08-31 16:34:06',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10319,'4000','41630416760','2021-08-31 16:34:06',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10320,'1110','41630416860','2021-08-31 16:35:08',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10321,'5500','41630416860','2021-08-31 16:35:08',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10322,'1000','41630416860','2021-08-31 16:35:08',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10323,'4000','41630416860','2021-08-31 16:35:08',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10324,'1110','41630416923','2021-08-31 16:35:43',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10325,'5500','41630416923','2021-08-31 16:35:43',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10326,'1000','41630416923','2021-08-31 16:35:43',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10327,'4000','41630416923','2021-08-31 16:35:43',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10328,'1110','41630416950','2021-08-31 16:36:26',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10329,'5500','41630416950','2021-08-31 16:36:26',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10330,'1000','41630416950','2021-08-31 16:36:26',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10331,'4000','41630416950','2021-08-31 16:36:26',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10332,'1110','41630417011','2021-08-31 16:46:48',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10333,'1110','41630417011','2021-08-31 16:46:48',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(10334,'1110','41630417011','2021-08-31 16:46:48',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10335,'5500','41630417011','2021-08-31 16:46:48',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10336,'1000','41630417011','2021-08-31 16:46:48',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10337,'4000','41630417011','2021-08-31 16:46:48',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10338,'4000','41630417011','2021-08-31 16:46:48',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(10339,'4000','41630417011','2021-08-31 16:46:48',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10340,'1110','41630417620','2021-08-31 16:48:04',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10341,'5500','41630417620','2021-08-31 16:48:04',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10342,'1000','41630417620','2021-08-31 16:48:04',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10343,'4000','41630417620','2021-08-31 16:48:04',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10344,'1110','41630417713','2021-08-31 16:50:29',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10345,'5500','41630417713','2021-08-31 16:50:29',2310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10346,'1000','41630417713','2021-08-31 16:50:29',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10347,'4000','41630417713','2021-08-31 16:50:29',NULL,3850.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10348,'1110','41630417840','2021-08-31 16:52:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10349,'1110','41630417840','2021-08-31 16:52:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10350,'1110','41630417840','2021-08-31 16:52:28',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10351,'5500','41630417840','2021-08-31 16:52:28',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10352,'1000','41630417840','2021-08-31 16:52:28',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10353,'4000','41630417840','2021-08-31 16:52:28',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10354,'4000','41630417840','2021-08-31 16:52:28',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10355,'4000','41630417840','2021-08-31 16:52:28',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10356,'1110','41630417959','2021-08-31 17:00:50',NULL,1284.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10357,'5500','41630417959','2021-08-31 17:00:50',1284.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10358,'1000','41630417959','2021-08-31 17:00:50',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10359,'4000','41630417959','2021-08-31 17:00:50',NULL,1900.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10360,'1110','41630418462','2021-08-31 17:02:37',NULL,6890.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10361,'5500','41630418462','2021-08-31 17:02:37',6890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10362,'1000','41630418462','2021-08-31 17:02:37',7150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10363,'4000','41630418462','2021-08-31 17:02:37',NULL,7150.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10364,'1110','41630418563','2021-08-31 17:04:04',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10365,'1110','41630418563','2021-08-31 17:04:04',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10366,'5500','41630418563','2021-08-31 17:04:04',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10367,'1000','41630418563','2021-08-31 17:04:04',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10368,'4000','41630418563','2021-08-31 17:04:04',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10369,'4000','41630418563','2021-08-31 17:04:04',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10370,'1110','41630418649','2021-08-31 17:05:48',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10371,'5500','41630418649','2021-08-31 17:05:48',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10372,'1000','41630418649','2021-08-31 17:05:48',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10373,'4000','41630418649','2021-08-31 17:05:48',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10374,'1110','41630419128','2021-08-31 17:12:58',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(10375,'5500','41630419128','2021-08-31 17:12:58',1600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10376,'1000','41630419128','2021-08-31 17:12:58',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10377,'4000','41630419128','2021-08-31 17:12:58',NULL,1800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(10378,'1110','41630419190','2021-08-31 17:13:48',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10379,'5500','41630419190','2021-08-31 17:13:48',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10380,'1000','41630419190','2021-08-31 17:13:48',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10381,'4000','41630419190','2021-08-31 17:13:48',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10382,'1110','41630419622','2021-08-31 17:21:05',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(10383,'5500','41630419622','2021-08-31 17:21:05',11400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10384,'1000','41630419622','2021-08-31 17:21:05',12800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10385,'4000','41630419622','2021-08-31 17:21:05',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(10386,'1110','41630419682','2021-08-31 17:21:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10387,'5500','41630419682','2021-08-31 17:21:57',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10388,'1000','41630419682','2021-08-31 17:21:57',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10389,'4000','41630419682','2021-08-31 17:21:57',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10390,'1110','41630419722','2021-08-31 17:23:46',NULL,6525.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10391,'1110','41630419722','2021-08-31 17:23:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(10392,'1110','41630419722','2021-08-31 17:23:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10393,'5500','41630419722','2021-08-31 17:23:46',6735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10394,'1000','41630419722','2021-08-31 17:23:46',7950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10395,'4000','41630419722','2021-08-31 17:23:46',NULL,7650.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10396,'4000','41630419722','2021-08-31 17:23:46',NULL,150.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(10397,'4000','41630419722','2021-08-31 17:23:46',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10398,'1110','41630419834','2021-08-31 17:29:04',NULL,5075.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10399,'1110','41630419834','2021-08-31 17:29:04',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10400,'1110','41630419834','2021-08-31 17:29:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10401,'5500','41630419834','2021-08-31 17:29:04',6667.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10402,'1000','41630419834','2021-08-31 17:29:04',7900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10403,'4000','41630419834','2021-08-31 17:29:04',NULL,5950.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10404,'4000','41630419834','2021-08-31 17:29:04',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10405,'4000','41630419834','2021-08-31 17:29:04',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10406,'1110','41630420177','2021-08-31 17:30:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10407,'5500','41630420177','2021-08-31 17:30:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10408,'1000','41630420177','2021-08-31 17:30:36',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10409,'4000','41630420177','2021-08-31 17:30:36',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10410,'1110','41630420294','2021-08-31 17:49:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10411,'1110','41630420294','2021-08-31 17:49:32',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10412,'1110','41630420294','2021-08-31 17:49:32',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10413,'5500','41630420294','2021-08-31 17:49:32',132.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10414,'1000','41630420294','2021-08-31 17:49:32',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10415,'4000','41630420294','2021-08-31 17:49:32',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10416,'4000','41630420294','2021-08-31 17:49:32',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10417,'4000','41630420294','2021-08-31 17:49:32',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10418,'1110','41630421377','2021-08-31 17:51:24',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(10419,'1110','41630421377','2021-08-31 17:51:24',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10420,'1110','41630421377','2021-08-31 17:51:24',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10421,'1110','41630421377','2021-08-31 17:51:24',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10422,'1110','41630421377','2021-08-31 17:51:24',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10423,'5500','41630421377','2021-08-31 17:51:24',1505.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10424,'1000','41630421377','2021-08-31 17:51:24',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10425,'4000','41630421377','2021-08-31 17:51:24',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(10426,'4000','41630421377','2021-08-31 17:51:24',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10427,'4000','41630421377','2021-08-31 17:51:24',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10428,'4000','41630421377','2021-08-31 17:51:24',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10429,'4000','41630421377','2021-08-31 17:51:24',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10430,'1110','41630421502','2021-08-31 17:52:27',NULL,7455.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10431,'5500','41630421502','2021-08-31 17:52:27',7455.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10432,'1000','41630421502','2021-08-31 17:52:27',7350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10433,'4000','41630421502','2021-08-31 17:52:27',NULL,7350.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10434,'1110','41630421554','2021-08-31 17:53:13',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10435,'5500','41630421554','2021-08-31 17:53:13',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10436,'1000','41630421554','2021-08-31 17:53:13',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10437,'4000','41630421554','2021-08-31 17:53:13',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10438,'1110','41630504728','2021-09-01 17:03:27',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(10439,'1110','41630504728','2021-09-01 17:03:27',NULL,4950.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10440,'1110','41630504728','2021-09-01 17:03:27',NULL,2700.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10441,'5500','41630504728','2021-09-01 17:03:27',10150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10442,'1000','41630504728','2021-09-01 17:03:27',13550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10443,'4000','41630504728','2021-09-01 17:03:27',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(10444,'4000','41630504728','2021-09-01 17:03:27',NULL,6750.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10445,'4000','41630504728','2021-09-01 17:03:27',NULL,3300.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10446,'1110','41630505028','2021-09-01 17:05:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10447,'5500','41630505028','2021-09-01 17:05:46',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10448,'1000','41630505028','2021-09-01 17:05:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10449,'4000','41630505028','2021-09-01 17:05:46',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10450,'1110','41630505151','2021-09-01 17:06:48',NULL,2568.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10451,'5500','41630505151','2021-09-01 17:06:48',2568.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10452,'1000','41630505151','2021-09-01 17:06:48',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10453,'4000','41630505151','2021-09-01 17:06:48',NULL,3800.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10454,'1110','41630505215','2021-09-01 17:08:00',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10455,'1110','41630505215','2021-09-01 17:08:00',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10456,'5500','41630505215','2021-09-01 17:08:00',770.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10457,'1000','41630505215','2021-09-01 17:08:00',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10458,'4000','41630505215','2021-09-01 17:08:00',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10459,'4000','41630505215','2021-09-01 17:08:00',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10460,'1110','41630505291','2021-09-01 17:09:24',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(10461,'5500','41630505291','2021-09-01 17:09:24',480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10462,'1000','41630505291','2021-09-01 17:09:24',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10463,'4000','41630505291','2021-09-01 17:09:24',NULL,600.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(10464,'1110','41630505522','2021-09-01 17:15:40',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10465,'1110','41630505522','2021-09-01 17:15:40',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(10466,'1110','41630505522','2021-09-01 17:15:40',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(10467,'5500','41630505522','2021-09-01 17:15:40',6040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10468,'1000','41630505522','2021-09-01 17:15:40',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10469,'4000','41630505522','2021-09-01 17:15:40',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10470,'4000','41630505522','2021-09-01 17:15:40',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(10471,'4000','41630505522','2021-09-01 17:15:40',NULL,4450.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(10472,'1110','41630505957','2021-09-01 17:21:16',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10473,'5500','41630505957','2021-09-01 17:21:16',5325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10474,'1000','41630505957','2021-09-01 17:21:16',5250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10475,'4000','41630505957','2021-09-01 17:21:16',NULL,5250.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10476,'1110','41630506080','2021-09-01 17:22:41',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10477,'5500','41630506080','2021-09-01 17:22:41',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10478,'1000','41630506080','2021-09-01 17:22:41',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10479,'4000','41630506080','2021-09-01 17:22:41',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10480,'1110','41630506165','2021-09-01 17:23:40',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(10481,'5500','41630506165','2021-09-01 17:23:40',2940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10482,'1000','41630506165','2021-09-01 17:23:40',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10483,'4000','41630506165','2021-09-01 17:23:40',NULL,3400.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(10484,'1110','41630506226','2021-09-01 17:24:56',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10485,'5500','41630506226','2021-09-01 17:24:56',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10486,'1000','41630506226','2021-09-01 17:24:56',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10487,'4000','41630506226','2021-09-01 17:24:56',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10488,'1110','41630506309','2021-09-01 17:26:24',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10489,'5500','41630506309','2021-09-01 17:26:24',12780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10490,'1000','41630506309','2021-09-01 17:26:24',12720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10491,'4000','41630506309','2021-09-01 17:26:24',NULL,12720.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10492,'1110','41630506409','2021-09-01 17:27:44',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(10493,'1110','41630506409','2021-09-01 17:27:44',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10494,'5500','41630506409','2021-09-01 17:27:44',155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10495,'1000','41630506409','2021-09-01 17:27:44',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10496,'4000','41630506409','2021-09-01 17:27:44',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(10497,'4000','41630506409','2021-09-01 17:27:44',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10498,'1110','41630506469','2021-09-01 17:43:47',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10499,'5500','41630506469','2021-09-01 17:43:47',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10500,'1000','41630506469','2021-09-01 17:43:47',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10501,'4000','41630506469','2021-09-01 17:43:47',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10502,'1110','41630592943','2021-09-02 17:38:01',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10503,'1110','41630592943','2021-09-02 17:38:01',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(10504,'1110','41630592943','2021-09-02 17:38:01',NULL,650.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(10505,'5500','41630592943','2021-09-02 17:38:01',1560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10506,'1000','41630592943','2021-09-02 17:38:01',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10507,'4000','41630592943','2021-09-02 17:38:01',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10508,'4000','41630592943','2021-09-02 17:38:01',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(10509,'4000','41630592943','2021-09-02 17:38:01',NULL,1000.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(10510,'1110','41630593497','2021-09-02 17:38:54',NULL,28480.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(10511,'5500','41630593497','2021-09-02 17:38:54',28480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10512,'1000','41630593497','2021-09-02 17:38:54',28800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10513,'4000','41630593497','2021-09-02 17:38:54',NULL,28800.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(10514,'1110','41630593548','2021-09-02 17:44:12',NULL,390.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10515,'1110','41630593548','2021-09-02 17:44:12',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10516,'1110','41630593548','2021-09-02 17:44:12',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(10517,'1110','41630593548','2021-09-02 17:44:12',NULL,8640.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(10518,'5500','41630593548','2021-09-02 17:44:12',22130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10519,'1000','41630593548','2021-09-02 17:44:12',25900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10520,'4000','41630593548','2021-09-02 17:44:12',NULL,600.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10521,'4000','41630593548','2021-09-02 17:44:12',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10522,'4000','41630593548','2021-09-02 17:44:12',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(10523,'4000','41630593548','2021-09-02 17:44:12',NULL,10800.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(10524,'1110','41630593867','2021-09-02 17:45:04',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10525,'5500','41630593867','2021-09-02 17:45:04',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10526,'1000','41630593867','2021-09-02 17:45:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10527,'4000','41630593867','2021-09-02 17:45:04',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10528,'1110','41630593949','2021-09-02 17:51:23',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10529,'1110','41630593949','2021-09-02 17:51:23',NULL,225.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(10530,'1110','41630593949','2021-09-02 17:51:23',NULL,390.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(10531,'1110','41630593949','2021-09-02 17:51:23',NULL,675.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10532,'1110','41630593949','2021-09-02 17:51:23',NULL,630.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10533,'1110','41630593949','2021-09-02 17:51:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10534,'5500','41630593949','2021-09-02 17:51:23',14702.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10535,'1000','41630593949','2021-09-02 17:51:23',16950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10536,'4000','41630593949','2021-09-02 17:51:23',NULL,12600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10537,'4000','41630593949','2021-09-02 17:51:23',NULL,500.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(10538,'4000','41630593949','2021-09-02 17:51:23',NULL,1200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(10539,'4000','41630593949','2021-09-02 17:51:23',NULL,900.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10540,'4000','41630593949','2021-09-02 17:51:23',NULL,900.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10541,'4000','41630593949','2021-09-02 17:51:23',NULL,850.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10542,'1110','41630594293','2021-09-02 17:52:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10543,'5500','41630594293','2021-09-02 17:52:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10544,'1000','41630594293','2021-09-02 17:52:06',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10545,'4000','41630594293','2021-09-02 17:52:06',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10546,'1110','41630594349','2021-09-02 17:52:58',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(10547,'5500','41630594349','2021-09-02 17:52:58',2940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10548,'1000','41630594349','2021-09-02 17:52:58',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10549,'4000','41630594349','2021-09-02 17:52:58',NULL,3400.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(10550,'1110','41630594385','2021-09-02 17:57:45',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(10551,'1110','41630594385','2021-09-02 17:57:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10552,'5500','41630594385','2021-09-02 17:57:45',502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10553,'1000','41630594385','2021-09-02 17:57:45',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10554,'4000','41630594385','2021-09-02 17:57:45',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(10555,'4000','41630594385','2021-09-02 17:57:45',NULL,4300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10556,'1110','41630680923','2021-09-03 17:56:23',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10557,'5500','41630680923','2021-09-03 17:56:23',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10558,'1000','41630680923','2021-09-03 17:56:23',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10559,'4000','41630680923','2021-09-03 17:56:23',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10560,'1110','41630681007','2021-09-03 17:59:55',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10561,'1110','41630681007','2021-09-03 17:59:55',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(10562,'5500','41630681007','2021-09-03 17:59:55',232.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10563,'1000','41630681007','2021-09-03 17:59:55',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10564,'4000','41630681007','2021-09-03 17:59:55',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10565,'4000','41630681007','2021-09-03 17:59:55',NULL,300.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(10566,'1110','41630681210','2021-09-03 18:03:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10567,'1110','41630681210','2021-09-03 18:03:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10568,'1110','41630681210','2021-09-03 18:03:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10569,'5500','41630681210','2021-09-03 18:03:24',422.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10570,'1000','41630681210','2021-09-03 18:03:24',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10571,'4000','41630681210','2021-09-03 18:03:24',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10572,'4000','41630681210','2021-09-03 18:03:24',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10573,'4000','41630681210','2021-09-03 18:03:24',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10574,'1110','41630734433','2021-09-03 08:48:53',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(10575,'1110','41630734433','2021-09-03 08:48:53',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10576,'5500','41630734433','2021-09-03 08:48:53',3980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10577,'1000','41630734433','2021-09-03 08:48:53',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10578,'4000','41630734433','2021-09-03 08:48:53',NULL,4300.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(10579,'4000','41630734433','2021-09-03 08:48:53',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10580,'1110','41630734552','2021-09-03 08:50:10',NULL,1050.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10581,'5500','41630734552','2021-09-03 08:50:10',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10582,'1000','41630734552','2021-09-03 08:50:10',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10583,'4000','41630734552','2021-09-03 08:50:10',NULL,1500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10584,'1110','41630734634','2021-09-03 08:51:38',NULL,500.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(10585,'5500','41630734634','2021-09-03 08:51:38',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10586,'1000','41630734634','2021-09-03 08:51:38',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10587,'4000','41630734634','2021-09-03 08:51:38',NULL,1500.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10588,'1110','41630734716','2021-09-03 08:56:32',NULL,3690.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(10589,'1110','41630734716','2021-09-03 08:56:32',NULL,4960.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(10590,'5500','41630734716','2021-09-03 08:56:32',8650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10591,'1000','41630734716','2021-09-03 08:56:32',10780.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10592,'4000','41630734716','2021-09-03 08:56:32',NULL,3900.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(10593,'4000','41630734716','2021-09-03 08:56:32',NULL,6880.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(10594,'1110','41630735009','2021-09-03 08:58:05',NULL,14910.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10595,'5500','41630735009','2021-09-03 08:58:05',14910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10596,'1000','41630735009','2021-09-03 08:58:05',15400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10597,'4000','41630735009','2021-09-03 08:58:05',NULL,15400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10598,'1110','41630735126','2021-09-03 08:59:39',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10599,'5500','41630735126','2021-09-03 08:59:39',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10600,'1000','41630735126','2021-09-03 08:59:39',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10601,'4000','41630735126','2021-09-03 08:59:39',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10602,'1110','41630735205','2021-09-03 09:05:58',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(10603,'1110','41630735205','2021-09-03 09:05:58',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10604,'5500','41630735205','2021-09-03 09:05:58',3207.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10605,'1000','41630735205','2021-09-03 09:05:58',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10606,'4000','41630735205','2021-09-03 09:05:58',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(10607,'4000','41630735205','2021-09-03 09:05:58',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10612,'1110','41630736157','2021-09-03 09:16:44',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(10613,'5500','41630736157','2021-09-03 09:16:44',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10614,'1000','41630736157','2021-09-03 09:16:44',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10615,'4000','41630736157','2021-09-03 09:16:44',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(10616,'1110','41630736271','2021-09-04 09:18:52',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10617,'5500','41630736271','2021-09-04 09:18:52',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10618,'1000','41630736271','2021-09-04 09:18:52',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10619,'4000','41630736271','2021-09-04 09:18:52',NULL,550.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10620,'1110','41630736343','2021-09-04 09:21:17',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10621,'1110','41630736343','2021-09-04 09:21:17',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10622,'1110','41630736343','2021-09-04 09:21:17',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10623,'1110','41630736343','2021-09-04 09:21:17',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(10624,'5500','41630736343','2021-09-04 09:21:17',505.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10625,'1000','41630736343','2021-09-04 09:21:17',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10626,'4000','41630736343','2021-09-04 09:21:17',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10627,'4000','41630736343','2021-09-04 09:21:17',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10628,'4000','41630736343','2021-09-04 09:21:17',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10629,'4000','41630736343','2021-09-04 09:21:17',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(10630,'1110','41630736481','2021-09-04 09:22:08',NULL,7200.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(10631,'5500','41630736481','2021-09-04 09:22:08',7200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10632,'1000','41630736481','2021-09-04 09:22:08',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10633,'4000','41630736481','2021-09-04 09:22:08',NULL,8000.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(10634,'1110','41630736549','2021-09-04 09:22:58',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10635,'5500','41630736549','2021-09-04 09:22:58',725.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10636,'1000','41630736549','2021-09-04 09:22:58',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10637,'4000','41630736549','2021-09-04 09:22:58',NULL,800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10638,'1110','41630766915','2021-09-04 17:50:56',NULL,3600.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(10639,'5500','41630766915','2021-09-04 17:50:56',3600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10640,'1000','41630766915','2021-09-04 17:50:56',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10641,'4000','41630766915','2021-09-04 17:50:56',NULL,3499.80,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(10642,'1110','41630767061','2021-09-04 17:51:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10643,'5500','41630767061','2021-09-04 17:51:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10644,'1000','41630767061','2021-09-04 17:51:43',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10645,'4000','41630767061','2021-09-04 17:51:43',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10646,'1110','41630767107','2021-09-04 17:52:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10647,'5500','41630767107','2021-09-04 17:52:25',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10648,'1000','41630767107','2021-09-04 17:52:25',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10649,'4000','41630767107','2021-09-04 17:52:25',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10650,'1110','41630767156','2021-09-04 17:53:16',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10651,'5500','41630767156','2021-09-04 17:53:16',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10652,'1000','41630767156','2021-09-04 17:53:16',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10653,'4000','41630767156','2021-09-04 17:53:16',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10654,'1110','41630767203','2021-09-04 17:53:40',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10655,'5500','41630767203','2021-09-04 17:53:40',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10656,'1000','41630767203','2021-09-04 17:53:40',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10657,'4000','41630767203','2021-09-04 17:53:40',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10658,'1110','41630767231','2021-09-04 18:01:20',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10659,'1110','41630767231','2021-09-04 18:01:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(10660,'1110','41630767231','2021-09-04 18:01:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(10661,'5500','41630767231','2021-09-04 18:01:20',1560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10662,'1000','41630767231','2021-09-04 18:01:20',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10663,'4000','41630767231','2021-09-04 18:01:20',NULL,1600.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10664,'4000','41630767231','2021-09-04 18:01:20',NULL,450.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(10665,'4000','41630767231','2021-09-04 18:01:20',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(10666,'1110','41630767695','2021-09-04 18:03:40',NULL,14000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(10667,'5500','41630767695','2021-09-04 18:03:40',14000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10668,'1000','41630767695','2021-09-04 18:03:40',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10669,'4000','41630767695','2021-09-04 18:03:40',NULL,14000.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(10670,'1110','41630938774','2021-09-06 17:35:21',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10671,'5500','41630938774','2021-09-06 17:35:21',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10672,'1000','41630938774','2021-09-06 17:35:21',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10673,'4000','41630938774','2021-09-06 17:35:21',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10674,'1110','41630938948','2021-09-06 17:38:59',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10675,'1110','41630938948','2021-09-06 17:38:59',NULL,17700.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(10676,'1110','41630938948','2021-09-06 17:38:59',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(10677,'5500','41630938948','2021-09-06 17:38:59',18940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10678,'1000','41630938948','2021-09-06 17:38:59',20850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10679,'4000','41630938948','2021-09-06 17:38:59',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10680,'4000','41630938948','2021-09-06 17:38:59',NULL,19350.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(10681,'4000','41630938948','2021-09-06 17:38:59',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(10682,'1110','41630939145','2021-09-06 17:40:12',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(10683,'1110','41630939145','2021-09-06 17:40:12',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10684,'5500','41630939145','2021-09-06 17:40:12',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10685,'1000','41630939145','2021-09-06 17:40:12',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10686,'4000','41630939145','2021-09-06 17:40:12',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(10687,'4000','41630939145','2021-09-06 17:40:12',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10688,'1110','41630939217','2021-09-06 17:40:54',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10689,'5500','41630939217','2021-09-06 17:40:54',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10690,'1000','41630939217','2021-09-06 17:40:54',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10691,'4000','41630939217','2021-09-06 17:40:54',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10692,'1110','41630939259','2021-09-06 17:45:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10693,'1110','41630939259','2021-09-06 17:45:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10694,'1110','41630939259','2021-09-06 17:45:41',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10695,'5500','41630939259','2021-09-06 17:45:41',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10696,'1000','41630939259','2021-09-06 17:45:41',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10697,'4000','41630939259','2021-09-06 17:45:41',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10698,'4000','41630939259','2021-09-06 17:45:41',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10699,'4000','41630939259','2021-09-06 17:45:41',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10700,'1110','41630939620','2021-09-06 17:48:48',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10701,'1110','41630939620','2021-09-06 17:48:48',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10702,'5500','41630939620','2021-09-06 17:48:48',832.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10703,'1000','41630939620','2021-09-06 17:48:48',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10704,'4000','41630939620','2021-09-06 17:48:48',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10705,'4000','41630939620','2021-09-06 17:48:48',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10706,'1110','41630939741','2021-09-06 17:51:24',NULL,2000.00,'','4','1','Inventory sold','1','','sales','321','','No',NULL,NULL,''),(10707,'5500','41630939741','2021-09-06 17:51:24',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10708,'1000','41630939741','2021-09-06 17:51:24',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10709,'4000','41630939741','2021-09-06 17:51:24',NULL,3000.00,'','4','1','Good sold','1','','sales','321','','No',NULL,NULL,''),(10710,'1110','41630939894','2021-09-06 17:51:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10711,'5500','41630939894','2021-09-06 17:51:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10712,'1000','41630939894','2021-09-06 17:51:55',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10713,'4000','41630939894','2021-09-06 17:51:55',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10714,'1110','41630939949','2021-09-06 17:53:25',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10715,'5500','41630939949','2021-09-06 17:53:25',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10716,'1000','41630939949','2021-09-06 17:53:25',10800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10717,'4000','41630939949','2021-09-06 17:53:25',NULL,10800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10718,'1110','41630940058','2021-09-06 17:55:24',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10719,'5500','41630940058','2021-09-06 17:55:24',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10720,'1000','41630940058','2021-09-06 17:55:24',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10721,'4000','41630940058','2021-09-06 17:55:24',NULL,4600.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10722,'1110','41630940130','2021-09-06 17:56:36',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(10723,'5500','41630940130','2021-09-06 17:56:36',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10724,'1000','41630940130','2021-09-06 17:56:36',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10725,'4000','41630940130','2021-09-06 17:56:36',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(10726,'1110','41630940201','2021-09-06 17:57:31',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10727,'5500','41630940201','2021-09-06 17:57:31',8520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10728,'1000','41630940201','2021-09-06 17:57:31',8400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10729,'4000','41630940201','2021-09-06 17:57:31',NULL,8400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10730,'1110','41630940267','2021-09-06 17:58:00',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(10731,'5500','41630940267','2021-09-06 17:58:00',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10732,'1000','41630940267','2021-09-06 17:58:00',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10733,'4000','41630940267','2021-09-06 17:58:00',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(10734,'1110','41630940289','2021-09-06 17:58:59',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(10735,'1110','41630940289','2021-09-06 17:58:59',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10736,'5500','41630940289','2021-09-06 17:58:59',230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10737,'1000','41630940289','2021-09-06 17:58:59',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10738,'4000','41630940289','2021-09-06 17:58:59',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(10739,'4000','41630940289','2021-09-06 17:58:59',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10740,'1110','41630940347','2021-09-06 18:00:31',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10741,'1110','41630940347','2021-09-06 18:00:31',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(10742,'1110','41630940347','2021-09-06 18:00:31',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10743,'5500','41630940347','2021-09-06 18:00:31',3470.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10744,'1000','41630940347','2021-09-06 18:00:31',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10745,'4000','41630940347','2021-09-06 18:00:31',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10746,'4000','41630940347','2021-09-06 18:00:31',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(10747,'4000','41630940347','2021-09-06 18:00:31',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10748,'1110','41630940437','2021-09-06 18:01:24',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10749,'5500','41630940437','2021-09-06 18:01:24',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10750,'1000','41630940437','2021-09-06 18:01:24',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10751,'4000','41630940437','2021-09-06 18:01:24',NULL,3300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10752,'1110','41630940489','2021-09-06 18:10:26',NULL,3630.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10753,'1110','41630940489','2021-09-06 18:10:26',NULL,15225.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10754,'1110','41630940489','2021-09-06 18:10:26',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10755,'1110','41630940489','2021-09-06 18:10:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10756,'1110','41630940489','2021-09-06 18:10:26',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10757,'1110','41630940489','2021-09-06 18:10:26',NULL,1050.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10758,'1110','41630940489','2021-09-06 18:10:26',NULL,1280.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10759,'1110','41630940489','2021-09-06 18:10:26',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10760,'5500','41630940489','2021-09-06 18:10:26',32450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10761,'1000','41630940489','2021-09-06 18:10:26',38500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10762,'4000','41630940489','2021-09-06 18:10:26',NULL,5500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10763,'4000','41630940489','2021-09-06 18:10:26',NULL,17850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10764,'4000','41630940489','2021-09-06 18:10:26',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10765,'4000','41630940489','2021-09-06 18:10:26',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10766,'4000','41630940489','2021-09-06 18:10:26',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10767,'4000','41630940489','2021-09-06 18:10:26',NULL,1400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10768,'4000','41630940489','2021-09-06 18:10:26',NULL,1500.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10769,'4000','41630940489','2021-09-06 18:10:26',NULL,1800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10770,'1110','41630941037','2021-09-06 18:16:21',NULL,3780.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10771,'1110','41630941037','2021-09-06 18:16:21',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(10772,'1110','41630941037','2021-09-06 18:16:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10773,'1110','41630941037','2021-09-06 18:16:21',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(10774,'1110','41630941037','2021-09-06 18:16:21',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(10775,'5500','41630941037','2021-09-06 18:16:21',4732.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10776,'1000','41630941037','2021-09-06 18:16:21',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10777,'4000','41630941037','2021-09-06 18:16:21',NULL,7650.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10778,'4000','41630941037','2021-09-06 18:16:21',NULL,1600.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(10779,'4000','41630941037','2021-09-06 18:16:21',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10780,'4000','41630941037','2021-09-06 18:16:21',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(10781,'4000','41630941037','2021-09-06 18:16:21',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(10782,'1110','41630941386','2021-09-06 18:17:26',NULL,12200.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(10783,'5500','41630941386','2021-09-06 18:17:26',12200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10784,'1000','41630941386','2021-09-06 18:17:26',13800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10785,'4000','41630941386','2021-09-06 18:17:26',NULL,13800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(10786,'1110','41630941460','2021-09-06 18:18:14',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10787,'5500','41630941460','2021-09-06 18:18:14',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10788,'1000','41630941460','2021-09-06 18:18:14',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10789,'4000','41630941460','2021-09-06 18:18:14',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10790,'1110','41630941502','2021-09-06 18:19:25',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(10791,'5500','41630941502','2021-09-06 18:19:25',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10792,'1000','41630941502','2021-09-06 18:19:25',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10793,'4000','41630941502','2021-09-06 18:19:25',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(10794,'1110','41630941570','2021-09-06 18:27:37',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10795,'1110','41630941570','2021-09-06 18:27:37',NULL,2175.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10796,'5500','41630941570','2021-09-06 18:27:37',2240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10797,'1000','41630941570','2021-09-06 18:27:37',2650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10798,'4000','41630941570','2021-09-06 18:27:37',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10799,'4000','41630941570','2021-09-06 18:27:37',NULL,2550.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10800,'1110','41630942062','2021-09-06 18:31:23',NULL,630.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(10801,'1110','41630942062','2021-09-06 18:31:23',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10802,'1110','41630942062','2021-09-06 18:31:23',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10803,'1110','41630942062','2021-09-06 18:31:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10804,'5500','41630942062','2021-09-06 18:31:23',1380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10805,'1000','41630942062','2021-09-06 18:31:23',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10806,'4000','41630942062','2021-09-06 18:31:23',NULL,900.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(10807,'4000','41630942062','2021-09-06 18:31:23',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10808,'4000','41630942062','2021-09-06 18:31:23',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10809,'4000','41630942062','2021-09-06 18:31:23',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10810,'1110','41631022689','2021-09-07 16:55:26',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(10811,'5500','41631022689','2021-09-07 16:55:26',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10812,'1000','41631022689','2021-09-07 16:55:26',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10813,'4000','41631022689','2021-09-07 16:55:26',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(10814,'1110','41631022931','2021-09-07 16:57:58',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10815,'5500','41631022931','2021-09-07 16:57:58',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10816,'1000','41631022931','2021-09-07 16:57:58',3780.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10817,'4000','41631022931','2021-09-07 16:57:58',NULL,3780.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10818,'1110','41631023083','2021-09-07 16:59:12',NULL,2900.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10819,'5500','41631023083','2021-09-07 16:59:12',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10820,'1000','41631023083','2021-09-07 16:59:12',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10821,'4000','41631023083','2021-09-07 16:59:12',NULL,3600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10822,'1110','41631025138','2021-09-07 17:39:03',NULL,6500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(10823,'5500','41631025138','2021-09-07 17:39:03',6500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10824,'1000','41631025138','2021-09-07 17:39:03',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10825,'4000','41631025138','2021-09-07 17:39:03',NULL,10400.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(10826,'1110','41631025552','2021-09-07 17:39:59',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10827,'5500','41631025552','2021-09-07 17:39:59',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10828,'1000','41631025552','2021-09-07 17:39:59',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10829,'4000','41631025552','2021-09-07 17:39:59',NULL,600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10830,'1110','41631025605','2021-09-07 09:12:27',NULL,5800.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10831,'5500','41631025605','2021-09-07 09:12:27',5800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10832,'1000','41631025605','2021-09-07 09:12:27',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10833,'4000','41631025605','2021-09-07 09:12:27',NULL,6800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10834,'1110','41631081564','2021-09-07 09:16:03',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(10835,'5500','41631081564','2021-09-07 09:16:03',12780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10836,'1000','41631081564','2021-09-07 09:16:03',12960.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10837,'4000','41631081564','2021-09-07 09:16:03',NULL,12960.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10838,'1110','41631081790','2021-09-07 09:17:29',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(10839,'5500','41631081790','2021-09-07 09:17:29',2500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10840,'1000','41631081790','2021-09-07 09:17:29',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10841,'4000','41631081790','2021-09-07 09:17:29',NULL,3500.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(10842,'1110','41631082033','2021-09-07 09:21:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10843,'5500','41631082033','2021-09-07 09:21:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10844,'1000','41631082033','2021-09-07 09:21:41',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10845,'4000','41631082033','2021-09-07 09:21:41',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10846,'1110','41631082146','2021-09-07 09:22:38',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(10847,'5500','41631082146','2021-09-07 09:22:38',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10848,'1000','41631082146','2021-09-07 09:22:38',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10849,'4000','41631082146','2021-09-07 09:22:38',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(10850,'1110','41631082173','2021-09-07 09:23:09',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(10851,'5500','41631082173','2021-09-07 09:23:09',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10852,'1000','41631082173','2021-09-07 09:23:09',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10853,'4000','41631082173','2021-09-07 09:23:09',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10854,'1110','41631082208','2021-09-07 09:24:40',NULL,1284.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10855,'5500','41631082208','2021-09-07 09:24:40',1284.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10856,'1000','41631082208','2021-09-07 09:24:40',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10857,'4000','41631082208','2021-09-07 09:24:40',NULL,1900.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10858,'1110','41631082299','2021-09-07 09:48:04',NULL,23600.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(10859,'1110','41631082299','2021-09-07 09:48:04',NULL,2800.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(10860,'1110','41631082299','2021-09-07 09:48:04',NULL,4800.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(10861,'1110','41631082299','2021-09-07 09:48:04',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(10862,'5500','41631082299','2021-09-07 09:48:04',31260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10863,'1000','41631082299','2021-09-07 09:48:04',34400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10864,'4000','41631082299','2021-09-07 09:48:04',NULL,25800.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(10865,'4000','41631082299','2021-09-07 09:48:04',NULL,3000.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10866,'4000','41631082299','2021-09-07 09:48:04',NULL,5400.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(10867,'4000','41631082299','2021-09-07 09:48:04',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(10868,'1110','41631083709','2021-09-07 09:51:26',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10869,'1110','41631083709','2021-09-07 09:51:26',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(10870,'1110','41631083709','2021-09-07 09:51:26',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(10871,'5500','41631083709','2021-09-07 09:51:26',1850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10872,'1000','41631083709','2021-09-07 09:51:26',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10873,'4000','41631083709','2021-09-07 09:51:26',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10874,'4000','41631083709','2021-09-07 09:51:26',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(10875,'4000','41631083709','2021-09-07 09:51:26',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(10876,'1110','41631083913','2021-09-08 09:59:22',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10877,'1110','41631083913','2021-09-08 09:59:22',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10878,'5500','41631083913','2021-09-08 09:59:22',1623.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10879,'1000','41631083913','2021-09-08 09:59:22',1850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10880,'4000','41631083913','2021-09-08 09:59:22',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10881,'4000','41631083913','2021-09-08 09:59:22',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10882,'1110','41631084518','2021-09-07 10:10:23',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10883,'1110','41631084518','2021-09-07 10:10:23',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(10884,'5500','41631084518','2021-09-07 10:10:23',1650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10885,'1000','41631084518','2021-09-07 10:10:23',1850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10886,'4000','41631084518','2021-09-07 10:10:23',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10887,'4000','41631084518','2021-09-07 10:10:23',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(10888,'1110','41631085036','2021-09-07 10:11:53',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(10889,'5500','41631085036','2021-09-07 10:11:53',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10890,'1000','41631085036','2021-09-07 10:11:53',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10891,'4000','41631085036','2021-09-07 10:11:53',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(10892,'1110','41631085182','2021-09-07 10:15:18',NULL,4100.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(10893,'5500','41631085182','2021-09-07 10:15:18',4100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10894,'1000','41631085182','2021-09-07 10:15:18',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10895,'4000','41631085182','2021-09-07 10:15:18',NULL,4500.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(10896,'1110','41631085349','2021-09-08 10:25:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10897,'1110','41631085349','2021-09-08 10:25:05',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10898,'1110','41631085349','2021-09-08 10:25:05',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10899,'5500','41631085349','2021-09-08 10:25:05',412.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10900,'1000','41631085349','2021-09-08 10:25:05',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10901,'4000','41631085349','2021-09-08 10:25:05',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10902,'4000','41631085349','2021-09-08 10:25:05',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10903,'4000','41631085349','2021-09-08 10:25:05',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10904,'1110','41631099689','2021-09-07 14:21:04',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10905,'1110','41631099689','2021-09-07 14:21:04',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10906,'1110','41631099689','2021-09-07 14:21:04',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(10907,'5500','41631099689','2021-09-07 14:21:04',412.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10908,'1000','41631099689','2021-09-07 14:21:04',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10909,'4000','41631099689','2021-09-07 14:21:04',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10910,'4000','41631099689','2021-09-07 14:21:04',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10911,'4000','41631099689','2021-09-07 14:21:04',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(10912,'1110','41631100104','2021-09-08 14:50:39',NULL,750.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(10913,'5500','41631100104','2021-09-08 14:50:39',750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10914,'1000','41631100104','2021-09-08 14:50:39',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10915,'4000','41631100104','2021-09-08 14:50:39',NULL,1250.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(10916,'1110','41631101878','2021-09-08 14:52:34',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10917,'5500','41631101878','2021-09-08 14:52:34',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10918,'1000','41631101878','2021-09-08 14:52:34',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10919,'4000','41631101878','2021-09-08 14:52:34',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10920,'1110','41631102030','2021-09-08 14:55:33',NULL,2600.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(10921,'5500','41631102030','2021-09-08 14:55:33',2600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10922,'1000','41631102030','2021-09-08 14:55:33',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10923,'4000','41631102030','2021-09-08 14:55:33',NULL,3700.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(10924,'1110','41631102141','2021-09-08 14:56:46',NULL,260.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10925,'5500','41631102141','2021-09-08 14:56:46',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10926,'1000','41631102141','2021-09-08 14:56:46',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10927,'4000','41631102141','2021-09-08 14:56:46',NULL,400.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10928,'1110','41631102217','2021-09-08 14:57:56',NULL,600.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(10929,'5500','41631102217','2021-09-08 14:57:56',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10930,'1000','41631102217','2021-09-08 14:57:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10931,'4000','41631102217','2021-09-08 14:57:56',NULL,500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(10932,'1110','41631102312','2021-09-08 15:35:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10933,'5500','41631102312','2021-09-08 15:35:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10934,'1000','41631102312','2021-09-08 15:35:04',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10935,'4000','41631102312','2021-09-08 15:35:04',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10936,'1110','41631104539','2021-09-08 15:36:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10937,'5500','41631104539','2021-09-08 15:36:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10938,'1000','41631104539','2021-09-08 15:36:06',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10939,'4000','41631104539','2021-09-08 15:36:06',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10940,'1110','41631104690','2021-09-08 15:46:41',NULL,42400.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10941,'1110','41631104690','2021-09-08 15:46:41',NULL,8760.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10942,'1110','41631104690','2021-09-08 15:46:41',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(10943,'1110','41631104690','2021-09-08 15:46:41',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10944,'1110','41631104690','2021-09-08 15:46:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10945,'1110','41631104690','2021-09-08 15:46:41',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(10946,'1110','41631104690','2021-09-08 15:46:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10947,'5500','41631104690','2021-09-08 15:46:41',52712.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10948,'1000','41631104690','2021-09-08 15:46:41',55000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10949,'4000','41631104690','2021-09-08 15:46:41',NULL,43200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10950,'4000','41631104690','2021-09-08 15:46:41',NULL,9600.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10951,'4000','41631104690','2021-09-08 15:46:41',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(10952,'4000','41631104690','2021-09-08 15:46:41',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10953,'4000','41631104690','2021-09-08 15:46:41',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10954,'4000','41631104690','2021-09-08 15:46:41',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10955,'4000','41631104690','2021-09-08 15:46:41',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10956,'1110','41631105212','2021-09-08 15:47:43',NULL,16000.00,'','4','1','Inventory sold','1','','sales','305','','No',NULL,NULL,''),(10957,'5500','41631105212','2021-09-08 15:47:43',16000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10958,'1000','41631105212','2021-09-08 15:47:43',18000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10959,'4000','41631105212','2021-09-08 15:47:43',NULL,18000.00,'','4','1','Good sold','1','','sales','305','','No',NULL,NULL,''),(10960,'1110','41631105268','2021-09-08 15:48:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10961,'5500','41631105268','2021-09-08 15:48:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10962,'1000','41631105268','2021-09-08 15:48:31',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10963,'4000','41631105268','2021-09-08 15:48:31',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10964,'1110','41631105369','2021-09-08 15:50:31',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10965,'5500','41631105369','2021-09-08 15:50:31',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10966,'1000','41631105369','2021-09-08 15:50:31',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10967,'4000','41631105369','2021-09-08 15:50:31',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10968,'1110','41631105447','2021-09-08 15:51:25',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(10969,'5500','41631105447','2021-09-08 15:51:25',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10970,'1000','41631105447','2021-09-08 15:51:25',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10971,'4000','41631105447','2021-09-08 15:51:25',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(10972,'1110','41631105557','2021-09-08 16:03:19',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(10973,'5500','41631105557','2021-09-08 16:03:19',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10974,'1000','41631105557','2021-09-08 16:03:19',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10975,'4000','41631105557','2021-09-08 16:03:19',NULL,250.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(10976,'1110','41631109657','2021-09-08 17:02:39',NULL,15340.00,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10977,'1110','41631109657','2021-09-08 17:02:39',NULL,2360.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(10978,'5500','41631109657','2021-09-08 17:02:39',17700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10979,'1000','41631109657','2021-09-08 17:02:39',19500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10980,'4000','41631109657','2021-09-08 17:02:39',NULL,16900.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10981,'4000','41631109657','2021-09-08 17:02:39',NULL,2600.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(10982,'1110','41631109766','2021-09-08 17:04:34',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10983,'5500','41631109766','2021-09-08 17:04:34',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10984,'1000','41631109766','2021-09-08 17:04:34',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10985,'4000','41631109766','2021-09-08 17:04:34',NULL,249.99,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10986,'1110','41631109879','2021-09-08 17:05:43',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10987,'5500','41631109879','2021-09-08 17:05:43',1450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10988,'1000','41631109879','2021-09-08 17:05:43',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10989,'4000','41631109879','2021-09-08 17:05:43',NULL,1700.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10990,'1110','41631109968','2021-09-08 17:08:05',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(10991,'1110','41631109968','2021-09-08 17:08:05',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(10992,'1110','41631109968','2021-09-08 17:08:05',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10993,'5500','41631109968','2021-09-08 17:08:05',4115.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10994,'1000','41631109968','2021-09-08 17:08:05',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10995,'4000','41631109968','2021-09-08 17:08:05',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(10996,'4000','41631109968','2021-09-08 17:08:05',NULL,320.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(10997,'4000','41631109968','2021-09-08 17:08:05',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10998,'1110','41631110310','2021-09-08 17:23:37',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10999,'5500','41631110310','2021-09-08 17:23:37',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11000,'1000','41631110310','2021-09-08 17:23:37',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11001,'4000','41631110310','2021-09-08 17:23:37',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11002,'1110','41631111052','2021-09-08 17:27:33',NULL,2568.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11003,'1110','41631111052','2021-09-08 17:27:33',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11004,'5500','41631111052','2021-09-08 17:27:33',2643.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11005,'1000','41631111052','2021-09-08 17:27:33',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11006,'4000','41631111052','2021-09-08 17:27:33',NULL,3750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11007,'4000','41631111052','2021-09-08 17:27:33',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11008,'1110','41631111264','2021-09-08 17:28:27',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(11009,'5500','41631111264','2021-09-08 17:28:27',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11010,'1000','41631111264','2021-09-08 17:28:27',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11011,'4000','41631111264','2021-09-08 17:28:27',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(11012,'1110','41631198145','2021-09-09 17:37:28',NULL,15840.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(11013,'5500','41631198145','2021-09-09 17:37:28',15840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11014,'1000','41631198145','2021-09-09 17:37:28',17600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11015,'4000','41631198145','2021-09-09 17:37:28',NULL,17600.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11016,'1110','41631198259','2021-09-09 17:39:12',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11017,'1110','41631198259','2021-09-09 17:39:12',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(11018,'1110','41631198259','2021-09-09 17:39:12',NULL,1400.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11019,'5500','41631198259','2021-09-09 17:39:12',7820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11020,'1000','41631198259','2021-09-09 17:39:12',8400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11021,'4000','41631198259','2021-09-09 17:39:12',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11022,'4000','41631198259','2021-09-09 17:39:12',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11023,'4000','41631198259','2021-09-09 17:39:12',NULL,1600.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11024,'1110','41631198367','2021-09-09 17:39:45',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(11025,'5500','41631198367','2021-09-09 17:39:45',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11026,'1000','41631198367','2021-09-09 17:39:45',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11027,'4000','41631198367','2021-09-09 17:39:45',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(11028,'1110','41631198392','2021-09-09 17:42:14',NULL,2670.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(11029,'5500','41631198392','2021-09-09 17:42:14',2670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11030,'1000','41631198392','2021-09-09 17:42:14',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11031,'4000','41631198392','2021-09-09 17:42:14',NULL,2700.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11032,'1110','41631198539','2021-09-09 17:43:45',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(11033,'5500','41631198539','2021-09-09 17:43:45',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11034,'1000','41631198539','2021-09-09 17:43:45',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11035,'4000','41631198539','2021-09-09 17:43:45',NULL,3500.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(11036,'1110','41631198636','2021-09-09 17:45:05',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11037,'5500','41631198636','2021-09-09 17:45:05',725.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11038,'1000','41631198636','2021-09-09 17:45:05',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11039,'4000','41631198636','2021-09-09 17:45:05',NULL,850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11040,'1110','41631198725','2021-09-09 17:33:13',NULL,10650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11041,'5500','41631198725','2021-09-09 17:33:13',10650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11042,'1000','41631198725','2021-09-09 17:33:13',10700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11043,'4000','41631198725','2021-09-09 17:33:13',NULL,10700.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11044,'1110','41631284517','2021-09-09 17:36:43',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11045,'5500','41631284517','2021-09-09 17:36:43',4260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11046,'1000','41631284517','2021-09-09 17:36:43',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11047,'4000','41631284517','2021-09-09 17:36:43',NULL,4200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11048,'1110','41631284665','2021-09-09 17:41:17',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(11049,'1110','41631284665','2021-09-09 17:41:17',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11050,'5500','41631284665','2021-09-09 17:41:17',2230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11051,'1000','41631284665','2021-09-09 17:41:17',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11052,'4000','41631284665','2021-09-09 17:41:17',NULL,2400.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(11053,'4000','41631284665','2021-09-09 17:41:17',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11054,'1110','41631284916','2021-09-09 17:43:10',NULL,7700.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(11055,'5500','41631284916','2021-09-09 17:43:10',7700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11056,'1000','41631284916','2021-09-09 17:43:10',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11057,'4000','41631284916','2021-09-09 17:43:10',NULL,8800.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(11058,'1110','41631285013','2021-09-09 17:45:19',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11059,'5500','41631285013','2021-09-09 17:45:19',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11060,'1000','41631285013','2021-09-09 17:45:19',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11061,'4000','41631285013','2021-09-09 17:45:19',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11062,'1110','41631285146','2021-09-09 17:49:01',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11063,'5500','41631285146','2021-09-09 17:49:01',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11064,'1000','41631285146','2021-09-09 17:49:01',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11065,'4000','41631285146','2021-09-09 17:49:01',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11066,'1110','41631285725','2021-09-09 17:57:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11067,'5500','41631285725','2021-09-09 17:57:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11068,'1000','41631285725','2021-09-09 17:57:26',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11069,'4000','41631285725','2021-09-09 17:57:26',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11070,'1110','41631285867','2021-09-09 17:59:06',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(11071,'5500','41631285867','2021-09-09 17:59:06',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11072,'1000','41631285867','2021-09-09 17:59:06',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11073,'4000','41631285867','2021-09-09 17:59:06',NULL,4400.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(11074,'1110','41631286152','2021-09-09 18:03:25',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11075,'5500','41631286152','2021-09-09 18:03:25',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11076,'1000','41631286152','2021-09-09 18:03:25',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11077,'4000','41631286152','2021-09-09 18:03:25',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11078,'1110','41631286220','2021-09-09 18:04:11',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(11079,'5500','41631286220','2021-09-09 18:04:11',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11080,'1000','41631286220','2021-09-09 18:04:11',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11081,'4000','41631286220','2021-09-09 18:04:11',NULL,800.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(11082,'1110','41631338293','2021-09-10 08:32:36',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11083,'5500','41631338293','2021-09-10 08:32:36',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11084,'1000','41631338293','2021-09-10 08:32:36',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11085,'4000','41631338293','2021-09-10 08:32:36',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11086,'1110','41631338396','2021-09-10 08:36:35',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11087,'1110','41631338396','2021-09-10 08:36:35',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11088,'1110','41631338396','2021-09-10 08:36:35',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11089,'5500','41631338396','2021-09-10 08:36:35',287.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11090,'1000','41631338396','2021-09-10 08:36:35',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11091,'4000','41631338396','2021-09-10 08:36:35',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11092,'4000','41631338396','2021-09-10 08:36:35',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11093,'4000','41631338396','2021-09-10 08:36:35',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11094,'1110','41631338612','2021-09-10 08:37:07',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11095,'5500','41631338612','2021-09-10 08:37:07',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11096,'1000','41631338612','2021-09-10 08:37:07',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11097,'4000','41631338612','2021-09-10 08:37:07',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11098,'1110','41631338644','2021-09-10 10:44:35',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11099,'1110','41631338644','2021-09-10 10:44:35',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11100,'5500','41631338644','2021-09-10 10:44:35',310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11101,'1000','41631338644','2021-09-10 10:44:35',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11102,'4000','41631338644','2021-09-10 10:44:35',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11103,'4000','41631338644','2021-09-10 10:44:35',NULL,300.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11104,'1110','41631346316','2021-09-11 11:14:33',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11105,'1110','41631346316','2021-09-11 11:14:33',NULL,1500.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(11106,'5500','41631346316','2021-09-11 11:14:33',28000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11107,'1000','41631346316','2021-09-11 11:14:33',35000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11108,'4000','41631346316','2021-09-11 11:14:33',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11109,'4000','41631346316','2021-09-11 11:14:33',NULL,7500.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(11110,'1110','41631348084','2021-09-10 11:23:20',NULL,26500.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11111,'1110','41631348084','2021-09-10 11:23:20',NULL,1500.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(11112,'5500','41631348084','2021-09-10 11:23:20',28000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11113,'1000','41631348084','2021-09-10 11:23:20',35000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11114,'4000','41631348084','2021-09-10 11:23:20',NULL,27500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11115,'4000','41631348084','2021-09-10 11:23:20',NULL,7500.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(11116,'1110','41631350370','2021-09-10 11:53:39',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(11117,'5500','41631350370','2021-09-10 11:53:39',2100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11118,'1000','41631350370','2021-09-10 11:53:39',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11119,'4000','41631350370','2021-09-10 11:53:39',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(11120,'1110','41631350440','2021-09-10 11:59:58',NULL,6720.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(11121,'1110','41631350440','2021-09-10 11:59:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11122,'1110','41631350440','2021-09-10 11:59:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11123,'1110','41631350440','2021-09-10 11:59:58',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11124,'1110','41631350440','2021-09-10 11:59:58',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11125,'1110','41631350440','2021-09-10 11:59:58',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11126,'1110','41631350440','2021-09-10 11:59:58',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(11127,'5500','41631350440','2021-09-10 11:59:58',7392.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11128,'1000','41631350440','2021-09-10 11:59:58',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11129,'4000','41631350440','2021-09-10 11:59:58',NULL,8000.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(11130,'4000','41631350440','2021-09-10 11:59:58',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11131,'4000','41631350440','2021-09-10 11:59:58',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11132,'4000','41631350440','2021-09-10 11:59:58',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11133,'4000','41631350440','2021-09-10 11:59:58',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11134,'4000','41631350440','2021-09-10 11:59:58',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11135,'4000','41631350440','2021-09-10 11:59:58',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(11136,'1110','41631350817','2021-09-10 12:05:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11137,'1110','41631350817','2021-09-10 12:05:35',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(11138,'5500','41631350817','2021-09-10 12:05:35',1892.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11139,'1000','41631350817','2021-09-10 12:05:35',3550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11140,'4000','41631350817','2021-09-10 12:05:35',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11141,'4000','41631350817','2021-09-10 12:05:35',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(11142,'1110','41631351153','2021-09-10 12:07:12',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11143,'5500','41631351153','2021-09-10 12:07:12',21300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11144,'1000','41631351153','2021-09-10 12:07:12',21000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11145,'4000','41631351153','2021-09-10 12:07:12',NULL,21000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11146,'1110','41631351322','2021-09-10 12:09:40',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11147,'5500','41631351322','2021-09-10 12:09:40',2130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11148,'1000','41631351322','2021-09-10 12:09:40',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11149,'4000','41631351322','2021-09-10 12:09:40',NULL,2100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11150,'1110','41631351399','2021-09-10 12:11:26',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(11151,'5500','41631351399','2021-09-10 12:11:26',2310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11152,'1000','41631351399','2021-09-10 12:11:26',3220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11153,'4000','41631351399','2021-09-10 12:11:26',NULL,3220.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11154,'1110','41631359928','2021-09-11 14:45:20',NULL,61500.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(11155,'1110','41631359928','2021-09-11 14:45:20',NULL,25625.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(11156,'1110','41631359928','2021-09-11 14:45:20',NULL,8200.00,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(11157,'1110','41631359928','2021-09-11 14:45:20',NULL,7130.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(11158,'1110','41631359928','2021-09-11 14:45:20',NULL,6820.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11159,'1110','41631359928','2021-09-11 14:45:20',NULL,600.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(11160,'1110','41631359928','2021-09-11 14:45:20',NULL,3300.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(11161,'1110','41631359928','2021-09-11 14:45:20',NULL,2700.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11162,'5500','41631359928','2021-09-11 14:45:20',115875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11163,'1000','41631359928','2021-09-11 14:45:20',133500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11164,'4000','41631359928','2021-09-11 14:45:20',NULL,65000.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(11165,'4000','41631359928','2021-09-11 14:45:20',NULL,28750.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(11166,'4000','41631359928','2021-09-11 14:45:20',NULL,9500.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(11167,'4000','41631359928','2021-09-11 14:45:20',NULL,10350.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11168,'4000','41631359928','2021-09-11 14:45:20',NULL,9900.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11169,'4000','41631359928','2021-09-11 14:45:20',NULL,1899.90,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(11170,'4000','41631359928','2021-09-11 14:45:20',NULL,4500.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(11171,'4000','41631359928','2021-09-11 14:45:20',NULL,3600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11172,'1110','41631360726','2021-09-11 14:46:18',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11173,'5500','41631360726','2021-09-11 14:46:18',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11174,'1000','41631360726','2021-09-11 14:46:18',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11175,'4000','41631360726','2021-09-11 14:46:18',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11176,'1110','41631360783','2021-09-11 14:47:16',NULL,1926.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11177,'5500','41631360783','2021-09-11 14:47:16',1926.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11178,'1000','41631360783','2021-09-11 14:47:16',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11179,'4000','41631360783','2021-09-11 14:47:16',NULL,2850.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11180,'1110','41631360844','2021-09-11 14:50:29',NULL,1200.00,'','4','1','Inventory sold','1','','sales','301','','No',NULL,NULL,''),(11181,'1110','41631360844','2021-09-11 14:50:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11182,'5500','41631360844','2021-09-11 14:50:29',1202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11183,'1000','41631360844','2021-09-11 14:50:29',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11184,'4000','41631360844','2021-09-11 14:50:29',NULL,2500.00,'','4','1','Good sold','1','','sales','301','','No',NULL,NULL,''),(11185,'4000','41631360844','2021-09-11 14:50:29',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11186,'1110','41631361073','2021-09-11 14:51:50',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11187,'5500','41631361073','2021-09-11 14:51:50',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11188,'1000','41631361073','2021-09-11 14:51:50',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11189,'4000','41631361073','2021-09-11 14:51:50',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11190,'1110','41631361134','2021-09-11 14:54:35',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11191,'1110','41631361134','2021-09-11 14:54:35',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11192,'1110','41631361134','2021-09-11 14:54:35',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11193,'5500','41631361134','2021-09-11 14:54:35',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11194,'1000','41631361134','2021-09-11 14:54:35',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11195,'4000','41631361134','2021-09-11 14:54:35',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11196,'4000','41631361134','2021-09-11 14:54:35',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11197,'4000','41631361134','2021-09-11 14:54:35',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11198,'1110','41631361280','2021-09-11 14:55:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11199,'5500','41631361280','2021-09-11 14:55:24',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11200,'1000','41631361280','2021-09-11 14:55:24',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11201,'4000','41631361280','2021-09-11 14:55:24',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11202,'1110','41631361738','2021-09-11 15:05:51',NULL,5250.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11203,'1110','41631361738','2021-09-11 15:05:51',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11204,'1110','41631361738','2021-09-11 15:05:51',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11205,'5500','41631361738','2021-09-11 15:05:51',15750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11206,'1000','41631361738','2021-09-11 15:05:51',18750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11207,'4000','41631361738','2021-09-11 15:05:51',NULL,6250.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11208,'4000','41631361738','2021-09-11 15:05:51',NULL,6250.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11209,'4000','41631361738','2021-09-11 15:05:51',NULL,6250.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11210,'1110','41631362348','2021-09-11 15:14:57',NULL,5940.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(11211,'1110','41631362348','2021-09-11 15:14:57',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11212,'5500','41631362348','2021-09-11 15:14:57',6200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11213,'1000','41631362348','2021-09-11 15:14:57',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11214,'4000','41631362348','2021-09-11 15:14:57',NULL,8100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11215,'4000','41631362348','2021-09-11 15:14:57',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11216,'1110','41631371643','2021-09-11 17:47:59',NULL,50.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(11217,'5500','41631371643','2021-09-11 17:47:59',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11218,'1000','41631371643','2021-09-11 17:47:59',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11219,'4000','41631371643','2021-09-11 17:47:59',NULL,150.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(11220,'1110','41631371685','2021-09-11 17:48:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11221,'5500','41631371685','2021-09-11 17:48:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11222,'1000','41631371685','2021-09-11 17:48:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11223,'4000','41631371685','2021-09-11 17:48:41',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11224,'1110','41631371759','2021-09-11 17:54:11',NULL,42000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(11225,'1110','41631371759','2021-09-11 17:54:11',NULL,3250.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11226,'1110','41631371759','2021-09-11 17:54:11',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11227,'5500','41631371759','2021-09-11 17:54:11',45460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11228,'1000','41631371759','2021-09-11 17:54:11',46500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11229,'4000','41631371759','2021-09-11 17:54:11',NULL,42000.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(11230,'4000','41631371759','2021-09-11 17:54:11',NULL,4200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11231,'4000','41631371759','2021-09-11 17:54:11',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11232,'1110','41631372063','2021-09-11 17:55:39',NULL,642.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11233,'5500','41631372063','2021-09-11 17:55:39',642.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11234,'1000','41631372063','2021-09-11 17:55:39',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11235,'4000','41631372063','2021-09-11 17:55:39',NULL,950.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11236,'1110','41631372143','2021-09-11 17:56:26',NULL,5778.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11237,'5500','41631372143','2021-09-11 17:56:26',5778.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11238,'1000','41631372143','2021-09-11 17:56:26',8550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11239,'4000','41631372143','2021-09-11 17:56:26',NULL,8550.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11240,'1110','41631372192','2021-09-11 17:57:05',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11241,'5500','41631372192','2021-09-11 17:57:05',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11242,'1000','41631372192','2021-09-11 17:57:05',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11243,'4000','41631372192','2021-09-11 17:57:05',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11244,'1110','41631539498','2021-09-13 17:01:12',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(11245,'1110','41631539498','2021-09-13 17:01:12',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11246,'1110','41631539498','2021-09-13 17:01:12',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(11247,'1110','41631539498','2021-09-13 17:01:12',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11248,'5500','41631539498','2021-09-13 17:01:12',560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11249,'1000','41631539498','2021-09-13 17:01:12',870.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11250,'4000','41631539498','2021-09-13 17:01:12',NULL,120.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(11251,'4000','41631539498','2021-09-13 17:01:12',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11252,'4000','41631539498','2021-09-13 17:01:12',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(11253,'4000','41631539498','2021-09-13 17:01:12',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11254,'1110','41631541683','2021-09-13 17:09:41',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11255,'1110','41631541683','2021-09-13 17:09:41',NULL,770.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(11256,'1110','41631541683','2021-09-13 17:09:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11257,'5500','41631541683','2021-09-13 17:09:41',11372.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11258,'1000','41631541683','2021-09-13 17:09:41',12700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11259,'4000','41631541683','2021-09-13 17:09:41',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11260,'4000','41631541683','2021-09-13 17:09:41',NULL,700.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(11261,'4000','41631541683','2021-09-13 17:09:41',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11262,'1110','41631542211','2021-09-13 17:10:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11263,'5500','41631542211','2021-09-13 17:10:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11264,'1000','41631542211','2021-09-13 17:10:54',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11265,'4000','41631542211','2021-09-13 17:10:54',NULL,1100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11266,'1110','41631542261','2021-09-13 17:11:32',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11267,'5500','41631542261','2021-09-13 17:11:32',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11268,'1000','41631542261','2021-09-13 17:11:32',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11269,'4000','41631542261','2021-09-13 17:11:32',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11270,'1110','41631542298','2021-09-13 17:26:57',NULL,18850.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11271,'1110','41631542298','2021-09-13 17:26:57',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11272,'1110','41631542298','2021-09-13 17:26:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11273,'1110','41631542298','2021-09-13 17:26:57',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11274,'1110','41631542298','2021-09-13 17:26:57',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11275,'1110','41631542298','2021-09-13 17:26:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11276,'1110','41631542298','2021-09-13 17:26:57',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11277,'5500','41631542298','2021-09-13 17:26:57',19875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11278,'1000','41631542298','2021-09-13 17:26:57',23500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11279,'4000','41631542298','2021-09-13 17:26:57',NULL,21999.90,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11280,'4000','41631542298','2021-09-13 17:26:57',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11281,'4000','41631542298','2021-09-13 17:26:57',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11282,'4000','41631542298','2021-09-13 17:26:57',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11283,'4000','41631542298','2021-09-13 17:26:57',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11284,'4000','41631542298','2021-09-13 17:26:57',NULL,150.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11285,'4000','41631542298','2021-09-13 17:26:57',NULL,150.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11286,'1110','41631543226','2021-09-13 17:27:53',NULL,6480.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(11287,'5500','41631543226','2021-09-13 17:27:53',6480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11288,'1000','41631543226','2021-09-13 17:27:53',7650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11289,'4000','41631543226','2021-09-13 17:27:53',NULL,7650.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11290,'1110','41631543288','2021-09-13 17:28:59',NULL,6150.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11291,'5500','41631543288','2021-09-13 17:28:59',6150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11292,'1000','41631543288','2021-09-13 17:28:59',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11293,'4000','41631543288','2021-09-13 17:28:59',NULL,6600.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11294,'1110','41631543386','2021-09-13 17:31:18',NULL,6100.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(11295,'1110','41631543386','2021-09-13 17:31:18',NULL,1650.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(11296,'1110','41631543386','2021-09-13 17:31:18',NULL,120.00,'','4','1','Inventory sold','1','','sales','316','','No',NULL,NULL,''),(11297,'5500','41631543386','2021-09-13 17:31:18',7870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11298,'1000','41631543386','2021-09-13 17:31:18',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11299,'4000','41631543386','2021-09-13 17:31:18',NULL,7200.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(11300,'4000','41631543386','2021-09-13 17:31:18',NULL,1500.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(11301,'4000','41631543386','2021-09-13 17:31:18',NULL,800.00,'','4','1','Good sold','1','','sales','316','','No',NULL,NULL,''),(11302,'1110','41631543494','2021-09-13 17:35:14',NULL,8200.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11303,'1110','41631543494','2021-09-13 17:35:14',NULL,15950.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11304,'1110','41631543494','2021-09-13 17:35:14',NULL,3630.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(11305,'5500','41631543494','2021-09-13 17:35:14',27780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11306,'1000','41631543494','2021-09-13 17:35:14',33400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11307,'4000','41631543494','2021-09-13 17:35:14',NULL,9200.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11308,'4000','41631543494','2021-09-13 17:35:14',NULL,18700.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11309,'4000','41631543494','2021-09-13 17:35:14',NULL,5500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11310,'1110','41631543727','2021-09-13 17:40:19',NULL,20300.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11311,'1110','41631543727','2021-09-13 17:40:19',NULL,32800.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11312,'1110','41631543727','2021-09-13 17:40:19',NULL,840.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11313,'1110','41631543727','2021-09-13 17:40:19',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11314,'1110','41631543727','2021-09-13 17:40:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11315,'5500','41631543727','2021-09-13 17:40:19',55050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11316,'1000','41631543727','2021-09-13 17:40:19',61700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11317,'4000','41631543727','2021-09-13 17:40:19',NULL,23800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11318,'4000','41631543727','2021-09-13 17:40:19',NULL,35200.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11319,'4000','41631543727','2021-09-13 17:40:19',NULL,1200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11320,'4000','41631543727','2021-09-13 17:40:19',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11321,'4000','41631543727','2021-09-13 17:40:19',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11322,'1110','41631544103','2021-09-13 17:46:50',NULL,4680.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11323,'1110','41631544103','2021-09-13 17:46:50',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11324,'1110','41631544103','2021-09-13 17:46:50',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11325,'1110','41631544103','2021-09-13 17:46:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11326,'1110','41631544103','2021-09-13 17:46:50',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11327,'1110','41631544103','2021-09-13 17:46:50',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(11328,'1110','41631544103','2021-09-13 17:46:50',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(11329,'5500','41631544103','2021-09-13 17:46:50',10710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11330,'1000','41631544103','2021-09-13 17:46:50',12750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11331,'4000','41631544103','2021-09-13 17:46:50',NULL,5400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11332,'4000','41631544103','2021-09-13 17:46:50',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11333,'4000','41631544103','2021-09-13 17:46:50',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11334,'4000','41631544103','2021-09-13 17:46:50',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11335,'4000','41631544103','2021-09-13 17:46:50',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11336,'4000','41631544103','2021-09-13 17:46:50',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(11337,'4000','41631544103','2021-09-13 17:46:50',NULL,600.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(11338,'1110','41631544420','2021-09-13 17:47:38',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(11339,'5500','41631544420','2021-09-13 17:47:38',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11340,'1000','41631544420','2021-09-13 17:47:38',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11341,'4000','41631544420','2021-09-13 17:47:38',NULL,2800.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(11342,'1110','41631544466','2021-09-13 17:48:18',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11343,'5500','41631544466','2021-09-13 17:48:18',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11344,'1000','41631544466','2021-09-13 17:48:18',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11345,'4000','41631544466','2021-09-13 17:48:18',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11346,'1110','41631544503','2021-09-13 17:52:13',NULL,1400.00,'','4','1','Inventory sold','1','','sales','211','','No',NULL,NULL,''),(11347,'1110','41631544503','2021-09-13 17:52:13',NULL,750.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(11348,'5500','41631544503','2021-09-13 17:52:13',2150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11349,'1000','41631544503','2021-09-13 17:52:13',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11350,'4000','41631544503','2021-09-13 17:52:13',NULL,5500.00,'','4','1','Good sold','1','','sales','211','','No',NULL,NULL,''),(11351,'4000','41631544503','2021-09-13 17:52:13',NULL,1000.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(11352,'1110','41631544749','2021-09-13 17:55:10',NULL,12840.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11353,'1110','41631544749','2021-09-13 17:55:10',NULL,3750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11354,'5500','41631544749','2021-09-13 17:55:10',16590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11355,'1000','41631544749','2021-09-13 17:55:10',23500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11356,'4000','41631544749','2021-09-13 17:55:10',NULL,19000.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11357,'4000','41631544749','2021-09-13 17:55:10',NULL,4500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11358,'1110','41631616115','2021-09-14 13:42:31',NULL,150.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11359,'5500','41631616115','2021-09-14 13:42:31',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11360,'1000','41631616115','2021-09-14 13:42:31',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11361,'4000','41631616115','2021-09-14 13:42:31',NULL,500.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11362,'1110','41631616178','2021-09-14 13:46:52',NULL,15900.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11363,'1110','41631616178','2021-09-14 13:46:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11364,'5500','41631616178','2021-09-14 13:46:52',15902.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11365,'1000','41631616178','2021-09-14 13:46:52',18600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11366,'4000','41631616178','2021-09-14 13:46:52',NULL,16500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11367,'4000','41631616178','2021-09-14 13:46:52',NULL,2100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11368,'1110','41631616448','2021-09-14 13:55:27',NULL,1284.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11369,'5500','41631616448','2021-09-14 13:55:27',1284.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11370,'1000','41631616448','2021-09-14 13:55:27',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11371,'4000','41631616448','2021-09-14 13:55:27',NULL,1900.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11372,'1110','41631616939','2021-09-14 13:56:12',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(11373,'5500','41631616939','2021-09-14 13:56:12',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11374,'1000','41631616939','2021-09-14 13:56:12',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11375,'4000','41631616939','2021-09-14 13:56:12',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(11376,'1110','41631616983','2021-09-14 13:57:29',NULL,890.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(11377,'5500','41631616983','2021-09-14 13:57:29',890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11378,'1000','41631616983','2021-09-14 13:57:29',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11379,'4000','41631616983','2021-09-14 13:57:29',NULL,950.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11380,'1110','41631617060','2021-09-14 14:03:43',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11381,'1110','41631617060','2021-09-14 14:03:43',NULL,420.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11382,'1110','41631617060','2021-09-14 14:03:43',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11383,'5500','41631617060','2021-09-14 14:03:43',7410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11384,'1000','41631617060','2021-09-14 14:03:43',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11385,'4000','41631617060','2021-09-14 14:03:43',NULL,6600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11386,'4000','41631617060','2021-09-14 14:03:43',NULL,600.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11387,'4000','41631617060','2021-09-14 14:03:43',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11388,'1110','41631617430','2021-09-14 14:05:39',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11389,'5500','41631617430','2021-09-14 14:05:39',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11390,'1000','41631617430','2021-09-14 14:05:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11391,'4000','41631617430','2021-09-14 14:05:39',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11392,'1110','41631631102','2021-09-14 17:52:25',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11393,'5500','41631631102','2021-09-14 17:52:25',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11394,'1000','41631631102','2021-09-14 17:52:25',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11395,'4000','41631631102','2021-09-14 17:52:25',NULL,400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11396,'1110','41631631151','2021-09-14 17:53:10',NULL,14000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(11397,'5500','41631631151','2021-09-14 17:53:10',14000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11398,'1000','41631631151','2021-09-14 17:53:10',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11399,'4000','41631631151','2021-09-14 17:53:10',NULL,14000.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(11400,'1110','41631631195','2021-09-14 17:53:53',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11401,'5500','41631631195','2021-09-14 17:53:53',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11402,'1000','41631631195','2021-09-14 17:53:53',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11403,'4000','41631631195','2021-09-14 17:53:53',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11404,'1110','41631631245','2021-09-14 17:56:45',NULL,250.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(11405,'1110','41631631245','2021-09-14 17:56:45',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11406,'5500','41631631245','2021-09-14 17:56:45',355.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11407,'1000','41631631245','2021-09-14 17:56:45',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11408,'4000','41631631245','2021-09-14 17:56:45',NULL,750.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(11409,'4000','41631631245','2021-09-14 17:56:45',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11410,'1110','41631631443','2021-09-14 18:04:36',NULL,3100.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(11411,'1110','41631631443','2021-09-14 18:04:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11412,'1110','41631631443','2021-09-14 18:04:36',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11413,'1110','41631631443','2021-09-14 18:04:36',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(11414,'1110','41631631443','2021-09-14 18:04:36',NULL,260.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11415,'1110','41631631443','2021-09-14 18:04:36',NULL,600.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(11416,'5500','41631631443','2021-09-14 18:04:36',4272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11417,'1000','41631631443','2021-09-14 18:04:36',7850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11418,'4000','41631631443','2021-09-14 18:04:36',NULL,4600.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(11419,'4000','41631631443','2021-09-14 18:04:36',NULL,1300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11420,'4000','41631631443','2021-09-14 18:04:36',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11421,'4000','41631631443','2021-09-14 18:04:36',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(11422,'4000','41631631443','2021-09-14 18:04:36',NULL,600.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11423,'4000','41631631443','2021-09-14 18:04:36',NULL,750.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(11424,'1110','41631631882','2021-09-14 18:05:16',NULL,840.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(11425,'5500','41631631882','2021-09-14 18:05:16',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11426,'1000','41631631882','2021-09-14 18:05:16',975.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11427,'4000','41631631882','2021-09-14 18:05:16',NULL,975.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11428,'1110','41631710692','2021-09-15 15:59:06',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11429,'1110','41631710692','2021-09-15 15:59:06',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11430,'5500','41631710692','2021-09-15 15:59:06',430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11431,'1000','41631710692','2021-09-15 15:59:06',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11432,'4000','41631710692','2021-09-15 15:59:06',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11433,'4000','41631710692','2021-09-15 15:59:06',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11434,'1110','41631710759','2021-09-15 16:00:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11435,'5500','41631710759','2021-09-15 16:00:16',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11436,'1000','41631710759','2021-09-15 16:00:16',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11437,'4000','41631710759','2021-09-15 16:00:16',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11438,'1110','41631710821','2021-09-15 16:01:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11439,'5500','41631710821','2021-09-15 16:01:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11440,'1000','41631710821','2021-09-15 16:01:06',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11441,'4000','41631710821','2021-09-15 16:01:06',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11442,'1110','41631710931','2021-09-15 16:04:05',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11443,'5500','41631710931','2021-09-15 16:04:05',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11444,'1000','41631710931','2021-09-15 16:04:05',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11445,'4000','41631710931','2021-09-15 16:04:05',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11446,'1110','41631711051','2021-09-15 16:04:53',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11447,'5500','41631711051','2021-09-15 16:04:53',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11448,'1000','41631711051','2021-09-15 16:04:53',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11449,'4000','41631711051','2021-09-15 16:04:53',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11450,'1110','41631711101','2021-09-15 16:06:34',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(11451,'1110','41631711101','2021-09-15 16:06:34',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(11452,'1110','41631711101','2021-09-15 16:06:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11453,'5500','41631711101','2021-09-15 16:06:34',352.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11454,'1000','41631711101','2021-09-15 16:06:34',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11455,'4000','41631711101','2021-09-15 16:06:34',NULL,350.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(11456,'4000','41631711101','2021-09-15 16:06:34',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(11457,'4000','41631711101','2021-09-15 16:06:34',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11458,'1110','41631711261','2021-09-15 16:10:44',NULL,1400.00,'','4','1','Inventory sold','1','','sales','211','','No',NULL,NULL,''),(11459,'5500','41631711261','2021-09-15 16:10:44',1400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11460,'1000','41631711261','2021-09-15 16:10:44',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11461,'4000','41631711261','2021-09-15 16:10:44',NULL,2000.00,'','4','1','Good sold','1','','sales','211','','No',NULL,NULL,''),(11462,'1110','41631711449','2021-09-15 16:11:22',NULL,7420.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11463,'5500','41631711449','2021-09-15 16:11:22',7420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11464,'1000','41631711449','2021-09-15 16:11:22',7700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11465,'4000','41631711449','2021-09-15 16:11:22',NULL,7700.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11466,'1110','41631711487','2021-09-15 16:12:28',NULL,3850.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(11467,'5500','41631711487','2021-09-15 16:12:28',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11468,'1000','41631711487','2021-09-15 16:12:28',4950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11469,'4000','41631711487','2021-09-15 16:12:28',NULL,4950.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(11470,'1110','41631711559','2021-09-15 16:13:25',NULL,540.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11471,'5500','41631711559','2021-09-15 16:13:25',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11472,'1000','41631711559','2021-09-15 16:13:25',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11473,'4000','41631711559','2021-09-15 16:13:25',NULL,1050.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11474,'1110','41631711663','2021-09-15 16:18:45',NULL,7062.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11475,'1110','41631711663','2021-09-15 16:18:45',NULL,3625.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11476,'1110','41631711663','2021-09-15 16:18:45',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11477,'5500','41631711663','2021-09-15 16:18:45',11137.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11478,'1000','41631711663','2021-09-15 16:18:45',14590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11479,'4000','41631711663','2021-09-15 16:18:45',NULL,9240.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11480,'4000','41631711663','2021-09-15 16:18:45',NULL,4750.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11481,'4000','41631711663','2021-09-15 16:18:45',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11482,'1110','41631711933','2021-09-15 16:23:58',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(11483,'5500','41631711933','2021-09-15 16:23:58',900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11484,'1000','41631711933','2021-09-15 16:23:58',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11485,'4000','41631711933','2021-09-15 16:23:58',NULL,1100.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(11486,'1110','41631712247','2021-09-15 16:25:02',NULL,900.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11487,'5500','41631712247','2021-09-15 16:25:02',900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11488,'1000','41631712247','2021-09-15 16:25:02',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11489,'4000','41631712247','2021-09-15 16:25:02',NULL,1400.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11490,'1110','41631798876','2021-09-16 16:28:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11491,'5500','41631798876','2021-09-16 16:28:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11492,'1000','41631798876','2021-09-16 16:28:33',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11493,'4000','41631798876','2021-09-16 16:28:33',NULL,650.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11494,'1110','41631798979','2021-09-16 16:30:10',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(11495,'5500','41631798979','2021-09-16 16:30:10',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11496,'1000','41631798979','2021-09-16 16:30:10',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11497,'4000','41631798979','2021-09-16 16:30:10',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(11498,'1110','41631799024','2021-09-16 16:31:17',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(11499,'5500','41631799024','2021-09-16 16:31:17',5880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11500,'1000','41631799024','2021-09-16 16:31:17',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11501,'4000','41631799024','2021-09-16 16:31:17',NULL,6800.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(11502,'1110','41631799088','2021-09-16 16:32:28',NULL,850.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(11503,'5500','41631799088','2021-09-16 16:32:28',850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11504,'1000','41631799088','2021-09-16 16:32:28',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11505,'4000','41631799088','2021-09-16 16:32:28',NULL,1200.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(11506,'1110','41631799158','2021-09-16 16:38:21',NULL,5900.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(11507,'1110','41631799158','2021-09-16 16:38:21',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11508,'1110','41631799158','2021-09-16 16:38:21',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11509,'1110','41631799158','2021-09-16 16:38:21',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11510,'1110','41631799158','2021-09-16 16:38:21',NULL,2170.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(11511,'1110','41631799158','2021-09-16 16:38:21',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11512,'5500','41631799158','2021-09-16 16:38:21',9615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11513,'1000','41631799158','2021-09-16 16:38:21',11800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11514,'4000','41631799158','2021-09-16 16:38:21',NULL,6500.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(11515,'4000','41631799158','2021-09-16 16:38:21',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11516,'4000','41631799158','2021-09-16 16:38:21',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11517,'4000','41631799158','2021-09-16 16:38:21',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11518,'4000','41631799158','2021-09-16 16:38:21',NULL,3150.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11519,'4000','41631799158','2021-09-16 16:38:21',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11520,'1110','41631799507','2021-09-16 16:44:31',NULL,1500.00,'','4','1','Inventory sold','1','','sales','293','','No',NULL,NULL,''),(11521,'1110','41631799507','2021-09-16 16:44:31',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(11522,'1110','41631799507','2021-09-16 16:44:31',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11523,'1110','41631799507','2021-09-16 16:44:31',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11524,'1110','41631799507','2021-09-16 16:44:31',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11525,'5500','41631799507','2021-09-16 16:44:31',5125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11526,'1000','41631799507','2021-09-16 16:44:31',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11527,'4000','41631799507','2021-09-16 16:44:31',NULL,2000.00,'','4','1','Good sold','1','','sales','293','','No',NULL,NULL,''),(11528,'4000','41631799507','2021-09-16 16:44:31',NULL,3550.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(11529,'4000','41631799507','2021-09-16 16:44:31',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11530,'4000','41631799507','2021-09-16 16:44:31',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11531,'4000','41631799507','2021-09-16 16:44:31',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11532,'1110','41631799880','2021-09-16 16:48:03',NULL,9750.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11533,'1110','41631799880','2021-09-16 16:48:03',NULL,2250.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11534,'5500','41631799880','2021-09-16 16:48:03',12000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11535,'1000','41631799880','2021-09-16 16:48:03',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11536,'4000','41631799880','2021-09-16 16:48:03',NULL,11000.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11537,'4000','41631799880','2021-09-16 16:48:03',NULL,3000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11538,'1110','41631800106','2021-09-16 16:49:13',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11539,'5500','41631800106','2021-09-16 16:49:13',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11540,'1000','41631800106','2021-09-16 16:49:13',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11541,'4000','41631800106','2021-09-16 16:49:13',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11542,'1110','41631800582','2021-09-16 16:58:59',NULL,270.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11543,'5500','41631800582','2021-09-16 16:58:59',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11544,'1000','41631800582','2021-09-16 16:58:59',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11545,'4000','41631800582','2021-09-16 16:58:59',NULL,499.98,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11546,'1110','41631800744','2021-09-16 16:59:49',NULL,1280.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11547,'5500','41631800744','2021-09-16 16:59:49',1280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11548,'1000','41631800744','2021-09-16 16:59:49',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11549,'4000','41631800744','2021-09-16 16:59:49',NULL,1400.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11550,'1110','41631800807','2021-09-16 17:00:24',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(11551,'5500','41631800807','2021-09-16 17:00:24',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11552,'1000','41631800807','2021-09-16 17:00:24',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11553,'4000','41631800807','2021-09-16 17:00:24',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(11554,'1110','41631800848','2021-09-16 17:01:37',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11555,'5500','41631800848','2021-09-16 17:01:37',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11556,'1000','41631800848','2021-09-16 17:01:37',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11557,'4000','41631800848','2021-09-16 17:01:37',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11558,'1110','41631800907','2021-09-16 17:07:54',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11559,'5500','41631800907','2021-09-16 17:07:54',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11560,'1000','41631800907','2021-09-16 17:07:54',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11561,'4000','41631800907','2021-09-16 17:07:54',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11562,'1110','41631801284','2021-09-16 17:09:30',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11563,'5500','41631801284','2021-09-16 17:09:30',900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11564,'1000','41631801284','2021-09-16 17:09:30',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11565,'4000','41631801284','2021-09-16 17:09:30',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11566,'1110','41631801386','2021-09-16 17:12:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11567,'5500','41631801386','2021-09-16 17:12:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11568,'1000','41631801386','2021-09-16 17:12:31',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11569,'4000','41631801386','2021-09-16 17:12:31',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11570,'1110','41631801644','2021-09-16 17:16:07',NULL,3450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(11571,'1110','41631801644','2021-09-16 17:16:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11572,'5500','41631801644','2021-09-16 17:16:07',3452.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11573,'1000','41631801644','2021-09-16 17:16:07',12750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11574,'4000','41631801644','2021-09-16 17:16:07',NULL,6900.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(11575,'4000','41631801644','2021-09-16 17:16:07',NULL,5850.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11576,'1110','41631801791','2021-09-16 17:17:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11577,'5500','41631801791','2021-09-16 17:17:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11578,'1000','41631801791','2021-09-16 17:17:13',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11579,'4000','41631801791','2021-09-16 17:17:13',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11580,'1110','41631801856','2021-09-16 17:17:51',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(11581,'5500','41631801856','2021-09-16 17:17:51',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11582,'1000','41631801856','2021-09-16 17:17:51',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11583,'4000','41631801856','2021-09-16 17:17:51',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(11584,'1110','41631801877','2021-09-16 17:18:48',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(11585,'5500','41631801877','2021-09-16 17:18:48',2100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11586,'1000','41631801877','2021-09-16 17:18:48',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11587,'4000','41631801877','2021-09-16 17:18:48',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(11588,'1110','41631801936','2021-09-16 17:19:56',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11589,'5500','41631801936','2021-09-16 17:19:56',2130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11590,'1000','41631801936','2021-09-16 17:19:56',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11591,'4000','41631801936','2021-09-16 17:19:56',NULL,2200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11592,'1110','41631802008','2021-09-16 17:21:04',NULL,240.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(11593,'5500','41631802008','2021-09-16 17:21:04',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11594,'1000','41631802008','2021-09-16 17:21:04',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11595,'4000','41631802008','2021-09-16 17:21:04',NULL,600.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(11596,'1110','41631802069','2021-09-16 17:32:37',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(11597,'5500','41631802069','2021-09-16 17:32:37',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11598,'1000','41631802069','2021-09-16 17:32:37',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11599,'4000','41631802069','2021-09-16 17:32:37',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(11600,'1110','41631802763','2021-09-16 17:33:16',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11601,'5500','41631802763','2021-09-16 17:33:16',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11602,'1000','41631802763','2021-09-16 17:33:16',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11603,'4000','41631802763','2021-09-16 17:33:16',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11604,'1110','41631802804','2021-09-16 17:33:38',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11605,'5500','41631802804','2021-09-16 17:33:38',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11606,'1000','41631802804','2021-09-16 17:33:38',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11607,'4000','41631802804','2021-09-16 17:33:38',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11608,'1110','41631863494','2021-09-17 10:35:12',NULL,7200.00,'','4','1','Inventory sold','1','','sales','229','','No',NULL,NULL,''),(11609,'1110','41631863494','2021-09-17 10:35:12',NULL,1520.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(11610,'1110','41631863494','2021-09-17 10:35:12',NULL,480.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(11611,'1110','41631863494','2021-09-17 10:35:12',NULL,3600.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(11612,'1110','41631863494','2021-09-17 10:35:12',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11613,'1110','41631863494','2021-09-17 10:35:12',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11614,'1110','41631863494','2021-09-17 10:35:12',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11615,'1110','41631863494','2021-09-17 10:35:12',NULL,420.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(11616,'5500','41631863494','2021-09-17 10:35:12',14480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11617,'1000','41631863494','2021-09-17 10:35:12',20100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11618,'4000','41631863494','2021-09-17 10:35:12',NULL,11000.00,'','4','1','Good sold','1','','sales','229','','No',NULL,NULL,''),(11619,'4000','41631863494','2021-09-17 10:35:12',NULL,2400.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11620,'4000','41631863494','2021-09-17 10:35:12',NULL,800.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(11621,'4000','41631863494','2021-09-17 10:35:12',NULL,3499.80,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(11622,'4000','41631863494','2021-09-17 10:35:12',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11623,'4000','41631863494','2021-09-17 10:35:12',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11624,'4000','41631863494','2021-09-17 10:35:12',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11625,'4000','41631863494','2021-09-17 10:35:12',NULL,600.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(11626,'1110','41631864142','2021-09-17 10:47:14',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11627,'1110','41631864142','2021-09-17 10:47:14',NULL,440.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(11628,'1110','41631864142','2021-09-17 10:47:14',NULL,600.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(11629,'1110','41631864142','2021-09-17 10:47:14',NULL,2800.00,'','4','1','Inventory sold','1','','sales','262','','No',NULL,NULL,''),(11630,'1110','41631864142','2021-09-17 10:47:14',NULL,1200.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(11631,'1110','41631864142','2021-09-17 10:47:14',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(11632,'5500','41631864142','2021-09-17 10:47:14',6100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11633,'1000','41631864142','2021-09-17 10:47:14',10200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11634,'4000','41631864142','2021-09-17 10:47:14',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11635,'4000','41631864142','2021-09-17 10:47:14',NULL,1200.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(11636,'4000','41631864142','2021-09-17 10:47:14',NULL,1200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(11637,'4000','41631864142','2021-09-17 10:47:14',NULL,4500.00,'','4','1','Good sold','1','','sales','262','','No',NULL,NULL,''),(11638,'4000','41631864142','2021-09-17 10:47:14',NULL,1500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(11639,'4000','41631864142','2021-09-17 10:47:14',NULL,600.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(11640,'1110','41631864858','2021-09-17 10:49:08',NULL,15975.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11641,'5500','41631864858','2021-09-17 10:49:08',15975.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11642,'1000','41631864858','2021-09-17 10:49:08',16500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11643,'4000','41631864858','2021-09-17 10:49:08',NULL,16500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11644,'1110','41631864959','2021-09-17 10:51:19',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11645,'5500','41631864959','2021-09-17 10:51:19',21300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11646,'1000','41631864959','2021-09-17 10:51:19',21600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11647,'4000','41631864959','2021-09-17 10:51:19',NULL,21600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11648,'1110','41631884973','2021-09-17 16:23:32',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11649,'5500','41631884973','2021-09-17 16:23:32',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11650,'1000','41631884973','2021-09-17 16:23:32',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11651,'4000','41631884973','2021-09-17 16:23:32',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11652,'1110','41631885085','2021-09-17 16:51:04',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11653,'1110','41631885085','2021-09-17 16:51:04',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11654,'1110','41631885085','2021-09-17 16:51:04',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11655,'1110','41631885085','2021-09-17 16:51:04',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11656,'1110','41631885085','2021-09-17 16:51:04',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11657,'5500','41631885085','2021-09-17 16:51:04',13815.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11658,'1000','41631885085','2021-09-17 16:51:04',14200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11659,'4000','41631885085','2021-09-17 16:51:04',NULL,12600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11660,'4000','41631885085','2021-09-17 16:51:04',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11661,'4000','41631885085','2021-09-17 16:51:04',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11662,'4000','41631885085','2021-09-17 16:51:04',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11663,'4000','41631885085','2021-09-17 16:51:04',NULL,200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11664,'1110','41631886881','2021-09-17 16:58:40',NULL,8000.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(11665,'1110','41631886881','2021-09-17 16:58:40',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11666,'5500','41631886881','2021-09-17 16:58:40',8190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11667,'1000','41631886881','2021-09-17 16:58:40',10700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11668,'4000','41631886881','2021-09-17 16:58:40',NULL,10400.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11669,'4000','41631886881','2021-09-17 16:58:40',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11670,'1110','41631887126','2021-09-17 16:59:27',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11671,'5500','41631887126','2021-09-17 16:59:27',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11672,'1000','41631887126','2021-09-17 16:59:27',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11673,'4000','41631887126','2021-09-17 16:59:27',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11674,'1110','41631887177','2021-09-17 17:01:00',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11675,'1110','41631887177','2021-09-17 17:01:00',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11676,'5500','41631887177','2021-09-17 17:01:00',245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11677,'1000','41631887177','2021-09-17 17:01:00',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11678,'4000','41631887177','2021-09-17 17:01:00',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11679,'4000','41631887177','2021-09-17 17:01:00',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11680,'1110','41631887274','2021-09-17 17:02:45',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(11681,'1110','41631887274','2021-09-17 17:02:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11682,'5500','41631887274','2021-09-17 17:02:45',242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11683,'1000','41631887274','2021-09-17 17:02:45',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11684,'4000','41631887274','2021-09-17 17:02:45',NULL,450.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(11685,'4000','41631887274','2021-09-17 17:02:45',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11686,'1110','41631887387','2021-09-17 17:06:56',NULL,3852.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11687,'1110','41631887387','2021-09-17 17:06:56',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11688,'1110','41631887387','2021-09-17 17:06:56',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11689,'1110','41631887387','2021-09-17 17:06:56',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11690,'5500','41631887387','2021-09-17 17:06:56',4407.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11691,'1000','41631887387','2021-09-17 17:06:56',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11692,'4000','41631887387','2021-09-17 17:06:56',NULL,5400.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11693,'4000','41631887387','2021-09-17 17:06:56',NULL,90.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11694,'4000','41631887387','2021-09-17 17:06:56',NULL,90.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11695,'4000','41631887387','2021-09-17 17:06:56',NULL,619.98,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11696,'1110','41631887626','2021-09-17 17:08:03',NULL,1926.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11697,'5500','41631887626','2021-09-17 17:08:03',1926.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11698,'1000','41631887626','2021-09-17 17:08:03',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11699,'4000','41631887626','2021-09-17 17:08:03',NULL,2799.99,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11700,'1110','41631887693','2021-09-17 17:12:14',NULL,29500.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(11701,'1110','41631887693','2021-09-17 17:12:14',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11702,'1110','41631887693','2021-09-17 17:12:14',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11703,'1110','41631887693','2021-09-17 17:12:14',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11704,'5500','41631887693','2021-09-17 17:12:14',30185.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11705,'1000','41631887693','2021-09-17 17:12:14',33450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11706,'4000','41631887693','2021-09-17 17:12:14',NULL,32500.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(11707,'4000','41631887693','2021-09-17 17:12:14',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11708,'4000','41631887693','2021-09-17 17:12:14',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11709,'4000','41631887693','2021-09-17 17:12:14',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11710,'1110','41631887948','2021-09-17 17:25:21',NULL,8988.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11711,'1110','41631887948','2021-09-17 17:25:21',NULL,600.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11712,'5500','41631887948','2021-09-17 17:25:21',9588.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11713,'1000','41631887948','2021-09-17 17:25:21',13710.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11714,'4000','41631887948','2021-09-17 17:25:21',NULL,12810.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11715,'4000','41631887948','2021-09-17 17:25:21',NULL,900.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11716,'1110','41631888795','2021-09-17 17:51:43',NULL,29500.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(11717,'1110','41631888795','2021-09-17 17:51:43',NULL,3600.00,'','4','1','Inventory sold','1','','sales','229','','No',NULL,NULL,''),(11718,'1110','41631888795','2021-09-17 17:51:43',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11719,'1110','41631888795','2021-09-17 17:51:43',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11720,'1110','41631888795','2021-09-17 17:51:43',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11721,'1110','41631888795','2021-09-17 17:51:43',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11722,'1110','41631888795','2021-09-17 17:51:43',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(11723,'5500','41631888795','2021-09-17 17:51:43',35310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11724,'1000','41631888795','2021-09-17 17:51:43',41550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11725,'4000','41631888795','2021-09-17 17:51:43',NULL,32500.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(11726,'4000','41631888795','2021-09-17 17:51:43',NULL,5500.00,'','4','1','Good sold','1','','sales','229','','No',NULL,NULL,''),(11727,'4000','41631888795','2021-09-17 17:51:43',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11728,'4000','41631888795','2021-09-17 17:51:43',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11729,'4000','41631888795','2021-09-17 17:51:43',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11730,'4000','41631888795','2021-09-17 17:51:43',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11731,'4000','41631888795','2021-09-17 17:51:43',NULL,750.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(11732,'1110','41631975495','2021-09-18 17:32:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11733,'5500','41631975495','2021-09-18 17:32:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11734,'1000','41631975495','2021-09-18 17:32:13',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11735,'4000','41631975495','2021-09-18 17:32:13',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11736,'1110','41631975572','2021-09-18 17:36:45',NULL,24600.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11737,'5500','41631975572','2021-09-18 17:36:45',24600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11738,'1000','41631975572','2021-09-18 17:36:45',26400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11739,'4000','41631975572','2021-09-18 17:36:45',NULL,26400.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11740,'1110','41631975811','2021-09-18 17:38:12',NULL,1500.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(11741,'1110','41631975811','2021-09-18 17:38:12',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11742,'5500','41631975811','2021-09-18 17:38:12',4150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11743,'1000','41631975811','2021-09-18 17:38:12',4550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11744,'4000','41631975811','2021-09-18 17:38:12',NULL,1800.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(11745,'4000','41631975811','2021-09-18 17:38:12',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11746,'1110','41631975906','2021-09-18 17:41:59',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(11747,'1110','41631975906','2021-09-18 17:41:59',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11748,'1110','41631975906','2021-09-18 17:41:59',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11749,'5500','41631975906','2021-09-18 17:41:59',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11750,'1000','41631975906','2021-09-18 17:41:59',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11751,'4000','41631975906','2021-09-18 17:41:59',NULL,450.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(11752,'4000','41631975906','2021-09-18 17:41:59',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11753,'4000','41631975906','2021-09-18 17:41:59',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11754,'1110','41631976128','2021-09-18 17:42:43',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(11755,'5500','41631976128','2021-09-18 17:42:43',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11756,'1000','41631976128','2021-09-18 17:42:43',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11757,'4000','41631976128','2021-09-18 17:42:43',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(11758,'1110','41631976167','2021-09-18 17:46:21',NULL,22550.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11759,'1110','41631976167','2021-09-18 17:46:21',NULL,6720.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(11760,'1110','41631976167','2021-09-18 17:46:21',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11761,'5500','41631976167','2021-09-18 17:46:21',29720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11762,'1000','41631976167','2021-09-18 17:46:21',32800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11763,'4000','41631976167','2021-09-18 17:46:21',NULL,24200.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11764,'4000','41631976167','2021-09-18 17:46:21',NULL,8000.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(11765,'4000','41631976167','2021-09-18 17:46:21',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11766,'1110','41631976394','2021-09-18 17:47:19',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11767,'5500','41631976394','2021-09-18 17:47:19',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11768,'1000','41631976394','2021-09-18 17:47:19',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11769,'4000','41631976394','2021-09-18 17:47:19',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11770,'1110','41631976460','2021-09-18 17:49:22',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(11771,'1110','41631976460','2021-09-18 17:49:22',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(11772,'1110','41631976460','2021-09-18 17:49:22',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11773,'5500','41631976460','2021-09-18 17:49:22',3490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11774,'1000','41631976460','2021-09-18 17:49:22',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11775,'4000','41631976460','2021-09-18 17:49:22',NULL,3700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(11776,'4000','41631976460','2021-09-18 17:49:22',NULL,600.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(11777,'4000','41631976460','2021-09-18 17:49:22',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11778,'1110','41631976567','2021-09-18 17:51:21',NULL,600.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(11779,'5500','41631976567','2021-09-18 17:51:21',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11780,'1000','41631976567','2021-09-18 17:51:21',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11781,'4000','41631976567','2021-09-18 17:51:21',NULL,1100.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(11782,'1110','41631976691','2021-09-18 17:52:07',NULL,150.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11783,'1110','41631976691','2021-09-18 17:52:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11784,'5500','41631976691','2021-09-18 17:52:07',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11785,'1000','41631976691','2021-09-18 17:52:07',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11786,'4000','41631976691','2021-09-18 17:52:07',NULL,450.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11787,'4000','41631976691','2021-09-18 17:52:07',NULL,550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11788,'1110','41632148087','2021-09-20 17:34:04',NULL,9540.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11789,'1110','41632148087','2021-09-20 17:34:04',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11790,'1110','41632148087','2021-09-20 17:34:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11791,'5500','41632148087','2021-09-20 17:34:04',9857.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11792,'1000','41632148087','2021-09-20 17:34:04',11600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11793,'4000','41632148087','2021-09-20 17:34:04',NULL,9900.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11794,'4000','41632148087','2021-09-20 17:34:04',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11795,'4000','41632148087','2021-09-20 17:34:04',NULL,1250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11796,'1110','41632148454','2021-09-20 17:34:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11797,'5500','41632148454','2021-09-20 17:34:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11798,'1000','41632148454','2021-09-20 17:34:41',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11799,'4000','41632148454','2021-09-20 17:34:41',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11800,'1110','41632148485','2021-09-20 17:47:32',NULL,8988.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11801,'1110','41632148485','2021-09-20 17:47:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11802,'1110','41632148485','2021-09-20 17:47:32',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11803,'1110','41632148485','2021-09-20 17:47:32',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11804,'1110','41632148485','2021-09-20 17:47:32',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11805,'1110','41632148485','2021-09-20 17:47:32',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11806,'1110','41632148485','2021-09-20 17:47:32',NULL,270.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(11807,'1110','41632148485','2021-09-20 17:47:32',NULL,585.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(11808,'1110','41632148485','2021-09-20 17:47:32',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11809,'5500','41632148485','2021-09-20 17:47:32',11268.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11810,'1000','41632148485','2021-09-20 17:47:32',17750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11811,'4000','41632148485','2021-09-20 17:47:32',NULL,13300.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11812,'4000','41632148485','2021-09-20 17:47:32',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11813,'4000','41632148485','2021-09-20 17:47:32',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11814,'4000','41632148485','2021-09-20 17:47:32',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11815,'4000','41632148485','2021-09-20 17:47:32',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11816,'4000','41632148485','2021-09-20 17:47:32',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11817,'4000','41632148485','2021-09-20 17:47:32',NULL,600.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(11818,'4000','41632148485','2021-09-20 17:47:32',NULL,1800.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(11819,'4000','41632148485','2021-09-20 17:47:32',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11820,'1110','41632149258','2021-09-20 17:50:31',NULL,10272.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11821,'5500','41632149258','2021-09-20 17:50:31',10272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11822,'1000','41632149258','2021-09-20 17:50:31',15200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11823,'4000','41632149258','2021-09-20 17:50:31',NULL,15200.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11824,'1110','41632149454','2021-09-20 17:53:07',NULL,1800.00,'','4','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(11825,'5500','41632149454','2021-09-20 17:53:07',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11826,'1000','41632149454','2021-09-20 17:53:07',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11827,'4000','41632149454','2021-09-20 17:53:07',NULL,2400.00,'','4','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(11828,'1110','41632149591','2021-09-20 17:53:44',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11829,'5500','41632149591','2021-09-20 17:53:44',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11830,'1000','41632149591','2021-09-20 17:53:44',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11831,'4000','41632149591','2021-09-20 17:53:44',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11832,'1110','41632149629','2021-09-20 18:02:46',NULL,14500.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11833,'1110','41632149629','2021-09-20 18:02:46',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(11834,'1110','41632149629','2021-09-20 18:02:46',NULL,262.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11835,'1110','41632149629','2021-09-20 18:02:46',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11836,'1110','41632149629','2021-09-20 18:02:46',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11837,'1110','41632149629','2021-09-20 18:02:46',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11838,'5500','41632149629','2021-09-20 18:02:46',15692.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11839,'1000','41632149629','2021-09-20 18:02:46',19485.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11840,'4000','41632149629','2021-09-20 18:02:46',NULL,17600.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11841,'4000','41632149629','2021-09-20 18:02:46',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(11842,'4000','41632149629','2021-09-20 18:02:46',NULL,375.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11843,'4000','41632149629','2021-09-20 18:02:46',NULL,360.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11844,'4000','41632149629','2021-09-20 18:02:46',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11845,'4000','41632149629','2021-09-20 18:02:46',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11846,'1110','41632150176','2021-09-20 18:03:25',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11847,'5500','41632150176','2021-09-20 18:03:25',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11848,'1000','41632150176','2021-09-20 18:03:25',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11849,'4000','41632150176','2021-09-20 18:03:25',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11850,'1110','41632150210','2021-09-20 18:07:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11851,'1110','41632150210','2021-09-20 18:07:53',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11852,'1110','41632150210','2021-09-20 18:07:53',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11853,'1110','41632150210','2021-09-20 18:07:53',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11854,'1110','41632150210','2021-09-20 18:07:53',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11855,'5500','41632150210','2021-09-20 18:07:53',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11856,'1000','41632150210','2021-09-20 18:07:53',2790.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11857,'4000','41632150210','2021-09-20 18:07:53',NULL,180.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11858,'4000','41632150210','2021-09-20 18:07:53',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11859,'4000','41632150210','2021-09-20 18:07:53',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11860,'4000','41632150210','2021-09-20 18:07:53',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11861,'4000','41632150210','2021-09-20 18:07:53',NULL,660.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11862,'1110','41632150478','2021-09-20 18:11:41',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(11863,'1110','41632150478','2021-09-20 18:11:41',NULL,260.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(11864,'1110','41632150478','2021-09-20 18:11:41',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11865,'1110','41632150478','2021-09-20 18:11:41',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11866,'5500','41632150478','2021-09-20 18:11:41',1360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11867,'1000','41632150478','2021-09-20 18:11:41',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11868,'4000','41632150478','2021-09-20 18:11:41',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(11869,'4000','41632150478','2021-09-20 18:11:41',NULL,400.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(11870,'4000','41632150478','2021-09-20 18:11:41',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11871,'4000','41632150478','2021-09-20 18:11:41',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11872,'1110','41632150709','2021-09-20 18:12:16',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11873,'5500','41632150709','2021-09-20 18:12:16',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11874,'1000','41632150709','2021-09-20 18:12:16',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11875,'4000','41632150709','2021-09-20 18:12:16',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11876,'1110','41632228596','2021-09-21 15:50:54',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11877,'5500','41632228596','2021-09-21 15:50:54',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11878,'1000','41632228596','2021-09-21 15:50:54',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11879,'4000','41632228596','2021-09-21 15:50:54',NULL,6600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11880,'1110','41632228682','2021-09-21 15:54:27',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(11881,'5500','41632228682','2021-09-21 15:54:27',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11882,'1000','41632228682','2021-09-21 15:54:27',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11883,'4000','41632228682','2021-09-21 15:54:27',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(11884,'1110','41632228882','2021-09-21 16:00:44',NULL,68160.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11885,'1110','41632228882','2021-09-21 16:00:44',NULL,1500.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11886,'1110','41632228882','2021-09-21 16:00:44',NULL,400.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(11887,'5500','41632228882','2021-09-21 16:00:44',70060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11888,'1000','41632228882','2021-09-21 16:00:44',72480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11889,'4000','41632228882','2021-09-21 16:00:44',NULL,68480.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11890,'4000','41632228882','2021-09-21 16:00:44',NULL,2500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11891,'4000','41632228882','2021-09-21 16:00:44',NULL,1500.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(11892,'1110','41632229257','2021-09-21 16:02:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11893,'5500','41632229257','2021-09-21 16:02:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11894,'1000','41632229257','2021-09-21 16:02:52',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11895,'4000','41632229257','2021-09-21 16:02:52',NULL,750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11896,'1110','41632229381','2021-09-21 16:03:56',NULL,165.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(11897,'5500','41632229381','2021-09-21 16:03:56',165.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11898,'1000','41632229381','2021-09-21 16:03:56',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11899,'4000','41632229381','2021-09-21 16:03:56',NULL,300.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(11900,'1110','41632229442','2021-09-21 16:07:14',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11901,'1110','41632229442','2021-09-21 16:07:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11902,'5500','41632229442','2021-09-21 16:07:14',7952.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11903,'1000','41632229442','2021-09-21 16:07:14',9050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11904,'4000','41632229442','2021-09-21 16:07:14',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11905,'4000','41632229442','2021-09-21 16:07:14',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11906,'1110','41632229650','2021-09-21 16:08:44',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11907,'5500','41632229650','2021-09-21 16:08:44',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11908,'1000','41632229650','2021-09-21 16:08:44',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11909,'4000','41632229650','2021-09-21 16:08:44',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11910,'1110','41632229731','2021-09-21 16:09:42',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11911,'5500','41632229731','2021-09-21 16:09:42',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11912,'1000','41632229731','2021-09-21 16:09:42',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11913,'4000','41632229731','2021-09-21 16:09:42',NULL,3300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11914,'1110','41632229805','2021-09-21 16:13:34',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11915,'1110','41632229805','2021-09-21 16:13:34',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11916,'1110','41632229805','2021-09-21 16:13:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11917,'5500','41632229805','2021-09-21 16:13:34',1292.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11918,'1000','41632229805','2021-09-21 16:13:34',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11919,'4000','41632229805','2021-09-21 16:13:34',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11920,'4000','41632229805','2021-09-21 16:13:34',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11921,'4000','41632229805','2021-09-21 16:13:34',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11922,'1110','41632230023','2021-09-21 18:01:30',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11923,'1110','41632230023','2021-09-21 18:01:30',NULL,1400.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11924,'1110','41632230023','2021-09-21 18:01:30',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11925,'1110','41632230023','2021-09-21 18:01:30',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11926,'1110','41632230023','2021-09-21 18:01:30',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11927,'1110','41632230023','2021-09-21 18:01:30',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11928,'5500','41632230023','2021-09-21 18:01:30',7115.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11929,'1000','41632230023','2021-09-21 18:01:30',9800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11930,'4000','41632230023','2021-09-21 18:01:30',NULL,5400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11931,'4000','41632230023','2021-09-21 18:01:30',NULL,2450.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11932,'4000','41632230023','2021-09-21 18:01:30',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11933,'4000','41632230023','2021-09-21 18:01:30',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11934,'4000','41632230023','2021-09-21 18:01:30',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11935,'4000','41632230023','2021-09-21 18:01:30',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11936,'1110','41632236532','2021-09-21 18:09:45',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11937,'1110','41632236532','2021-09-21 18:09:45',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(11938,'1110','41632236532','2021-09-21 18:09:45',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(11939,'1110','41632236532','2021-09-21 18:09:45',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(11940,'1110','41632236532','2021-09-21 18:09:45',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11941,'1110','41632236532','2021-09-21 18:09:45',NULL,160.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(11942,'5500','41632236532','2021-09-21 18:09:45',2275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11943,'1000','41632236532','2021-09-21 18:09:45',3750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11944,'4000','41632236532','2021-09-21 18:09:45',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11945,'4000','41632236532','2021-09-21 18:09:45',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(11946,'4000','41632236532','2021-09-21 18:09:45',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(11947,'4000','41632236532','2021-09-21 18:09:45',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(11948,'4000','41632236532','2021-09-21 18:09:45',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11949,'4000','41632236532','2021-09-21 18:09:45',NULL,800.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(11950,'1110','41632236996','2021-09-21 18:10:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11951,'5500','41632236996','2021-09-21 18:10:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11952,'1000','41632236996','2021-09-21 18:10:36',5.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11953,'4000','41632236996','2021-09-21 18:10:36',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11954,'1110','41632237058','2021-09-21 18:12:16',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11955,'5500','41632237058','2021-09-21 18:12:16',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11956,'1000','41632237058','2021-09-21 18:12:16',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11957,'4000','41632237058','2021-09-21 18:12:16',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11958,'1110','41632237143','2021-09-21 18:14:37',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11959,'5500','41632237143','2021-09-21 18:14:37',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11960,'1000','41632237143','2021-09-21 18:14:37',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11961,'4000','41632237143','2021-09-21 18:14:37',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11962,'1110','41632237285','2021-09-21 18:16:19',NULL,13250.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11963,'5500','41632237285','2021-09-21 18:16:19',13250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11964,'1000','41632237285','2021-09-21 18:16:19',13750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11965,'4000','41632237285','2021-09-21 18:16:19',NULL,13750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11966,'1110','41632237624','2021-09-21 18:22:52',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11967,'5500','41632237624','2021-09-21 18:22:52',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11968,'1000','41632237624','2021-09-21 18:22:52',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11969,'4000','41632237624','2021-09-21 18:22:52',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11970,'1110','41632287568','2021-09-21 08:13:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(11971,'5500','41632287568','2021-09-21 08:13:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11972,'1000','41632287568','2021-09-21 08:13:14',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11973,'4000','41632287568','2021-09-21 08:13:14',NULL,4700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(11974,'1110','41632288135','2021-09-22 09:36:28',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11975,'5500','41632288135','2021-09-22 09:36:28',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11976,'1000','41632288135','2021-09-22 09:36:28',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11977,'4000','41632288135','2021-09-22 09:36:28',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11978,'1110','41632292643','2021-09-22 09:38:27',NULL,17040.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(11979,'5500','41632292643','2021-09-22 09:38:27',17040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11980,'1000','41632292643','2021-09-22 09:38:27',16800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11981,'4000','41632292643','2021-09-22 09:38:27',NULL,16800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11982,'1110','41632292714','2021-09-22 09:39:26',NULL,7250.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11983,'5500','41632292714','2021-09-22 09:39:26',7250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11984,'1000','41632292714','2021-09-22 09:39:26',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11985,'4000','41632292714','2021-09-22 09:39:26',NULL,8500.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11986,'1110','41632292777','2021-09-22 09:40:33',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11987,'5500','41632292777','2021-09-22 09:40:33',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11988,'1000','41632292777','2021-09-22 09:40:33',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11989,'4000','41632292777','2021-09-22 09:40:33',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11990,'1110','41632292840','2021-09-22 09:42:07',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(11991,'1110','41632292840','2021-09-22 09:42:07',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11992,'5500','41632292840','2021-09-22 09:42:07',12860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11993,'1000','41632292840','2021-09-22 09:42:07',12900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11994,'4000','41632292840','2021-09-22 09:42:07',NULL,12500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(11995,'4000','41632292840','2021-09-22 09:42:07',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11996,'1110','41632318015','2021-09-22 16:40:42',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(11997,'5500','41632318015','2021-09-22 16:40:42',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11998,'1000','41632318015','2021-09-22 16:40:42',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11999,'4000','41632318015','2021-09-22 16:40:42',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(12000,'1110','41632318114','2021-09-22 16:43:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12001,'5500','41632318114','2021-09-22 16:43:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12002,'1000','41632318114','2021-09-22 16:43:01',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12003,'4000','41632318114','2021-09-22 16:43:01',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12004,'1110','41632318209','2021-09-22 16:48:47',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12005,'1110','41632318209','2021-09-22 16:48:47',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12006,'1110','41632318209','2021-09-22 16:48:47',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12007,'5500','41632318209','2021-09-22 16:48:47',470.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12008,'1000','41632318209','2021-09-22 16:48:47',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12009,'4000','41632318209','2021-09-22 16:48:47',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12010,'4000','41632318209','2021-09-22 16:48:47',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12011,'4000','41632318209','2021-09-22 16:48:47',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12012,'1110','41632318542','2021-09-22 16:50:44',NULL,840.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(12013,'5500','41632318542','2021-09-22 16:50:44',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12014,'1000','41632318542','2021-09-22 16:50:44',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12015,'4000','41632318542','2021-09-22 16:50:44',NULL,1050.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(12016,'1110','41632318651','2021-09-22 16:53:13',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12017,'1110','41632318651','2021-09-22 16:53:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12018,'5500','41632318651','2021-09-22 16:53:13',7952.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12019,'1000','41632318651','2021-09-22 16:53:13',8700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12020,'4000','41632318651','2021-09-22 16:53:13',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12021,'4000','41632318651','2021-09-22 16:53:13',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12022,'1110','41632318875','2021-09-22 16:56:39',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(12023,'5500','41632318875','2021-09-22 16:56:39',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12024,'1000','41632318875','2021-09-22 16:56:39',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12025,'4000','41632318875','2021-09-22 16:56:39',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(12026,'1110','41632319023','2021-09-22 17:01:42',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12027,'5500','41632319023','2021-09-22 17:01:42',6390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12028,'1000','41632319023','2021-09-22 17:01:42',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12029,'4000','41632319023','2021-09-22 17:01:42',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12030,'1110','41632319324','2021-09-22 17:03:56',NULL,642.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(12031,'1110','41632319324','2021-09-22 17:03:56',NULL,900.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(12032,'5500','41632319324','2021-09-22 17:03:56',1542.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12033,'1000','41632319324','2021-09-22 17:03:56',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12034,'4000','41632319324','2021-09-22 17:03:56',NULL,950.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12035,'4000','41632319324','2021-09-22 17:03:56',NULL,1500.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(12036,'1110','41632319870','2021-09-22 17:11:52',NULL,18000.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(12037,'5500','41632319870','2021-09-22 17:11:52',18000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12038,'1000','41632319870','2021-09-22 17:11:52',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12039,'4000','41632319870','2021-09-22 17:11:52',NULL,22000.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(12040,'1110','41632319921','2021-09-22 17:12:44',NULL,1920.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(12041,'5500','41632319921','2021-09-22 17:12:44',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12042,'1000','41632319921','2021-09-22 17:12:44',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12043,'4000','41632319921','2021-09-22 17:12:44',NULL,2400.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(12044,'1110','41632319974','2021-09-22 17:14:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12045,'1110','41632319974','2021-09-22 17:14:54',NULL,50.00,'','4','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(12046,'5500','41632319974','2021-09-22 17:14:54',52.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12047,'1000','41632319974','2021-09-22 17:14:54',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12048,'4000','41632319974','2021-09-22 17:14:54',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12049,'4000','41632319974','2021-09-22 17:14:54',NULL,200.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(12050,'1110','41632320107','2021-09-22 17:15:57',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12051,'5500','41632320107','2021-09-22 17:15:57',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12052,'1000','41632320107','2021-09-22 17:15:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12053,'4000','41632320107','2021-09-22 17:15:57',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12054,'1110','41632320162','2021-09-22 17:21:25',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12055,'1110','41632320162','2021-09-22 17:21:25',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12056,'1110','41632320162','2021-09-22 17:21:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12057,'5500','41632320162','2021-09-22 17:21:25',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12058,'1000','41632320162','2021-09-22 17:21:25',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12059,'4000','41632320162','2021-09-22 17:21:25',NULL,90.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12060,'4000','41632320162','2021-09-22 17:21:25',NULL,90.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12061,'4000','41632320162','2021-09-22 17:21:25',NULL,170.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12062,'1110','41632320499','2021-09-22 17:22:14',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12063,'5500','41632320499','2021-09-22 17:22:14',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12064,'1000','41632320499','2021-09-22 17:22:14',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12065,'4000','41632320499','2021-09-22 17:22:14',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12066,'1110','41632320540','2021-09-22 17:23:02',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12067,'5500','41632320540','2021-09-22 17:23:02',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12068,'1000','41632320540','2021-09-22 17:23:02',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12069,'4000','41632320540','2021-09-22 17:23:02',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12070,'1110','41632320727','2021-09-22 17:27:00',NULL,25200.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(12071,'1110','41632320727','2021-09-22 17:27:00',NULL,1560.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12072,'5500','41632320727','2021-09-22 17:27:00',26760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12073,'1000','41632320727','2021-09-22 17:27:00',26400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12074,'4000','41632320727','2021-09-22 17:27:00',NULL,24000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(12075,'4000','41632320727','2021-09-22 17:27:00',NULL,2400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12076,'1110','41632401155','2021-09-23 15:48:43',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12077,'1110','41632401155','2021-09-23 15:48:43',NULL,4494.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(12078,'5500','41632401155','2021-09-23 15:48:43',7689.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12079,'1000','41632401155','2021-09-23 15:48:43',9800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12080,'4000','41632401155','2021-09-23 15:48:43',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12081,'4000','41632401155','2021-09-23 15:48:43',NULL,6650.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12082,'1110','41632401337','2021-09-23 15:50:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12083,'5500','41632401337','2021-09-23 15:50:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12084,'1000','41632401337','2021-09-23 15:50:27',80.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12085,'4000','41632401337','2021-09-23 15:50:27',NULL,80.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12086,'1110','41632401475','2021-09-23 15:54:01',NULL,2130.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12087,'1110','41632401475','2021-09-23 15:54:01',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12088,'5500','41632401475','2021-09-23 15:54:01',2550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12089,'1000','41632401475','2021-09-23 15:54:01',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12090,'4000','41632401475','2021-09-23 15:54:01',NULL,2300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12091,'4000','41632401475','2021-09-23 15:54:01',NULL,700.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12092,'1110','41632401692','2021-09-23 15:58:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12093,'1110','41632401692','2021-09-23 15:58:44',NULL,300.00,'','4','1','Inventory sold','1','','sales','323','','No',NULL,NULL,''),(12094,'1110','41632401692','2021-09-23 15:58:44',NULL,400.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(12095,'5500','41632401692','2021-09-23 15:58:44',702.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12096,'1000','41632401692','2021-09-23 15:58:44',10200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12097,'4000','41632401692','2021-09-23 15:58:44',NULL,8600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12098,'4000','41632401692','2021-09-23 15:58:44',NULL,900.00,'','4','1','Good sold','1','','sales','323','','No',NULL,NULL,''),(12099,'4000','41632401692','2021-09-23 15:58:44',NULL,700.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(12100,'1110','41632401949','2021-09-23 16:00:14',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12101,'5500','41632401949','2021-09-23 16:00:14',5325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12102,'1000','41632401949','2021-09-23 16:00:14',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12103,'4000','41632401949','2021-09-23 16:00:14',NULL,5500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12104,'1110','41632402065','2021-09-23 16:02:26',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12105,'5500','41632402065','2021-09-23 16:02:26',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12106,'1000','41632402065','2021-09-23 16:02:26',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12107,'4000','41632402065','2021-09-23 16:02:26',NULL,3150.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12108,'1110','41632402155','2021-09-23 16:05:45',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(12109,'1110','41632402155','2021-09-23 16:05:45',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12110,'1110','41632402155','2021-09-23 16:05:45',NULL,450.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(12111,'5500','41632402155','2021-09-23 16:05:45',1230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12112,'1000','41632402155','2021-09-23 16:05:45',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12113,'4000','41632402155','2021-09-23 16:05:45',NULL,500.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(12114,'4000','41632402155','2021-09-23 16:05:45',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12115,'4000','41632402155','2021-09-23 16:05:45',NULL,600.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(12116,'1110','41632402356','2021-09-23 17:20:00',NULL,5250.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12117,'1110','41632402356','2021-09-23 17:20:00',NULL,2625.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12118,'1110','41632402356','2021-09-23 17:20:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12119,'5500','41632402356','2021-09-23 17:20:00',7877.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12120,'1000','41632402356','2021-09-23 17:20:00',13750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12121,'4000','41632402356','2021-09-23 17:20:00',NULL,6500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12122,'4000','41632402356','2021-09-23 17:20:00',NULL,3750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12123,'4000','41632402356','2021-09-23 17:20:00',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12124,'1110','41632406840','2021-09-23 17:24:40',NULL,5000.00,'','4','1','Inventory sold','1','','sales','258','','No',NULL,NULL,''),(12125,'1110','41632406840','2021-09-23 17:24:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12126,'1110','41632406840','2021-09-23 17:24:40',NULL,1050.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(12127,'5500','41632406840','2021-09-23 17:24:40',6052.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12128,'1000','41632406840','2021-09-23 17:24:40',19350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12129,'4000','41632406840','2021-09-23 17:24:40',NULL,4800.00,'','4','1','Good sold','1','','sales','258','','No',NULL,NULL,''),(12130,'4000','41632406840','2021-09-23 17:24:40',NULL,12450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12131,'4000','41632406840','2021-09-23 17:24:40',NULL,2100.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(12132,'1110','41632462482','2021-09-24 10:42:30',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12133,'1110','41632462482','2021-09-24 10:42:30',NULL,1050.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12134,'1110','41632462482','2021-09-24 10:42:30',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12135,'1110','41632462482','2021-09-24 10:42:30',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12136,'1110','41632462482','2021-09-24 10:42:30',NULL,1550.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(12137,'5500','41632462482','2021-09-24 10:42:30',3785.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12138,'1000','41632462482','2021-09-24 10:42:30',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12139,'4000','41632462482','2021-09-24 10:42:30',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12140,'4000','41632462482','2021-09-24 10:42:30',NULL,1500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12141,'4000','41632462482','2021-09-24 10:42:30',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12142,'4000','41632462482','2021-09-24 10:42:30',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12143,'4000','41632462482','2021-09-24 10:42:30',NULL,2250.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(12144,'1110','41632469368','2021-09-24 10:46:42',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12145,'1110','41632469368','2021-09-24 10:46:42',NULL,157.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12146,'1110','41632469368','2021-09-24 10:46:42',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12147,'5500','41632469368','2021-09-24 10:46:42',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12148,'1000','41632469368','2021-09-24 10:46:42',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12149,'4000','41632469368','2021-09-24 10:46:42',NULL,225.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12150,'4000','41632469368','2021-09-24 10:46:42',NULL,225.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12151,'4000','41632469368','2021-09-24 10:46:42',NULL,150.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12152,'1110','41632469608','2021-09-24 10:48:02',NULL,23850.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12153,'1110','41632469608','2021-09-24 10:48:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12154,'5500','41632469608','2021-09-24 10:48:02',23852.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12155,'1000','41632469608','2021-09-24 10:48:02',25100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12156,'4000','41632469608','2021-09-24 10:48:02',NULL,24750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12157,'4000','41632469608','2021-09-24 10:48:02',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12158,'1110','41632469717','2021-09-24 10:59:43',NULL,9490.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12159,'1110','41632469717','2021-09-24 10:59:43',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12160,'1110','41632469717','2021-09-24 10:59:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12161,'1110','41632469717','2021-09-24 10:59:43',NULL,1330.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(12162,'1110','41632469717','2021-09-24 10:59:43',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(12163,'5500','41632469717','2021-09-24 10:59:43',18862.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12164,'1000','41632469717','2021-09-24 10:59:43',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12165,'4000','41632469717','2021-09-24 10:59:43',NULL,11050.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12166,'4000','41632469717','2021-09-24 10:59:43',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12167,'4000','41632469717','2021-09-24 10:59:43',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12168,'4000','41632469717','2021-09-24 10:59:43',NULL,2100.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(12169,'4000','41632469717','2021-09-24 10:59:43',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(12170,'1110','41632492074','2021-09-24 17:02:14',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12171,'5500','41632492074','2021-09-24 17:02:14',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12172,'1000','41632492074','2021-09-24 17:02:14',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12173,'4000','41632492074','2021-09-24 17:02:14',NULL,1600.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12174,'1110','41632492140','2021-09-24 17:02:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12175,'5500','41632492140','2021-09-24 17:02:44',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12176,'1000','41632492140','2021-09-24 17:02:44',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12177,'4000','41632492140','2021-09-24 17:02:44',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12178,'1110','41632492175','2021-09-24 17:05:06',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(12179,'5500','41632492175','2021-09-24 17:05:06',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12180,'1000','41632492175','2021-09-24 17:05:06',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12181,'4000','41632492175','2021-09-24 17:05:06',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(12182,'1110','41632492311','2021-09-24 17:05:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12183,'5500','41632492311','2021-09-24 17:05:37',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12184,'1000','41632492311','2021-09-24 17:05:37',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12185,'4000','41632492311','2021-09-24 17:05:37',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12186,'1110','41632492341','2021-09-24 17:28:13',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12187,'1110','41632492341','2021-09-24 17:28:13',NULL,1140.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12188,'1110','41632492341','2021-09-24 17:28:13',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12189,'1110','41632492341','2021-09-24 17:28:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12190,'5500','41632492341','2021-09-24 17:28:13',4952.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12191,'1000','41632492341','2021-09-24 17:28:13',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12192,'4000','41632492341','2021-09-24 17:28:13',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12193,'4000','41632492341','2021-09-24 17:28:13',NULL,1800.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12194,'4000','41632492341','2021-09-24 17:28:13',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12195,'4000','41632492341','2021-09-24 17:28:13',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12196,'1110','41632493852','2021-09-24 17:32:34',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12197,'5500','41632493852','2021-09-24 17:32:34',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12198,'1000','41632493852','2021-09-24 17:32:34',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12199,'4000','41632493852','2021-09-24 17:32:34',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12200,'1110','41632564253','2021-09-25 13:05:50',NULL,3852.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(12201,'1110','41632564253','2021-09-25 13:05:50',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12202,'5500','41632564253','2021-09-25 13:05:50',4272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12203,'1000','41632564253','2021-09-25 13:05:50',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12204,'4000','41632564253','2021-09-25 13:05:50',NULL,5700.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12205,'4000','41632564253','2021-09-25 13:05:50',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12206,'1110','41632564363','2021-09-25 13:06:50',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12207,'5500','41632564363','2021-09-25 13:06:50',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12208,'1000','41632564363','2021-09-25 13:06:50',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12209,'4000','41632564363','2021-09-25 13:06:50',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12210,'1110','41632564415','2021-09-25 13:07:50',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(12211,'5500','41632564415','2021-09-25 13:07:50',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12212,'1000','41632564415','2021-09-25 13:07:50',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12213,'4000','41632564415','2021-09-25 13:07:50',NULL,700.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(12214,'1110','41632564610','2021-09-25 13:21:03',NULL,8250.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12215,'1110','41632564610','2021-09-25 13:21:03',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12216,'1110','41632564610','2021-09-25 13:21:03',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(12217,'1110','41632564610','2021-09-25 13:21:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12218,'1110','41632564610','2021-09-25 13:21:03',NULL,50.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(12219,'1110','41632564610','2021-09-25 13:21:03',NULL,8900.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(12220,'1110','41632564610','2021-09-25 13:21:03',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(12221,'5500','41632564610','2021-09-25 13:21:03',18012.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12222,'1000','41632564610','2021-09-25 13:21:03',24700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12223,'4000','41632564610','2021-09-25 13:21:03',NULL,12500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12224,'4000','41632564610','2021-09-25 13:21:03',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12225,'4000','41632564610','2021-09-25 13:21:03',NULL,750.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(12226,'4000','41632564610','2021-09-25 13:21:03',NULL,650.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12227,'4000','41632564610','2021-09-25 13:21:03',NULL,200.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(12228,'4000','41632564610','2021-09-25 13:21:03',NULL,9800.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(12229,'4000','41632564610','2021-09-25 13:21:03',NULL,450.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(12230,'1110','41632565290','2021-09-25 13:22:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12231,'5500','41632565290','2021-09-25 13:22:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12232,'1000','41632565290','2021-09-25 13:22:36',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12233,'4000','41632565290','2021-09-25 13:22:36',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12234,'1110','41632565377','2021-09-25 13:23:55',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12235,'5500','41632565377','2021-09-25 13:23:55',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12236,'1000','41632565377','2021-09-25 13:23:55',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12237,'4000','41632565377','2021-09-25 13:23:55',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12238,'1110','41632565445','2021-09-25 14:08:03',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12239,'1110','41632565445','2021-09-25 14:08:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12240,'5500','41632565445','2021-09-25 14:08:03',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12241,'1000','41632565445','2021-09-25 14:08:03',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12242,'4000','41632565445','2021-09-25 14:08:03',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12243,'4000','41632565445','2021-09-25 14:08:03',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12244,'1110','41632568102','2021-09-25 14:09:29',NULL,6420.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(12245,'5500','41632568102','2021-09-25 14:09:29',6420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12246,'1000','41632568102','2021-09-25 14:09:29',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12247,'4000','41632568102','2021-09-25 14:09:29',NULL,9500.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12248,'1110','41632568184','2021-09-25 14:11:31',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12249,'1110','41632568184','2021-09-25 14:11:31',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12250,'5500','41632568184','2021-09-25 14:11:31',1080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12251,'1000','41632568184','2021-09-25 14:11:31',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12252,'4000','41632568184','2021-09-25 14:11:31',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12253,'4000','41632568184','2021-09-25 14:11:31',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12254,'1110','41632568299','2021-09-25 14:12:50',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12255,'1110','41632568299','2021-09-25 14:12:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(12256,'5500','41632568299','2021-09-25 14:12:50',2340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12257,'1000','41632568299','2021-09-25 14:12:50',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12258,'4000','41632568299','2021-09-25 14:12:50',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12259,'4000','41632568299','2021-09-25 14:12:50',NULL,450.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(12260,'1110','41632568375','2021-09-25 14:15:18',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12261,'1110','41632568375','2021-09-25 14:15:18',NULL,3600.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(12262,'5500','41632568375','2021-09-25 14:15:18',11550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12263,'1000','41632568375','2021-09-25 14:15:18',11750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12264,'4000','41632568375','2021-09-25 14:15:18',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12265,'4000','41632568375','2021-09-25 14:15:18',NULL,3499.80,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(12266,'1110','41632568526','2021-09-25 14:17:37',NULL,1200.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(12267,'1110','41632568526','2021-09-25 14:17:37',NULL,3000.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(12268,'5500','41632568526','2021-09-25 14:17:37',4200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12269,'1000','41632568526','2021-09-25 14:17:37',4250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12270,'4000','41632568526','2021-09-25 14:17:37',NULL,2250.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(12271,'4000','41632568526','2021-09-25 14:17:37',NULL,2000.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(12272,'1110','41632568665','2021-09-25 11:33:29',NULL,1500.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12273,'1110','41632568665','2021-09-25 11:33:29',NULL,960.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(12274,'5500','41632568665','2021-09-25 11:33:29',2460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12275,'1000','41632568665','2021-09-25 11:33:29',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12276,'4000','41632568665','2021-09-25 11:33:29',NULL,2000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12277,'4000','41632568665','2021-09-25 11:33:29',NULL,1200.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(12278,'1110','41632749138','2021-09-27 16:28:24',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12279,'5500','41632749138','2021-09-27 16:28:24',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12280,'1000','41632749138','2021-09-27 16:28:24',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12281,'4000','41632749138','2021-09-27 16:28:24',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12282,'1110','41632749326','2021-09-27 16:36:50',NULL,24600.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(12283,'1110','41632749326','2021-09-27 16:36:50',NULL,5900.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(12284,'5500','41632749326','2021-09-27 16:36:50',30500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12285,'1000','41632749326','2021-09-27 16:36:50',32500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12286,'4000','41632749326','2021-09-27 16:36:50',NULL,26000.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(12287,'4000','41632749326','2021-09-27 16:36:50',NULL,6500.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(12288,'1110','41632749950','2021-09-27 17:03:54',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(12289,'1110','41632749950','2021-09-27 17:03:54',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(12290,'1110','41632749950','2021-09-27 17:03:54',NULL,60.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(12291,'5500','41632749950','2021-09-27 17:03:54',1810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12292,'1000','41632749950','2021-09-27 17:03:54',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12293,'4000','41632749950','2021-09-27 17:03:54',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(12294,'4000','41632749950','2021-09-27 17:03:54',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(12295,'4000','41632749950','2021-09-27 17:03:54',NULL,200.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(12296,'1110','41632751451','2021-09-27 17:05:32',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(12297,'1110','41632751451','2021-09-27 17:05:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12298,'5500','41632751451','2021-09-27 17:05:32',67.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12299,'1000','41632751451','2021-09-27 17:05:32',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12300,'4000','41632751451','2021-09-27 17:05:32',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(12301,'4000','41632751451','2021-09-27 17:05:32',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12302,'1110','41632751554','2021-09-27 17:06:33',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(12303,'5500','41632751554','2021-09-27 17:06:33',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12304,'1000','41632751554','2021-09-27 17:06:33',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12305,'4000','41632751554','2021-09-27 17:06:33',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(12306,'1110','41632751601','2021-09-27 17:08:11',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12307,'5500','41632751601','2021-09-27 17:08:11',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12308,'1000','41632751601','2021-09-27 17:08:11',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12309,'4000','41632751601','2021-09-27 17:08:11',NULL,1299.99,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12310,'1110','41632752501','2021-09-27 17:23:46',NULL,6400.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(12311,'1110','41632752501','2021-09-27 17:23:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12312,'1110','41632752501','2021-09-27 17:23:46',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12313,'5500','41632752501','2021-09-27 17:23:46',6612.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12314,'1000','41632752501','2021-09-27 17:23:46',18500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12315,'4000','41632752501','2021-09-27 17:23:46',NULL,8000.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(12316,'4000','41632752501','2021-09-27 17:23:46',NULL,10140.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12317,'4000','41632752501','2021-09-27 17:23:46',NULL,360.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12318,'1110','41632752739','2021-09-27 17:26:16',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12319,'5500','41632752739','2021-09-27 17:26:16',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12320,'1000','41632752739','2021-09-27 17:26:16',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12321,'4000','41632752739','2021-09-27 17:26:16',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12322,'1110','41632752865','2021-09-27 17:30:09',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12323,'1110','41632752865','2021-09-27 17:30:09',NULL,945.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12324,'1110','41632752865','2021-09-27 17:30:09',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12325,'1110','41632752865','2021-09-27 17:30:09',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12326,'5500','41632752865','2021-09-27 17:30:09',2205.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12327,'1000','41632752865','2021-09-27 17:30:09',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12328,'4000','41632752865','2021-09-27 17:30:09',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12329,'4000','41632752865','2021-09-27 17:30:09',NULL,1350.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12330,'4000','41632752865','2021-09-27 17:30:09',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12331,'4000','41632752865','2021-09-27 17:30:09',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12332,'1110','41632753020','2021-09-27 17:32:47',NULL,9750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12333,'5500','41632753020','2021-09-27 17:32:47',9750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12334,'1000','41632753020','2021-09-27 17:32:47',12350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12335,'4000','41632753020','2021-09-27 17:32:47',NULL,12350.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12336,'1110','41632753209','2021-09-27 17:34:01',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12337,'5500','41632753209','2021-09-27 17:34:01',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12338,'1000','41632753209','2021-09-27 17:34:01',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12339,'4000','41632753209','2021-09-27 17:34:01',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12340,'1110','41632753248','2021-09-27 17:35:38',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12341,'1110','41632753248','2021-09-27 17:35:38',NULL,400.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12342,'5500','41632753248','2021-09-27 17:35:38',8350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12343,'1000','41632753248','2021-09-27 17:35:38',8750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12344,'4000','41632753248','2021-09-27 17:35:38',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12345,'4000','41632753248','2021-09-27 17:35:38',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12346,'1110','41632753398','2021-09-27 17:37:59',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12347,'5500','41632753398','2021-09-27 17:37:59',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12348,'1000','41632753398','2021-09-27 17:37:59',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12349,'4000','41632753398','2021-09-27 17:37:59',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12350,'1110','41632753487','2021-09-27 17:41:01',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(12351,'1110','41632753487','2021-09-27 17:41:01',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12352,'5500','41632753487','2021-09-27 17:41:01',4060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12353,'1000','41632753487','2021-09-27 17:41:01',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12354,'4000','41632753487','2021-09-27 17:41:01',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(12355,'4000','41632753487','2021-09-27 17:41:01',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12356,'1110','41632753668','2021-09-27 17:42:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12357,'1110','41632753668','2021-09-27 17:42:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12358,'1110','41632753668','2021-09-27 17:42:29',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12359,'5500','41632753668','2021-09-27 17:42:29',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12360,'1000','41632753668','2021-09-27 17:42:29',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12361,'4000','41632753668','2021-09-27 17:42:29',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12362,'4000','41632753668','2021-09-27 17:42:29',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12363,'4000','41632753668','2021-09-27 17:42:29',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12364,'1110','41632753790','2021-09-27 17:50:44',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12365,'1110','41632753790','2021-09-27 17:50:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12366,'1110','41632753790','2021-09-27 17:50:44',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(12367,'1110','41632753790','2021-09-27 17:50:44',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(12368,'1110','41632753790','2021-09-27 17:50:44',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(12369,'5500','41632753790','2021-09-27 17:50:44',2142.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12370,'1000','41632753790','2021-09-27 17:50:44',3650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12371,'4000','41632753790','2021-09-27 17:50:44',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12372,'4000','41632753790','2021-09-27 17:50:44',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12373,'4000','41632753790','2021-09-27 17:50:44',NULL,500.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(12374,'4000','41632753790','2021-09-27 17:50:44',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(12375,'4000','41632753790','2021-09-27 17:50:44',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(12376,'1110','41632904474','2021-09-28 11:35:46',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12377,'5500','41632904474','2021-09-28 11:35:46',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12378,'1000','41632904474','2021-09-28 11:35:46',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12379,'4000','41632904474','2021-09-28 11:35:46',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12380,'1110','41632904567','2021-09-28 11:40:27',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12381,'5500','41632904567','2021-09-28 11:40:27',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12382,'1000','41632904567','2021-09-28 11:40:27',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12383,'4000','41632904567','2021-09-28 11:40:27',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12384,'1110','41632904865','2021-09-28 11:41:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12385,'5500','41632904865','2021-09-28 11:41:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12386,'1000','41632904865','2021-09-28 11:41:48',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12387,'4000','41632904865','2021-09-28 11:41:48',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12388,'1110','41632904952','2021-09-29 11:56:19',NULL,2000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12389,'1110','41632904952','2021-09-29 11:56:19',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12390,'5500','41632904952','2021-09-29 11:56:19',2075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12391,'1000','41632904952','2021-09-29 11:56:19',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12392,'4000','41632904952','2021-09-29 11:56:19',NULL,2400.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12393,'4000','41632904952','2021-09-29 11:56:19',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12394,'1110','41632905807','2021-09-28 12:02:42',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(12395,'5500','41632905807','2021-09-28 12:02:42',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12396,'1000','41632905807','2021-09-28 12:02:42',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12397,'4000','41632905807','2021-09-28 12:02:42',NULL,300.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(12398,'1110','41632906321','2021-09-28 12:07:17',NULL,150.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(12399,'1110','41632906321','2021-09-28 12:07:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12400,'5500','41632906321','2021-09-28 12:07:17',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12401,'1000','41632906321','2021-09-28 12:07:17',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12402,'4000','41632906321','2021-09-28 12:07:17',NULL,800.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(12403,'4000','41632906321','2021-09-28 12:07:17',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12404,'1110','41632906515','2021-09-28 12:09:05',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12405,'5500','41632906515','2021-09-28 12:09:05',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12406,'1000','41632906515','2021-09-28 12:09:05',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12407,'4000','41632906515','2021-09-28 12:09:05',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12408,'1110','41632906615','2021-09-28 12:14:32',NULL,1500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12409,'1110','41632906615','2021-09-28 12:14:32',NULL,1230.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(12410,'1110','41632906615','2021-09-28 12:14:32',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12411,'1110','41632906615','2021-09-28 12:14:32',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(12412,'5500','41632906615','2021-09-28 12:14:32',2920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12413,'1000','41632906615','2021-09-28 12:14:32',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12414,'4000','41632906615','2021-09-28 12:14:32',NULL,1850.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12415,'4000','41632906615','2021-09-28 12:14:32',NULL,1350.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(12416,'4000','41632906615','2021-09-28 12:14:32',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12417,'4000','41632906615','2021-09-28 12:14:32',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(12418,'1110','41632906895','2021-09-28 12:15:45',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12419,'1110','41632906895','2021-09-28 12:15:45',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12420,'5500','41632906895','2021-09-28 12:15:45',235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12421,'1000','41632906895','2021-09-28 12:15:45',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12422,'4000','41632906895','2021-09-28 12:15:45',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12423,'4000','41632906895','2021-09-28 12:15:45',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12424,'1110','41632906979','2021-09-28 12:17:21',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12425,'5500','41632906979','2021-09-28 12:17:21',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12426,'1000','41632906979','2021-09-28 12:17:21',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12427,'4000','41632906979','2021-09-28 12:17:21',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12428,'1110','41632907058','2021-09-28 12:18:59',NULL,6000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12429,'5500','41632907058','2021-09-28 12:18:59',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12430,'1000','41632907058','2021-09-28 12:18:59',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12431,'4000','41632907058','2021-09-28 12:18:59',NULL,7600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12432,'1110','41632907194','2021-09-28 12:20:32',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12433,'5500','41632907194','2021-09-28 12:20:32',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12434,'1000','41632907194','2021-09-28 12:20:32',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12435,'4000','41632907194','2021-09-28 12:20:32',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12436,'1110','41632907244','2021-09-28 12:21:29',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12437,'5500','41632907244','2021-09-28 12:21:29',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12438,'1000','41632907244','2021-09-28 12:21:29',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12439,'4000','41632907244','2021-09-28 12:21:29',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12440,'1110','41632925266','2021-09-29 17:22:03',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12441,'5500','41632925266','2021-09-29 17:22:03',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12442,'1000','41632925266','2021-09-29 17:22:03',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12443,'4000','41632925266','2021-09-29 17:22:03',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12444,'1110','41632925331','2021-09-29 17:22:47',NULL,9540.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12445,'5500','41632925331','2021-09-29 17:22:47',9540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12446,'1000','41632925331','2021-09-29 17:22:47',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12447,'4000','41632925331','2021-09-29 17:22:47',NULL,9900.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12448,'1110','41632925383','2021-09-29 17:26:48',NULL,1600.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(12449,'1110','41632925383','2021-09-29 17:26:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12450,'1110','41632925383','2021-09-29 17:26:48',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12451,'5500','41632925383','2021-09-29 17:26:48',1992.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12452,'1000','41632925383','2021-09-29 17:26:48',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12453,'4000','41632925383','2021-09-29 17:26:48',NULL,2000.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(12454,'4000','41632925383','2021-09-29 17:26:48',NULL,1900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12455,'4000','41632925383','2021-09-29 17:26:48',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12456,'1110','41632925692','2021-09-29 17:29:52',NULL,5250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12457,'5500','41632925692','2021-09-29 17:29:52',5250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12458,'1000','41632925692','2021-09-29 17:29:52',6650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12459,'4000','41632925692','2021-09-29 17:29:52',NULL,6650.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12460,'1110','41632925810','2021-09-29 17:30:54',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12461,'5500','41632925810','2021-09-29 17:30:54',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12462,'1000','41632925810','2021-09-29 17:30:54',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12463,'4000','41632925810','2021-09-29 17:30:54',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12464,'1110','41632925867','2021-09-29 17:33:31',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(12465,'1110','41632925867','2021-09-29 17:33:31',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12466,'1110','41632925867','2021-09-29 17:33:31',NULL,6000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12467,'5500','41632925867','2021-09-29 17:33:31',6180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12468,'1000','41632925867','2021-09-29 17:33:31',7900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12469,'4000','41632925867','2021-09-29 17:33:31',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(12470,'4000','41632925867','2021-09-29 17:33:31',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12471,'4000','41632925867','2021-09-29 17:33:31',NULL,7600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12472,'1110','41632926017','2021-09-29 17:34:38',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12473,'5500','41632926017','2021-09-29 17:34:38',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12474,'1000','41632926017','2021-09-29 17:34:38',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12475,'4000','41632926017','2021-09-29 17:34:38',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12476,'1110','41632926085','2021-09-29 17:37:01',NULL,2790.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(12477,'1110','41632926085','2021-09-29 17:37:01',NULL,310.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12478,'5500','41632926085','2021-09-29 17:37:01',3100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12479,'1000','41632926085','2021-09-29 17:37:01',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12480,'4000','41632926085','2021-09-29 17:37:01',NULL,3870.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(12481,'4000','41632926085','2021-09-29 17:37:01',NULL,430.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12482,'1110','41632926229','2021-09-29 17:37:56',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12483,'5500','41632926229','2021-09-29 17:37:56',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12484,'1000','41632926229','2021-09-29 17:37:56',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12485,'4000','41632926229','2021-09-29 17:37:56',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12486,'1110','41632926282','2021-09-29 17:44:11',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12487,'1110','41632926282','2021-09-29 17:44:11',NULL,1250.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12488,'5500','41632926282','2021-09-29 17:44:11',5000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12489,'1000','41632926282','2021-09-29 17:44:11',6450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12490,'4000','41632926282','2021-09-29 17:44:11',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12491,'4000','41632926282','2021-09-29 17:44:11',NULL,1700.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12492,'1110','41632926665','2021-09-29 17:45:06',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12493,'5500','41632926665','2021-09-29 17:45:06',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12494,'1000','41632926665','2021-09-29 17:45:06',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12495,'4000','41632926665','2021-09-29 17:45:06',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12496,'1110','41632926718','2021-09-28 17:46:14',NULL,1875.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12497,'5500','41632926718','2021-09-28 17:46:14',1875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12498,'1000','41632926718','2021-09-28 17:46:14',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12499,'4000','41632926718','2021-09-28 17:46:14',NULL,2499.99,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12500,'1110','41633008667','2021-09-30 16:32:54',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12501,'5500','41633008667','2021-09-30 16:32:54',3750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12502,'1000','41633008667','2021-09-30 16:32:54',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12503,'4000','41633008667','2021-09-30 16:32:54',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12504,'1110','41633008811','2021-09-30 16:34:23',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12505,'5500','41633008811','2021-09-30 16:34:23',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12506,'1000','41633008811','2021-09-30 16:34:23',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12507,'4000','41633008811','2021-09-30 16:34:23',NULL,1500.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12508,'1110','41633008871','2021-09-30 16:46:08',NULL,9750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12509,'1110','41633008871','2021-09-30 16:46:08',NULL,8750.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12510,'1110','41633008871','2021-09-30 16:46:08',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12511,'1110','41633008871','2021-09-30 16:46:08',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12512,'1110','41633008871','2021-09-30 16:46:08',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12513,'1110','41633008871','2021-09-30 16:46:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12514,'1110','41633008871','2021-09-30 16:46:08',NULL,315.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(12515,'5500','41633008871','2021-09-30 16:46:08',19790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12516,'1000','41633008871','2021-09-30 16:46:08',26050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12517,'4000','41633008871','2021-09-30 16:46:08',NULL,12350.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12518,'4000','41633008871','2021-09-30 16:46:08',NULL,11900.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12519,'4000','41633008871','2021-09-30 16:46:08',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12520,'4000','41633008871','2021-09-30 16:46:08',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12521,'4000','41633008871','2021-09-30 16:46:08',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12522,'4000','41633008871','2021-09-30 16:46:08',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12523,'4000','41633008871','2021-09-30 16:46:08',NULL,450.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(12524,'1110','41633009586','2021-09-30 16:47:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12525,'5500','41633009586','2021-09-30 16:47:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12526,'1000','41633009586','2021-09-30 16:47:23',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12527,'4000','41633009586','2021-09-30 16:47:23',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12528,'1110','41633009672','2021-09-30 16:49:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12529,'5500','41633009672','2021-09-30 16:49:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12530,'1000','41633009672','2021-09-30 16:49:18',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12531,'4000','41633009672','2021-09-30 16:49:18',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12532,'1110','41633009800','2021-09-30 16:51:01',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12533,'5500','41633009800','2021-09-30 16:51:01',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12534,'1000','41633009800','2021-09-30 16:51:01',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12535,'4000','41633009800','2021-09-30 16:51:01',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12536,'1110','41633009908','2021-09-30 17:01:18',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12537,'1110','41633009908','2021-09-30 17:01:18',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12538,'5500','41633009908','2021-09-30 17:01:18',3230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12539,'1000','41633009908','2021-09-30 17:01:18',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12540,'4000','41633009908','2021-09-30 17:01:18',NULL,3400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12541,'4000','41633009908','2021-09-30 17:01:18',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12542,'1110','41633010490','2021-09-30 17:02:36',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12543,'1110','41633010490','2021-09-30 17:02:36',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12544,'5500','41633010490','2021-09-30 17:02:36',5560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12545,'1000','41633010490','2021-09-30 17:02:36',5900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12546,'4000','41633010490','2021-09-30 17:02:36',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12547,'4000','41633010490','2021-09-30 17:02:36',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12548,'1110','41633010565','2021-09-30 17:04:44',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(12549,'1110','41633010565','2021-09-30 17:04:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12550,'5500','41633010565','2021-09-30 17:04:44',52.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12551,'1000','41633010565','2021-09-30 17:04:44',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12552,'4000','41633010565','2021-09-30 17:04:44',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(12553,'4000','41633010565','2021-09-30 17:04:44',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12554,'1110','41633010733','2021-09-30 17:06:24',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12555,'5500','41633010733','2021-09-30 17:06:24',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12556,'1000','41633010733','2021-09-30 17:06:24',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12557,'4000','41633010733','2021-09-30 17:06:24',NULL,1500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12558,'1110','41633010793','2021-09-30 17:07:33',NULL,6150.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(12559,'5500','41633010793','2021-09-30 17:07:33',6150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12560,'1000','41633010793','2021-09-30 17:07:33',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12561,'4000','41633010793','2021-09-30 17:07:33',NULL,6500.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(12562,'1110','41633010860','2021-09-30 17:08:56',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(12563,'5500','41633010860','2021-09-30 17:08:56',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12564,'1000','41633010860','2021-09-30 17:08:56',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12565,'4000','41633010860','2021-09-30 17:08:56',NULL,400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(12566,'1110','41633010952','2021-09-30 17:10:40',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12567,'1110','41633010952','2021-09-30 17:10:40',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(12568,'5500','41633010952','2021-09-30 17:10:40',370.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12569,'1000','41633010952','2021-09-30 17:10:40',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12570,'4000','41633010952','2021-09-30 17:10:40',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12571,'4000','41633010952','2021-09-30 17:10:40',NULL,250.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(12572,'1110','41633011054','2021-09-30 17:11:48',NULL,2500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12573,'5500','41633011054','2021-09-30 17:11:48',2500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12574,'1000','41633011054','2021-09-30 17:11:48',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12575,'4000','41633011054','2021-09-30 17:11:48',NULL,3100.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12576,'1110','41633011123','2021-09-30 17:12:54',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(12577,'5500','41633011123','2021-09-30 17:12:54',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12578,'1000','41633011123','2021-09-30 17:12:54',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12579,'4000','41633011123','2021-09-30 17:12:54',NULL,400.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(12580,'1110','41633011178','2021-09-30 17:13:45',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12581,'5500','41633011178','2021-09-30 17:13:45',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12582,'1000','41633011178','2021-09-30 17:13:45',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12583,'4000','41633011178','2021-09-30 17:13:45',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12584,'1110','41633011231','2021-09-30 17:42:05',NULL,1800.00,'','4','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(12585,'5500','41633011231','2021-09-30 17:42:05',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12586,'1000','41633011231','2021-09-30 17:42:05',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12587,'4000','41633011231','2021-09-30 17:42:05',NULL,2300.00,'','4','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(12588,'1110','41633012932','2021-09-30 17:43:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12589,'5500','41633012932','2021-09-30 17:43:26',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12590,'1000','41633012932','2021-09-30 17:43:26',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12591,'4000','41633012932','2021-09-30 17:43:26',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12592,'1110','41633013012','2021-09-30 17:44:03',NULL,1800.00,'','4','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(12593,'5500','41633013012','2021-09-30 17:44:03',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12594,'1000','41633013012','2021-09-30 17:44:03',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12595,'4000','41633013012','2021-09-30 17:44:03',NULL,2300.00,'','4','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(12596,'1110','41633013047','2021-09-30 17:44:57',NULL,3120.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(12597,'5500','41633013047','2021-09-30 17:44:57',3120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12598,'1000','41633013047','2021-09-30 17:44:57',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12599,'4000','41633013047','2021-09-30 17:44:57',NULL,3600.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(12600,'1110','41633097561','2021-10-01 17:14:12',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12601,'5500','41633097561','2021-10-01 17:14:12',8520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12602,'1000','41633097561','2021-10-01 17:14:12',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12603,'4000','41633097561','2021-10-01 17:14:12',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12604,'1110','41633097685','2021-10-01 17:18:10',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12605,'1110','41633097685','2021-10-01 17:18:10',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12606,'1110','41633097685','2021-10-01 17:18:10',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12607,'5500','41633097685','2021-10-01 17:18:10',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12608,'1000','41633097685','2021-10-01 17:18:10',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12609,'4000','41633097685','2021-10-01 17:18:10',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12610,'4000','41633097685','2021-10-01 17:18:10',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12611,'4000','41633097685','2021-10-01 17:18:10',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12612,'1110','41633097895','2021-10-01 17:37:33',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12613,'1110','41633097895','2021-10-01 17:37:33',NULL,1350.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(12614,'1110','41633097895','2021-10-01 17:37:33',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(12615,'1110','41633097895','2021-10-01 17:37:33',NULL,1780.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(12616,'1110','41633097895','2021-10-01 17:37:33',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(12617,'5500','41633097895','2021-10-01 17:37:33',4670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12618,'1000','41633097895','2021-10-01 17:37:33',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12619,'4000','41633097895','2021-10-01 17:37:33',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12620,'4000','41633097895','2021-10-01 17:37:33',NULL,1500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(12621,'4000','41633097895','2021-10-01 17:37:33',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(12622,'4000','41633097895','2021-10-01 17:37:33',NULL,1950.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(12623,'4000','41633097895','2021-10-01 17:37:33',NULL,250.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(12624,'1110','41633099066','2021-10-01 17:38:30',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(12625,'5500','41633099066','2021-10-01 17:38:30',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12626,'1000','41633099066','2021-10-01 17:38:30',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12627,'4000','41633099066','2021-10-01 17:38:30',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(12628,'1110','41633099145','2021-10-01 17:42:26',NULL,27690.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12629,'1110','41633099145','2021-10-01 17:42:26',NULL,1050.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12630,'1110','41633099145','2021-10-01 17:42:26',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12631,'5500','41633099145','2021-10-01 17:42:26',29490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12632,'1000','41633099145','2021-10-01 17:42:26',30420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12633,'4000','41633099145','2021-10-01 17:42:26',NULL,27820.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12634,'4000','41633099145','2021-10-01 17:42:26',NULL,1500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12635,'4000','41633099145','2021-10-01 17:42:26',NULL,1100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12636,'1110','41633099361','2021-10-01 17:47:53',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12637,'1110','41633099361','2021-10-01 17:47:53',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(12638,'5500','41633099361','2021-10-01 17:47:53',2045.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12639,'1000','41633099361','2021-10-01 17:47:53',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12640,'4000','41633099361','2021-10-01 17:47:53',NULL,2700.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12641,'4000','41633099361','2021-10-01 17:47:53',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(12642,'1110','41633099682','2021-10-01 17:49:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12643,'1110','41633099682','2021-10-01 17:49:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12644,'5500','41633099682','2021-10-01 17:49:03',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12645,'1000','41633099682','2021-10-01 17:49:03',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12646,'4000','41633099682','2021-10-01 17:49:03',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12647,'4000','41633099682','2021-10-01 17:49:03',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12648,'1110','41633099753','2021-10-01 17:49:51',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12649,'5500','41633099753','2021-10-01 17:49:51',520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12650,'1000','41633099753','2021-10-01 17:49:51',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12651,'4000','41633099753','2021-10-01 17:49:51',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12652,'1110','41633099801','2021-10-01 17:51:12',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(12653,'1110','41633099801','2021-10-01 17:51:12',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(12654,'5500','41633099801','2021-10-01 17:51:12',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12655,'1000','41633099801','2021-10-01 17:51:12',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12656,'4000','41633099801','2021-10-01 17:51:12',NULL,500.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(12657,'4000','41633099801','2021-10-01 17:51:12',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(12658,'1110','41633099898','2021-10-01 17:52:31',NULL,2900.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12659,'5500','41633099898','2021-10-01 17:52:31',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12660,'1000','41633099898','2021-10-01 17:52:31',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12661,'4000','41633099898','2021-10-01 17:52:31',NULL,3400.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12662,'1110','41633099964','2021-10-01 17:53:28',NULL,9150.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(12663,'5500','41633099964','2021-10-01 17:53:28',9150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12664,'1000','41633099964','2021-10-01 17:53:28',11100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12665,'4000','41633099964','2021-10-01 17:53:28',NULL,11100.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(12666,'1110','41633100028','2021-10-01 17:54:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12667,'5500','41633100028','2021-10-01 17:54:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12668,'1000','41633100028','2021-10-01 17:54:14',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12669,'4000','41633100028','2021-10-01 17:54:14',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12670,'1110','41633100082','2021-10-01 17:55:21',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12671,'5500','41633100082','2021-10-01 17:55:21',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12672,'1000','41633100082','2021-10-01 17:55:21',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12673,'4000','41633100082','2021-10-01 17:55:21',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12674,'1110','41633100266','2021-10-01 18:00:02',NULL,5250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12675,'1110','41633100266','2021-10-01 18:00:02',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12676,'5500','41633100266','2021-10-01 18:00:02',5550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12677,'1000','41633100266','2021-10-01 18:00:02',7100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12678,'4000','41633100266','2021-10-01 18:00:02',NULL,6650.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12679,'4000','41633100266','2021-10-01 18:00:02',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12680,'1110','41633100428','2021-10-01 18:03:03',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(12681,'1110','41633100428','2021-10-01 18:03:03',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12682,'5500','41633100428','2021-10-01 18:03:03',3310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12683,'1000','41633100428','2021-10-01 18:03:03',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12684,'4000','41633100428','2021-10-01 18:03:03',NULL,3900.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(12685,'4000','41633100428','2021-10-01 18:03:03',NULL,500.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12686,'1110','41633100704','2021-10-01 18:07:26',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(12687,'1110','41633100704','2021-10-01 18:07:26',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12688,'5500','41633100704','2021-10-01 18:07:26',125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12689,'1000','41633100704','2021-10-01 18:07:26',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12690,'4000','41633100704','2021-10-01 18:07:26',NULL,2000.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(12691,'4000','41633100704','2021-10-01 18:07:26',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12692,'1110','41633100962','2021-10-01 18:17:32',NULL,30960.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(12693,'1110','41633100962','2021-10-01 18:17:32',NULL,3410.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12694,'1110','41633100962','2021-10-01 18:17:32',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12695,'1110','41633100962','2021-10-01 18:17:32',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12696,'1110','41633100962','2021-10-01 18:17:32',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12697,'1110','41633100962','2021-10-01 18:17:32',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12698,'1110','41633100962','2021-10-01 18:17:32',NULL,240.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(12699,'1110','41633100962','2021-10-01 18:17:32',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(12700,'5500','41633100962','2021-10-01 18:17:32',37545.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12701,'1000','41633100962','2021-10-01 18:17:32',42000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12702,'4000','41633100962','2021-10-01 18:17:32',NULL,31200.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(12703,'4000','41633100962','2021-10-01 18:17:32',NULL,4950.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12704,'4000','41633100962','2021-10-01 18:17:32',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12705,'4000','41633100962','2021-10-01 18:17:32',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12706,'4000','41633100962','2021-10-01 18:17:32',NULL,750.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12707,'4000','41633100962','2021-10-01 18:17:32',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12708,'4000','41633100962','2021-10-01 18:17:32',NULL,900.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(12709,'4000','41633100962','2021-10-01 18:17:32',NULL,800.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(12710,'1110','41633157046','2021-10-01 09:47:00',NULL,4500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12711,'1110','41633157046','2021-10-01 09:47:00',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12712,'5500','41633157046','2021-10-01 09:47:00',6090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12713,'1000','41633157046','2021-10-01 09:47:00',7320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12714,'4000','41633157046','2021-10-01 09:47:00',NULL,5670.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12715,'4000','41633157046','2021-10-01 09:47:00',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12716,'1110','41633170638','2021-10-02 13:36:20',NULL,565.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(12717,'5500','41633170638','2021-10-02 13:36:20',565.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12718,'1000','41633170638','2021-10-02 13:36:20',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12719,'4000','41633170638','2021-10-02 13:36:20',NULL,800.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(12720,'1110','41633171037','2021-10-02 13:38:47',NULL,9225.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12721,'5500','41633171037','2021-10-02 13:38:47',9225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12722,'1000','41633171037','2021-10-02 13:38:47',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12723,'4000','41633171037','2021-10-02 13:38:47',NULL,9900.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12724,'1110','41633171134','2021-10-02 13:47:47',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12725,'1110','41633171134','2021-10-02 13:47:47',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12726,'5500','41633171134','2021-10-02 13:47:47',1305.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12727,'1000','41633171134','2021-10-02 13:47:47',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12728,'4000','41633171134','2021-10-02 13:47:47',NULL,1350.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12729,'4000','41633171134','2021-10-02 13:47:47',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12730,'1110','41633171679','2021-10-02 13:52:39',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12731,'1110','41633171679','2021-10-02 13:52:39',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12732,'1110','41633171679','2021-10-02 13:52:39',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(12733,'1110','41633171679','2021-10-02 13:52:39',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(12734,'1110','41633171679','2021-10-02 13:52:39',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12735,'1110','41633171679','2021-10-02 13:52:39',NULL,960.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(12736,'5500','41633171679','2021-10-02 13:52:39',6870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12737,'1000','41633171679','2021-10-02 13:52:39',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12738,'4000','41633171679','2021-10-02 13:52:39',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12739,'4000','41633171679','2021-10-02 13:52:39',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12740,'4000','41633171679','2021-10-02 13:52:39',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(12741,'4000','41633171679','2021-10-02 13:52:39',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(12742,'4000','41633171679','2021-10-02 13:52:39',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12743,'4000','41633171679','2021-10-02 13:52:39',NULL,1100.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(12744,'1110','41633171968','2021-10-02 13:54:41',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12745,'5500','41633171968','2021-10-02 13:54:41',520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12746,'1000','41633171968','2021-10-02 13:54:41',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12747,'4000','41633171968','2021-10-02 13:54:41',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12748,'1110','41633172088','2021-10-02 13:57:04',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12749,'1110','41633172088','2021-10-02 13:57:04',NULL,630.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12750,'1110','41633172088','2021-10-02 13:57:04',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12751,'5500','41633172088','2021-10-02 13:57:04',1905.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12752,'1000','41633172088','2021-10-02 13:57:04',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12753,'4000','41633172088','2021-10-02 13:57:04',NULL,1250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12754,'4000','41633172088','2021-10-02 13:57:04',NULL,900.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12755,'4000','41633172088','2021-10-02 13:57:04',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12756,'1110','41633172271','2021-10-02 13:58:46',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12757,'5500','41633172271','2021-10-02 13:58:46',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12758,'1000','41633172271','2021-10-02 13:58:46',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12759,'4000','41633172271','2021-10-02 13:58:46',NULL,3300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12760,'1110','41633172344','2021-10-02 13:59:22',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(12761,'5500','41633172344','2021-10-02 13:59:22',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12762,'1000','41633172344','2021-10-02 13:59:22',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12763,'4000','41633172344','2021-10-02 13:59:22',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(12764,'1110','41633172369','2021-10-02 14:01:55',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12765,'1110','41633172369','2021-10-02 14:01:55',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12766,'1110','41633172369','2021-10-02 14:01:55',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12767,'5500','41633172369','2021-10-02 14:01:55',855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12768,'1000','41633172369','2021-10-02 14:01:55',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12769,'4000','41633172369','2021-10-02 14:01:55',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12770,'4000','41633172369','2021-10-02 14:01:55',NULL,750.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12771,'4000','41633172369','2021-10-02 14:01:55',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12772,'1110','41633172524','2021-10-02 14:04:31',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12773,'5500','41633172524','2021-10-02 14:04:31',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12774,'1000','41633172524','2021-10-02 14:04:31',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12775,'4000','41633172524','2021-10-02 14:04:31',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12776,'1110','41633172903','2021-10-02 14:11:31',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(12777,'5500','41633172903','2021-10-02 14:11:31',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12778,'1000','41633172903','2021-10-02 14:11:31',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12779,'4000','41633172903','2021-10-02 14:11:31',NULL,4900.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(12780,'1110','41633173103','2021-10-02 17:29:40',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12781,'5500','41633173103','2021-10-02 17:29:40',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12782,'1000','41633173103','2021-10-02 17:29:40',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12783,'4000','41633173103','2021-10-02 17:29:40',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12784,'1110','41633184991','2021-10-02 17:33:04',NULL,3000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12785,'1110','41633184991','2021-10-02 17:33:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12786,'1110','41633184991','2021-10-02 17:33:04',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12787,'1110','41633184991','2021-10-02 17:33:04',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(12788,'5500','41633184991','2021-10-02 17:33:04',3187.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12789,'1000','41633184991','2021-10-02 17:33:04',5900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12790,'4000','41633184991','2021-10-02 17:33:04',NULL,3800.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12791,'4000','41633184991','2021-10-02 17:33:04',NULL,1800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12792,'4000','41633184991','2021-10-02 17:33:04',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12793,'4000','41633184991','2021-10-02 17:33:04',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(12794,'1110','41633185190','2021-10-02 17:35:04',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12795,'1110','41633185190','2021-10-02 17:35:04',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(12796,'1110','41633185190','2021-10-02 17:35:04',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(12797,'5500','41633185190','2021-10-02 17:35:04',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12798,'1000','41633185190','2021-10-02 17:35:04',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12799,'4000','41633185190','2021-10-02 17:35:04',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12800,'4000','41633185190','2021-10-02 17:35:04',NULL,550.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(12801,'4000','41633185190','2021-10-02 17:35:04',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(12802,'1110','41633185309','2021-10-02 17:37:13',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12803,'1110','41633185309','2021-10-02 17:37:13',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(12804,'5500','41633185309','2021-10-02 17:37:13',5960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12805,'1000','41633185309','2021-10-02 17:37:13',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12806,'4000','41633185309','2021-10-02 17:37:13',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12807,'4000','41633185309','2021-10-02 17:37:13',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(12808,'1110','41633185454','2021-10-02 17:38:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12809,'5500','41633185454','2021-10-02 17:38:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12810,'1000','41633185454','2021-10-02 17:38:09',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12811,'4000','41633185454','2021-10-02 17:38:09',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12812,'1110','41633352283','2021-10-04 17:12:32',NULL,1000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12813,'5500','41633352283','2021-10-04 17:12:32',1000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12814,'1000','41633352283','2021-10-04 17:12:32',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12815,'4000','41633352283','2021-10-04 17:12:32',NULL,1200.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12816,'1110','41633356755','2021-10-04 17:19:31',NULL,3200.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(12817,'1110','41633356755','2021-10-04 17:19:31',NULL,735.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12818,'1110','41633356755','2021-10-04 17:19:31',NULL,735.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12819,'5500','41633356755','2021-10-04 17:19:31',4670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12820,'1000','41633356755','2021-10-04 17:19:31',5900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12821,'4000','41633356755','2021-10-04 17:19:31',NULL,3800.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(12822,'4000','41633356755','2021-10-04 17:19:31',NULL,1050.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12823,'4000','41633356755','2021-10-04 17:19:31',NULL,1050.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12824,'1110','41633357177','2021-10-04 17:20:35',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(12825,'5500','41633357177','2021-10-04 17:20:35',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12826,'1000','41633357177','2021-10-04 17:20:35',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12827,'4000','41633357177','2021-10-04 17:20:35',NULL,450.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(12828,'1110','41633357239','2021-10-04 17:22:35',NULL,9840.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12829,'5500','41633357239','2021-10-04 17:22:35',9840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12830,'1000','41633357239','2021-10-04 17:22:35',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12831,'4000','41633357239','2021-10-04 17:22:35',NULL,10400.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12832,'1110','41633357358','2021-10-04 17:24:23',NULL,1860.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12833,'1110','41633357358','2021-10-04 17:24:23',NULL,4100.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(12834,'5500','41633357358','2021-10-04 17:24:23',5960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12835,'1000','41633357358','2021-10-04 17:24:23',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12836,'4000','41633357358','2021-10-04 17:24:23',NULL,2700.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12837,'4000','41633357358','2021-10-04 17:24:23',NULL,4500.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(12838,'1110','41633357553','2021-10-04 17:27:17',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(12839,'5500','41633357553','2021-10-04 17:27:17',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12840,'1000','41633357553','2021-10-04 17:27:17',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12841,'4000','41633357553','2021-10-04 17:27:17',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(12842,'1110','41633357642','2021-10-04 17:28:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12843,'5500','41633357642','2021-10-04 17:28:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12844,'1000','41633357642','2021-10-04 17:28:27',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12845,'4000','41633357642','2021-10-04 17:28:27',NULL,3000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12846,'1110','41633357745','2021-10-04 17:34:41',NULL,1250.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12847,'1110','41633357745','2021-10-04 17:34:41',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(12848,'1110','41633357745','2021-10-04 17:34:41',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(12849,'1110','41633357745','2021-10-04 17:34:41',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12850,'1110','41633357745','2021-10-04 17:34:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12851,'1110','41633357745','2021-10-04 17:34:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12852,'1110','41633357745','2021-10-04 17:34:41',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12853,'5500','41633357745','2021-10-04 17:34:41',5237.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12854,'1000','41633357745','2021-10-04 17:34:41',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12855,'4000','41633357745','2021-10-04 17:34:41',NULL,1700.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12856,'4000','41633357745','2021-10-04 17:34:41',NULL,3900.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(12857,'4000','41633357745','2021-10-04 17:34:41',NULL,90.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(12858,'4000','41633357745','2021-10-04 17:34:41',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12859,'4000','41633357745','2021-10-04 17:34:41',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12860,'4000','41633357745','2021-10-04 17:34:41',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12861,'4000','41633357745','2021-10-04 17:34:41',NULL,260.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12862,'1110','41633358085','2021-10-04 17:35:13',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12863,'5500','41633358085','2021-10-04 17:35:13',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12864,'1000','41633358085','2021-10-04 17:35:13',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12865,'4000','41633358085','2021-10-04 17:35:13',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12866,'1110','41633358119','2021-10-04 17:37:49',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12867,'1110','41633358119','2021-10-04 17:37:49',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(12868,'1110','41633358119','2021-10-04 17:37:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12869,'5500','41633358119','2021-10-04 17:37:49',1912.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12870,'1000','41633358119','2021-10-04 17:37:49',3250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12871,'4000','41633358119','2021-10-04 17:37:49',NULL,2500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12872,'4000','41633358119','2021-10-04 17:37:49',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(12873,'4000','41633358119','2021-10-04 17:37:49',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12874,'1110','41633358290','2021-10-04 17:38:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12875,'5500','41633358290','2021-10-04 17:38:53',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12876,'1000','41633358290','2021-10-04 17:38:53',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12877,'4000','41633358290','2021-10-04 17:38:53',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12878,'1110','41633358353','2021-10-04 17:39:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12879,'5500','41633358353','2021-10-04 17:39:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12880,'1000','41633358353','2021-10-04 17:39:54',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12881,'4000','41633358353','2021-10-04 17:39:54',NULL,6500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12882,'1110','41633358432','2021-10-04 17:42:00',NULL,1540.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(12883,'1110','41633358432','2021-10-04 17:42:00',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(12884,'5500','41633358432','2021-10-04 17:42:00',1840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12885,'1000','41633358432','2021-10-04 17:42:00',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12886,'4000','41633358432','2021-10-04 17:42:00',NULL,1980.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(12887,'4000','41633358432','2021-10-04 17:42:00',NULL,320.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(12888,'1110','41633358524','2021-10-04 17:42:45',NULL,6480.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(12889,'5500','41633358524','2021-10-04 17:42:45',6480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12890,'1000','41633358524','2021-10-04 17:42:45',7650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12891,'4000','41633358524','2021-10-04 17:42:45',NULL,7650.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(12892,'1110','41633358570','2021-10-04 17:44:17',NULL,150.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(12893,'1110','41633358570','2021-10-04 17:44:17',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12894,'5500','41633358570','2021-10-04 17:44:17',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12895,'1000','41633358570','2021-10-04 17:44:17',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12896,'4000','41633358570','2021-10-04 17:44:17',NULL,300.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(12897,'4000','41633358570','2021-10-04 17:44:17',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12898,'1110','41633358663','2021-10-04 17:46:35',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(12899,'5500','41633358663','2021-10-04 17:46:35',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12900,'1000','41633358663','2021-10-04 17:46:35',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12901,'4000','41633358663','2021-10-04 17:46:35',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(12902,'1110','41633358803','2021-10-04 17:47:55',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(12903,'1110','41633358803','2021-10-04 17:47:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(12904,'5500','41633358803','2021-10-04 17:47:55',780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12905,'1000','41633358803','2021-10-04 17:47:55',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12906,'4000','41633358803','2021-10-04 17:47:55',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(12907,'4000','41633358803','2021-10-04 17:47:55',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(12908,'1110','41633358890','2021-10-04 17:48:46',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12909,'5500','41633358890','2021-10-04 17:48:46',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12910,'1000','41633358890','2021-10-04 17:48:46',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12911,'4000','41633358890','2021-10-04 17:48:46',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12912,'1110','41633358933','2021-10-04 17:51:24',NULL,2670.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(12913,'5500','41633358933','2021-10-04 17:51:24',2670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12914,'1000','41633358933','2021-10-04 17:51:24',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12915,'4000','41633358933','2021-10-04 17:51:24',NULL,2850.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12916,'1110','41633359094','2021-10-04 17:52:31',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12917,'5500','41633359094','2021-10-04 17:52:31',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12918,'1000','41633359094','2021-10-04 17:52:31',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12919,'4000','41633359094','2021-10-04 17:52:31',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12920,'1110','41633359166','2021-10-04 17:53:40',NULL,7455.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(12921,'5500','41633359166','2021-10-04 17:53:40',7455.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12922,'1000','41633359166','2021-10-04 17:53:40',7700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12923,'4000','41633359166','2021-10-04 17:53:40',NULL,7700.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12924,'1110','41633359231','2021-10-04 17:55:20',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(12925,'5500','41633359231','2021-10-04 17:55:20',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12926,'1000','41633359231','2021-10-04 17:55:20',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12927,'4000','41633359231','2021-10-04 17:55:20',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(12928,'1110','41633359328','2021-10-04 17:58:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(12929,'1110','41633359328','2021-10-04 17:58:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(12930,'1110','41633359328','2021-10-04 17:58:26',NULL,750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12931,'5500','41633359328','2021-10-04 17:58:26',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12932,'1000','41633359328','2021-10-04 17:58:26',1550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12933,'4000','41633359328','2021-10-04 17:58:26',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(12934,'4000','41633359328','2021-10-04 17:58:26',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(12935,'4000','41633359328','2021-10-04 17:58:26',NULL,950.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12936,'1110','41633359512','2021-10-04 17:59:43',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12937,'5500','41633359512','2021-10-04 17:59:43',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12938,'1000','41633359512','2021-10-04 17:59:43',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12939,'4000','41633359512','2021-10-04 17:59:43',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12940,'1110','41633439748','2021-10-05 16:16:58',NULL,200.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(12941,'5500','41633439748','2021-10-05 16:16:58',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12942,'1000','41633439748','2021-10-05 16:16:58',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12943,'4000','41633439748','2021-10-05 16:16:58',NULL,500.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(12944,'1110','41633440229','2021-10-05 16:24:00',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(12945,'5500','41633440229','2021-10-05 16:24:00',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12946,'1000','41633440229','2021-10-05 16:24:00',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12947,'4000','41633440229','2021-10-05 16:24:00',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12948,'1110','41633440252','2021-10-05 16:25:45',NULL,4500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12949,'5500','41633440252','2021-10-05 16:25:45',4500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12950,'1000','41633440252','2021-10-05 16:25:45',5880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12951,'4000','41633440252','2021-10-05 16:25:45',NULL,5880.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12952,'1110','41633440349','2021-10-05 16:42:24',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12953,'1110','41633440349','2021-10-05 16:42:24',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(12954,'1110','41633440349','2021-10-05 16:42:24',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(12955,'1110','41633440349','2021-10-05 16:42:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12956,'1110','41633440349','2021-10-05 16:42:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(12957,'1110','41633440349','2021-10-05 16:42:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12958,'1110','41633440349','2021-10-05 16:42:24',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(12959,'1110','41633440349','2021-10-05 16:42:24',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(12960,'1110','41633440349','2021-10-05 16:42:24',NULL,750.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(12961,'1110','41633440349','2021-10-05 16:42:24',NULL,450.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(12962,'1110','41633440349','2021-10-05 16:42:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12963,'1110','41633440349','2021-10-05 16:42:24',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12964,'5500','41633440349','2021-10-05 16:42:24',4577.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12965,'1000','41633440349','2021-10-05 16:42:24',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12966,'4000','41633440349','2021-10-05 16:42:24',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12967,'4000','41633440349','2021-10-05 16:42:24',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(12968,'4000','41633440349','2021-10-05 16:42:24',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(12969,'4000','41633440349','2021-10-05 16:42:24',NULL,180.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12970,'4000','41633440349','2021-10-05 16:42:24',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(12971,'4000','41633440349','2021-10-05 16:42:24',NULL,360.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12972,'4000','41633440349','2021-10-05 16:42:24',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(12973,'4000','41633440349','2021-10-05 16:42:24',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(12974,'4000','41633440349','2021-10-05 16:42:24',NULL,1250.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(12975,'4000','41633440349','2021-10-05 16:42:24',NULL,800.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(12976,'4000','41633440349','2021-10-05 16:42:24',NULL,2130.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12977,'4000','41633440349','2021-10-05 16:42:24',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12978,'1110','41633441373','2021-10-05 16:50:42',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12979,'1110','41633441373','2021-10-05 16:50:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(12980,'1110','41633441373','2021-10-05 16:50:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(12981,'1110','41633441373','2021-10-05 16:50:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(12982,'1110','41633441373','2021-10-05 16:50:42',NULL,5120.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12983,'5500','41633441373','2021-10-05 16:50:42',5735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12984,'1000','41633441373','2021-10-05 16:50:42',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12985,'4000','41633441373','2021-10-05 16:50:42',NULL,450.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12986,'4000','41633441373','2021-10-05 16:50:42',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12987,'4000','41633441373','2021-10-05 16:50:42',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(12988,'4000','41633441373','2021-10-05 16:50:42',NULL,150.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(12989,'4000','41633441373','2021-10-05 16:50:42',NULL,5600.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12990,'1110','41633441957','2021-10-05 16:53:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(12991,'5500','41633441957','2021-10-05 16:53:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12992,'1000','41633441957','2021-10-05 16:53:21',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12993,'4000','41633441957','2021-10-05 16:53:21',NULL,4700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(12994,'1110','41633442085','2021-10-05 16:55:28',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(12995,'5500','41633442085','2021-10-05 16:55:28',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12996,'1000','41633442085','2021-10-05 16:55:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12997,'4000','41633442085','2021-10-05 16:55:28',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(12998,'1110','41633442149','2021-10-05 16:57:03',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12999,'1110','41633442149','2021-10-05 16:57:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13000,'5500','41633442149','2021-10-05 16:57:03',2902.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13001,'1000','41633442149','2021-10-05 16:57:03',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13002,'4000','41633442149','2021-10-05 16:57:03',NULL,3300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13003,'4000','41633442149','2021-10-05 16:57:03',NULL,3000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13004,'1110','41633442367','2021-10-05 17:00:23',NULL,1240.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(13005,'5500','41633442367','2021-10-05 17:00:23',1240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13006,'1000','41633442367','2021-10-05 17:00:23',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13007,'4000','41633442367','2021-10-05 17:00:23',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(13008,'1110','41633442427','2021-10-05 17:10:12',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(13009,'1110','41633442427','2021-10-05 17:10:12',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13010,'1110','41633442427','2021-10-05 17:10:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13011,'1110','41633442427','2021-10-05 17:10:12',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(13012,'1110','41633442427','2021-10-05 17:10:12',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13013,'5500','41633442427','2021-10-05 17:10:12',1217.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13014,'1000','41633442427','2021-10-05 17:10:12',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13015,'4000','41633442427','2021-10-05 17:10:12',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(13016,'4000','41633442427','2021-10-05 17:10:12',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13017,'4000','41633442427','2021-10-05 17:10:12',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13018,'4000','41633442427','2021-10-05 17:10:12',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(13019,'4000','41633442427','2021-10-05 17:10:12',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13020,'1110','41633443040','2021-10-05 17:12:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13021,'5500','41633443040','2021-10-05 17:12:29',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13022,'1000','41633443040','2021-10-05 17:12:29',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13023,'4000','41633443040','2021-10-05 17:12:29',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13024,'1110','41633445460','2021-10-05 17:54:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13025,'5500','41633445460','2021-10-05 17:54:50',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13026,'1000','41633445460','2021-10-05 17:54:50',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13027,'4000','41633445460','2021-10-05 17:54:50',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13028,'1110','41633445706','2021-10-05 17:56:39',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13029,'1110','41633445706','2021-10-05 17:56:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13030,'5500','41633445706','2021-10-05 17:56:39',5302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13031,'1000','41633445706','2021-10-05 17:56:39',8300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13032,'4000','41633445706','2021-10-05 17:56:39',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13033,'4000','41633445706','2021-10-05 17:56:39',NULL,2800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13034,'1110','41633516106','2021-10-06 13:33:00',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13035,'1110','41633516106','2021-10-06 13:33:00',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13036,'5500','41633516106','2021-10-06 13:33:00',810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13037,'1000','41633516106','2021-10-06 13:33:00',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13038,'4000','41633516106','2021-10-06 13:33:00',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13039,'4000','41633516106','2021-10-06 13:33:00',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13040,'1110','41633518956','2021-10-06 14:21:59',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13041,'1110','41633518956','2021-10-06 14:21:59',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13042,'1110','41633518956','2021-10-06 14:21:59',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13043,'5500','41633518956','2021-10-06 14:21:59',4365.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13044,'1000','41633518956','2021-10-06 14:21:59',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13045,'4000','41633518956','2021-10-06 14:21:59',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13046,'4000','41633518956','2021-10-06 14:21:59',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13047,'4000','41633518956','2021-10-06 14:21:59',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13048,'1110','41633519329','2021-10-06 14:22:57',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(13049,'5500','41633519329','2021-10-06 14:22:57',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13050,'1000','41633519329','2021-10-06 14:22:57',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13051,'4000','41633519329','2021-10-06 14:22:57',NULL,700.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(13052,'1110','41633519402','2021-10-06 14:24:25',NULL,9585.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13053,'5500','41633519402','2021-10-06 14:24:25',9585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13054,'1000','41633519402','2021-10-06 14:24:25',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13055,'4000','41633519402','2021-10-06 14:24:25',NULL,9900.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13056,'1110','41633519486','2021-10-06 14:27:39',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13057,'5500','41633519486','2021-10-06 14:27:39',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13058,'1000','41633519486','2021-10-06 14:27:39',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13059,'4000','41633519486','2021-10-06 14:27:39',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13060,'1110','41633519692','2021-10-06 14:32:03',NULL,2940.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(13061,'1110','41633519692','2021-10-06 14:32:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13062,'5500','41633519692','2021-10-06 14:32:03',3045.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13063,'1000','41633519692','2021-10-06 14:32:03',3650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13064,'4000','41633519692','2021-10-06 14:32:03',NULL,3500.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(13065,'4000','41633519692','2021-10-06 14:32:03',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13066,'1110','41633519936','2021-10-06 14:33:01',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13067,'5500','41633519936','2021-10-06 14:33:01',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13068,'1000','41633519936','2021-10-06 14:33:01',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13069,'4000','41633519936','2021-10-06 14:33:01',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13070,'1110','41633519986','2021-10-06 14:35:08',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(13071,'1110','41633519986','2021-10-06 14:35:08',NULL,195.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(13072,'1110','41633519986','2021-10-06 14:35:08',NULL,1065.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13073,'5500','41633519986','2021-10-06 14:35:08',1310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13074,'1000','41633519986','2021-10-06 14:35:08',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13075,'4000','41633519986','2021-10-06 14:35:08',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(13076,'4000','41633519986','2021-10-06 14:35:08',NULL,300.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(13077,'4000','41633519986','2021-10-06 14:35:08',NULL,1100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13078,'1110','41633531709','2021-10-06 17:59:21',NULL,642.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(13079,'1110','41633531709','2021-10-06 17:59:21',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13080,'1110','41633531709','2021-10-06 17:59:21',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13081,'1110','41633531709','2021-10-06 17:59:21',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13082,'1110','41633531709','2021-10-06 17:59:21',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13083,'5500','41633531709','2021-10-06 17:59:21',1497.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13084,'1000','41633531709','2021-10-06 17:59:21',2405.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13085,'4000','41633531709','2021-10-06 17:59:21',NULL,1070.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13086,'4000','41633531709','2021-10-06 17:59:21',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13087,'4000','41633531709','2021-10-06 17:59:21',NULL,180.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13088,'4000','41633531709','2021-10-06 17:59:21',NULL,180.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13089,'4000','41633531709','2021-10-06 17:59:21',NULL,375.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13090,'1110','41633532376','2021-10-06 18:00:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13091,'5500','41633532376','2021-10-06 18:00:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13092,'1000','41633532376','2021-10-06 18:00:22',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13093,'4000','41633532376','2021-10-06 18:00:22',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13094,'1110','41633532447','2021-10-06 18:01:58',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13095,'1110','41633532447','2021-10-06 18:01:58',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(13096,'1110','41633532447','2021-10-06 18:01:58',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13097,'5500','41633532447','2021-10-06 18:01:58',6360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13098,'1000','41633532447','2021-10-06 18:01:58',7150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13099,'4000','41633532447','2021-10-06 18:01:58',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13100,'4000','41633532447','2021-10-06 18:01:58',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(13101,'4000','41633532447','2021-10-06 18:01:58',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13102,'1110','41633606378','2021-10-07 14:35:20',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13103,'5500','41633606378','2021-10-07 14:35:20',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13104,'1000','41633606378','2021-10-07 14:35:20',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13105,'4000','41633606378','2021-10-07 14:35:20',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13106,'1110','41633606526','2021-10-07 14:37:02',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(13107,'1110','41633606526','2021-10-07 14:37:02',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13108,'5500','41633606526','2021-10-07 14:37:02',12990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13109,'1000','41633606526','2021-10-07 14:37:02',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13110,'4000','41633606526','2021-10-07 14:37:02',NULL,12400.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(13111,'4000','41633606526','2021-10-07 14:37:02',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13112,'1110','41633606716','2021-10-07 14:50:24',NULL,4380.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13113,'5500','41633606716','2021-10-07 14:50:24',4380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13114,'1000','41633606716','2021-10-07 14:50:24',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13115,'4000','41633606716','2021-10-07 14:50:24',NULL,5100.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13116,'1110','41633607459','2021-10-07 14:52:44',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13117,'1110','41633607459','2021-10-07 14:52:44',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(13118,'5500','41633607459','2021-10-07 14:52:44',2160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13119,'1000','41633607459','2021-10-07 14:52:44',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13120,'4000','41633607459','2021-10-07 14:52:44',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13121,'4000','41633607459','2021-10-07 14:52:44',NULL,1000.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(13122,'1110','41633607607','2021-10-07 14:54:17',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(13123,'5500','41633607607','2021-10-07 14:54:17',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13124,'1000','41633607607','2021-10-07 14:54:17',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13125,'4000','41633607607','2021-10-07 14:54:17',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(13126,'1110','41633607663','2021-10-07 15:02:01',NULL,325.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(13127,'1110','41633607663','2021-10-07 15:02:01',NULL,270.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(13128,'1110','41633607663','2021-10-07 15:02:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13129,'5500','41633607663','2021-10-07 15:02:01',597.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13130,'1000','41633607663','2021-10-07 15:02:01',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13131,'4000','41633607663','2021-10-07 15:02:01',NULL,1000.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(13132,'4000','41633607663','2021-10-07 15:02:01',NULL,600.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(13133,'4000','41633607663','2021-10-07 15:02:01',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13134,'1110','41633608125','2021-10-07 15:04:08',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13135,'5500','41633608125','2021-10-07 15:04:08',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13136,'1000','41633608125','2021-10-07 15:04:08',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13137,'4000','41633608125','2021-10-07 15:04:08',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13138,'1110','41633608255','2021-10-07 17:17:30',NULL,140.00,'','4','1','Inventory sold','1','','sales','283','','No',NULL,NULL,''),(13139,'5500','41633608255','2021-10-07 17:17:30',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13140,'1000','41633608255','2021-10-07 17:17:30',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13141,'4000','41633608255','2021-10-07 17:17:30',NULL,500.00,'','4','1','Good sold','1','','sales','283','','No',NULL,NULL,''),(13142,'1110','41633616278','2021-10-07 17:18:58',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(13143,'1110','41633616278','2021-10-07 17:18:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13144,'5500','41633616278','2021-10-07 17:18:58',82.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13145,'1000','41633616278','2021-10-07 17:18:58',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13146,'4000','41633616278','2021-10-07 17:18:58',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(13147,'4000','41633616278','2021-10-07 17:18:58',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13148,'1110','41633616375','2021-10-07 17:21:51',NULL,3125.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13149,'1110','41633616375','2021-10-07 17:21:51',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13150,'1110','41633616375','2021-10-07 17:21:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13151,'5500','41633616375','2021-10-07 17:21:51',3179.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13152,'1000','41633616375','2021-10-07 17:21:51',9150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13153,'4000','41633616375','2021-10-07 17:21:51',NULL,4250.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13154,'4000','41633616375','2021-10-07 17:21:51',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13155,'4000','41633616375','2021-10-07 17:21:51',NULL,4800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13156,'1110','41633616530','2021-10-07 17:22:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13157,'5500','41633616530','2021-10-07 17:22:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13158,'1000','41633616530','2021-10-07 17:22:42',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13159,'4000','41633616530','2021-10-07 17:22:42',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13160,'1110','41633616582','2021-10-07 17:26:46',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(13161,'1110','41633616582','2021-10-07 17:26:46',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(13162,'1110','41633616582','2021-10-07 17:26:46',NULL,1350.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(13163,'5500','41633616582','2021-10-07 17:26:46',10900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13164,'1000','41633616582','2021-10-07 17:26:46',13420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13165,'4000','41633616582','2021-10-07 17:26:46',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(13166,'4000','41633616582','2021-10-07 17:26:46',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(13167,'4000','41633616582','2021-10-07 17:26:46',NULL,2520.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(13168,'1110','41633617043','2021-10-07 17:35:09',NULL,6600.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13169,'1110','41633617043','2021-10-07 17:35:09',NULL,3900.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(13170,'1110','41633617043','2021-10-07 17:35:09',NULL,1300.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(13171,'5500','41633617043','2021-10-07 17:35:09',11800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13172,'1000','41633617043','2021-10-07 17:35:09',18500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13173,'4000','41633617043','2021-10-07 17:35:09',NULL,10000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13174,'4000','41633617043','2021-10-07 17:35:09',NULL,6500.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(13175,'4000','41633617043','2021-10-07 17:35:09',NULL,2000.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(13176,'1110','41633617317','2021-10-07 17:36:59',NULL,640.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(13177,'1110','41633617317','2021-10-07 17:36:59',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(13178,'1110','41633617317','2021-10-07 17:36:59',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13179,'5500','41633617317','2021-10-07 17:36:59',1360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13180,'1000','41633617317','2021-10-07 17:36:59',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13181,'4000','41633617317','2021-10-07 17:36:59',NULL,1600.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(13182,'4000','41633617317','2021-10-07 17:36:59',NULL,150.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(13183,'4000','41633617317','2021-10-07 17:36:59',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13184,'1110','41633672709','2021-10-08 09:05:08',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13185,'1110','41633672709','2021-10-08 09:05:08',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13186,'5500','41633672709','2021-10-08 09:05:08',13820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13187,'1000','41633672709','2021-10-08 09:05:08',14300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13188,'4000','41633672709','2021-10-08 09:05:08',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13189,'4000','41633672709','2021-10-08 09:05:08',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13190,'1110','41633673143','2021-10-08 09:08:00',NULL,10650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13191,'1110','41633673143','2021-10-08 09:08:00',NULL,10000.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13192,'5500','41633673143','2021-10-08 09:08:00',20650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13193,'1000','41633673143','2021-10-08 09:08:00',24600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13194,'4000','41633673143','2021-10-08 09:08:00',NULL,11000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13195,'4000','41633673143','2021-10-08 09:08:00',NULL,13600.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13196,'1110','41633673287','2021-10-08 09:08:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13197,'5500','41633673287','2021-10-08 09:08:32',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13198,'1000','41633673287','2021-10-08 09:08:32',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13199,'4000','41633673287','2021-10-08 09:08:32',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13200,'1110','41633692969','2021-10-08 14:39:57',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(13201,'1110','41633692969','2021-10-08 14:39:57',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13202,'1110','41633692969','2021-10-08 14:39:57',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13203,'1110','41633692969','2021-10-08 14:39:57',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(13204,'5500','41633692969','2021-10-08 14:39:57',893.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13205,'1000','41633692969','2021-10-08 14:39:57',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13206,'4000','41633692969','2021-10-08 14:39:57',NULL,150.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(13207,'4000','41633692969','2021-10-08 14:39:57',NULL,50.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13208,'4000','41633692969','2021-10-08 14:39:57',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13209,'4000','41633692969','2021-10-08 14:39:57',NULL,300.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(13210,'1110','41633693341','2021-10-08 14:43:20',NULL,14000.00,'','4','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(13211,'1110','41633693341','2021-10-08 14:43:20',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13212,'5500','41633693341','2021-10-08 14:43:20',14390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13213,'1000','41633693341','2021-10-08 14:43:20',15600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13214,'4000','41633693341','2021-10-08 14:43:20',NULL,15000.00,'','4','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(13215,'4000','41633693341','2021-10-08 14:43:20',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13216,'1110','41633693406','2021-10-08 14:44:18',NULL,4500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13217,'5500','41633693406','2021-10-08 14:44:18',4500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13218,'1000','41633693406','2021-10-08 14:44:18',5880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13219,'4000','41633693406','2021-10-08 14:44:18',NULL,5880.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13220,'1110','41633693469','2021-10-08 14:46:33',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13221,'5500','41633693469','2021-10-08 14:46:33',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13222,'1000','41633693469','2021-10-08 14:46:33',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13223,'4000','41633693469','2021-10-08 14:46:33',NULL,249.90,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13224,'1110','41633693684','2021-10-08 14:51:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13225,'5500','41633693684','2021-10-08 14:51:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13226,'1000','41633693684','2021-10-08 14:51:38',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13227,'4000','41633693684','2021-10-08 14:51:38',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13228,'1110','41633693922','2021-10-08 14:54:23',NULL,630.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13229,'5500','41633693922','2021-10-08 14:54:23',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13230,'1000','41633693922','2021-10-08 14:54:23',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13231,'4000','41633693922','2021-10-08 14:54:23',NULL,900.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13232,'1110','41633694069','2021-10-08 15:02:19',NULL,2250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13233,'1110','41633694069','2021-10-08 15:02:19',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(13234,'5500','41633694069','2021-10-08 15:02:19',3010.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13235,'1000','41633694069','2021-10-08 15:02:19',4140.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13236,'4000','41633694069','2021-10-08 15:02:19',NULL,2940.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13237,'4000','41633694069','2021-10-08 15:02:19',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(13238,'1110','41633694559','2021-10-08 15:04:59',NULL,6000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13239,'1110','41633694559','2021-10-08 15:04:59',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(13240,'1110','41633694559','2021-10-08 15:04:59',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(13241,'5500','41633694559','2021-10-08 15:04:59',6920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13242,'1000','41633694559','2021-10-08 15:04:59',8960.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13243,'4000','41633694559','2021-10-08 15:04:59',NULL,7560.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13244,'4000','41633694559','2021-10-08 15:04:59',NULL,750.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(13245,'4000','41633694559','2021-10-08 15:04:59',NULL,650.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(13246,'1110','41633701589','2021-10-08 17:05:20',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(13247,'5500','41633701589','2021-10-08 17:05:20',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13248,'1000','41633701589','2021-10-08 17:05:20',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13249,'4000','41633701589','2021-10-08 17:05:20',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(13250,'1110','41633701924','2021-10-08 17:15:23',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13251,'1110','41633701924','2021-10-08 17:15:23',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13252,'1110','41633701924','2021-10-08 17:15:23',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13253,'1110','41633701924','2021-10-08 17:15:23',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13254,'5500','41633701924','2021-10-08 17:15:23',1517.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13255,'1000','41633701924','2021-10-08 17:15:23',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13256,'4000','41633701924','2021-10-08 17:15:23',NULL,200.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13257,'4000','41633701924','2021-10-08 17:15:23',NULL,90.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13258,'4000','41633701924','2021-10-08 17:15:23',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13259,'4000','41633701924','2021-10-08 17:15:23',NULL,1110.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13260,'1110','41633702532','2021-10-08 17:16:28',NULL,4920.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(13261,'5500','41633702532','2021-10-08 17:16:28',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13262,'1000','41633702532','2021-10-08 17:16:28',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13263,'4000','41633702532','2021-10-08 17:16:28',NULL,5200.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(13264,'1110','41633702593','2021-10-08 17:17:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13265,'5500','41633702593','2021-10-08 17:17:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13266,'1000','41633702593','2021-10-08 17:17:04',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13267,'4000','41633702593','2021-10-08 17:17:04',NULL,350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13268,'1110','41633702636','2021-10-08 17:18:09',NULL,570.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(13269,'5500','41633702636','2021-10-08 17:18:09',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13270,'1000','41633702636','2021-10-08 17:18:09',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13271,'4000','41633702636','2021-10-08 17:18:09',NULL,900.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(13272,'1110','41633702695','2021-10-08 17:19:16',NULL,6000.00,'','4','1','Inventory sold','1','','sales','318','','No',NULL,NULL,''),(13273,'5500','41633702695','2021-10-08 17:19:16',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13274,'1000','41633702695','2021-10-08 17:19:16',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13275,'4000','41633702695','2021-10-08 17:19:16',NULL,8000.00,'','4','1','Good sold','1','','sales','318','','No',NULL,NULL,''),(13276,'1110','41633702769','2021-10-08 17:20:42',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13277,'5500','41633702769','2021-10-08 17:20:42',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13278,'1000','41633702769','2021-10-08 17:20:42',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13279,'4000','41633702769','2021-10-08 17:20:42',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13280,'1110','41633702848','2021-10-08 17:21:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13281,'5500','41633702848','2021-10-08 17:21:20',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13282,'1000','41633702848','2021-10-08 17:21:20',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13283,'4000','41633702848','2021-10-08 17:21:20',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13284,'1110','41633781589','2021-10-09 15:14:34',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(13285,'5500','41633781589','2021-10-09 15:14:34',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13286,'1000','41633781589','2021-10-09 15:14:34',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13287,'4000','41633781589','2021-10-09 15:14:34',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(13288,'1110','41633781683','2021-10-09 15:15:32',NULL,13250.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13289,'5500','41633781683','2021-10-09 15:15:32',13250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13290,'1000','41633781683','2021-10-09 15:15:32',13750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13291,'4000','41633781683','2021-10-09 15:15:32',NULL,13750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13292,'1110','41633781737','2021-10-09 15:19:25',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13293,'1110','41633781737','2021-10-09 15:19:25',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(13294,'1110','41633781737','2021-10-09 15:19:25',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13295,'1110','41633781737','2021-10-09 15:19:25',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13296,'5500','41633781737','2021-10-09 15:19:25',672.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13297,'1000','41633781737','2021-10-09 15:19:25',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13298,'4000','41633781737','2021-10-09 15:19:25',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13299,'4000','41633781737','2021-10-09 15:19:25',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(13300,'4000','41633781737','2021-10-09 15:19:25',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13301,'4000','41633781737','2021-10-09 15:19:25',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13302,'1110','41633781971','2021-10-09 15:20:08',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(13303,'5500','41633781971','2021-10-09 15:20:08',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13304,'1000','41633781971','2021-10-09 15:20:08',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13305,'4000','41633781971','2021-10-09 15:20:08',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(13306,'1110','41633782013','2021-10-09 15:23:58',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13307,'1110','41633782013','2021-10-09 15:23:58',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13308,'1110','41633782013','2021-10-09 15:23:58',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13309,'5500','41633782013','2021-10-09 15:23:58',592.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13310,'1000','41633782013','2021-10-09 15:23:58',960.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13311,'4000','41633782013','2021-10-09 15:23:58',NULL,360.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13312,'4000','41633782013','2021-10-09 15:23:58',NULL,375.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13313,'4000','41633782013','2021-10-09 15:23:58',NULL,225.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13314,'1110','41633782250','2021-10-09 15:25:58',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13315,'1110','41633782250','2021-10-09 15:25:58',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13316,'5500','41633782250','2021-10-09 15:25:58',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13317,'1000','41633782250','2021-10-09 15:25:58',840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13318,'4000','41633782250','2021-10-09 15:25:58',NULL,390.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13319,'4000','41633782250','2021-10-09 15:25:58',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13320,'1110','41633782363','2021-10-09 15:31:11',NULL,20700.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(13321,'1110','41633782363','2021-10-09 15:31:11',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13322,'1110','41633782363','2021-10-09 15:31:11',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13323,'1110','41633782363','2021-10-09 15:31:11',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13324,'1110','41633782363','2021-10-09 15:31:11',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13325,'5500','41633782363','2021-10-09 15:31:11',21930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13326,'1000','41633782363','2021-10-09 15:31:11',27000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13327,'4000','41633782363','2021-10-09 15:31:11',NULL,25300.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(13328,'4000','41633782363','2021-10-09 15:31:11',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13329,'4000','41633782363','2021-10-09 15:31:11',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13330,'4000','41633782363','2021-10-09 15:31:11',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13331,'4000','41633782363','2021-10-09 15:31:11',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13332,'1110','41633782678','2021-10-09 15:33:50',NULL,16560.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(13333,'1110','41633782678','2021-10-09 15:33:50',NULL,3960.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13334,'1110','41633782678','2021-10-09 15:33:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13335,'1110','41633782678','2021-10-09 15:33:50',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(13336,'5500','41633782678','2021-10-09 15:33:50',20755.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13337,'1000','41633782678','2021-10-09 15:33:50',26000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13338,'4000','41633782678','2021-10-09 15:33:50',NULL,20240.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(13339,'4000','41633782678','2021-10-09 15:33:50',NULL,5400.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13340,'4000','41633782678','2021-10-09 15:33:50',NULL,160.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13341,'4000','41633782678','2021-10-09 15:33:50',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(13342,'1110','41633782833','2021-10-09 15:35:30',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13343,'5500','41633782833','2021-10-09 15:35:30',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13344,'1000','41633782833','2021-10-09 15:35:30',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13345,'4000','41633782833','2021-10-09 15:35:30',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13346,'1110','41633790164','2021-10-09 17:37:37',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13347,'1110','41633790164','2021-10-09 17:37:37',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(13348,'5500','41633790164','2021-10-09 17:37:37',4210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13349,'1000','41633790164','2021-10-09 17:37:37',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13350,'4000','41633790164','2021-10-09 17:37:37',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13351,'4000','41633790164','2021-10-09 17:37:37',NULL,550.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(13352,'1110','41633931771','2021-10-11 09:09:35',NULL,2970.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13353,'1110','41633931771','2021-10-11 09:09:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13354,'1110','41633931771','2021-10-11 09:09:35',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(13355,'1110','41633931771','2021-10-11 09:09:35',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(13356,'1110','41633931771','2021-10-11 09:09:35',NULL,960.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13357,'1110','41633931771','2021-10-11 09:09:35',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(13358,'5500','41633931771','2021-10-11 09:09:35',4442.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13359,'1000','41633931771','2021-10-11 09:09:35',13150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13360,'4000','41633931771','2021-10-11 09:09:35',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13361,'4000','41633931771','2021-10-11 09:09:35',NULL,6350.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13362,'4000','41633931771','2021-10-11 09:09:35',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(13363,'4000','41633931771','2021-10-11 09:09:35',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(13364,'4000','41633931771','2021-10-11 09:09:35',NULL,1200.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13365,'4000','41633931771','2021-10-11 09:09:35',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(13366,'1110','41633932776','2021-10-11 09:15:09',NULL,1800.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(13367,'1110','41633932776','2021-10-11 09:15:09',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13368,'1110','41633932776','2021-10-11 09:15:09',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13369,'5500','41633932776','2021-10-11 09:15:09',2400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13370,'1000','41633932776','2021-10-11 09:15:09',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13371,'4000','41633932776','2021-10-11 09:15:09',NULL,3000.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(13372,'4000','41633932776','2021-10-11 09:15:09',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13373,'4000','41633932776','2021-10-11 09:15:09',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13374,'1110','41633932921','2021-10-11 09:16:03',NULL,150.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(13375,'5500','41633932921','2021-10-11 09:16:03',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13376,'1000','41633932921','2021-10-11 09:16:03',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13377,'4000','41633932921','2021-10-11 09:16:03',NULL,800.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(13378,'1110','41633932975','2021-10-11 09:18:39',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(13379,'1110','41633932975','2021-10-11 09:18:39',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13380,'1110','41633932975','2021-10-11 09:18:39',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(13381,'5500','41633932975','2021-10-11 09:18:39',6215.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13382,'1000','41633932975','2021-10-11 09:18:39',7500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13383,'4000','41633932975','2021-10-11 09:18:39',NULL,7000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(13384,'4000','41633932975','2021-10-11 09:18:39',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13385,'4000','41633932975','2021-10-11 09:18:39',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(13386,'1110','41633933129','2021-10-11 09:20:54',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13387,'5500','41633933129','2021-10-11 09:20:54',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13388,'1000','41633933129','2021-10-11 09:20:54',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13389,'4000','41633933129','2021-10-11 09:20:54',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13390,'1110','41633962433','2021-10-11 17:28:31',NULL,6420.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(13391,'5500','41633962433','2021-10-11 17:28:31',6420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13392,'1000','41633962433','2021-10-11 17:28:31',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13393,'4000','41633962433','2021-10-11 17:28:31',NULL,8500.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13394,'1110','41633962516','2021-10-11 17:28:58',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13395,'5500','41633962516','2021-10-11 17:28:58',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13396,'1000','41633962516','2021-10-11 17:28:58',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13397,'4000','41633962516','2021-10-11 17:28:58',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13398,'1110','41633962545','2021-10-11 17:30:18',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13399,'1110','41633962545','2021-10-11 17:30:18',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13400,'5500','41633962545','2021-10-11 17:30:18',1615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13401,'1000','41633962545','2021-10-11 17:30:18',2950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13402,'4000','41633962545','2021-10-11 17:30:18',NULL,2500.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13403,'4000','41633962545','2021-10-11 17:30:18',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13404,'1110','41633962624','2021-10-11 17:33:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13405,'1110','41633962624','2021-10-11 17:33:27',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13406,'1110','41633962624','2021-10-11 17:33:27',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13407,'1110','41633962624','2021-10-11 17:33:27',NULL,1284.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(13408,'5500','41633962624','2021-10-11 17:33:27',1586.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13409,'1000','41633962624','2021-10-11 17:33:27',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13410,'4000','41633962624','2021-10-11 17:33:27',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13411,'4000','41633962624','2021-10-11 17:33:27',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13412,'4000','41633962624','2021-10-11 17:33:27',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13413,'4000','41633962624','2021-10-11 17:33:27',NULL,2000.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13414,'1110','41633962812','2021-10-11 17:35:01',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13415,'1110','41633962812','2021-10-11 17:35:01',NULL,1920.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13416,'5500','41633962812','2021-10-11 17:35:01',8310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13417,'1000','41633962812','2021-10-11 17:35:01',8550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13418,'4000','41633962812','2021-10-11 17:35:01',NULL,6300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13419,'4000','41633962812','2021-10-11 17:35:01',NULL,2250.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13420,'1110','41633963532','2021-10-11 17:46:33',NULL,18105.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13421,'5500','41633963532','2021-10-11 17:46:33',18105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13422,'1000','41633963532','2021-10-11 17:46:33',18700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13423,'4000','41633963532','2021-10-11 17:46:33',NULL,18700.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13424,'1110','41634040333','2021-10-12 15:06:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13425,'5500','41634040333','2021-10-12 15:06:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13426,'1000','41634040333','2021-10-12 15:06:50',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13427,'4000','41634040333','2021-10-12 15:06:50',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13428,'1110','41634040435','2021-10-12 15:07:48',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13429,'5500','41634040435','2021-10-12 15:07:48',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13430,'1000','41634040435','2021-10-12 15:07:48',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13431,'4000','41634040435','2021-10-12 15:07:48',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13432,'1110','41634040472','2021-10-12 15:12:14',NULL,900.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(13433,'1110','41634040472','2021-10-12 15:12:14',NULL,2340.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(13434,'1110','41634040472','2021-10-12 15:12:14',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13435,'1110','41634040472','2021-10-12 15:12:14',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(13436,'1110','41634040472','2021-10-12 15:12:14',NULL,325.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13437,'1110','41634040472','2021-10-12 15:12:14',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(13438,'5500','41634040472','2021-10-12 15:12:14',5645.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13439,'1000','41634040472','2021-10-12 15:12:14',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13440,'4000','41634040472','2021-10-12 15:12:14',NULL,1100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(13441,'4000','41634040472','2021-10-12 15:12:14',NULL,2700.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(13442,'4000','41634040472','2021-10-12 15:12:14',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13443,'4000','41634040472','2021-10-12 15:12:14',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(13444,'4000','41634040472','2021-10-12 15:12:14',NULL,450.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13445,'4000','41634040472','2021-10-12 15:12:14',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(13446,'1110','41634040738','2021-10-12 15:17:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13447,'1110','41634040738','2021-10-12 15:17:14',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13448,'1110','41634040738','2021-10-12 15:17:14',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13449,'1110','41634040738','2021-10-12 15:17:14',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13450,'1110','41634040738','2021-10-12 15:17:14',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13451,'5500','41634040738','2021-10-12 15:17:14',1277.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13452,'1000','41634040738','2021-10-12 15:17:14',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13453,'4000','41634040738','2021-10-12 15:17:14',NULL,2600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13454,'4000','41634040738','2021-10-12 15:17:14',NULL,1000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13455,'4000','41634040738','2021-10-12 15:17:14',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13456,'4000','41634040738','2021-10-12 15:17:14',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13457,'4000','41634040738','2021-10-12 15:17:14',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13458,'1110','41634041055','2021-10-12 15:19:10',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13459,'1110','41634041055','2021-10-12 15:19:10',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13460,'5500','41634041055','2021-10-12 15:19:10',11700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13461,'1000','41634041055','2021-10-12 15:19:10',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13462,'4000','41634041055','2021-10-12 15:19:10',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13463,'4000','41634041055','2021-10-12 15:19:10',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13464,'1110','41634041154','2021-10-12 15:22:17',NULL,3075.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(13465,'5500','41634041154','2021-10-12 15:22:17',3075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13466,'1000','41634041154','2021-10-12 15:22:17',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13467,'4000','41634041154','2021-10-12 15:22:17',NULL,3300.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(13468,'1110','41634041341','2021-10-12 15:48:16',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(13469,'1110','41634041341','2021-10-12 15:48:16',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13470,'1110','41634041341','2021-10-12 15:48:16',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13471,'5500','41634041341','2021-10-12 15:48:16',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13472,'1000','41634041341','2021-10-12 15:48:16',4350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13473,'4000','41634041341','2021-10-12 15:48:16',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(13474,'4000','41634041341','2021-10-12 15:48:16',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13475,'4000','41634041341','2021-10-12 15:48:16',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13476,'1110','41634042922','2021-10-12 17:06:19',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13477,'5500','41634042922','2021-10-12 17:06:19',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13478,'1000','41634042922','2021-10-12 17:06:19',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13479,'4000','41634042922','2021-10-12 17:06:19',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13480,'1110','41634122142','2021-10-13 15:23:40',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13481,'5500','41634122142','2021-10-13 15:23:40',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13482,'1000','41634122142','2021-10-13 15:23:40',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13483,'4000','41634122142','2021-10-13 15:23:40',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13484,'1110','41634127988','2021-10-13 15:28:07',NULL,7380.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(13485,'5500','41634127988','2021-10-13 15:28:07',7380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13486,'1000','41634127988','2021-10-13 15:28:07',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13487,'4000','41634127988','2021-10-13 15:28:07',NULL,7800.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(13488,'1110','41634128096','2021-10-13 15:29:15',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13489,'5500','41634128096','2021-10-13 15:29:15',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13490,'1000','41634128096','2021-10-13 15:29:15',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13491,'4000','41634128096','2021-10-13 15:29:15',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13492,'1110','41634128170','2021-10-13 15:30:38',NULL,1500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13493,'5500','41634128170','2021-10-13 15:30:38',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13494,'1000','41634128170','2021-10-13 15:30:38',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13495,'4000','41634128170','2021-10-13 15:30:38',NULL,1900.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13496,'1110','41634128253','2021-10-13 15:35:33',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(13497,'1110','41634128253','2021-10-13 15:35:33',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13498,'1110','41634128253','2021-10-13 15:35:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13499,'5500','41634128253','2021-10-13 15:35:33',11662.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13500,'1000','41634128253','2021-10-13 15:35:33',13400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13501,'4000','41634128253','2021-10-13 15:35:33',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(13502,'4000','41634128253','2021-10-13 15:35:33',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13503,'4000','41634128253','2021-10-13 15:35:33',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13504,'1110','41634128547','2021-10-13 15:36:43',NULL,11550.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(13505,'5500','41634128547','2021-10-13 15:36:43',11550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13506,'1000','41634128547','2021-10-13 15:36:43',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13507,'4000','41634128547','2021-10-13 15:36:43',NULL,13500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(13508,'1110','41634128646','2021-10-13 15:44:12',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13509,'5500','41634128646','2021-10-13 15:44:12',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13510,'1000','41634128646','2021-10-13 15:44:12',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13511,'4000','41634128646','2021-10-13 15:44:12',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13512,'1110','41634216775','2021-10-14 16:07:44',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(13513,'1110','41634216775','2021-10-14 16:07:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13514,'5500','41634216775','2021-10-14 16:07:44',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13515,'1000','41634216775','2021-10-14 16:07:44',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13516,'4000','41634216775','2021-10-14 16:07:44',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(13517,'4000','41634216775','2021-10-14 16:07:44',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13518,'1110','41634216870','2021-10-14 16:09:37',NULL,7250.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13519,'5500','41634216870','2021-10-14 16:09:37',7250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13520,'1000','41634216870','2021-10-14 16:09:37',8800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13521,'4000','41634216870','2021-10-14 16:09:37',NULL,8800.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13522,'1110','41634216990','2021-10-14 16:10:34',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13523,'5500','41634216990','2021-10-14 16:10:34',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13524,'1000','41634216990','2021-10-14 16:10:34',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13525,'4000','41634216990','2021-10-14 16:10:34',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13526,'1110','41634217052','2021-10-14 16:12:34',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13527,'5500','41634217052','2021-10-14 16:12:34',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13528,'1000','41634217052','2021-10-14 16:12:34',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13529,'4000','41634217052','2021-10-14 16:12:34',NULL,3199.50,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13530,'1110','41634217166','2021-10-14 16:18:47',NULL,262.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13531,'5500','41634217166','2021-10-14 16:18:47',262.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13532,'1000','41634217166','2021-10-14 16:18:47',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13533,'4000','41634217166','2021-10-14 16:18:47',NULL,400.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13534,'1110','41634217534','2021-10-14 16:19:39',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13535,'5500','41634217534','2021-10-14 16:19:39',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13536,'1000','41634217534','2021-10-14 16:19:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13537,'4000','41634217534','2021-10-14 16:19:39',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13538,'1110','41634217590','2021-10-14 16:25:05',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13539,'5500','41634217590','2021-10-14 16:25:05',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13540,'1000','41634217590','2021-10-14 16:25:05',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13541,'4000','41634217590','2021-10-14 16:25:05',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13542,'1110','41634217917','2021-10-14 16:26:21',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13543,'5500','41634217917','2021-10-14 16:26:21',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13544,'1000','41634217917','2021-10-14 16:26:21',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13545,'4000','41634217917','2021-10-14 16:26:21',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13546,'1110','41634217988','2021-10-14 17:40:49',NULL,270.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13547,'1110','41634217988','2021-10-14 17:40:49',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13548,'5500','41634217988','2021-10-14 17:40:49',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13549,'1000','41634217988','2021-10-14 17:40:49',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13550,'4000','41634217988','2021-10-14 17:40:49',NULL,450.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13551,'4000','41634217988','2021-10-14 17:40:49',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13552,'1110','41634297017','2021-10-15 14:24:13',NULL,1900.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(13553,'5500','41634297017','2021-10-15 14:24:13',1900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13554,'1000','41634297017','2021-10-15 14:24:13',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13555,'4000','41634297017','2021-10-15 14:24:13',NULL,2200.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(13556,'1110','41634297058','2021-10-15 14:25:24',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(13557,'1110','41634297058','2021-10-15 14:25:24',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13558,'1110','41634297058','2021-10-15 14:25:24',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13559,'5500','41634297058','2021-10-15 14:25:24',5980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13560,'1000','41634297058','2021-10-15 14:25:24',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13561,'4000','41634297058','2021-10-15 14:25:24',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(13562,'4000','41634297058','2021-10-15 14:25:24',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13563,'4000','41634297058','2021-10-15 14:25:24',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13564,'1110','41634297140','2021-10-15 14:27:28',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13565,'1110','41634297140','2021-10-15 14:27:28',NULL,1200.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13566,'1110','41634297140','2021-10-15 14:27:28',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(13567,'5500','41634297140','2021-10-15 14:27:28',4630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13568,'1000','41634297140','2021-10-15 14:27:28',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13569,'4000','41634297140','2021-10-15 14:27:28',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13570,'4000','41634297140','2021-10-15 14:27:28',NULL,1500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13571,'4000','41634297140','2021-10-15 14:27:28',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(13572,'1110','41634297257','2021-10-15 14:28:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13573,'5500','41634297257','2021-10-15 14:28:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13574,'1000','41634297257','2021-10-15 14:28:07',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13575,'4000','41634297257','2021-10-15 14:28:07',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13576,'1110','41634297291','2021-10-15 14:28:29',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13577,'5500','41634297291','2021-10-15 14:28:29',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13578,'1000','41634297291','2021-10-15 14:28:29',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13579,'4000','41634297291','2021-10-15 14:28:29',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13580,'1110','41634297316','2021-10-15 14:30:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13581,'1110','41634297316','2021-10-15 14:30:24',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13582,'1110','41634297316','2021-10-15 14:30:24',NULL,2000.00,'','4','1','Inventory sold','1','','sales','237','','No',NULL,NULL,''),(13583,'5500','41634297316','2021-10-15 14:30:24',2935.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13584,'1000','41634297316','2021-10-15 14:30:24',4650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13585,'4000','41634297316','2021-10-15 14:30:24',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13586,'4000','41634297316','2021-10-15 14:30:24',NULL,850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13587,'4000','41634297316','2021-10-15 14:30:24',NULL,3500.00,'','4','1','Good sold','1','','sales','237','','No',NULL,NULL,''),(13588,'1110','41634297438','2021-10-15 14:37:15',NULL,9375.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13589,'1110','41634297438','2021-10-15 14:37:15',NULL,11250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13590,'1110','41634297438','2021-10-15 14:37:15',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13591,'1110','41634297438','2021-10-15 14:37:15',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13592,'1110','41634297438','2021-10-15 14:37:15',NULL,1050.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13593,'1110','41634297438','2021-10-15 14:37:15',NULL,675.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13594,'5500','41634297438','2021-10-15 14:37:15',23925.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13595,'1000','41634297438','2021-10-15 14:37:15',33240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13596,'4000','41634297438','2021-10-15 14:37:15',NULL,13500.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13597,'4000','41634297438','2021-10-15 14:37:15',NULL,15000.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13598,'4000','41634297438','2021-10-15 14:37:15',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13599,'4000','41634297438','2021-10-15 14:37:15',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13600,'4000','41634297438','2021-10-15 14:37:15',NULL,1500.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13601,'4000','41634297438','2021-10-15 14:37:15',NULL,990.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13602,'1110','41634297851','2021-10-15 14:44:23',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(13603,'1110','41634297851','2021-10-15 14:44:23',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13604,'5500','41634297851','2021-10-15 14:44:23',4110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13605,'1000','41634297851','2021-10-15 14:44:23',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13606,'4000','41634297851','2021-10-15 14:44:23',NULL,4400.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(13607,'4000','41634297851','2021-10-15 14:44:23',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13608,'1110','41634308354','2021-10-15 17:40:53',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13609,'5500','41634308354','2021-10-15 17:40:53',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13610,'1000','41634308354','2021-10-15 17:40:53',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13611,'4000','41634308354','2021-10-15 17:40:53',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13612,'1110','41634308860','2021-10-15 17:50:06',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13613,'5500','41634308860','2021-10-15 17:50:06',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13614,'1000','41634308860','2021-10-15 17:50:06',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13615,'4000','41634308860','2021-10-15 17:50:06',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13616,'1110','41634390028','2021-10-16 16:16:44',NULL,240.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(13617,'1110','41634390028','2021-10-16 16:16:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13618,'5500','41634390028','2021-10-16 16:16:44',242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13619,'1000','41634390028','2021-10-16 16:16:44',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13620,'4000','41634390028','2021-10-16 16:16:44',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(13621,'4000','41634390028','2021-10-16 16:16:44',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13622,'1110','41634390227','2021-10-16 16:21:55',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13623,'1110','41634390227','2021-10-16 16:21:55',NULL,730.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13624,'5500','41634390227','2021-10-16 16:21:55',1790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13625,'1000','41634390227','2021-10-16 16:21:55',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13626,'4000','41634390227','2021-10-16 16:21:55',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13627,'4000','41634390227','2021-10-16 16:21:55',NULL,850.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13628,'1110','41634390525','2021-10-16 16:22:44',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(13629,'5500','41634390525','2021-10-16 16:22:44',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13630,'1000','41634390525','2021-10-16 16:22:44',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13631,'4000','41634390525','2021-10-16 16:22:44',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(13632,'1110','41634390568','2021-10-16 16:27:02',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13633,'1110','41634390568','2021-10-16 16:27:02',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13634,'1110','41634390568','2021-10-16 16:27:02',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13635,'1110','41634390568','2021-10-16 16:27:02',NULL,3750.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13636,'1110','41634390568','2021-10-16 16:27:02',NULL,7000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13637,'5500','41634390568','2021-10-16 16:27:02',15225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13638,'1000','41634390568','2021-10-16 16:27:02',19002.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13639,'4000','41634390568','2021-10-16 16:27:02',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13640,'4000','41634390568','2021-10-16 16:27:02',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13641,'4000','41634390568','2021-10-16 16:27:02',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13642,'4000','41634390568','2021-10-16 16:27:02',NULL,5100.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13643,'4000','41634390568','2021-10-16 16:27:02',NULL,9002.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13644,'1110','41634390830','2021-10-16 16:29:55',NULL,1500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(13645,'1110','41634390830','2021-10-16 16:29:55',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13646,'5500','41634390830','2021-10-16 16:29:55',2760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13647,'1000','41634390830','2021-10-16 16:29:55',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13648,'4000','41634390830','2021-10-16 16:29:55',NULL,1700.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(13649,'4000','41634390830','2021-10-16 16:29:55',NULL,4000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13650,'1110','41634391006','2021-10-16 16:33:46',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13651,'1110','41634391006','2021-10-16 16:33:46',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(13652,'1110','41634391006','2021-10-16 16:33:46',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13653,'1110','41634391006','2021-10-16 16:33:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(13654,'5500','41634391006','2021-10-16 16:33:46',1805.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13655,'1000','41634391006','2021-10-16 16:33:46',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13656,'4000','41634391006','2021-10-16 16:33:46',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13657,'4000','41634391006','2021-10-16 16:33:46',NULL,1570.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(13658,'4000','41634391006','2021-10-16 16:33:46',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13659,'4000','41634391006','2021-10-16 16:33:46',NULL,180.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(13660,'1110','41634391230','2021-10-16 16:34:27',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(13661,'5500','41634391230','2021-10-16 16:34:27',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13662,'1000','41634391230','2021-10-16 16:34:27',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13663,'4000','41634391230','2021-10-16 16:34:27',NULL,3700.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(13664,'1110','41634391273','2021-10-16 16:35:54',NULL,840.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(13665,'5500','41634391273','2021-10-16 16:35:54',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13666,'1000','41634391273','2021-10-16 16:35:54',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13667,'4000','41634391273','2021-10-16 16:35:54',NULL,1050.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(13668,'1110','41634391364','2021-10-16 16:37:08',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13669,'5500','41634391364','2021-10-16 16:37:08',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13670,'1000','41634391364','2021-10-16 16:37:08',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13671,'4000','41634391364','2021-10-16 16:37:08',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13672,'1110','41634391471','2021-10-16 17:14:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13673,'1110','41634391471','2021-10-16 17:14:54',NULL,1500.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(13674,'5500','41634391471','2021-10-16 17:14:54',1502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13675,'1000','41634391471','2021-10-16 17:14:54',6100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13676,'4000','41634391471','2021-10-16 17:14:54',NULL,4500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13677,'4000','41634391471','2021-10-16 17:14:54',NULL,1600.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(13678,'1110','41634393725','2021-10-16 17:37:41',NULL,7260.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13679,'5500','41634393725','2021-10-16 17:37:41',7260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13680,'1000','41634393725','2021-10-16 17:37:41',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13681,'4000','41634393725','2021-10-16 17:37:41',NULL,9900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13682,'1110','41634395066','2021-10-16 17:38:19',NULL,520.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(13683,'5500','41634395066','2021-10-16 17:38:19',520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13684,'1000','41634395066','2021-10-16 17:38:19',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13685,'4000','41634395066','2021-10-16 17:38:19',NULL,800.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(13686,'1110','41634395118','2021-10-16 17:39:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13687,'5500','41634395118','2021-10-16 17:39:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13688,'1000','41634395118','2021-10-16 17:39:04',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13689,'4000','41634395118','2021-10-16 17:39:04',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13690,'1110','41634558367','2021-10-18 15:44:21',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(13691,'1110','41634558367','2021-10-18 15:44:21',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13692,'5500','41634558367','2021-10-18 15:44:21',6090.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13693,'1000','41634558367','2021-10-18 15:44:21',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13694,'4000','41634558367','2021-10-18 15:44:21',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(13695,'4000','41634558367','2021-10-18 15:44:21',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13696,'1110','41634561071','2021-10-18 15:44:55',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(13697,'5500','41634561071','2021-10-18 15:44:55',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13698,'1000','41634561071','2021-10-18 15:44:55',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13699,'4000','41634561071','2021-10-18 15:44:55',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(13700,'1110','41634561183','2021-10-18 15:46:57',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13701,'5500','41634561183','2021-10-18 15:46:57',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13702,'1000','41634561183','2021-10-18 15:46:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13703,'4000','41634561183','2021-10-18 15:46:57',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13704,'1110','41634561222','2021-10-18 16:17:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13705,'1110','41634561222','2021-10-18 16:17:15',NULL,300.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(13706,'1110','41634561222','2021-10-18 16:17:15',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13707,'5500','41634561222','2021-10-18 16:17:15',3482.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13708,'1000','41634561222','2021-10-18 16:17:15',9200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13709,'4000','41634561222','2021-10-18 16:17:15',NULL,5100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13710,'4000','41634561222','2021-10-18 16:17:15',NULL,800.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(13711,'4000','41634561222','2021-10-18 16:17:15',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13712,'1110','41634563100','2021-10-18 16:19:51',NULL,8610.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13713,'5500','41634563100','2021-10-18 16:19:51',8610.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13714,'1000','41634563100','2021-10-18 16:19:51',9100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13715,'4000','41634563100','2021-10-18 16:19:51',NULL,9100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13716,'1110','41634563195','2021-10-18 16:23:12',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13717,'1110','41634563195','2021-10-18 16:23:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13718,'5500','41634563195','2021-10-18 16:23:12',2122.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13719,'1000','41634563195','2021-10-18 16:23:12',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13720,'4000','41634563195','2021-10-18 16:23:12',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13721,'4000','41634563195','2021-10-18 16:23:12',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13722,'1110','41634563416','2021-10-18 16:24:24',NULL,1500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13723,'5500','41634563416','2021-10-18 16:24:24',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13724,'1000','41634563416','2021-10-18 16:24:24',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13725,'4000','41634563416','2021-10-18 16:24:24',NULL,1900.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13726,'1110','41634563473','2021-10-18 16:25:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13727,'5500','41634563473','2021-10-18 16:25:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13728,'1000','41634563473','2021-10-18 16:25:35',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13729,'4000','41634563473','2021-10-18 16:25:35',NULL,4200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13730,'1110','41634563555','2021-10-18 16:26:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13731,'5500','41634563555','2021-10-18 16:26:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13732,'1000','41634563555','2021-10-18 16:26:51',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13733,'4000','41634563555','2021-10-18 16:26:51',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13734,'1110','41634563644','2021-10-18 16:29:00',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13735,'5500','41634563644','2021-10-18 16:29:00',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13736,'1000','41634563644','2021-10-18 16:29:00',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13737,'4000','41634563644','2021-10-18 16:29:00',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13738,'1110','41634563752','2021-10-18 16:29:43',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13739,'5500','41634563752','2021-10-18 16:29:43',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13740,'1000','41634563752','2021-10-18 16:29:43',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13741,'4000','41634563752','2021-10-18 16:29:43',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13742,'1110','41634563788','2021-10-18 16:30:35',NULL,480.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(13743,'5500','41634563788','2021-10-18 16:30:35',480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13744,'1000','41634563788','2021-10-18 16:30:35',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13745,'4000','41634563788','2021-10-18 16:30:35',NULL,600.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(13746,'1110','41634563839','2021-10-18 17:44:35',NULL,65.00,'','4','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(13747,'5500','41634563839','2021-10-18 17:44:35',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13748,'1000','41634563839','2021-10-18 17:44:35',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13749,'4000','41634563839','2021-10-18 17:44:35',NULL,120.00,'','4','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(13750,'1110','41634727394','2021-10-19 13:58:14',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13751,'1110','41634727394','2021-10-19 13:58:14',NULL,890.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(13752,'5500','41634727394','2021-10-19 13:58:14',9410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13753,'1000','41634727394','2021-10-19 13:58:14',9590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13754,'4000','41634727394','2021-10-19 13:58:14',NULL,8640.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13755,'4000','41634727394','2021-10-19 13:58:14',NULL,950.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(13756,'1110','41634727513','2021-10-19 13:58:51',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13757,'5500','41634727513','2021-10-19 13:58:51',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13758,'1000','41634727513','2021-10-19 13:58:51',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13759,'4000','41634727513','2021-10-19 13:58:51',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13760,'1110','41634727547','2021-10-19 14:00:20',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13761,'5500','41634727547','2021-10-19 14:00:20',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13762,'1000','41634727547','2021-10-19 14:00:20',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13763,'4000','41634727547','2021-10-19 14:00:20',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13764,'1110','41634727646','2021-10-19 14:03:40',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13765,'5500','41634727646','2021-10-19 14:03:40',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13766,'1000','41634727646','2021-10-19 14:03:40',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13767,'4000','41634727646','2021-10-19 14:03:40',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13768,'1110','41634727833','2021-10-19 14:08:08',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13769,'1110','41634727833','2021-10-19 14:08:08',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(13770,'1110','41634727833','2021-10-19 14:08:08',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(13771,'1110','41634727833','2021-10-19 14:08:08',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13772,'1110','41634727833','2021-10-19 14:08:08',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13773,'5500','41634727833','2021-10-19 14:08:08',6730.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13774,'1000','41634727833','2021-10-19 14:08:08',8500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13775,'4000','41634727833','2021-10-19 14:08:08',NULL,6500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13776,'4000','41634727833','2021-10-19 14:08:08',NULL,650.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(13777,'4000','41634727833','2021-10-19 14:08:08',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(13778,'4000','41634727833','2021-10-19 14:08:08',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13779,'4000','41634727833','2021-10-19 14:08:08',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13780,'1110','41634728105','2021-10-19 14:09:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13781,'5500','41634728105','2021-10-19 14:09:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13782,'1000','41634728105','2021-10-19 14:09:07',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13783,'4000','41634728105','2021-10-19 14:09:07',NULL,950.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13784,'1110','41634728201','2021-10-19 14:10:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(13785,'5500','41634728201','2021-10-19 14:10:48',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13786,'1000','41634728201','2021-10-19 14:10:48',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13787,'4000','41634728201','2021-10-19 14:10:48',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(13788,'1110','41634728270','2021-10-19 14:29:48',NULL,13845.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13789,'5500','41634728270','2021-10-19 14:29:48',13845.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13790,'1000','41634728270','2021-10-19 14:29:48',14300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13791,'4000','41634728270','2021-10-19 14:29:48',NULL,14300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13792,'1110','41634729404','2021-10-19 14:32:36',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13793,'1110','41634729404','2021-10-19 14:32:36',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13794,'1110','41634729404','2021-10-19 14:32:36',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13795,'5500','41634729404','2021-10-19 14:32:36',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13796,'1000','41634729404','2021-10-19 14:32:36',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13797,'4000','41634729404','2021-10-19 14:32:36',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13798,'4000','41634729404','2021-10-19 14:32:36',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13799,'4000','41634729404','2021-10-19 14:32:36',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13804,'1110','41634730086','2021-10-19 14:42:37',NULL,1440.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(13805,'5500','41634730086','2021-10-19 14:42:37',1440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13806,'1000','41634730086','2021-10-19 14:42:37',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13807,'4000','41634730086','2021-10-19 14:42:37',NULL,1700.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(13808,'1110','41634730226','2021-10-20 14:45:43',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(13809,'1110','41634730226','2021-10-20 14:45:43',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13810,'1110','41634730226','2021-10-20 14:45:43',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13811,'5500','41634730226','2021-10-20 14:45:43',295.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13812,'1000','41634730226','2021-10-20 14:45:43',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13813,'4000','41634730226','2021-10-20 14:45:43',NULL,100.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(13814,'4000','41634730226','2021-10-20 14:45:43',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13815,'4000','41634730226','2021-10-20 14:45:43',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13816,'1110','41634730357','2021-10-20 14:47:17',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(13817,'1110','41634730357','2021-10-20 14:47:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13818,'5500','41634730357','2021-10-20 14:47:17',382.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13819,'1000','41634730357','2021-10-20 14:47:17',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13820,'4000','41634730357','2021-10-20 14:47:17',NULL,600.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(13821,'4000','41634730357','2021-10-20 14:47:17',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13822,'1110','41634730455','2021-10-20 14:52:26',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(13823,'1110','41634730455','2021-10-20 14:52:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13824,'1110','41634730455','2021-10-20 14:52:26',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13825,'1110','41634730455','2021-10-20 14:52:26',NULL,577.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13826,'1110','41634730455','2021-10-20 14:52:26',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13827,'5500','41634730455','2021-10-20 14:52:26',1972.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13828,'1000','41634730455','2021-10-20 14:52:26',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13829,'4000','41634730455','2021-10-20 14:52:26',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(13830,'4000','41634730455','2021-10-20 14:52:26',NULL,1200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13831,'4000','41634730455','2021-10-20 14:52:26',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13832,'4000','41634730455','2021-10-20 14:52:26',NULL,825.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13833,'4000','41634730455','2021-10-20 14:52:26',NULL,175.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13834,'1110','41634730750','2021-10-20 14:54:22',NULL,700.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(13835,'5500','41634730750','2021-10-20 14:54:22',700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13836,'1000','41634730750','2021-10-20 14:54:22',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13837,'4000','41634730750','2021-10-20 14:54:22',NULL,1200.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(13838,'1110','41634730866','2021-10-20 14:55:15',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13839,'5500','41634730866','2021-10-20 14:55:15',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13840,'1000','41634730866','2021-10-20 14:55:15',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13841,'4000','41634730866','2021-10-20 14:55:15',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13842,'1110','41634731688','2021-10-20 15:13:15',NULL,5580.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(13843,'1110','41634731688','2021-10-20 15:13:15',NULL,275.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(13844,'5500','41634731688','2021-10-20 15:13:15',5855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13845,'1000','41634731688','2021-10-20 15:13:15',10900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13846,'4000','41634731688','2021-10-20 15:13:15',NULL,8100.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(13847,'4000','41634731688','2021-10-20 15:13:15',NULL,2800.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(13848,'1110','41634732006','2021-10-20 15:17:10',NULL,3575.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13849,'1110','41634732006','2021-10-20 15:17:10',NULL,280.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(13850,'5500','41634732006','2021-10-20 15:17:10',3855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13851,'1000','41634732006','2021-10-20 15:17:10',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13852,'4000','41634732006','2021-10-20 15:17:10',NULL,4950.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13853,'4000','41634732006','2021-10-20 15:17:10',NULL,1050.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(13854,'1110','41634732236','2021-10-20 15:17:53',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(13855,'5500','41634732236','2021-10-20 15:17:53',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13856,'1000','41634732236','2021-10-20 15:17:53',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13857,'4000','41634732236','2021-10-20 15:17:53',NULL,160.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(13858,'1110','41634732279','2021-10-20 15:20:44',NULL,7700.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(13859,'1110','41634732279','2021-10-20 15:20:44',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13860,'1110','41634732279','2021-10-20 15:20:44',NULL,1500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13861,'5500','41634732279','2021-10-20 15:20:44',9720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13862,'1000','41634732279','2021-10-20 15:20:44',11750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13863,'4000','41634732279','2021-10-20 15:20:44',NULL,9000.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(13864,'4000','41634732279','2021-10-20 15:20:44',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13865,'4000','41634732279','2021-10-20 15:20:44',NULL,1950.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13866,'1110','41634741151','2021-10-20 17:47:25',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(13867,'1110','41634741151','2021-10-20 17:47:25',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13868,'1110','41634741151','2021-10-20 17:47:25',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13869,'5500','41634741151','2021-10-20 17:47:25',1555.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13870,'1000','41634741151','2021-10-20 17:47:25',2650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13871,'4000','41634741151','2021-10-20 17:47:25',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(13872,'4000','41634741151','2021-10-20 17:47:25',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13873,'4000','41634741151','2021-10-20 17:47:25',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13874,'1110','41634741258','2021-10-20 17:48:17',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13875,'1110','41634741258','2021-10-20 17:48:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13876,'5500','41634741258','2021-10-20 17:48:17',532.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13877,'1000','41634741258','2021-10-20 17:48:17',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13878,'4000','41634741258','2021-10-20 17:48:17',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13879,'4000','41634741258','2021-10-20 17:48:17',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13880,'1110','41634822672','2021-10-21 16:25:47',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13881,'5500','41634822672','2021-10-21 16:25:47',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13882,'1000','41634822672','2021-10-21 16:25:47',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13883,'4000','41634822672','2021-10-21 16:25:47',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13884,'1110','41634822767','2021-10-21 16:31:22',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13885,'1110','41634822767','2021-10-21 16:31:22',NULL,450.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(13886,'5500','41634822767','2021-10-21 16:31:22',5750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13887,'1000','41634822767','2021-10-21 16:31:22',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13888,'4000','41634822767','2021-10-21 16:31:22',NULL,6000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13889,'4000','41634822767','2021-10-21 16:31:22',NULL,1800.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(13890,'1110','41634823101','2021-10-21 16:32:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13891,'5500','41634823101','2021-10-21 16:32:08',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13892,'1000','41634823101','2021-10-21 16:32:08',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13893,'4000','41634823101','2021-10-21 16:32:08',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13894,'1110','41634823133','2021-10-21 16:38:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13895,'1110','41634823133','2021-10-21 16:38:06',NULL,6890.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13896,'1110','41634823133','2021-10-21 16:38:06',NULL,570.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(13897,'1110','41634823133','2021-10-21 16:38:06',NULL,5840.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13898,'1110','41634823133','2021-10-21 16:38:06',NULL,4200.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(13899,'5500','41634823133','2021-10-21 16:38:06',17502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13900,'1000','41634823133','2021-10-21 16:38:06',18800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13901,'4000','41634823133','2021-10-21 16:38:06',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13902,'4000','41634823133','2021-10-21 16:38:06',NULL,7150.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13903,'4000','41634823133','2021-10-21 16:38:06',NULL,900.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(13904,'4000','41634823133','2021-10-21 16:38:06',NULL,6800.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13905,'4000','41634823133','2021-10-21 16:38:06',NULL,3500.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(13914,'1110','41634823788','2021-10-21 16:44:12',NULL,5250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13915,'5500','41634823788','2021-10-21 16:44:12',5250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13916,'1000','41634823788','2021-10-21 16:44:12',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13917,'4000','41634823788','2021-10-21 16:44:12',NULL,7000.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13918,'1110','41634823856','2021-10-21 16:44:56',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13919,'5500','41634823856','2021-10-21 16:44:56',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13920,'1000','41634823856','2021-10-21 16:44:56',130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13921,'4000','41634823856','2021-10-21 16:44:56',NULL,130.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13922,'1110','41634823902','2021-10-21 16:45:59',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(13923,'5500','41634823902','2021-10-21 16:45:59',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13924,'1000','41634823902','2021-10-21 16:45:59',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13925,'4000','41634823902','2021-10-21 16:45:59',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(13926,'1110','41634823972','2021-10-21 16:46:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13927,'5500','41634823972','2021-10-21 16:46:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13928,'1000','41634823972','2021-10-21 16:46:52',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13929,'4000','41634823972','2021-10-21 16:46:52',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13930,'1110','41634824041','2021-10-21 16:51:04',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(13931,'1110','41634824041','2021-10-21 16:51:04',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(13932,'1110','41634824041','2021-10-21 16:51:04',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13933,'1110','41634824041','2021-10-21 16:51:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13934,'5500','41634824041','2021-10-21 16:51:04',4092.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13935,'1000','41634824041','2021-10-21 16:51:04',10800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13936,'4000','41634824041','2021-10-21 16:51:04',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(13937,'4000','41634824041','2021-10-21 16:51:04',NULL,1200.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(13938,'4000','41634824041','2021-10-21 16:51:04',NULL,2700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(13939,'4000','41634824041','2021-10-21 16:51:04',NULL,4900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13940,'1110','41634824373','2021-10-21 17:31:00',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13941,'1110','41634824373','2021-10-21 17:31:00',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13942,'1110','41634824373','2021-10-21 17:31:00',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13943,'1110','41634824373','2021-10-21 17:31:00',NULL,7500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13944,'1110','41634824373','2021-10-21 17:31:00',NULL,6250.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13945,'5500','41634824373','2021-10-21 17:31:00',17875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13946,'1000','41634824373','2021-10-21 17:31:00',24800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13947,'4000','41634824373','2021-10-21 17:31:00',NULL,5000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13948,'4000','41634824373','2021-10-21 17:31:00',NULL,1000.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13949,'4000','41634824373','2021-10-21 17:31:00',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13950,'4000','41634824373','2021-10-21 17:31:00',NULL,9800.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13951,'4000','41634824373','2021-10-21 17:31:00',NULL,8500.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13952,'1110','41634826670','2021-10-21 17:34:08',NULL,10000.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13953,'1110','41634826670','2021-10-21 17:34:08',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(13954,'1110','41634826670','2021-10-21 17:34:08',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13955,'1110','41634826670','2021-10-21 17:34:08',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(13956,'5500','41634826670','2021-10-21 17:34:08',16855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13957,'1000','41634826670','2021-10-21 17:34:08',20700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13958,'4000','41634826670','2021-10-21 17:34:08',NULL,13280.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13959,'4000','41634826670','2021-10-21 17:34:08',NULL,6600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13960,'4000','41634826670','2021-10-21 17:34:08',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13961,'4000','41634826670','2021-10-21 17:34:08',NULL,570.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(13962,'1110','41634826857','2021-10-21 17:34:51',NULL,3360.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(13963,'5500','41634826857','2021-10-21 17:34:51',3360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13964,'1000','41634826857','2021-10-21 17:34:51',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13965,'4000','41634826857','2021-10-21 17:34:51',NULL,3900.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(13966,'1110','41634826895','2021-10-21 17:35:09',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13967,'5500','41634826895','2021-10-21 17:35:09',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13968,'1000','41634826895','2021-10-21 17:35:09',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13969,'4000','41634826895','2021-10-21 17:35:09',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13970,'1110','41634826921','2021-10-21 17:36:26',NULL,720.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(13971,'1110','41634826921','2021-10-21 17:36:26',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13972,'5500','41634826921','2021-10-21 17:36:26',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13973,'1000','41634826921','2021-10-21 17:36:26',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13974,'4000','41634826921','2021-10-21 17:36:26',NULL,2100.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(13975,'4000','41634826921','2021-10-21 17:36:26',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13976,'1110','41634827003','2021-10-21 17:37:09',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13977,'5500','41634827003','2021-10-21 17:37:09',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13978,'1000','41634827003','2021-10-21 17:37:09',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13979,'4000','41634827003','2021-10-21 17:37:09',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13980,'1110','41634827059','2021-10-21 17:38:32',NULL,840.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(13981,'5500','41634827059','2021-10-21 17:38:32',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13982,'1000','41634827059','2021-10-21 17:38:32',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13983,'4000','41634827059','2021-10-21 17:38:32',NULL,1200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(13984,'1110','41634827777','2021-10-21 17:49:53',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(13985,'5500','41634827777','2021-10-21 17:49:53',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13986,'1000','41634827777','2021-10-21 17:49:53',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13987,'4000','41634827777','2021-10-21 17:49:53',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(13988,'1110','41634905180','2021-10-22 15:20:17',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13989,'5500','41634905180','2021-10-22 15:20:17',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13990,'1000','41634905180','2021-10-22 15:20:17',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13991,'4000','41634905180','2021-10-22 15:20:17',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13992,'1110','41634905223','2021-10-22 15:20:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(13993,'5500','41634905223','2021-10-22 15:20:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13994,'1000','41634905223','2021-10-22 15:20:58',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13995,'4000','41634905223','2021-10-22 15:20:58',NULL,160.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(13996,'1110','41634905264','2021-10-22 15:21:41',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(13997,'5500','41634905264','2021-10-22 15:21:41',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13998,'1000','41634905264','2021-10-22 15:21:41',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13999,'4000','41634905264','2021-10-22 15:21:41',NULL,1600.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14000,'1110','41634905305','2021-10-22 15:22:23',NULL,8640.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(14001,'5500','41634905305','2021-10-22 15:22:23',8640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14002,'1000','41634905305','2021-10-22 15:22:23',10080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14003,'4000','41634905305','2021-10-22 15:22:23',NULL,10080.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(14004,'1110','41634905350','2021-10-22 15:27:29',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(14005,'1110','41634905350','2021-10-22 15:27:29',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14006,'1110','41634905350','2021-10-22 15:27:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14007,'1110','41634905350','2021-10-22 15:27:29',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14008,'1110','41634905350','2021-10-22 15:27:29',NULL,420.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(14009,'1110','41634905350','2021-10-22 15:27:29',NULL,260.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(14010,'1110','41634905350','2021-10-22 15:27:29',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(14011,'5500','41634905350','2021-10-22 15:27:29',3714.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14012,'1000','41634905350','2021-10-22 15:27:29',4950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14013,'4000','41634905350','2021-10-22 15:27:29',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(14014,'4000','41634905350','2021-10-22 15:27:29',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14015,'4000','41634905350','2021-10-22 15:27:29',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14016,'4000','41634905350','2021-10-22 15:27:29',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14017,'4000','41634905350','2021-10-22 15:27:29',NULL,600.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(14018,'4000','41634905350','2021-10-22 15:27:29',NULL,800.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(14019,'4000','41634905350','2021-10-22 15:27:29',NULL,300.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(14020,'1110','41634905658','2021-10-22 15:28:01',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(14021,'1110','41634905658','2021-10-22 15:28:01',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14022,'5500','41634905658','2021-10-22 15:28:01',3230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14023,'1000','41634905658','2021-10-22 15:28:01',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14024,'4000','41634905658','2021-10-22 15:28:01',NULL,3500.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14025,'4000','41634905658','2021-10-22 15:28:01',NULL,500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14026,'1110','41634905691','2021-10-22 15:29:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14027,'1110','41634905691','2021-10-22 15:29:38',NULL,300.00,'','4','1','Inventory sold','1','','sales','323','','No',NULL,NULL,''),(14028,'5500','41634905691','2021-10-22 15:29:38',302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14029,'1000','41634905691','2021-10-22 15:29:38',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14030,'4000','41634905691','2021-10-22 15:29:38',NULL,4900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14031,'4000','41634905691','2021-10-22 15:29:38',NULL,900.00,'','4','1','Good sold','1','','sales','323','','No',NULL,NULL,''),(14032,'1110','41634905798','2021-10-22 15:32:37',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14033,'5500','41634905798','2021-10-22 15:32:37',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14034,'1000','41634905798','2021-10-22 15:32:37',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14035,'4000','41634905798','2021-10-22 15:32:37',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14036,'1110','41634905972','2021-10-22 15:35:44',NULL,1500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14037,'1110','41634905972','2021-10-22 15:35:44',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14038,'5500','41634905972','2021-10-22 15:35:44',1575.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14039,'1000','41634905972','2021-10-22 15:35:44',2015.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14040,'4000','41634905972','2021-10-22 15:35:44',NULL,1890.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14041,'4000','41634905972','2021-10-22 15:35:44',NULL,125.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14042,'1110','41634906241','2021-10-22 15:39:31',NULL,600.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14043,'5500','41634906241','2021-10-22 15:39:31',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14044,'1000','41634906241','2021-10-22 15:39:31',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14045,'4000','41634906241','2021-10-22 15:39:31',NULL,750.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14046,'1110','41634906376','2021-10-22 15:43:07',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14047,'1110','41634906376','2021-10-22 15:43:07',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14048,'1110','41634906376','2021-10-22 15:43:07',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(14049,'1110','41634906376','2021-10-22 15:43:07',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(14050,'5500','41634906376','2021-10-22 15:43:07',972.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14051,'1000','41634906376','2021-10-22 15:43:07',1575.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14052,'4000','41634906376','2021-10-22 15:43:07',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14053,'4000','41634906376','2021-10-22 15:43:07',NULL,225.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14054,'4000','41634906376','2021-10-22 15:43:07',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(14055,'4000','41634906376','2021-10-22 15:43:07',NULL,150.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(14056,'1110','41634906594','2021-10-22 15:43:48',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14057,'5500','41634906594','2021-10-22 15:43:48',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14058,'1000','41634906594','2021-10-22 15:43:48',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14059,'4000','41634906594','2021-10-22 15:43:48',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14060,'1110','41634906673','2021-10-22 17:34:23',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14061,'5500','41634906673','2021-10-22 17:34:23',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14062,'1000','41634906673','2021-10-22 17:34:23',2550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14063,'4000','41634906673','2021-10-22 17:34:23',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14064,'1110','41634913279','2021-10-22 17:45:47',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(14065,'1110','41634913279','2021-10-22 17:45:47',NULL,800.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(14066,'1110','41634913279','2021-10-22 17:45:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14067,'1110','41634913279','2021-10-22 17:45:47',NULL,6300.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(14068,'1110','41634913279','2021-10-22 17:45:47',NULL,275.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(14069,'5500','41634913279','2021-10-22 17:45:47',7827.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14070,'1000','41634913279','2021-10-22 17:45:47',20000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14071,'4000','41634913279','2021-10-22 17:45:47',NULL,450.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(14072,'4000','41634913279','2021-10-22 17:45:47',NULL,2000.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(14073,'4000','41634913279','2021-10-22 17:45:47',NULL,8900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14074,'4000','41634913279','2021-10-22 17:45:47',NULL,7650.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(14075,'4000','41634913279','2021-10-22 17:45:47',NULL,1000.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(14076,'1110','41634914004','2021-10-22 17:51:53',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14077,'1110','41634914004','2021-10-22 17:51:53',NULL,620.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(14078,'5500','41634914004','2021-10-22 17:51:53',1150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14079,'1000','41634914004','2021-10-22 17:51:53',1450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14080,'4000','41634914004','2021-10-22 17:51:53',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14081,'4000','41634914004','2021-10-22 17:51:53',NULL,900.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(14082,'1110','41634914333','2021-10-22 17:53:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14083,'1110','41634914333','2021-10-22 17:53:23',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(14084,'5500','41634914333','2021-10-22 17:53:23',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14085,'1000','41634914333','2021-10-22 17:53:23',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14086,'4000','41634914333','2021-10-22 17:53:23',NULL,3050.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14087,'4000','41634914333','2021-10-22 17:53:23',NULL,250.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(14088,'1110','41634991944','2021-10-23 15:26:47',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14089,'5500','41634991944','2021-10-23 15:26:47',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14090,'1000','41634991944','2021-10-23 15:26:47',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14091,'4000','41634991944','2021-10-23 15:26:47',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14092,'1110','41634992048','2021-10-23 15:30:19',NULL,5600.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(14093,'1110','41634992048','2021-10-23 15:30:19',NULL,10350.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(14094,'5500','41634992048','2021-10-23 15:30:19',15950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14095,'1000','41634992048','2021-10-23 15:30:19',19499.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14096,'4000','41634992048','2021-10-23 15:30:19',NULL,7200.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(14097,'4000','41634992048','2021-10-23 15:30:19',NULL,12299.40,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(14098,'1110','41634992270','2021-10-23 15:32:01',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14099,'5500','41634992270','2021-10-23 15:32:01',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14100,'1000','41634992270','2021-10-23 15:32:01',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14101,'4000','41634992270','2021-10-23 15:32:01',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14102,'1110','41634992325','2021-10-23 15:33:28',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(14103,'1110','41634992325','2021-10-23 15:33:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14104,'5500','41634992325','2021-10-23 15:33:28',1302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14105,'1000','41634992325','2021-10-23 15:33:28',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14106,'4000','41634992325','2021-10-23 15:33:28',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(14107,'4000','41634992325','2021-10-23 15:33:28',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14108,'1110','41634992418','2021-10-23 15:35:14',NULL,18750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14109,'1110','41634992418','2021-10-23 15:35:14',NULL,750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14110,'5500','41634992418','2021-10-23 15:35:14',19500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14111,'1000','41634992418','2021-10-23 15:35:14',25000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14112,'4000','41634992418','2021-10-23 15:35:14',NULL,24000.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14113,'4000','41634992418','2021-10-23 15:35:14',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14114,'1110','41634992520','2021-10-23 15:36:17',NULL,11715.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(14115,'5500','41634992520','2021-10-23 15:36:17',11715.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14116,'1000','41634992520','2021-10-23 15:36:17',12100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14117,'4000','41634992520','2021-10-23 15:36:17',NULL,12100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14118,'1110','41634992603','2021-10-23 17:33:25',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(14119,'1110','41634992603','2021-10-23 17:33:25',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(14120,'5500','41634992603','2021-10-23 17:33:25',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14121,'1000','41634992603','2021-10-23 17:33:25',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14122,'4000','41634992603','2021-10-23 17:33:25',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(14123,'4000','41634992603','2021-10-23 17:33:25',NULL,150.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(14124,'1110','41634999630','2021-10-23 17:35:28',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14125,'5500','41634999630','2021-10-23 17:35:28',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14126,'1000','41634999630','2021-10-23 17:35:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14127,'4000','41634999630','2021-10-23 17:35:28',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14128,'1110','41635171914','2021-10-25 17:25:46',NULL,750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14129,'5500','41635171914','2021-10-25 17:25:46',750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14130,'1000','41635171914','2021-10-25 17:25:46',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14131,'4000','41635171914','2021-10-25 17:25:46',NULL,1000.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14132,'1110','41635171951','2021-10-25 17:36:58',NULL,2250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14133,'1110','41635171951','2021-10-25 17:36:58',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14134,'1110','41635171951','2021-10-25 17:36:58',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(14135,'1110','41635171951','2021-10-25 17:36:58',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14136,'5500','41635171951','2021-10-25 17:36:58',2557.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14137,'1000','41635171951','2021-10-25 17:36:58',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14138,'4000','41635171951','2021-10-25 17:36:58',NULL,2880.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14139,'4000','41635171951','2021-10-25 17:36:58',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14140,'4000','41635171951','2021-10-25 17:36:58',NULL,180.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(14141,'4000','41635171951','2021-10-25 17:36:58',NULL,90.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14142,'1110','41635172626','2021-10-25 17:37:58',NULL,3750.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(14143,'5500','41635172626','2021-10-25 17:37:58',3750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14144,'1000','41635172626','2021-10-25 17:37:58',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14145,'4000','41635172626','2021-10-25 17:37:58',NULL,5100.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(14146,'1110','41635172718','2021-10-25 17:39:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14147,'5500','41635172718','2021-10-25 17:39:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14148,'1000','41635172718','2021-10-25 17:39:12',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14149,'4000','41635172718','2021-10-25 17:39:12',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14150,'1110','41635172987','2021-10-25 17:44:01',NULL,12780.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(14151,'5500','41635172987','2021-10-25 17:44:01',12780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14152,'1000','41635172987','2021-10-25 17:44:01',13200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14153,'4000','41635172987','2021-10-25 17:44:01',NULL,13200.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14154,'1110','41635173050','2021-10-25 17:44:57',NULL,1000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14155,'5500','41635173050','2021-10-25 17:44:57',1000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14156,'1000','41635173050','2021-10-25 17:44:57',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14157,'4000','41635173050','2021-10-25 17:44:57',NULL,1600.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14158,'1110','41635173182','2021-10-25 17:46:58',NULL,10500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14159,'5500','41635173182','2021-10-25 17:46:58',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14160,'1000','41635173182','2021-10-25 17:46:58',13300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14161,'4000','41635173182','2021-10-25 17:46:58',NULL,13300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14162,'1110','41635173309','2021-10-25 17:49:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14163,'5500','41635173309','2021-10-25 17:49:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14164,'1000','41635173309','2021-10-25 17:49:03',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14165,'4000','41635173309','2021-10-25 17:49:03',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14166,'1110','41635173377','2021-10-25 17:50:17',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(14167,'1110','41635173377','2021-10-25 17:50:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14168,'5500','41635173377','2021-10-25 17:50:17',182.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14169,'1000','41635173377','2021-10-25 17:50:17',305.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14170,'4000','41635173377','2021-10-25 17:50:17',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(14171,'4000','41635173377','2021-10-25 17:50:17',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14172,'1110','41635173436','2021-10-25 17:51:19',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(14173,'5500','41635173436','2021-10-25 17:51:19',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14174,'1000','41635173436','2021-10-25 17:51:19',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14175,'4000','41635173436','2021-10-25 17:51:19',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(14176,'1110','41635173485','2021-10-25 17:52:42',NULL,7175.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(14177,'5500','41635173485','2021-10-25 17:52:42',7175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14178,'1000','41635173485','2021-10-25 17:52:42',7700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14179,'4000','41635173485','2021-10-25 17:52:42',NULL,7700.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(14180,'1110','41635174365','2021-10-25 18:06:35',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14181,'5500','41635174365','2021-10-25 18:06:35',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14182,'1000','41635174365','2021-10-25 18:06:35',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14183,'4000','41635174365','2021-10-25 18:06:35',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14184,'1110','41635174402','2021-10-25 18:07:55',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14185,'5500','41635174402','2021-10-25 18:07:55',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14186,'1000','41635174402','2021-10-25 18:07:55',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14187,'4000','41635174402','2021-10-25 18:07:55',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14188,'1110','41635174484','2021-10-25 18:11:31',NULL,7560.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(14189,'1110','41635174484','2021-10-25 18:11:31',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(14190,'1110','41635174484','2021-10-25 18:11:31',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14191,'1110','41635174484','2021-10-25 18:11:31',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14192,'5500','41635174484','2021-10-25 18:11:31',11645.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14193,'1000','41635174484','2021-10-25 18:11:31',14850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14194,'4000','41635174484','2021-10-25 18:11:31',NULL,9000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(14195,'4000','41635174484','2021-10-25 18:11:31',NULL,5500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(14196,'4000','41635174484','2021-10-25 18:11:31',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14197,'4000','41635174484','2021-10-25 18:11:31',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14198,'1110','41635251359','2021-10-26 15:31:03',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14199,'5500','41635251359','2021-10-26 15:31:03',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14200,'1000','41635251359','2021-10-26 15:31:03',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14201,'4000','41635251359','2021-10-26 15:31:03',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14202,'1110','41635251469','2021-10-26 15:46:15',NULL,300.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(14203,'5500','41635251469','2021-10-26 15:46:15',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14204,'1000','41635251469','2021-10-26 15:46:15',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14205,'4000','41635251469','2021-10-26 15:46:15',NULL,600.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(14206,'1110','41635252522','2021-10-26 15:55:02',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14207,'1110','41635252522','2021-10-26 15:55:02',NULL,570.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(14208,'1110','41635252522','2021-10-26 15:55:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14209,'1110','41635252522','2021-10-26 15:55:02',NULL,700.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(14210,'5500','41635252522','2021-10-26 15:55:02',11872.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14211,'1000','41635252522','2021-10-26 15:55:02',14150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14212,'4000','41635252522','2021-10-26 15:55:02',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14213,'4000','41635252522','2021-10-26 15:55:02',NULL,900.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14214,'4000','41635252522','2021-10-26 15:55:02',NULL,750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14215,'4000','41635252522','2021-10-26 15:55:02',NULL,1500.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(14216,'1110','41635252912','2021-10-26 15:55:48',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14217,'5500','41635252912','2021-10-26 15:55:48',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14218,'1000','41635252912','2021-10-26 15:55:48',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14219,'4000','41635252912','2021-10-26 15:55:48',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14220,'1110','41635252954','2021-10-26 16:10:59',NULL,480.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(14221,'1110','41635252954','2021-10-26 16:10:59',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14222,'1110','41635252954','2021-10-26 16:10:59',NULL,50.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(14223,'1110','41635252954','2021-10-26 16:10:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14224,'5500','41635252954','2021-10-26 16:10:59',1792.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14225,'1000','41635252954','2021-10-26 16:10:59',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14226,'4000','41635252954','2021-10-26 16:10:59',NULL,800.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(14227,'4000','41635252954','2021-10-26 16:10:59',NULL,4400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14228,'4000','41635252954','2021-10-26 16:10:59',NULL,100.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(14229,'4000','41635252954','2021-10-26 16:10:59',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14230,'1110','41635253919','2021-10-26 16:14:44',NULL,9440.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14231,'5500','41635253919','2021-10-26 16:14:44',9440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14232,'1000','41635253919','2021-10-26 16:14:44',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14233,'4000','41635253919','2021-10-26 16:14:44',NULL,10400.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14234,'1110','41635254109','2021-10-26 16:15:58',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14235,'5500','41635254109','2021-10-26 16:15:58',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14236,'1000','41635254109','2021-10-26 16:15:58',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14237,'4000','41635254109','2021-10-26 16:15:58',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14238,'1110','41635254170','2021-10-26 16:17:17',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14239,'5500','41635254170','2021-10-26 16:17:17',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14240,'1000','41635254170','2021-10-26 16:17:17',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14241,'4000','41635254170','2021-10-26 16:17:17',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14242,'1110','41635254246','2021-10-26 16:18:03',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14243,'5500','41635254246','2021-10-26 16:18:03',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14244,'1000','41635254246','2021-10-26 16:18:03',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14245,'4000','41635254246','2021-10-26 16:18:03',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14246,'1110','41635254296','2021-10-26 17:25:36',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14247,'1110','41635254296','2021-10-26 17:25:36',NULL,380.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14248,'5500','41635254296','2021-10-26 17:25:36',8330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14249,'1000','41635254296','2021-10-26 17:25:36',8850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14250,'4000','41635254296','2021-10-26 17:25:36',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14251,'4000','41635254296','2021-10-26 17:25:36',NULL,600.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14252,'1110','41635260068','2021-10-26 17:57:44',NULL,620.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(14253,'1110','41635260068','2021-10-26 17:57:44',NULL,150.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14254,'5500','41635260068','2021-10-26 17:57:44',770.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14255,'1000','41635260068','2021-10-26 17:57:44',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14256,'4000','41635260068','2021-10-26 17:57:44',NULL,1050.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(14257,'4000','41635260068','2021-10-26 17:57:44',NULL,450.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14258,'1110','41635260278','2021-10-26 17:59:31',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(14259,'5500','41635260278','2021-10-26 17:59:31',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14260,'1000','41635260278','2021-10-26 17:59:31',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14261,'4000','41635260278','2021-10-26 17:59:31',NULL,500.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(14262,'1110','41635260376','2021-10-26 18:03:42',NULL,2800.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(14263,'1110','41635260376','2021-10-26 18:03:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14264,'1110','41635260376','2021-10-26 18:03:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(14265,'5500','41635260376','2021-10-26 18:03:42',2980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14266,'1000','41635260376','2021-10-26 18:03:42',4150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14267,'4000','41635260376','2021-10-26 18:03:42',NULL,3400.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14268,'4000','41635260376','2021-10-26 18:03:42',NULL,650.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14269,'4000','41635260376','2021-10-26 18:03:42',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(14270,'1110','41635260856','2021-10-26 18:08:22',NULL,1200.00,'','4','1','Inventory sold','1','','sales','159','','No',NULL,NULL,''),(14271,'5500','41635260856','2021-10-26 18:08:22',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14272,'1000','41635260856','2021-10-26 18:08:22',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14273,'4000','41635260856','2021-10-26 18:08:22',NULL,2400.00,'','4','1','Good sold','1','','sales','159','','No',NULL,NULL,''),(14274,'1110','41635337638','2021-10-27 15:42:14',NULL,4320.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(14275,'1110','41635337638','2021-10-27 15:42:14',NULL,260.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(14276,'1110','41635337638','2021-10-27 15:42:14',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14277,'5500','41635337638','2021-10-27 15:42:14',4790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14278,'1000','41635337638','2021-10-27 15:42:14',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14279,'4000','41635337638','2021-10-27 15:42:14',NULL,4800.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(14280,'4000','41635337638','2021-10-27 15:42:14',NULL,400.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(14281,'4000','41635337638','2021-10-27 15:42:14',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14282,'1110','41635338540','2021-10-27 15:45:05',NULL,1125.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(14283,'1110','41635338540','2021-10-27 15:45:05',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14284,'1110','41635338540','2021-10-27 15:45:05',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(14285,'5500','41635338540','2021-10-27 15:45:05',2585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14286,'1000','41635338540','2021-10-27 15:45:05',4475.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14287,'4000','41635338540','2021-10-27 15:45:05',NULL,1875.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(14288,'4000','41635338540','2021-10-27 15:45:05',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14289,'4000','41635338540','2021-10-27 15:45:05',NULL,400.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(14290,'1110','41635338726','2021-10-27 15:46:02',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14291,'5500','41635338726','2021-10-27 15:46:02',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14292,'1000','41635338726','2021-10-27 15:46:02',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14293,'4000','41635338726','2021-10-27 15:46:02',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14294,'1110','41635338767','2021-10-27 15:50:21',NULL,4650.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(14295,'1110','41635338767','2021-10-27 15:50:21',NULL,2500.00,'','4','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(14296,'1110','41635338767','2021-10-27 15:50:21',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(14297,'5500','41635338767','2021-10-27 15:50:21',8450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14298,'1000','41635338767','2021-10-27 15:50:21',11975.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14299,'4000','41635338767','2021-10-27 15:50:21',NULL,6375.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14300,'4000','41635338767','2021-10-27 15:50:21',NULL,3800.00,'','4','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(14301,'4000','41635338767','2021-10-27 15:50:21',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(14302,'1110','41635339990','2021-10-27 16:58:59',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14303,'1110','41635339990','2021-10-27 16:58:59',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14304,'1110','41635339990','2021-10-27 16:58:59',NULL,1200.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14305,'5500','41635339990','2021-10-27 16:58:59',2250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14306,'1000','41635339990','2021-10-27 16:58:59',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14307,'4000','41635339990','2021-10-27 16:58:59',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14308,'4000','41635339990','2021-10-27 16:58:59',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14309,'4000','41635339990','2021-10-27 16:58:59',NULL,1600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14310,'1110','41635343159','2021-10-27 17:01:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14311,'5500','41635343159','2021-10-27 17:01:29',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14312,'1000','41635343159','2021-10-27 17:01:29',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14313,'4000','41635343159','2021-10-27 17:01:29',NULL,200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14314,'1110','41635343367','2021-10-27 17:04:24',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14315,'5500','41635343367','2021-10-27 17:04:24',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14316,'1000','41635343367','2021-10-27 17:04:24',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14317,'4000','41635343367','2021-10-27 17:04:24',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14318,'1110','41635343780','2021-10-27 17:10:18',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14319,'5500','41635343780','2021-10-27 17:10:18',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14320,'1000','41635343780','2021-10-27 17:10:18',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14321,'4000','41635343780','2021-10-27 17:10:18',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14322,'1110','41635343824','2021-10-27 17:11:40',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14323,'1110','41635343824','2021-10-27 17:11:40',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14324,'1110','41635343824','2021-10-27 17:11:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14325,'5500','41635343824','2021-10-27 17:11:40',1692.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14326,'1000','41635343824','2021-10-27 17:11:40',2150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14327,'4000','41635343824','2021-10-27 17:11:40',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14328,'4000','41635343824','2021-10-27 17:11:40',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14329,'4000','41635343824','2021-10-27 17:11:40',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14330,'1110','41635433202','2021-10-28 18:00:53',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14331,'5500','41635433202','2021-10-28 18:00:53',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14332,'1000','41635433202','2021-10-28 18:00:53',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14333,'4000','41635433202','2021-10-28 18:00:53',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14334,'1110','41635433272','2021-10-28 18:01:47',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14335,'5500','41635433272','2021-10-28 18:01:47',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14336,'1000','41635433272','2021-10-28 18:01:47',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14337,'4000','41635433272','2021-10-28 18:01:47',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14338,'1110','41635433313','2021-10-28 18:03:14',NULL,3000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14339,'5500','41635433313','2021-10-28 18:03:14',3000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14340,'1000','41635433313','2021-10-28 18:03:14',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14341,'4000','41635433313','2021-10-28 18:03:14',NULL,4000.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14342,'1110','41635433401','2021-10-28 18:04:45',NULL,4240.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14343,'1110','41635433401','2021-10-28 18:04:45',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14344,'5500','41635433401','2021-10-28 18:04:45',4244.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14345,'1000','41635433401','2021-10-28 18:04:45',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14346,'4000','41635433401','2021-10-28 18:04:45',NULL,4400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14347,'4000','41635433401','2021-10-28 18:04:45',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14348,'1110','41635433526','2021-10-28 18:06:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14349,'1110','41635433526','2021-10-28 18:06:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14350,'5500','41635433526','2021-10-28 18:06:24',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14351,'1000','41635433526','2021-10-28 18:06:24',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14352,'4000','41635433526','2021-10-28 18:06:24',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14353,'4000','41635433526','2021-10-28 18:06:24',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14354,'1110','41635433597','2021-10-28 18:09:29',NULL,4500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14355,'1110','41635433597','2021-10-28 18:09:29',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14356,'1110','41635433597','2021-10-28 18:09:29',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14357,'5500','41635433597','2021-10-28 18:09:29',4680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14358,'1000','41635433597','2021-10-28 18:09:29',6100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14359,'4000','41635433597','2021-10-28 18:09:29',NULL,5850.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14360,'4000','41635433597','2021-10-28 18:09:29',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14361,'4000','41635433597','2021-10-28 18:09:29',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14362,'1110','41635433774','2021-10-28 18:14:59',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(14363,'1110','41635433774','2021-10-28 18:14:59',NULL,600.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(14364,'1110','41635433774','2021-10-28 18:14:59',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14365,'1110','41635433774','2021-10-28 18:14:59',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(14366,'1110','41635433774','2021-10-28 18:14:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14367,'5500','41635433774','2021-10-28 18:14:59',1995.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14368,'1000','41635433774','2021-10-28 18:14:59',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14369,'4000','41635433774','2021-10-28 18:14:59',NULL,1800.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(14370,'4000','41635433774','2021-10-28 18:14:59',NULL,900.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(14371,'4000','41635433774','2021-10-28 18:14:59',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14372,'4000','41635433774','2021-10-28 18:14:59',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(14373,'4000','41635433774','2021-10-28 18:14:59',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14374,'1110','41635434120','2021-10-28 18:16:17',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14375,'5500','41635434120','2021-10-28 18:16:17',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14376,'1000','41635434120','2021-10-28 18:16:17',2550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14377,'4000','41635434120','2021-10-28 18:16:17',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14378,'1110','41635434183','2021-10-28 18:19:06',NULL,4280.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14379,'1110','41635434183','2021-10-28 18:19:06',NULL,380.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(14380,'1110','41635434183','2021-10-28 18:19:06',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14381,'5500','41635434183','2021-10-28 18:19:06',4780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14382,'1000','41635434183','2021-10-28 18:19:06',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14383,'4000','41635434183','2021-10-28 18:19:06',NULL,5000.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14384,'4000','41635434183','2021-10-28 18:19:06',NULL,600.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14385,'4000','41635434183','2021-10-28 18:19:06',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14386,'1110','41635434358','2021-10-28 18:20:14',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(14387,'5500','41635434358','2021-10-28 18:20:14',640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14388,'1000','41635434358','2021-10-28 18:20:14',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14389,'4000','41635434358','2021-10-28 18:20:14',NULL,1000.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(14390,'1110','41635434419','2021-10-28 18:20:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14391,'5500','41635434419','2021-10-28 18:20:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14392,'1000','41635434419','2021-10-28 18:20:48',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14393,'4000','41635434419','2021-10-28 18:20:48',NULL,400.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14394,'1110','41635434466','2021-10-28 18:22:18',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14395,'5500','41635434466','2021-10-28 18:22:18',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14396,'1000','41635434466','2021-10-28 18:22:18',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14397,'4000','41635434466','2021-10-28 18:22:18',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14398,'1110','41635434546','2021-10-28 18:24:11',NULL,150.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(14399,'1110','41635434546','2021-10-28 18:24:11',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(14400,'5500','41635434546','2021-10-28 18:24:11',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14401,'1000','41635434546','2021-10-28 18:24:11',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14402,'4000','41635434546','2021-10-28 18:24:11',NULL,200.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(14403,'4000','41635434546','2021-10-28 18:24:11',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(14404,'1110','41635434667','2021-10-28 18:25:01',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14405,'5500','41635434667','2021-10-28 18:25:01',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14406,'1000','41635434667','2021-10-28 18:25:01',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14407,'4000','41635434667','2021-10-28 18:25:01',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14408,'1110','41635434717','2021-10-28 18:25:51',NULL,450.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(14409,'5500','41635434717','2021-10-28 18:25:51',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14410,'1000','41635434717','2021-10-28 18:25:51',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14411,'4000','41635434717','2021-10-28 18:25:51',NULL,600.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(14412,'1110','41635500518','2021-10-29 12:45:07',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14413,'5500','41635500518','2021-10-29 12:45:07',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14414,'1000','41635500518','2021-10-29 12:45:07',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14415,'4000','41635500518','2021-10-29 12:45:07',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14416,'1110','41635500727','2021-10-29 12:48:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14417,'5500','41635500727','2021-10-29 12:48:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14418,'1000','41635500727','2021-10-29 12:48:18',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14419,'4000','41635500727','2021-10-29 12:48:18',NULL,70.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14420,'1110','41635500918','2021-10-29 12:49:51',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(14421,'5500','41635500918','2021-10-29 12:49:51',3800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14422,'1000','41635500918','2021-10-29 12:49:51',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14423,'4000','41635500918','2021-10-29 12:49:51',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(14424,'1110','41635501000','2021-10-29 12:56:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14425,'5500','41635501000','2021-10-29 12:56:15',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14426,'1000','41635501000','2021-10-29 12:56:15',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14427,'4000','41635501000','2021-10-29 12:56:15',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14428,'1110','41635501661','2021-10-29 13:02:19',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(14429,'5500','41635501661','2021-10-29 13:02:19',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14430,'1000','41635501661','2021-10-29 13:02:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14431,'4000','41635501661','2021-10-29 13:02:19',NULL,400.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(14432,'1110','41635501744','2021-10-29 13:03:08',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(14433,'5500','41635501744','2021-10-29 13:03:08',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14434,'1000','41635501744','2021-10-29 13:03:08',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14435,'4000','41635501744','2021-10-29 13:03:08',NULL,3400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14436,'1110','41635501793','2021-10-29 13:04:19',NULL,4920.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(14437,'5500','41635501793','2021-10-29 13:04:19',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14438,'1000','41635501793','2021-10-29 13:04:19',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14439,'4000','41635501793','2021-10-29 13:04:19',NULL,5200.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(14440,'1110','41635501912','2021-10-29 13:05:32',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14441,'5500','41635501912','2021-10-29 13:05:32',560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14442,'1000','41635501912','2021-10-29 13:05:32',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14443,'4000','41635501912','2021-10-29 13:05:32',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14444,'1110','41635512757','2021-10-29 16:07:23',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(14445,'5500','41635512757','2021-10-29 16:07:23',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14446,'1000','41635512757','2021-10-29 16:07:23',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14447,'4000','41635512757','2021-10-29 16:07:23',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(14448,'1110','41635512854','2021-10-29 16:34:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14449,'5500','41635512854','2021-10-29 16:34:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14450,'1000','41635512854','2021-10-29 16:34:28',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14451,'4000','41635512854','2021-10-29 16:34:28',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14452,'1110','41635514488','2021-10-29 16:35:18',NULL,3710.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14453,'5500','41635514488','2021-10-29 16:35:18',3710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14454,'1000','41635514488','2021-10-29 16:35:18',3850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14455,'4000','41635514488','2021-10-29 16:35:18',NULL,3850.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14456,'1110','41635514523','2021-10-29 16:36:15',NULL,975.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(14457,'5500','41635514523','2021-10-29 16:36:15',975.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14458,'1000','41635514523','2021-10-29 16:36:15',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14459,'4000','41635514523','2021-10-29 16:36:15',NULL,1200.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(14460,'1110','41635514584','2021-10-29 16:37:22',NULL,13050.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14461,'5500','41635514584','2021-10-29 16:37:22',13050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14462,'1000','41635514584','2021-10-29 16:37:22',15300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14463,'4000','41635514584','2021-10-29 16:37:22',NULL,15300.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14464,'1110','41635514667','2021-10-29 16:39:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14465,'5500','41635514667','2021-10-29 16:39:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14466,'1000','41635514667','2021-10-29 16:39:58',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14467,'4000','41635514667','2021-10-29 16:39:58',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14468,'1110','41635514851','2021-10-29 16:41:26',NULL,1500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14469,'5500','41635514851','2021-10-29 16:41:26',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14470,'1000','41635514851','2021-10-29 16:41:26',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14471,'4000','41635514851','2021-10-29 16:41:26',NULL,1900.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14472,'1110','41635514892','2021-10-29 16:42:47',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14473,'5500','41635514892','2021-10-29 16:42:47',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14474,'1000','41635514892','2021-10-29 16:42:47',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14475,'4000','41635514892','2021-10-29 16:42:47',NULL,2000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14476,'1110','41635514974','2021-10-29 16:43:51',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14477,'5500','41635514974','2021-10-29 16:43:51',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14478,'1000','41635514974','2021-10-29 16:43:51',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14479,'4000','41635514974','2021-10-29 16:43:51',NULL,800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14480,'1110','41635515038','2021-10-29 16:44:28',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14481,'5500','41635515038','2021-10-29 16:44:28',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14482,'1000','41635515038','2021-10-29 16:44:28',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14483,'4000','41635515038','2021-10-29 16:44:28',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14484,'1110','41635515072','2021-10-29 16:46:34',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(14485,'1110','41635515072','2021-10-29 16:46:34',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14486,'1110','41635515072','2021-10-29 16:46:34',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(14487,'1110','41635515072','2021-10-29 16:46:34',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(14488,'5500','41635515072','2021-10-29 16:46:34',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14489,'1000','41635515072','2021-10-29 16:46:34',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14490,'4000','41635515072','2021-10-29 16:46:34',NULL,700.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(14491,'4000','41635515072','2021-10-29 16:46:34',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14492,'4000','41635515072','2021-10-29 16:46:34',NULL,250.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14493,'4000','41635515072','2021-10-29 16:46:34',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(14494,'1110','41635515204','2021-10-29 16:47:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14495,'5500','41635515204','2021-10-29 16:47:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14496,'1000','41635515204','2021-10-29 16:47:26',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14497,'4000','41635515204','2021-10-29 16:47:26',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14498,'1110','41635598839','2021-10-30 16:02:20',NULL,275.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(14499,'1110','41635598839','2021-10-30 16:02:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14500,'5500','41635598839','2021-10-30 16:02:20',277.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14501,'1000','41635598839','2021-10-30 16:02:20',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14502,'4000','41635598839','2021-10-30 16:02:20',NULL,400.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(14503,'4000','41635598839','2021-10-30 16:02:20',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14504,'1110','41635598945','2021-10-30 16:03:24',NULL,1800.00,'','4','1','Inventory sold','1','','sales','314','','No',NULL,NULL,''),(14505,'5500','41635598945','2021-10-30 16:03:24',1800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14506,'1000','41635598945','2021-10-30 16:03:24',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14507,'4000','41635598945','2021-10-30 16:03:24',NULL,3400.00,'','4','1','Good sold','1','','sales','314','','No',NULL,NULL,''),(14508,'1110','41635599020','2021-10-30 16:05:12',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(14509,'1110','41635599020','2021-10-30 16:05:12',NULL,850.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(14510,'5500','41635599020','2021-10-30 16:05:12',3750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14511,'1000','41635599020','2021-10-30 16:05:12',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14512,'4000','41635599020','2021-10-30 16:05:12',NULL,3300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14513,'4000','41635599020','2021-10-30 16:05:12',NULL,1200.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(14514,'1110','41635599118','2021-10-30 16:07:18',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14515,'5500','41635599118','2021-10-30 16:07:18',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14516,'1000','41635599118','2021-10-30 16:07:18',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14517,'4000','41635599118','2021-10-30 16:07:18',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14518,'1110','41635599243','2021-10-30 16:10:41',NULL,6250.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(14519,'1110','41635599243','2021-10-30 16:10:41',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14520,'1110','41635599243','2021-10-30 16:10:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14521,'1110','41635599243','2021-10-30 16:10:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14522,'5500','41635599243','2021-10-30 16:10:41',6865.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14523,'1000','41635599243','2021-10-30 16:10:41',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14524,'4000','41635599243','2021-10-30 16:10:41',NULL,8500.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(14525,'4000','41635599243','2021-10-30 16:10:41',NULL,460.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14526,'4000','41635599243','2021-10-30 16:10:41',NULL,360.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14527,'4000','41635599243','2021-10-30 16:10:41',NULL,180.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14528,'1110','41635599456','2021-10-30 16:14:40',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(14529,'1110','41635599456','2021-10-30 16:14:40',NULL,325.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(14530,'1110','41635599456','2021-10-30 16:14:40',NULL,1550.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(14531,'5500','41635599456','2021-10-30 16:14:40',1965.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14532,'1000','41635599456','2021-10-30 16:14:40',2650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14533,'4000','41635599456','2021-10-30 16:14:40',NULL,150.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(14534,'4000','41635599456','2021-10-30 16:14:40',NULL,500.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(14535,'4000','41635599456','2021-10-30 16:14:40',NULL,2000.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(14536,'1110','41635599692','2021-10-30 16:17:41',NULL,1500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14537,'5500','41635599692','2021-10-30 16:17:41',1500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14538,'1000','41635599692','2021-10-30 16:17:41',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14539,'4000','41635599692','2021-10-30 16:17:41',NULL,1950.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14540,'1110','41635599871','2021-10-30 16:27:38',NULL,195.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(14541,'5500','41635599871','2021-10-30 16:27:38',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14542,'1000','41635599871','2021-10-30 16:27:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14543,'4000','41635599871','2021-10-30 16:27:38',NULL,499.98,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(14544,'1110','41635600470','2021-10-30 16:29:15',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(14545,'1110','41635600470','2021-10-30 16:29:15',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14546,'5500','41635600470','2021-10-30 16:29:15',3852.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14547,'1000','41635600470','2021-10-30 16:29:15',4800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14548,'4000','41635600470','2021-10-30 16:29:15',NULL,4700.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(14549,'4000','41635600470','2021-10-30 16:29:15',NULL,100.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14550,'1110','41635600565','2021-10-30 16:30:15',NULL,1140.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14551,'5500','41635600565','2021-10-30 16:30:15',1140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14552,'1000','41635600565','2021-10-30 16:30:15',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14553,'4000','41635600565','2021-10-30 16:30:15',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14554,'1110','41635605795','2021-10-30 17:58:32',NULL,800.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14555,'5500','41635605795','2021-10-30 17:58:32',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14556,'1000','41635605795','2021-10-30 17:58:32',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14557,'4000','41635605795','2021-10-30 17:58:32',NULL,1200.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14558,'1110','41635775329','2021-11-01 17:37:19',NULL,1350.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14559,'1110','41635775329','2021-11-01 17:37:19',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14560,'1110','41635775329','2021-11-01 17:37:19',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14561,'1110','41635775329','2021-11-01 17:37:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14562,'5500','41635775329','2021-11-01 17:37:19',1922.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14563,'1000','41635775329','2021-11-01 17:37:19',3450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14564,'4000','41635775329','2021-11-01 17:37:19',NULL,2550.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14565,'4000','41635775329','2021-11-01 17:37:19',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14566,'4000','41635775329','2021-11-01 17:37:19',NULL,600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14567,'4000','41635775329','2021-11-01 17:37:19',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14568,'1110','41635777444','2021-11-01 17:43:00',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14569,'1110','41635777444','2021-11-01 17:43:00',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14570,'1110','41635777444','2021-11-01 17:43:00',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14571,'5500','41635777444','2021-11-01 17:43:00',5615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14572,'1000','41635777444','2021-11-01 17:43:00',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14573,'4000','41635777444','2021-11-01 17:43:00',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14574,'4000','41635777444','2021-11-01 17:43:00',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14575,'4000','41635777444','2021-11-01 17:43:00',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14576,'1110','41635777785','2021-11-01 17:54:29',NULL,9840.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(14577,'1110','41635777785','2021-11-01 17:54:29',NULL,500.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14578,'1110','41635777785','2021-11-01 17:54:29',NULL,2170.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(14579,'5500','41635777785','2021-11-01 17:54:29',12510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14580,'1000','41635777785','2021-11-01 17:54:29',14400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14581,'4000','41635777785','2021-11-01 17:54:29',NULL,10400.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(14582,'4000','41635777785','2021-11-01 17:54:29',NULL,1000.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14583,'4000','41635777785','2021-11-01 17:54:29',NULL,2999.99,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14584,'1110','41635778480','2021-11-01 17:59:18',NULL,2260.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(14585,'1110','41635778480','2021-11-01 17:59:18',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14586,'1110','41635778480','2021-11-01 17:59:18',NULL,140.00,'','4','1','Inventory sold','1','','sales','289','','No',NULL,NULL,''),(14587,'5500','41635778480','2021-11-01 17:59:18',2960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14588,'1000','41635778480','2021-11-01 17:59:18',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14589,'4000','41635778480','2021-11-01 17:59:18',NULL,3000.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(14590,'4000','41635778480','2021-11-01 17:59:18',NULL,600.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14591,'4000','41635778480','2021-11-01 17:59:18',NULL,400.00,'','4','1','Good sold','1','','sales','289','','No',NULL,NULL,''),(14592,'1110','41635778769','2021-11-01 18:00:37',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14593,'1110','41635778769','2021-11-01 18:00:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14594,'5500','41635778769','2021-11-01 18:00:37',532.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14595,'1000','41635778769','2021-11-01 18:00:37',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14596,'4000','41635778769','2021-11-01 18:00:37',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14597,'4000','41635778769','2021-11-01 18:00:37',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14598,'1110','41635778852','2021-11-01 18:06:29',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14599,'1110','41635778852','2021-11-01 18:06:29',NULL,120.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14600,'5500','41635778852','2021-11-01 18:06:29',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14601,'1000','41635778852','2021-11-01 18:06:29',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14602,'4000','41635778852','2021-11-01 18:06:29',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14603,'4000','41635778852','2021-11-01 18:06:29',NULL,150.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14604,'1110','41635779196','2021-11-01 18:06:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14605,'5500','41635779196','2021-11-01 18:06:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14606,'1000','41635779196','2021-11-01 18:06:58',75.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14607,'4000','41635779196','2021-11-01 18:06:58',NULL,75.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14608,'1110','41635779230','2021-11-01 08:34:51',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(14609,'1110','41635779230','2021-11-01 08:34:51',NULL,1780.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(14610,'5500','41635779230','2021-11-01 08:34:51',4975.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14611,'1000','41635779230','2021-11-01 08:34:51',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14612,'4000','41635779230','2021-11-01 08:34:51',NULL,3300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14613,'4000','41635779230','2021-11-01 08:34:51',NULL,1900.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14614,'1110','41635831346','2021-11-01 08:39:00',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(14615,'1110','41635831346','2021-11-01 08:39:00',NULL,6400.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14616,'1110','41635831346','2021-11-01 08:39:00',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(14617,'1110','41635831346','2021-11-01 08:39:00',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14618,'5500','41635831346','2021-11-01 08:39:00',7870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14619,'1000','41635831346','2021-11-01 08:39:00',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14620,'4000','41635831346','2021-11-01 08:39:00',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(14621,'4000','41635831346','2021-11-01 08:39:00',NULL,7000.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14622,'4000','41635831346','2021-11-01 08:39:00',NULL,1600.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(14623,'4000','41635831346','2021-11-01 08:39:00',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14624,'1110','41635831559','2021-11-01 08:40:19',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(14625,'5500','41635831559','2021-11-01 08:40:19',3210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14626,'1000','41635831559','2021-11-01 08:40:19',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14627,'4000','41635831559','2021-11-01 08:40:19',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(14628,'1110','41635831638','2021-11-01 08:44:56',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(14629,'1110','41635831638','2021-11-01 08:44:56',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14630,'5500','41635831638','2021-11-01 08:44:56',425.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14631,'1000','41635831638','2021-11-01 08:44:56',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14632,'4000','41635831638','2021-11-01 08:44:56',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(14633,'4000','41635831638','2021-11-01 08:44:56',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14634,'1110','41635831907','2021-11-01 09:16:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14635,'1110','41635831907','2021-11-01 09:16:26',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14636,'1110','41635831907','2021-11-01 09:16:26',NULL,60.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(14637,'1110','41635831907','2021-11-01 09:16:26',NULL,240.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(14638,'1110','41635831907','2021-11-01 09:16:26',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(14639,'1110','41635831907','2021-11-01 09:16:26',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14640,'1110','41635831907','2021-11-01 09:16:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14641,'5500','41635831907','2021-11-01 09:16:26',1480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14642,'1000','41635831907','2021-11-01 09:16:26',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14643,'4000','41635831907','2021-11-01 09:16:26',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14644,'4000','41635831907','2021-11-01 09:16:26',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14645,'4000','41635831907','2021-11-01 09:16:26',NULL,150.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(14646,'4000','41635831907','2021-11-01 09:16:26',NULL,400.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(14647,'4000','41635831907','2021-11-01 09:16:26',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(14648,'4000','41635831907','2021-11-01 09:16:26',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14649,'4000','41635831907','2021-11-01 09:16:26',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14650,'1110','41635834503','2021-10-30 09:29:24',NULL,725.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14651,'5500','41635834503','2021-10-30 09:29:24',725.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14652,'1000','41635834503','2021-10-30 09:29:24',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14653,'4000','41635834503','2021-10-30 09:29:24',NULL,850.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14654,'1110','41635834596','2021-10-30 09:31:00',NULL,900.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14655,'1110','41635834596','2021-10-30 09:31:00',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14656,'5500','41635834596','2021-10-30 09:31:00',940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14657,'1000','41635834596','2021-10-30 09:31:00',1850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14658,'4000','41635834596','2021-10-30 09:31:00',NULL,1700.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14659,'4000','41635834596','2021-10-30 09:31:00',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14660,'1110','41635834683','2021-10-30 09:33:25',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14661,'1110','41635834683','2021-10-30 09:33:25',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(14662,'1110','41635834683','2021-10-30 09:33:25',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(14663,'5500','41635834683','2021-10-30 09:33:25',1880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14664,'1000','41635834683','2021-10-30 09:33:25',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14665,'4000','41635834683','2021-10-30 09:33:25',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14666,'4000','41635834683','2021-10-30 09:33:25',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(14667,'4000','41635834683','2021-10-30 09:33:25',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(14668,'1110','41635834828','2021-10-30 09:34:39',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14669,'1110','41635834828','2021-10-30 09:34:39',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14670,'5500','41635834828','2021-10-30 09:34:39',5960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14671,'1000','41635834828','2021-10-30 09:34:39',6900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14672,'4000','41635834828','2021-10-30 09:34:39',NULL,6500.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14673,'4000','41635834828','2021-10-30 09:34:39',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14674,'1110','41635835335','2021-10-30 09:45:25',NULL,12000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14675,'1110','41635835335','2021-10-30 09:45:25',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14676,'1110','41635835335','2021-10-30 09:45:25',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14677,'1110','41635835335','2021-10-30 09:45:25',NULL,420.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14678,'1110','41635835335','2021-10-30 09:45:25',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14679,'5500','41635835335','2021-10-30 09:45:25',13545.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14680,'1000','41635835335','2021-10-30 09:45:25',17340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14681,'4000','41635835335','2021-10-30 09:45:25',NULL,14720.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14682,'4000','41635835335','2021-10-30 09:45:25',NULL,540.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14683,'4000','41635835335','2021-10-30 09:45:25',NULL,360.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14684,'4000','41635835335','2021-10-30 09:45:25',NULL,720.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14685,'4000','41635835335','2021-10-30 09:45:25',NULL,1000.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14686,'1110','41635835538','2021-10-30 09:49:20',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14687,'1110','41635835538','2021-10-30 09:49:20',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(14688,'1110','41635835538','2021-10-30 09:49:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14689,'5500','41635835538','2021-10-30 09:49:20',187.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14690,'1000','41635835538','2021-10-30 09:49:20',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14691,'4000','41635835538','2021-10-30 09:49:20',NULL,450.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14692,'4000','41635835538','2021-10-30 09:49:20',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(14693,'4000','41635835538','2021-10-30 09:49:20',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14694,'1110','41635835788','2021-11-02 09:51:43',NULL,9540.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14695,'5500','41635835788','2021-11-02 09:51:43',9540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14696,'1000','41635835788','2021-11-02 09:51:43',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14697,'4000','41635835788','2021-11-02 09:51:43',NULL,9900.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14698,'1110','41635835907','2021-11-02 09:52:45',NULL,5830.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14699,'5500','41635835907','2021-11-02 09:52:45',5830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14700,'1000','41635835907','2021-11-02 09:52:45',6050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14701,'4000','41635835907','2021-11-02 09:52:45',NULL,6050.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14702,'1110','41635835970','2021-11-02 09:58:41',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14703,'1110','41635835970','2021-11-02 09:58:41',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14704,'5500','41635835970','2021-11-02 09:58:41',11790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14705,'1000','41635835970','2021-11-02 09:58:41',13600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14706,'4000','41635835970','2021-11-02 09:58:41',NULL,13000.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14707,'4000','41635835970','2021-11-02 09:58:41',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14708,'1110','41635836326','2021-11-02 10:06:46',NULL,620.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14709,'1110','41635836326','2021-11-02 10:06:46',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(14710,'1110','41635836326','2021-11-02 10:06:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14711,'5500','41635836326','2021-11-02 10:06:46',742.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14712,'1000','41635836326','2021-11-02 10:06:46',2475.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14713,'4000','41635836326','2021-11-02 10:06:46',NULL,900.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14714,'4000','41635836326','2021-11-02 10:06:46',NULL,350.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(14715,'4000','41635836326','2021-11-02 10:06:46',NULL,1225.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14716,'1110','41635837068','2021-11-02 10:11:44',NULL,160.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(14717,'5500','41635837068','2021-11-02 10:11:44',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14718,'1000','41635837068','2021-11-02 10:11:44',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14719,'4000','41635837068','2021-11-02 10:11:44',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(14720,'1110','41635854066','2021-11-02 14:55:14',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14721,'5500','41635854066','2021-11-02 14:55:14',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14722,'1000','41635854066','2021-11-02 14:55:14',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14723,'4000','41635854066','2021-11-02 14:55:14',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14724,'1110','41635854123','2021-11-02 14:55:48',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14725,'5500','41635854123','2021-11-02 14:55:48',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14726,'1000','41635854123','2021-11-02 14:55:48',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14727,'4000','41635854123','2021-11-02 14:55:48',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14728,'1110','41635854153','2021-11-02 15:11:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14729,'5500','41635854153','2021-11-02 15:11:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14730,'1000','41635854153','2021-11-02 15:11:43',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14731,'4000','41635854153','2021-11-02 15:11:43',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14732,'1110','41635855129','2021-11-02 15:12:58',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14733,'5500','41635855129','2021-11-02 15:12:58',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14734,'1000','41635855129','2021-11-02 15:12:58',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14735,'4000','41635855129','2021-11-02 15:12:58',NULL,2100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14736,'1110','41635855184','2021-11-02 15:26:03',NULL,2920.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(14737,'1110','41635855184','2021-11-02 15:26:03',NULL,1280.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(14738,'1110','41635855184','2021-11-02 15:26:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14739,'1110','41635855184','2021-11-02 15:26:03',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14740,'1110','41635855184','2021-11-02 15:26:03',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14741,'5500','41635855184','2021-11-02 15:26:03',4890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14742,'1000','41635855184','2021-11-02 15:26:03',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14743,'4000','41635855184','2021-11-02 15:26:03',NULL,3400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(14744,'4000','41635855184','2021-11-02 15:26:03',NULL,2000.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(14745,'4000','41635855184','2021-11-02 15:26:03',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14746,'4000','41635855184','2021-11-02 15:26:03',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14747,'4000','41635855184','2021-11-02 15:26:03',NULL,600.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14748,'1110','41635855990','2021-11-02 15:28:02',NULL,6900.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(14749,'5500','41635855990','2021-11-02 15:28:02',6900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14750,'1000','41635855990','2021-11-02 15:28:02',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14751,'4000','41635855990','2021-11-02 15:28:02',NULL,7999.80,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(14752,'1110','41635856092','2021-11-02 15:29:37',NULL,13845.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(14753,'5500','41635856092','2021-11-02 15:29:37',13845.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14754,'1000','41635856092','2021-11-02 15:29:37',14040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14755,'4000','41635856092','2021-11-02 15:29:37',NULL,14040.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14756,'1110','41635863171','2021-11-02 17:30:39',NULL,640.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14757,'1110','41635863171','2021-11-02 17:30:39',NULL,1070.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14758,'1110','41635863171','2021-11-02 17:30:39',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14759,'1110','41635863171','2021-11-02 17:30:39',NULL,11800.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(14760,'1110','41635863171','2021-11-02 17:30:39',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14761,'5500','41635863171','2021-11-02 17:30:39',24510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14762,'1000','41635863171','2021-11-02 17:30:39',26850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14763,'4000','41635863171','2021-11-02 17:30:39',NULL,750.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14764,'4000','41635863171','2021-11-02 17:30:39',NULL,1200.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14765,'4000','41635863171','2021-11-02 17:30:39',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14766,'4000','41635863171','2021-11-02 17:30:39',NULL,13000.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(14767,'4000','41635863171','2021-11-02 17:30:39',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14768,'1110','41635863457','2021-11-02 17:31:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14769,'5500','41635863457','2021-11-02 17:31:42',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14770,'1000','41635863457','2021-11-02 17:31:42',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14771,'4000','41635863457','2021-11-02 17:31:42',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14772,'1110','41635945708','2021-11-03 16:22:41',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(14773,'5500','41635945708','2021-11-03 16:22:41',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14774,'1000','41635945708','2021-11-03 16:22:41',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14775,'4000','41635945708','2021-11-03 16:22:41',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(14776,'1110','41635945765','2021-11-03 16:26:17',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(14777,'1110','41635945765','2021-11-03 16:26:17',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14778,'5500','41635945765','2021-11-03 16:26:17',3980.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14779,'1000','41635945765','2021-11-03 16:26:17',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14780,'4000','41635945765','2021-11-03 16:26:17',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(14781,'4000','41635945765','2021-11-03 16:26:17',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14782,'1110','41635945985','2021-11-03 16:32:24',NULL,9790.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(14783,'1110','41635945985','2021-11-03 16:32:24',NULL,950.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14784,'1110','41635945985','2021-11-03 16:32:24',NULL,120.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14785,'1110','41635945985','2021-11-03 16:32:24',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14786,'5500','41635945985','2021-11-03 16:32:24',11490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14787,'1000','41635945985','2021-11-03 16:32:24',13450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14788,'4000','41635945985','2021-11-03 16:32:24',NULL,10450.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(14789,'4000','41635945985','2021-11-03 16:32:24',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14790,'4000','41635945985','2021-11-03 16:32:24',NULL,600.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14791,'4000','41635945985','2021-11-03 16:32:24',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14792,'1110','41635946349','2021-11-03 16:33:03',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14793,'5500','41635946349','2021-11-03 16:33:03',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14794,'1000','41635946349','2021-11-03 16:33:03',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14795,'4000','41635946349','2021-11-03 16:33:03',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14796,'1110','41635946388','2021-11-03 16:33:58',NULL,7380.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(14797,'5500','41635946388','2021-11-03 16:33:58',7380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14798,'1000','41635946388','2021-11-03 16:33:58',7800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14799,'4000','41635946388','2021-11-03 16:33:58',NULL,7800.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(14800,'1110','41635946448','2021-11-03 16:36:23',NULL,575.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(14801,'5500','41635946448','2021-11-03 16:36:23',575.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14802,'1000','41635946448','2021-11-03 16:36:23',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14803,'4000','41635946448','2021-11-03 16:36:23',NULL,650.00,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(14804,'1110','41635946588','2021-11-03 16:37:03',NULL,6000.00,'','4','1','Inventory sold','1','','sales','318','','No',NULL,NULL,''),(14805,'5500','41635946588','2021-11-03 16:37:03',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14806,'1000','41635946588','2021-11-03 16:37:03',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14807,'4000','41635946588','2021-11-03 16:37:03',NULL,8000.00,'','4','1','Good sold','1','','sales','318','','No',NULL,NULL,''),(14808,'1110','41635946630','2021-11-03 16:39:28',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14809,'1110','41635946630','2021-11-03 16:39:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14810,'5500','41635946630','2021-11-03 16:39:28',527.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14811,'1000','41635946630','2021-11-03 16:39:28',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14812,'4000','41635946630','2021-11-03 16:39:28',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14813,'4000','41635946630','2021-11-03 16:39:28',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14814,'1110','41635946777','2021-11-03 16:50:25',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14815,'5500','41635946777','2021-11-03 16:50:25',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14816,'1000','41635946777','2021-11-03 16:50:25',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14817,'4000','41635946777','2021-11-03 16:50:25',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14818,'1110','41635947430','2021-11-03 16:55:30',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14819,'1110','41635947430','2021-11-03 16:55:30',NULL,90.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14820,'1110','41635947430','2021-11-03 16:55:30',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(14821,'5500','41635947430','2021-11-03 16:55:30',5870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14822,'1000','41635947430','2021-11-03 16:55:30',7250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14823,'4000','41635947430','2021-11-03 16:55:30',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14824,'4000','41635947430','2021-11-03 16:55:30',NULL,650.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14825,'4000','41635947430','2021-11-03 16:55:30',NULL,200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(14826,'1110','41635947736','2021-11-03 17:04:24',NULL,1500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14827,'1110','41635947736','2021-11-03 17:04:24',NULL,640.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14828,'5500','41635947736','2021-11-03 17:04:24',2140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14829,'1000','41635947736','2021-11-03 17:04:24',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14830,'4000','41635947736','2021-11-03 17:04:24',NULL,1950.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14831,'4000','41635947736','2021-11-03 17:04:24',NULL,750.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14832,'1110','41635948332','2021-11-03 17:43:20',NULL,6000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(14833,'5500','41635948332','2021-11-03 17:43:20',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14834,'1000','41635948332','2021-11-03 17:43:20',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14835,'4000','41635948332','2021-11-03 17:43:20',NULL,6000.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(14836,'1110','41635951892','2021-11-03 18:06:23',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14837,'5500','41635951892','2021-11-03 18:06:23',1890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14838,'1000','41635951892','2021-11-03 18:06:23',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14839,'4000','41635951892','2021-11-03 18:06:23',NULL,2400.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14840,'1110','41636017582','2021-11-04 12:28:51',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14841,'1110','41636017582','2021-11-04 12:28:51',NULL,1875.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(14842,'1110','41636017582','2021-11-04 12:28:51',NULL,600.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14843,'1110','41636017582','2021-11-04 12:28:51',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14844,'1110','41636017582','2021-11-04 12:28:51',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14845,'1110','41636017582','2021-11-04 12:28:51',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14846,'1110','41636017582','2021-11-04 12:28:51',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14847,'5500','41636017582','2021-11-04 12:28:51',8615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14848,'1000','41636017582','2021-11-04 12:28:51',10750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14849,'4000','41636017582','2021-11-04 12:28:51',NULL,6450.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14850,'4000','41636017582','2021-11-04 12:28:51',NULL,2700.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(14851,'4000','41636017582','2021-11-04 12:28:51',NULL,900.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14852,'4000','41636017582','2021-11-04 12:28:51',NULL,90.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14853,'4000','41636017582','2021-11-04 12:28:51',NULL,90.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14854,'4000','41636017582','2021-11-04 12:28:51',NULL,120.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14855,'4000','41636017582','2021-11-04 12:28:51',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14856,'1110','41636018136','2021-11-04 12:30:09',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14857,'1110','41636018136','2021-11-04 12:30:09',NULL,7500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14858,'5500','41636018136','2021-11-04 12:30:09',12800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14859,'1000','41636018136','2021-11-04 12:30:09',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14860,'4000','41636018136','2021-11-04 12:30:09',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14861,'4000','41636018136','2021-11-04 12:30:09',NULL,9500.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14862,'1110','41636018214','2021-11-04 13:08:11',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14863,'1110','41636018214','2021-11-04 13:08:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14864,'5500','41636018214','2021-11-04 13:08:11',1062.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14865,'1000','41636018214','2021-11-04 13:08:11',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14866,'4000','41636018214','2021-11-04 13:08:11',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14867,'4000','41636018214','2021-11-04 13:08:11',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14868,'1110','41636020508','2021-11-04 13:20:28',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(14869,'5500','41636020508','2021-11-04 13:20:28',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14870,'1000','41636020508','2021-11-04 13:20:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14871,'4000','41636020508','2021-11-04 13:20:28',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(14872,'1110','41636021237','2021-11-04 13:22:16',NULL,1560.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14873,'5500','41636021237','2021-11-04 13:22:16',1560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14874,'1000','41636021237','2021-11-04 13:22:16',1560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14875,'4000','41636021237','2021-11-04 13:22:16',NULL,1560.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14876,'1110','41636021350','2021-11-04 13:28:18',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14877,'1110','41636021350','2021-11-04 13:28:18',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14878,'1110','41636021350','2021-11-04 13:28:18',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14879,'1110','41636021350','2021-11-04 13:28:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14880,'1110','41636021350','2021-11-04 13:28:18',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14881,'5500','41636021350','2021-11-04 13:28:18',3642.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14882,'1000','41636021350','2021-11-04 13:28:18',4250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14883,'4000','41636021350','2021-11-04 13:28:18',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14884,'4000','41636021350','2021-11-04 13:28:18',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14885,'4000','41636021350','2021-11-04 13:28:18',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14886,'4000','41636021350','2021-11-04 13:28:18',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14887,'4000','41636021350','2021-11-04 13:28:18',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14888,'1110','41636021708','2021-11-04 13:29:16',NULL,6300.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(14889,'5500','41636021708','2021-11-04 13:29:16',6300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14890,'1000','41636021708','2021-11-04 13:29:16',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14891,'4000','41636021708','2021-11-04 13:29:16',NULL,7399.98,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(14892,'1110','41636021763','2021-11-04 13:30:33',NULL,620.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(14893,'5500','41636021763','2021-11-04 13:30:33',620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14894,'1000','41636021763','2021-11-04 13:30:33',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14895,'4000','41636021763','2021-11-04 13:30:33',NULL,800.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(14896,'1110','41636021839','2021-11-04 13:31:56',NULL,2460.00,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(14897,'1110','41636021839','2021-11-04 13:31:56',NULL,1230.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(14898,'5500','41636021839','2021-11-04 13:31:56',3690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14899,'1000','41636021839','2021-11-04 13:31:56',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14900,'4000','41636021839','2021-11-04 13:31:56',NULL,2700.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(14901,'4000','41636021839','2021-11-04 13:31:56',NULL,1300.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(14902,'1110','41636031202','2021-11-04 16:16:19',NULL,7200.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(14903,'1110','41636031202','2021-11-04 16:16:19',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14904,'1110','41636031202','2021-11-04 16:16:19',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(14905,'1110','41636031202','2021-11-04 16:16:19',NULL,120.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(14906,'1110','41636031202','2021-11-04 16:16:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(14907,'1110','41636031202','2021-11-04 16:16:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(14908,'1110','41636031202','2021-11-04 16:16:19',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(14909,'1110','41636031202','2021-11-04 16:16:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14910,'5500','41636031202','2021-11-04 16:16:19',11412.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14911,'1000','41636031202','2021-11-04 16:16:19',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14912,'4000','41636031202','2021-11-04 16:16:19',NULL,8500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(14913,'4000','41636031202','2021-11-04 16:16:19',NULL,2500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14914,'4000','41636031202','2021-11-04 16:16:19',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(14915,'4000','41636031202','2021-11-04 16:16:19',NULL,300.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(14916,'4000','41636031202','2021-11-04 16:16:19',NULL,360.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14917,'4000','41636031202','2021-11-04 16:16:19',NULL,360.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(14918,'4000','41636031202','2021-11-04 16:16:19',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(14919,'4000','41636031202','2021-11-04 16:16:19',NULL,230.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14920,'1110','41636031793','2021-11-04 16:17:07',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14921,'1110','41636031793','2021-11-04 16:17:07',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(14922,'5500','41636031793','2021-11-04 16:17:07',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14923,'1000','41636031793','2021-11-04 16:17:07',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14924,'4000','41636031793','2021-11-04 16:17:07',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14925,'4000','41636031793','2021-11-04 16:17:07',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(14926,'1110','41636031840','2021-11-04 16:18:05',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14927,'5500','41636031840','2021-11-04 16:18:05',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14928,'1000','41636031840','2021-11-04 16:18:05',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14929,'4000','41636031840','2021-11-04 16:18:05',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14930,'1110','41636037381','2021-11-04 17:51:15',NULL,2050.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(14931,'5500','41636037381','2021-11-04 17:51:15',2050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14932,'1000','41636037381','2021-11-04 17:51:15',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14933,'4000','41636037381','2021-11-04 17:51:15',NULL,2200.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(14934,'1110','41636037500','2021-11-04 17:52:52',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14935,'5500','41636037500','2021-11-04 17:52:52',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14936,'1000','41636037500','2021-11-04 17:52:52',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14937,'4000','41636037500','2021-11-04 17:52:52',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14938,'1110','41636118865','2021-11-05 16:35:20',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(14939,'1110','41636118865','2021-11-05 16:35:20',NULL,262.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(14940,'5500','41636118865','2021-11-05 16:35:20',4062.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14941,'1000','41636118865','2021-11-05 16:35:20',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14942,'4000','41636118865','2021-11-05 16:35:20',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(14943,'4000','41636118865','2021-11-05 16:35:20',NULL,400.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(14944,'1110','41636119327','2021-11-05 16:36:17',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14945,'5500','41636119327','2021-11-05 16:36:17',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14946,'1000','41636119327','2021-11-05 16:36:17',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14947,'4000','41636119327','2021-11-05 16:36:17',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14948,'1110','41636119386','2021-11-05 16:37:04',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(14949,'5500','41636119386','2021-11-05 16:37:04',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14950,'1000','41636119386','2021-11-05 16:37:04',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14951,'4000','41636119386','2021-11-05 16:37:04',NULL,3200.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(14952,'1110','41636119430','2021-11-05 16:38:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14953,'5500','41636119430','2021-11-05 16:38:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14954,'1000','41636119430','2021-11-05 16:38:51',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14955,'4000','41636119430','2021-11-05 16:38:51',NULL,3000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14956,'1110','41636119573','2021-11-05 16:41:09',NULL,700.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(14957,'1110','41636119573','2021-11-05 16:41:09',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14958,'5500','41636119573','2021-11-05 16:41:09',1820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14959,'1000','41636119573','2021-11-05 16:41:09',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14960,'4000','41636119573','2021-11-05 16:41:09',NULL,750.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14961,'4000','41636119573','2021-11-05 16:41:09',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14962,'1110','41636119676','2021-11-05 16:45:11',NULL,360.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14963,'5500','41636119676','2021-11-05 16:45:11',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14964,'1000','41636119676','2021-11-05 16:45:11',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14965,'4000','41636119676','2021-11-05 16:45:11',NULL,2400.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14966,'1110','41636119982','2021-11-05 16:48:03',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14967,'1110','41636119982','2021-11-05 16:48:03',NULL,5250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14968,'5500','41636119982','2021-11-05 16:48:03',5550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14969,'1000','41636119982','2021-11-05 16:48:03',7050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14970,'4000','41636119982','2021-11-05 16:48:03',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14971,'4000','41636119982','2021-11-05 16:48:03',NULL,6650.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14972,'1110','41636120088','2021-11-05 16:51:18',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(14973,'5500','41636120088','2021-11-05 16:51:18',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14974,'1000','41636120088','2021-11-05 16:51:18',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14975,'4000','41636120088','2021-11-05 16:51:18',NULL,120.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(14976,'1110','41636120284','2021-11-05 16:52:42',NULL,280.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14977,'5500','41636120284','2021-11-05 16:52:42',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14978,'1000','41636120284','2021-11-05 16:52:42',380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14979,'4000','41636120284','2021-11-05 16:52:42',NULL,380.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14980,'1110','41636120368','2021-11-05 17:09:21',NULL,1025.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(14981,'1110','41636120368','2021-11-05 17:09:21',NULL,4920.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(14982,'1110','41636120368','2021-11-05 17:09:21',NULL,1550.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14983,'5500','41636120368','2021-11-05 17:09:21',7495.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14984,'1000','41636120368','2021-11-05 17:09:21',8650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14985,'4000','41636120368','2021-11-05 17:09:21',NULL,1120.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(14986,'4000','41636120368','2021-11-05 17:09:21',NULL,5280.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14987,'4000','41636120368','2021-11-05 17:09:21',NULL,2250.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14988,'1110','41636121369','2021-11-05 17:10:11',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(14989,'5500','41636121369','2021-11-05 17:10:11',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14990,'1000','41636121369','2021-11-05 17:10:11',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14991,'4000','41636121369','2021-11-05 17:10:11',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(14992,'1110','41636121440','2021-11-05 17:14:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(14993,'5500','41636121440','2021-11-05 17:14:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14994,'1000','41636121440','2021-11-05 17:14:55',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14995,'4000','41636121440','2021-11-05 17:14:55',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(14996,'1110','41636121700','2021-11-05 17:16:32',NULL,5120.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14997,'5500','41636121700','2021-11-05 17:16:32',5120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14998,'1000','41636121700','2021-11-05 17:16:32',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14999,'4000','41636121700','2021-11-05 17:16:32',NULL,5600.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15000,'1110','41636121798','2021-11-05 17:17:23',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(15001,'5500','41636121798','2021-11-05 17:17:23',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15002,'1000','41636121798','2021-11-05 17:17:23',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15003,'4000','41636121798','2021-11-05 17:17:23',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(15004,'1110','41636121853','2021-11-05 17:28:54',NULL,2250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15005,'5500','41636121853','2021-11-05 17:28:54',2250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15006,'1000','41636121853','2021-11-05 17:28:54',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15007,'4000','41636121853','2021-11-05 17:28:54',NULL,2850.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15008,'1110','41636122537','2021-11-05 17:29:30',NULL,5040.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(15009,'5500','41636122537','2021-11-05 17:29:30',5040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15010,'1000','41636122537','2021-11-05 17:29:30',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15011,'4000','41636122537','2021-11-05 17:29:30',NULL,5600.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(15012,'1110','41636206715','2021-11-06 16:52:47',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15013,'5500','41636206715','2021-11-06 16:52:47',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15014,'1000','41636206715','2021-11-06 16:52:47',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15015,'4000','41636206715','2021-11-06 16:52:47',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15016,'1110','41636206784','2021-11-06 16:53:29',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15017,'5500','41636206784','2021-11-06 16:53:29',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15018,'1000','41636206784','2021-11-06 16:53:29',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15019,'4000','41636206784','2021-11-06 16:53:29',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15020,'1110','41636206819','2021-11-06 16:54:21',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(15021,'5500','41636206819','2021-11-06 16:54:21',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15022,'1000','41636206819','2021-11-06 16:54:21',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15023,'4000','41636206819','2021-11-06 16:54:21',NULL,400.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(15024,'1110','41636206939','2021-11-06 16:56:59',NULL,250.00,'','4','1','Inventory sold','1','','sales','325','','No',NULL,NULL,''),(15025,'1110','41636206939','2021-11-06 16:56:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15026,'5500','41636206939','2021-11-06 16:56:59',252.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15027,'1000','41636206939','2021-11-06 16:56:59',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15028,'4000','41636206939','2021-11-06 16:56:59',NULL,600.00,'','4','1','Good sold','1','','sales','325','','No',NULL,NULL,''),(15029,'4000','41636206939','2021-11-06 16:56:59',NULL,2550.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15030,'1110','41636207065','2021-11-06 17:04:43',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(15031,'1110','41636207065','2021-11-06 17:04:43',NULL,1550.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(15032,'1110','41636207065','2021-11-06 17:04:43',NULL,4500.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(15033,'1110','41636207065','2021-11-06 17:04:43',NULL,520.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(15034,'1110','41636207065','2021-11-06 17:04:43',NULL,500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(15035,'5500','41636207065','2021-11-06 17:04:43',7250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15036,'1000','41636207065','2021-11-06 17:04:43',10600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15037,'4000','41636207065','2021-11-06 17:04:43',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(15038,'4000','41636207065','2021-11-06 17:04:43',NULL,2150.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15039,'4000','41636207065','2021-11-06 17:04:43',NULL,5500.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(15040,'4000','41636207065','2021-11-06 17:04:43',NULL,2000.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(15041,'4000','41636207065','2021-11-06 17:04:43',NULL,650.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(15042,'1110','41636207497','2021-11-06 17:08:53',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15043,'1110','41636207497','2021-11-06 17:08:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15044,'1110','41636207497','2021-11-06 17:08:53',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15045,'1110','41636207497','2021-11-06 17:08:53',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15046,'5500','41636207497','2021-11-06 17:08:53',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15047,'1000','41636207497','2021-11-06 17:08:53',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15048,'4000','41636207497','2021-11-06 17:08:53',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15049,'4000','41636207497','2021-11-06 17:08:53',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15050,'4000','41636207497','2021-11-06 17:08:53',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15051,'4000','41636207497','2021-11-06 17:08:53',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15052,'1110','41636207739','2021-11-06 17:10:07',NULL,195.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(15053,'5500','41636207739','2021-11-06 17:10:07',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15054,'1000','41636207739','2021-11-06 17:10:07',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15055,'4000','41636207739','2021-11-06 17:10:07',NULL,750.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(15056,'1110','41636207812','2021-11-06 17:13:47',NULL,3600.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(15057,'1110','41636207812','2021-11-06 17:13:47',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15058,'1110','41636207812','2021-11-06 17:13:47',NULL,52.50,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(15059,'1110','41636207812','2021-11-06 17:13:47',NULL,270.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(15060,'5500','41636207812','2021-11-06 17:13:47',9222.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15061,'1000','41636207812','2021-11-06 17:13:47',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15062,'4000','41636207812','2021-11-06 17:13:47',NULL,3799.80,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(15063,'4000','41636207812','2021-11-06 17:13:47',NULL,5800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15064,'4000','41636207812','2021-11-06 17:13:47',NULL,100.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(15065,'4000','41636207812','2021-11-06 17:13:47',NULL,300.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(15066,'1110','41636380382','2021-11-08 17:07:31',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15067,'5500','41636380382','2021-11-08 17:07:31',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15068,'1000','41636380382','2021-11-08 17:07:31',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15069,'4000','41636380382','2021-11-08 17:07:31',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15070,'1110','41636380457','2021-11-08 17:08:55',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15071,'1110','41636380457','2021-11-08 17:08:55',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15072,'1110','41636380457','2021-11-08 17:08:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(15073,'5500','41636380457','2021-11-08 17:08:55',813.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15074,'1000','41636380457','2021-11-08 17:08:55',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15075,'4000','41636380457','2021-11-08 17:08:55',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15076,'4000','41636380457','2021-11-08 17:08:55',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15077,'4000','41636380457','2021-11-08 17:08:55',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(15078,'1110','41636380541','2021-11-08 17:11:06',NULL,300.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(15079,'5500','41636380541','2021-11-08 17:11:06',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15080,'1000','41636380541','2021-11-08 17:11:06',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15081,'4000','41636380541','2021-11-08 17:11:06',NULL,400.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(15082,'1110','41636380670','2021-11-08 17:12:08',NULL,14760.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(15083,'1110','41636380670','2021-11-08 17:12:08',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15084,'5500','41636380670','2021-11-08 17:12:08',25360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15085,'1000','41636380670','2021-11-08 17:12:08',26600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15086,'4000','41636380670','2021-11-08 17:12:08',NULL,15600.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(15087,'4000','41636380670','2021-11-08 17:12:08',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15088,'1110','41636380994','2021-11-08 17:18:16',NULL,4450.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15089,'1110','41636380994','2021-11-08 17:18:16',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(15090,'5500','41636380994','2021-11-08 17:18:16',4490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15091,'1000','41636380994','2021-11-08 17:18:16',4950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15092,'4000','41636380994','2021-11-08 17:18:16',NULL,4750.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15093,'4000','41636380994','2021-11-08 17:18:16',NULL,200.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(15094,'1110','41636381103','2021-11-08 17:20:50',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15095,'5500','41636381103','2021-11-08 17:20:50',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15096,'1000','41636381103','2021-11-08 17:20:50',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15097,'4000','41636381103','2021-11-08 17:20:50',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15098,'1110','41636381267','2021-11-08 17:23:08',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15099,'5500','41636381267','2021-11-08 17:23:08',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15100,'1000','41636381267','2021-11-08 17:23:08',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15101,'4000','41636381267','2021-11-08 17:23:08',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15102,'1110','41636381399','2021-11-08 17:28:24',NULL,10620.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(15103,'1110','41636381399','2021-11-08 17:28:24',NULL,5460.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(15104,'1110','41636381399','2021-11-08 17:28:24',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15105,'1110','41636381399','2021-11-08 17:28:24',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(15106,'5500','41636381399','2021-11-08 17:28:24',17180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15107,'1000','41636381399','2021-11-08 17:28:24',19450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15108,'4000','41636381399','2021-11-08 17:28:24',NULL,11700.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(15109,'4000','41636381399','2021-11-08 17:28:24',NULL,6300.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(15110,'4000','41636381399','2021-11-08 17:28:24',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15111,'4000','41636381399','2021-11-08 17:28:24',NULL,650.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(15112,'1110','41636381718','2021-11-08 17:29:35',NULL,800.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(15113,'5500','41636381718','2021-11-08 17:29:35',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15114,'1000','41636381718','2021-11-08 17:29:35',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15115,'4000','41636381718','2021-11-08 17:29:35',NULL,1200.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(15116,'1110','41636381779','2021-11-08 17:33:36',NULL,1710.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(15117,'1110','41636381779','2021-11-08 17:33:36',NULL,720.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15118,'5500','41636381779','2021-11-08 17:33:36',2430.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15119,'1000','41636381779','2021-11-08 17:33:36',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15120,'4000','41636381779','2021-11-08 17:33:36',NULL,2700.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(15121,'4000','41636381779','2021-11-08 17:33:36',NULL,999.96,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15122,'1110','41636382027','2021-11-08 17:35:01',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(15123,'1110','41636382027','2021-11-08 17:35:01',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15124,'5500','41636382027','2021-11-08 17:35:01',3310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15125,'1000','41636382027','2021-11-08 17:35:01',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15126,'4000','41636382027','2021-11-08 17:35:01',NULL,3800.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(15127,'4000','41636382027','2021-11-08 17:35:01',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15128,'1110','41636382280','2021-11-08 17:51:21',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15129,'1110','41636382280','2021-11-08 17:51:21',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(15130,'1110','41636382280','2021-11-08 17:51:21',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(15131,'1110','41636382280','2021-11-08 17:51:21',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15132,'1110','41636382280','2021-11-08 17:51:21',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15133,'1110','41636382280','2021-11-08 17:51:21',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15134,'5500','41636382280','2021-11-08 17:51:21',1595.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15135,'1000','41636382280','2021-11-08 17:51:21',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15136,'4000','41636382280','2021-11-08 17:51:21',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15137,'4000','41636382280','2021-11-08 17:51:21',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(15138,'4000','41636382280','2021-11-08 17:51:21',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(15139,'4000','41636382280','2021-11-08 17:51:21',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15140,'4000','41636382280','2021-11-08 17:51:21',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15141,'4000','41636382280','2021-11-08 17:51:21',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15142,'1110','41636383085','2021-11-08 17:53:06',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15143,'1110','41636383085','2021-11-08 17:53:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15144,'5500','41636383085','2021-11-08 17:53:06',2652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15145,'1000','41636383085','2021-11-08 17:53:06',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15146,'4000','41636383085','2021-11-08 17:53:06',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15147,'4000','41636383085','2021-11-08 17:53:06',NULL,3200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15148,'1110','41636383206','2021-11-08 17:54:20',NULL,3125.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(15149,'5500','41636383206','2021-11-08 17:54:20',3125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15150,'1000','41636383206','2021-11-08 17:54:20',4250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15151,'4000','41636383206','2021-11-08 17:54:20',NULL,4250.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(15152,'1110','41636460755','2021-11-09 15:26:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15153,'5500','41636460755','2021-11-09 15:26:40',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15154,'1000','41636460755','2021-11-09 15:26:40',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15155,'4000','41636460755','2021-11-09 15:26:40',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15156,'1110','41636460804','2021-11-09 15:27:03',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(15157,'5500','41636460804','2021-11-09 15:27:03',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15158,'1000','41636460804','2021-11-09 15:27:03',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15159,'4000','41636460804','2021-11-09 15:27:03',NULL,300.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(15160,'1110','41636460833','2021-11-09 15:27:56',NULL,360.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(15161,'5500','41636460833','2021-11-09 15:27:56',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15162,'1000','41636460833','2021-11-09 15:27:56',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15163,'4000','41636460833','2021-11-09 15:27:56',NULL,1050.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(15164,'1110','41636460889','2021-11-09 15:30:55',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(15165,'1110','41636460889','2021-11-09 15:30:55',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15166,'1110','41636460889','2021-11-09 15:30:55',NULL,262.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15167,'5500','41636460889','2021-11-09 15:30:55',13512.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15168,'1000','41636460889','2021-11-09 15:30:55',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15169,'4000','41636460889','2021-11-09 15:30:55',NULL,11550.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(15170,'4000','41636460889','2021-11-09 15:30:55',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15171,'4000','41636460889','2021-11-09 15:30:55',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15172,'1110','41636461069','2021-11-09 15:35:04',NULL,120.00,'','4','1','Inventory sold','1','','sales','316','','No',NULL,NULL,''),(15173,'1110','41636461069','2021-11-09 15:35:04',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15174,'1110','41636461069','2021-11-09 15:35:04',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(15175,'1110','41636461069','2021-11-09 15:35:04',NULL,930.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(15176,'1110','41636461069','2021-11-09 15:35:04',NULL,2160.00,'','4','1','Inventory sold','1','','sales','229','','No',NULL,NULL,''),(15177,'5500','41636461069','2021-11-09 15:35:04',6050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15178,'1000','41636461069','2021-11-09 15:35:04',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15179,'4000','41636461069','2021-11-09 15:35:04',NULL,400.00,'','4','1','Good sold','1','','sales','316','','No',NULL,NULL,''),(15180,'4000','41636461069','2021-11-09 15:35:04',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15181,'4000','41636461069','2021-11-09 15:35:04',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(15182,'4000','41636461069','2021-11-09 15:35:04',NULL,1200.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15183,'4000','41636461069','2021-11-09 15:35:04',NULL,3300.00,'','4','1','Good sold','1','','sales','229','','No',NULL,NULL,''),(15184,'1110','41636461312','2021-11-09 15:35:25',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15185,'5500','41636461312','2021-11-09 15:35:25',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15186,'1000','41636461312','2021-11-09 15:35:25',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15187,'4000','41636461312','2021-11-09 15:35:25',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15188,'1110','41636461331','2021-11-09 15:35:58',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(15189,'5500','41636461331','2021-11-09 15:35:58',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15190,'1000','41636461331','2021-11-09 15:35:58',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15191,'4000','41636461331','2021-11-09 15:35:58',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(15192,'1110','41636461363','2021-11-09 15:36:44',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15193,'5500','41636461363','2021-11-09 15:36:44',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15194,'1000','41636461363','2021-11-09 15:36:44',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15195,'4000','41636461363','2021-11-09 15:36:44',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15196,'1110','41636461410','2021-11-09 15:37:33',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15197,'5500','41636461410','2021-11-09 15:37:33',3750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15198,'1000','41636461410','2021-11-09 15:37:33',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15199,'4000','41636461410','2021-11-09 15:37:33',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15200,'1110','41636461459','2021-11-09 15:38:53',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15201,'1110','41636461459','2021-11-09 15:38:53',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15202,'5500','41636461459','2021-11-09 15:38:53',4050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15203,'1000','41636461459','2021-11-09 15:38:53',5150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15204,'4000','41636461459','2021-11-09 15:38:53',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15205,'4000','41636461459','2021-11-09 15:38:53',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15206,'1110','41636467957','2021-11-09 17:40:00',NULL,2550.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15207,'1110','41636467957','2021-11-09 17:40:00',NULL,600.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15208,'1110','41636467957','2021-11-09 17:40:00',NULL,945.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15209,'1110','41636467957','2021-11-09 17:40:00',NULL,3200.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15210,'1110','41636467957','2021-11-09 17:40:00',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(15211,'1110','41636467957','2021-11-09 17:40:00',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15212,'5500','41636467957','2021-11-09 17:40:00',8665.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15213,'1000','41636467957','2021-11-09 17:40:00',10900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15214,'4000','41636467957','2021-11-09 17:40:00',NULL,3000.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15215,'4000','41636467957','2021-11-09 17:40:00',NULL,1000.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15216,'4000','41636467957','2021-11-09 17:40:00',NULL,1350.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15217,'4000','41636467957','2021-11-09 17:40:00',NULL,3500.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15218,'4000','41636467957','2021-11-09 17:40:00',NULL,1500.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(15219,'4000','41636467957','2021-11-09 17:40:00',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15220,'1110','41636468808','2021-11-09 17:41:20',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15221,'1110','41636468808','2021-11-09 17:41:20',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(15222,'5500','41636468808','2021-11-09 17:41:20',1250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15223,'1000','41636468808','2021-11-09 17:41:20',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15224,'4000','41636468808','2021-11-09 17:41:20',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15225,'4000','41636468808','2021-11-09 17:41:20',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(15226,'1110','41636468885','2021-11-09 17:41:58',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15227,'5500','41636468885','2021-11-09 17:41:58',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15228,'1000','41636468885','2021-11-09 17:41:58',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15229,'4000','41636468885','2021-11-09 17:41:58',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15230,'1110','41636469551','2021-11-09 17:55:32',NULL,6100.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(15231,'1110','41636469551','2021-11-09 17:55:32',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15232,'5500','41636469551','2021-11-09 17:55:32',6625.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15233,'1000','41636469551','2021-11-09 17:55:32',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15234,'4000','41636469551','2021-11-09 17:55:32',NULL,7100.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(15235,'4000','41636469551','2021-11-09 17:55:32',NULL,900.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15236,'1110','41636469736','2021-11-09 18:08:52',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15237,'1110','41636469736','2021-11-09 18:08:52',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(15238,'5500','41636469736','2021-11-09 18:08:52',5150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15239,'1000','41636469736','2021-11-09 18:08:52',6800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15240,'4000','41636469736','2021-11-09 18:08:52',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15241,'4000','41636469736','2021-11-09 18:08:52',NULL,4800.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(15242,'1110','41636470537','2021-11-09 18:10:17',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15243,'1110','41636470537','2021-11-09 18:10:17',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(15244,'1110','41636470537','2021-11-09 18:10:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15245,'5500','41636470537','2021-11-09 18:10:17',782.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15246,'1000','41636470537','2021-11-09 18:10:17',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15247,'4000','41636470537','2021-11-09 18:10:17',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15248,'4000','41636470537','2021-11-09 18:10:17',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(15249,'4000','41636470537','2021-11-09 18:10:17',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15250,'1110','41636549855','2021-11-10 16:14:07',NULL,1780.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15251,'5500','41636549855','2021-11-10 16:14:07',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15252,'1000','41636549855','2021-11-10 16:14:07',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15253,'4000','41636549855','2021-11-10 16:14:07',NULL,1900.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15254,'1110','41636550052','2021-11-10 16:16:22',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15255,'1110','41636550052','2021-11-10 16:16:22',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15256,'1110','41636550052','2021-11-10 16:16:22',NULL,660.00,'','4','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(15257,'1110','41636550052','2021-11-10 16:16:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15258,'5500','41636550052','2021-11-10 16:16:22',3432.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15259,'1000','41636550052','2021-11-10 16:16:22',5300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15260,'4000','41636550052','2021-11-10 16:16:22',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15261,'4000','41636550052','2021-11-10 16:16:22',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15262,'4000','41636550052','2021-11-10 16:16:22',NULL,1800.00,'','4','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(15263,'4000','41636550052','2021-11-10 16:16:22',NULL,500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15264,'1110','41636550203','2021-11-10 16:17:26',NULL,900.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15265,'5500','41636550203','2021-11-10 16:17:26',900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15266,'1000','41636550203','2021-11-10 16:17:26',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15267,'4000','41636550203','2021-11-10 16:17:26',NULL,1200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15268,'1110','41636550252','2021-11-10 16:19:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15269,'1110','41636550252','2021-11-10 16:19:26',NULL,1875.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(15270,'1110','41636550252','2021-11-10 16:19:26',NULL,6150.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(15271,'5500','41636550252','2021-11-10 16:19:26',8027.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15272,'1000','41636550252','2021-11-10 16:19:26',9500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15273,'4000','41636550252','2021-11-10 16:19:26',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15274,'4000','41636550252','2021-11-10 16:19:26',NULL,2550.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(15275,'4000','41636550252','2021-11-10 16:19:26',NULL,6500.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(15276,'1110','41636550370','2021-11-10 16:21:53',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15277,'1110','41636550370','2021-11-10 16:21:53',NULL,300.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(15278,'5500','41636550370','2021-11-10 16:21:53',930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15279,'1000','41636550370','2021-11-10 16:21:53',1380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15280,'4000','41636550370','2021-11-10 16:21:53',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15281,'4000','41636550370','2021-11-10 16:21:53',NULL,480.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(15282,'1110','41636550517','2021-11-10 16:23:46',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15283,'1110','41636550517','2021-11-10 16:23:46',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(15284,'1110','41636550517','2021-11-10 16:23:46',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15285,'5500','41636550517','2021-11-10 16:23:46',920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15286,'1000','41636550517','2021-11-10 16:23:46',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15287,'4000','41636550517','2021-11-10 16:23:46',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15288,'4000','41636550517','2021-11-10 16:23:46',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(15289,'4000','41636550517','2021-11-10 16:23:46',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15290,'1110','41636550636','2021-11-10 16:24:31',NULL,1680.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15291,'5500','41636550636','2021-11-10 16:24:31',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15292,'1000','41636550636','2021-11-10 16:24:31',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15293,'4000','41636550636','2021-11-10 16:24:31',NULL,2000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15294,'1110','41636556365','2021-11-10 18:00:06',NULL,3180.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15295,'5500','41636556365','2021-11-10 18:00:06',3180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15296,'1000','41636556365','2021-11-10 18:00:06',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15297,'4000','41636556365','2021-11-10 18:00:06',NULL,3300.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15298,'1110','41636556417','2021-11-10 18:00:34',NULL,3050.00,'','4','1','Inventory sold','1','','sales','220','','No',NULL,NULL,''),(15299,'5500','41636556417','2021-11-10 18:00:34',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15300,'1000','41636556417','2021-11-10 18:00:34',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15301,'4000','41636556417','2021-11-10 18:00:34',NULL,3600.00,'','4','1','Good sold','1','','sales','220','','No',NULL,NULL,''),(15302,'1110','41636556440','2021-11-10 18:03:01',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15303,'1110','41636556440','2021-11-10 18:03:01',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15304,'5500','41636556440','2021-11-10 18:03:01',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15305,'1000','41636556440','2021-11-10 18:03:01',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15306,'4000','41636556440','2021-11-10 18:03:01',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15307,'4000','41636556440','2021-11-10 18:03:01',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15308,'1110','41636639825','2021-11-11 17:12:21',NULL,800.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(15309,'5500','41636639825','2021-11-11 17:12:21',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15310,'1000','41636639825','2021-11-11 17:12:21',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15311,'4000','41636639825','2021-11-11 17:12:21',NULL,900.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(15312,'1110','41636639947','2021-11-11 17:13:43',NULL,10250.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(15313,'5500','41636639947','2021-11-11 17:13:43',10250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15314,'1000','41636639947','2021-11-11 17:13:43',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15315,'4000','41636639947','2021-11-11 17:13:43',NULL,11000.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(15316,'1110','41636640035','2021-11-11 17:24:10',NULL,80.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(15317,'5500','41636640035','2021-11-11 17:24:10',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15318,'1000','41636640035','2021-11-11 17:24:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15319,'4000','41636640035','2021-11-11 17:24:10',NULL,300.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(15320,'1110','41636640693','2021-11-11 17:34:27',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15321,'5500','41636640693','2021-11-11 17:34:27',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15322,'1000','41636640693','2021-11-11 17:34:27',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15323,'4000','41636640693','2021-11-11 17:34:27',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15324,'1110','41636641280','2021-11-11 17:35:10',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(15325,'5500','41636641280','2021-11-11 17:35:10',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15326,'1000','41636641280','2021-11-11 17:35:10',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15327,'4000','41636641280','2021-11-11 17:35:10',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(15328,'1110','41636641327','2021-11-11 17:55:19',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15329,'1110','41636641327','2021-11-11 17:55:19',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(15330,'5500','41636641327','2021-11-11 17:55:19',2310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15331,'1000','41636641327','2021-11-11 17:55:19',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15332,'4000','41636641327','2021-11-11 17:55:19',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15333,'4000','41636641327','2021-11-11 17:55:19',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(15334,'1110','41636642526','2021-11-11 17:59:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15335,'1110','41636642526','2021-11-11 17:59:33',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15336,'1110','41636642526','2021-11-11 17:59:33',NULL,310.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(15337,'5500','41636642526','2021-11-11 17:59:33',962.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15338,'1000','41636642526','2021-11-11 17:59:33',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15339,'4000','41636642526','2021-11-11 17:59:33',NULL,1250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15340,'4000','41636642526','2021-11-11 17:59:33',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15341,'4000','41636642526','2021-11-11 17:59:33',NULL,450.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15342,'1110','41636642780','2021-11-11 18:02:52',NULL,3450.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(15343,'1110','41636642780','2021-11-11 18:02:52',NULL,1050.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(15344,'1110','41636642780','2021-11-11 18:02:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15345,'5500','41636642780','2021-11-11 18:02:52',4502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15346,'1000','41636642780','2021-11-11 18:02:52',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15347,'4000','41636642780','2021-11-11 18:02:52',NULL,4500.00,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(15348,'4000','41636642780','2021-11-11 18:02:52',NULL,1400.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(15349,'4000','41636642780','2021-11-11 18:02:52',NULL,4100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15350,'1110','41636643082','2021-11-11 18:04:54',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15351,'5500','41636643082','2021-11-11 18:04:54',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15352,'1000','41636643082','2021-11-11 18:04:54',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15353,'4000','41636643082','2021-11-11 18:04:54',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15354,'1110','41636643098','2021-11-11 18:05:28',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(15355,'5500','41636643098','2021-11-11 18:05:28',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15356,'1000','41636643098','2021-11-11 18:05:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15357,'4000','41636643098','2021-11-11 18:05:28',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(15358,'1110','41636643167','2021-11-11 18:08:31',NULL,2000.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(15359,'5500','41636643167','2021-11-11 18:08:31',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15360,'1000','41636643167','2021-11-11 18:08:31',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15361,'4000','41636643167','2021-11-11 18:08:31',NULL,2700.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(15362,'1110','41636643317','2021-11-11 18:10:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15363,'1110','41636643317','2021-11-11 18:10:11',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(15364,'5500','41636643317','2021-11-11 18:10:11',422.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15365,'1000','41636643317','2021-11-11 18:10:11',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15366,'4000','41636643317','2021-11-11 18:10:11',NULL,1900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15367,'4000','41636643317','2021-11-11 18:10:11',NULL,600.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(15368,'1110','41636643415','2021-11-11 18:10:57',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15369,'5500','41636643415','2021-11-11 18:10:57',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15370,'1000','41636643415','2021-11-11 18:10:57',225.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15371,'4000','41636643415','2021-11-11 18:10:57',NULL,225.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15372,'1110','41636726793','2021-11-12 17:23:11',NULL,760.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(15373,'1110','41636726793','2021-11-12 17:23:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15374,'1110','41636726793','2021-11-12 17:23:11',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(15375,'5500','41636726793','2021-11-12 17:23:11',962.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15376,'1000','41636726793','2021-11-12 17:23:11',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15377,'4000','41636726793','2021-11-12 17:23:11',NULL,1200.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(15378,'4000','41636726793','2021-11-12 17:23:11',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15379,'4000','41636726793','2021-11-12 17:23:11',NULL,300.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(15380,'1110','41636727008','2021-11-12 17:24:43',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15381,'5500','41636727008','2021-11-12 17:24:43',1320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15382,'1000','41636727008','2021-11-12 17:24:43',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15383,'4000','41636727008','2021-11-12 17:24:43',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15384,'1110','41636727087','2021-11-12 17:25:30',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15385,'5500','41636727087','2021-11-12 17:25:30',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15386,'1000','41636727087','2021-11-12 17:25:30',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15387,'4000','41636727087','2021-11-12 17:25:30',NULL,2800.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15388,'1110','41636727136','2021-11-12 17:26:23',NULL,11660.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15389,'5500','41636727136','2021-11-12 17:26:23',11660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15390,'1000','41636727136','2021-11-12 17:26:23',12100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15391,'4000','41636727136','2021-11-12 17:26:23',NULL,12100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15392,'1110','41636727189','2021-11-12 17:29:01',NULL,2460.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(15393,'5500','41636727189','2021-11-12 17:29:01',2460.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15394,'1000','41636727189','2021-11-12 17:29:01',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15395,'4000','41636727189','2021-11-12 17:29:01',NULL,2600.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(15396,'1110','41636727361','2021-11-12 17:30:27',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15397,'1110','41636727361','2021-11-12 17:30:27',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15398,'5500','41636727361','2021-11-12 17:30:27',235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15399,'1000','41636727361','2021-11-12 17:30:27',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15400,'4000','41636727361','2021-11-12 17:30:27',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15401,'4000','41636727361','2021-11-12 17:30:27',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15402,'1110','41636727436','2021-11-12 17:31:14',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15403,'5500','41636727436','2021-11-12 17:31:14',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15404,'1000','41636727436','2021-11-12 17:31:14',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15405,'4000','41636727436','2021-11-12 17:31:14',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15406,'1110','41636727478','2021-11-12 17:53:13',NULL,6360.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15407,'1110','41636727478','2021-11-12 17:53:13',NULL,11500.00,'','4','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(15408,'1110','41636727478','2021-11-12 17:53:13',NULL,70.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(15409,'1110','41636727478','2021-11-12 17:53:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15410,'5500','41636727478','2021-11-12 17:53:13',17932.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15411,'1000','41636727478','2021-11-12 17:53:13',21200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15412,'4000','41636727478','2021-11-12 17:53:13',NULL,6600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15413,'4000','41636727478','2021-11-12 17:53:13',NULL,12000.00,'','4','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(15414,'4000','41636727478','2021-11-12 17:53:13',NULL,2400.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(15415,'4000','41636727478','2021-11-12 17:53:13',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15416,'1110','41636728803','2021-11-12 17:54:13',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15417,'5500','41636728803','2021-11-12 17:54:13',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15418,'1000','41636728803','2021-11-12 17:54:13',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15419,'4000','41636728803','2021-11-12 17:54:13',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15420,'1110','41636728869','2021-11-12 17:56:18',NULL,7300.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(15421,'1110','41636728869','2021-11-12 17:56:18',NULL,1900.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(15422,'1110','41636728869','2021-11-12 17:56:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15423,'5500','41636728869','2021-11-12 17:56:18',9202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15424,'1000','41636728869','2021-11-12 17:56:18',12200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15425,'4000','41636728869','2021-11-12 17:56:18',NULL,8200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(15426,'4000','41636728869','2021-11-12 17:56:18',NULL,2500.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(15427,'4000','41636728869','2021-11-12 17:56:18',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15428,'1110','41636786906','2021-11-13 10:02:17',NULL,5880.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(15429,'5500','41636786906','2021-11-13 10:02:17',5880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15430,'1000','41636786906','2021-11-13 10:02:17',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15431,'4000','41636786906','2021-11-13 10:02:17',NULL,7000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(15432,'1110','41636786940','2021-11-13 10:06:54',NULL,9540.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15433,'1110','41636786940','2021-11-13 10:06:54',NULL,600.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(15434,'1110','41636786940','2021-11-13 10:06:54',NULL,2000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(15435,'1110','41636786940','2021-11-13 10:06:54',NULL,200.00,'','4','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(15436,'5500','41636786940','2021-11-13 10:06:54',12340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15437,'1000','41636786940','2021-11-13 10:06:54',14700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15438,'4000','41636786940','2021-11-13 10:06:54',NULL,9900.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15439,'4000','41636786940','2021-11-13 10:06:54',NULL,1600.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(15440,'4000','41636786940','2021-11-13 10:06:54',NULL,2400.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(15441,'4000','41636786940','2021-11-13 10:06:54',NULL,800.00,'','4','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(15442,'1110','41636787226','2021-11-13 10:12:32',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15443,'1110','41636787226','2021-11-13 10:12:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15444,'5500','41636787226','2021-11-13 10:12:32',5302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15445,'1000','41636787226','2021-11-13 10:12:32',7000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15446,'4000','41636787226','2021-11-13 10:12:32',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15447,'4000','41636787226','2021-11-13 10:12:32',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15448,'1110','41636787565','2021-11-13 10:33:08',NULL,9000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15449,'1110','41636787565','2021-11-13 10:33:08',NULL,5000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(15450,'1110','41636787565','2021-11-13 10:33:08',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(15451,'1110','41636787565','2021-11-13 10:33:08',NULL,240.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(15452,'1110','41636787565','2021-11-13 10:33:08',NULL,2400.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(15453,'5500','41636787565','2021-11-13 10:33:08',16690.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15454,'1000','41636787565','2021-11-13 10:33:08',29000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15455,'4000','41636787565','2021-11-13 10:33:08',NULL,11400.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15456,'4000','41636787565','2021-11-13 10:33:08',NULL,6000.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(15457,'4000','41636787565','2021-11-13 10:33:08',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(15458,'4000','41636787565','2021-11-13 10:33:08',NULL,7200.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(15459,'4000','41636787565','2021-11-13 10:33:08',NULL,2600.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(15460,'1110','41636788803','2021-11-13 10:34:01',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15461,'5500','41636788803','2021-11-13 10:34:01',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15462,'1000','41636788803','2021-11-13 10:34:01',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15463,'4000','41636788803','2021-11-13 10:34:01',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15464,'1110','41636808046','2021-11-13 16:23:16',NULL,11250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15465,'5500','41636808046','2021-11-13 16:23:16',11250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15466,'1000','41636808046','2021-11-13 16:23:16',14700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15467,'4000','41636808046','2021-11-13 16:23:16',NULL,14700.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15468,'1110','41636809830','2021-11-13 16:27:02',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15469,'1110','41636809830','2021-11-13 16:27:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(15470,'5500','41636809830','2021-11-13 16:27:02',2040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15471,'1000','41636809830','2021-11-13 16:27:02',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15472,'4000','41636809830','2021-11-13 16:27:02',NULL,2700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15473,'4000','41636809830','2021-11-13 16:27:02',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(15474,'1110','41636810044','2021-11-13 16:30:33',NULL,735.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15475,'1110','41636810044','2021-11-13 16:30:33',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15476,'1110','41636810044','2021-11-13 16:30:33',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15477,'1110','41636810044','2021-11-13 16:30:33',NULL,375.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15478,'5500','41636810044','2021-11-13 16:30:33',1740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15479,'1000','41636810044','2021-11-13 16:30:33',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15480,'4000','41636810044','2021-11-13 16:30:33',NULL,999.95,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15481,'4000','41636810044','2021-11-13 16:30:33',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15482,'4000','41636810044','2021-11-13 16:30:33',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15483,'4000','41636810044','2021-11-13 16:30:33',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15484,'1110','41636810241','2021-11-13 16:33:41',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15485,'1110','41636810241','2021-11-13 16:33:41',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(15486,'1110','41636810241','2021-11-13 16:33:41',NULL,120.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(15487,'1110','41636810241','2021-11-13 16:33:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15488,'5500','41636810241','2021-11-13 16:33:41',1832.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15489,'1000','41636810241','2021-11-13 16:33:41',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15490,'4000','41636810241','2021-11-13 16:33:41',NULL,1700.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15491,'4000','41636810241','2021-11-13 16:33:41',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(15492,'4000','41636810241','2021-11-13 16:33:41',NULL,600.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(15493,'4000','41636810241','2021-11-13 16:33:41',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15494,'1110','41636810430','2021-11-13 16:39:18',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(15495,'1110','41636810430','2021-11-13 16:39:18',NULL,8400.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(15496,'1110','41636810430','2021-11-13 16:39:18',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(15497,'1110','41636810430','2021-11-13 16:39:18',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15498,'1110','41636810430','2021-11-13 16:39:18',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(15499,'1110','41636810430','2021-11-13 16:39:18',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(15500,'5500','41636810430','2021-11-13 16:39:18',10695.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15501,'1000','41636810430','2021-11-13 16:39:18',13050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15502,'4000','41636810430','2021-11-13 16:39:18',NULL,300.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(15503,'4000','41636810430','2021-11-13 16:39:18',NULL,9600.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(15504,'4000','41636810430','2021-11-13 16:39:18',NULL,1900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(15505,'4000','41636810430','2021-11-13 16:39:18',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15506,'4000','41636810430','2021-11-13 16:39:18',NULL,200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(15507,'4000','41636810430','2021-11-13 16:39:18',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(15512,'1110','41636810764','2021-11-13 16:40:21',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15513,'1110','41636810764','2021-11-13 16:51:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15514,'5500','41636810764','2021-11-13 16:51:13',652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15515,'1000','41636810764','2021-11-13 16:40:21',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15516,'4000','41636810764','2021-11-13 16:40:21',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15517,'4000','41636810764','2021-11-13 16:51:13',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15518,'1110','41636811478','2021-11-13 16:54:24',NULL,157.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15519,'1110','41636811478','2021-11-13 16:54:24',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15520,'1110','41636811478','2021-11-13 16:54:24',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15521,'5500','41636811478','2021-11-13 16:54:24',562.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15522,'1000','41636811478','2021-11-13 16:54:24',805.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15523,'4000','41636811478','2021-11-13 16:54:24',NULL,255.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15524,'4000','41636811478','2021-11-13 16:54:24',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15525,'4000','41636811478','2021-11-13 16:54:24',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15526,'1110','41636811668','2021-11-13 16:55:23',NULL,3900.00,'','4','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(15527,'1110','41636811668','2021-11-13 16:55:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15528,'5500','41636811668','2021-11-13 16:55:23',3902.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15529,'1000','41636811668','2021-11-13 16:55:23',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15530,'4000','41636811668','2021-11-13 16:55:23',NULL,5000.00,'','4','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(15531,'4000','41636811668','2021-11-13 16:55:23',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15532,'1110','41636811728','2021-11-13 16:56:06',NULL,890.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15533,'5500','41636811728','2021-11-13 16:56:06',890.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15534,'1000','41636811728','2021-11-13 16:56:06',980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15535,'4000','41636811728','2021-11-13 16:56:06',NULL,980.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15536,'1110','41636977801','2021-11-15 15:04:01',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15537,'5500','41636977801','2021-11-15 15:04:01',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15538,'1000','41636977801','2021-11-15 15:04:01',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15539,'4000','41636977801','2021-11-15 15:04:01',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15540,'1110','41636977851','2021-11-15 15:04:59',NULL,52.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15541,'5500','41636977851','2021-11-15 15:04:59',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15542,'1000','41636977851','2021-11-15 15:04:59',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15543,'4000','41636977851','2021-11-15 15:04:59',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15544,'1110','41636977904','2021-11-15 15:08:08',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15545,'1110','41636977904','2021-11-15 15:08:08',NULL,540.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(15546,'5500','41636977904','2021-11-15 15:08:08',855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15547,'1000','41636977904','2021-11-15 15:08:08',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15548,'4000','41636977904','2021-11-15 15:08:08',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15549,'4000','41636977904','2021-11-15 15:08:08',NULL,1200.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(15550,'1110','41636978093','2021-11-15 15:11:09',NULL,480.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(15551,'5500','41636978093','2021-11-15 15:11:09',480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15552,'1000','41636978093','2021-11-15 15:11:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15553,'4000','41636978093','2021-11-15 15:11:09',NULL,500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(15554,'1110','41636978275','2021-11-15 15:11:49',NULL,1200.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(15555,'5500','41636978275','2021-11-15 15:11:49',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15556,'1000','41636978275','2021-11-15 15:11:49',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15557,'4000','41636978275','2021-11-15 15:11:49',NULL,3200.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(15558,'1110','41636978322','2021-11-15 15:12:58',NULL,12600.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(15559,'5500','41636978322','2021-11-15 15:12:58',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15560,'1000','41636978322','2021-11-15 15:12:58',15400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15561,'4000','41636978322','2021-11-15 15:12:58',NULL,15400.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(15562,'1110','41636978404','2021-11-15 15:14:47',NULL,2250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15563,'5500','41636978404','2021-11-15 15:14:47',2250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15564,'1000','41636978404','2021-11-15 15:14:47',2850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15565,'4000','41636978404','2021-11-15 15:14:47',NULL,2850.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15566,'1110','41636978494','2021-11-15 15:19:41',NULL,120.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(15567,'5500','41636978494','2021-11-15 15:19:41',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15568,'1000','41636978494','2021-11-15 15:19:41',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15569,'4000','41636978494','2021-11-15 15:19:41',NULL,400.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(15570,'1110','41636978788','2021-11-15 15:20:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15571,'5500','41636978788','2021-11-15 15:20:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15572,'1000','41636978788','2021-11-15 15:20:26',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15573,'4000','41636978788','2021-11-15 15:20:26',NULL,20.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15574,'1110','41636978830','2021-11-15 15:21:44',NULL,3900.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(15575,'5500','41636978830','2021-11-15 15:21:44',3900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15576,'1000','41636978830','2021-11-15 15:21:44',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15577,'4000','41636978830','2021-11-15 15:21:44',NULL,4400.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(15578,'1110','41636978908','2021-11-15 15:23:24',NULL,6720.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(15579,'1110','41636978908','2021-11-15 15:23:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15580,'5500','41636978908','2021-11-15 15:23:24',6930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15581,'1000','41636978908','2021-11-15 15:23:24',8100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15582,'4000','41636978908','2021-11-15 15:23:24',NULL,7800.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(15583,'4000','41636978908','2021-11-15 15:23:24',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15584,'1110','41636979009','2021-11-15 15:24:05',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15585,'5500','41636979009','2021-11-15 15:24:05',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15586,'1000','41636979009','2021-11-15 15:24:05',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15587,'4000','41636979009','2021-11-15 15:24:05',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15588,'1110','41636979055','2021-11-15 17:03:05',NULL,910.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15589,'5500','41636979055','2021-11-15 17:03:05',910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15590,'1000','41636979055','2021-11-15 17:03:05',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15591,'4000','41636979055','2021-11-15 17:03:05',NULL,1400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15592,'1110','41636984992','2021-11-15 17:05:46',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15593,'5500','41636984992','2021-11-15 17:05:46',1300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15594,'1000','41636984992','2021-11-15 17:05:46',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15595,'4000','41636984992','2021-11-15 17:05:46',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15596,'1110','41636985156','2021-11-15 17:06:17',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15597,'5500','41636985156','2021-11-15 17:06:17',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15598,'1000','41636985156','2021-11-15 17:06:17',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15599,'4000','41636985156','2021-11-15 17:06:17',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15600,'1110','41636985182','2021-11-15 17:07:06',NULL,310.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(15601,'5500','41636985182','2021-11-15 17:07:06',310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15602,'1000','41636985182','2021-11-15 17:07:06',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15603,'4000','41636985182','2021-11-15 17:07:06',NULL,400.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(15604,'1110','41636985234','2021-11-15 17:07:59',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15605,'5500','41636985234','2021-11-15 17:07:59',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15606,'1000','41636985234','2021-11-15 17:07:59',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15607,'4000','41636985234','2021-11-15 17:07:59',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15608,'1110','41636985335','2021-11-15 17:26:56',NULL,3750.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15609,'5500','41636985335','2021-11-15 17:26:56',3750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15610,'1000','41636985335','2021-11-15 17:26:56',4750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15611,'4000','41636985335','2021-11-15 17:26:56',NULL,4750.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15612,'1110','41636986429','2021-11-15 17:28:08',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(15613,'1110','41636986429','2021-11-15 17:28:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15614,'5500','41636986429','2021-11-15 17:28:08',1122.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15615,'1000','41636986429','2021-11-15 17:28:08',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15616,'4000','41636986429','2021-11-15 17:28:08',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15617,'4000','41636986429','2021-11-15 17:28:08',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15618,'1110','41637073438','2021-11-16 17:40:18',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15619,'5500','41637073438','2021-11-16 17:40:18',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15620,'1000','41637073438','2021-11-16 17:40:18',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15621,'4000','41637073438','2021-11-16 17:40:18',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15622,'1110','41637073630','2021-11-16 17:42:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(15623,'5500','41637073630','2021-11-16 17:42:48',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15624,'1000','41637073630','2021-11-16 17:42:48',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15625,'4000','41637073630','2021-11-16 17:42:48',NULL,150.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(15626,'1110','41637073775','2021-11-16 17:45:36',NULL,4770.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15627,'1110','41637073775','2021-11-16 17:45:36',NULL,4200.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(15628,'5500','41637073775','2021-11-16 17:45:36',8970.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15629,'1000','41637073775','2021-11-16 17:45:36',9950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15630,'4000','41637073775','2021-11-16 17:45:36',NULL,4950.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15631,'4000','41637073775','2021-11-16 17:45:36',NULL,5000.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(15632,'1110','41637073950','2021-11-16 17:46:27',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(15633,'5500','41637073950','2021-11-16 17:46:27',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15634,'1000','41637073950','2021-11-16 17:46:27',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15635,'4000','41637073950','2021-11-16 17:46:27',NULL,200.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(15636,'1110','41637073992','2021-11-16 17:48:25',NULL,7600.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(15637,'1110','41637073992','2021-11-16 17:48:25',NULL,525.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15638,'5500','41637073992','2021-11-16 17:48:25',8125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15639,'1000','41637073992','2021-11-16 17:48:25',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15640,'4000','41637073992','2021-11-16 17:48:25',NULL,9000.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(15641,'4000','41637073992','2021-11-16 17:48:25',NULL,1000.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15642,'1110','41637074110','2021-11-16 17:49:06',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(15643,'5500','41637074110','2021-11-16 17:49:06',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15644,'1000','41637074110','2021-11-16 17:49:06',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15645,'4000','41637074110','2021-11-16 17:49:06',NULL,300.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(15646,'1110','41637074151','2021-11-16 17:53:29',NULL,7500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15647,'1110','41637074151','2021-11-16 17:53:29',NULL,6400.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15648,'1110','41637074151','2021-11-16 17:53:29',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(15649,'5500','41637074151','2021-11-16 17:53:29',17750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15650,'1000','41637074151','2021-11-16 17:53:29',21400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15651,'4000','41637074151','2021-11-16 17:53:29',NULL,9500.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15652,'4000','41637074151','2021-11-16 17:53:29',NULL,7300.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15653,'4000','41637074151','2021-11-16 17:53:29',NULL,4600.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(15654,'1110','41637074425','2021-11-16 17:57:48',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15655,'5500','41637074425','2021-11-16 17:57:48',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15656,'1000','41637074425','2021-11-16 17:57:48',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15657,'4000','41637074425','2021-11-16 17:57:48',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15658,'1110','41637074676','2021-11-16 18:14:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15659,'1110','41637074676','2021-11-16 18:14:08',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15660,'1110','41637074676','2021-11-16 18:14:08',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15661,'1110','41637074676','2021-11-16 18:14:08',NULL,1025.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15662,'1110','41637074676','2021-11-16 18:14:08',NULL,5400.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(15663,'5500','41637074676','2021-11-16 18:14:08',11935.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15664,'1000','41637074676','2021-11-16 18:14:08',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15665,'4000','41637074676','2021-11-16 18:14:08',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15666,'4000','41637074676','2021-11-16 18:14:08',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15667,'4000','41637074676','2021-11-16 18:14:08',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15668,'4000','41637074676','2021-11-16 18:14:08',NULL,1100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15669,'4000','41637074676','2021-11-16 18:14:08',NULL,6600.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(15670,'1110','41637075659','2021-11-16 18:16:14',NULL,2600.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(15671,'5500','41637075659','2021-11-16 18:16:14',2600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15672,'1000','41637075659','2021-11-16 18:16:14',4100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15673,'4000','41637075659','2021-11-16 18:16:14',NULL,4100.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(15674,'1110','41637075786','2021-11-16 18:16:54',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15675,'5500','41637075786','2021-11-16 18:16:54',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15676,'1000','41637075786','2021-11-16 18:16:54',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15677,'4000','41637075786','2021-11-16 18:16:54',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15678,'1110','41637075818','2021-11-16 18:17:14',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15679,'5500','41637075818','2021-11-16 18:17:14',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15680,'1000','41637075818','2021-11-16 18:17:14',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15681,'4000','41637075818','2021-11-16 18:17:14',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15682,'1110','41637075841','2021-11-16 18:17:51',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15683,'5500','41637075841','2021-11-16 18:17:51',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15684,'1000','41637075841','2021-11-16 18:17:51',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15685,'4000','41637075841','2021-11-16 18:17:51',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15686,'1110','41637076037','2021-11-16 18:22:40',NULL,600.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(15687,'1110','41637076037','2021-11-16 18:22:40',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15688,'5500','41637076037','2021-11-16 18:22:40',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15689,'1000','41637076037','2021-11-16 18:22:40',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15690,'4000','41637076037','2021-11-16 18:22:40',NULL,900.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(15691,'4000','41637076037','2021-11-16 18:22:40',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15692,'1110','41637076167','2021-11-16 18:26:33',NULL,130.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(15693,'1110','41637076167','2021-11-16 18:26:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15694,'1110','41637076167','2021-11-16 18:26:33',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15695,'1110','41637076167','2021-11-16 18:26:33',NULL,5600.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(15696,'1110','41637076167','2021-11-16 18:26:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15697,'1110','41637076167','2021-11-16 18:26:33',NULL,15.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(15698,'5500','41637076167','2021-11-16 18:26:33',5957.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15699,'1000','41637076167','2021-11-16 18:26:33',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15700,'4000','41637076167','2021-11-16 18:26:33',NULL,200.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(15701,'4000','41637076167','2021-11-16 18:26:33',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15702,'4000','41637076167','2021-11-16 18:26:33',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15703,'4000','41637076167','2021-11-16 18:26:33',NULL,6800.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(15704,'4000','41637076167','2021-11-16 18:26:33',NULL,5200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15705,'4000','41637076167','2021-11-16 18:26:33',NULL,1000.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(15706,'1110','41637076398','2021-11-16 18:28:40',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(15707,'1110','41637076398','2021-11-16 18:28:40',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15708,'1110','41637076398','2021-11-16 18:28:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15709,'5500','41637076398','2021-11-16 18:28:40',6325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15710,'1000','41637076398','2021-11-16 18:28:40',7400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15711,'4000','41637076398','2021-11-16 18:28:40',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(15712,'4000','41637076398','2021-11-16 18:28:40',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15713,'4000','41637076398','2021-11-16 18:28:40',NULL,200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15714,'1110','41637223576','2021-11-17 11:20:14',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(15715,'5500','41637223576','2021-11-17 11:20:14',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15716,'1000','41637223576','2021-11-17 11:20:14',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15717,'4000','41637223576','2021-11-17 11:20:14',NULL,300.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(15718,'1110','41637223634','2021-11-18 11:27:51',NULL,120.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(15719,'1110','41637223634','2021-11-18 11:27:51',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15720,'1110','41637223634','2021-11-18 11:27:51',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(15721,'1110','41637223634','2021-11-18 11:27:51',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(15722,'5500','41637223634','2021-11-18 11:27:51',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15723,'1000','41637223634','2021-11-18 11:27:51',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15724,'4000','41637223634','2021-11-18 11:27:51',NULL,300.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(15725,'4000','41637223634','2021-11-18 11:27:51',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15726,'4000','41637223634','2021-11-18 11:27:51',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(15727,'4000','41637223634','2021-11-18 11:27:51',NULL,600.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(15728,'1110','41637224286','2021-11-17 11:34:15',NULL,120.00,'','4','1','Inventory sold','1','','sales','295','','No',NULL,NULL,''),(15729,'1110','41637224286','2021-11-17 11:34:15',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15730,'1110','41637224286','2021-11-17 11:34:15',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(15731,'1110','41637224286','2021-11-17 11:34:15',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(15732,'5500','41637224286','2021-11-17 11:34:15',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15733,'1000','41637224286','2021-11-17 11:34:15',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15734,'4000','41637224286','2021-11-17 11:34:15',NULL,400.00,'','4','1','Good sold','1','','sales','295','','No',NULL,NULL,''),(15735,'4000','41637224286','2021-11-17 11:34:15',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15736,'4000','41637224286','2021-11-17 11:34:15',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(15737,'4000','41637224286','2021-11-17 11:34:15',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(15738,'1110','41637224471','2021-11-17 11:39:28',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15739,'1110','41637224471','2021-11-17 11:39:28',NULL,360.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(15740,'1110','41637224471','2021-11-17 11:39:28',NULL,120.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(15741,'1110','41637224471','2021-11-17 11:39:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15742,'5500','41637224471','2021-11-17 11:39:28',2372.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15743,'1000','41637224471','2021-11-17 11:39:28',3550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15744,'4000','41637224471','2021-11-17 11:39:28',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15745,'4000','41637224471','2021-11-17 11:39:28',NULL,600.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(15746,'4000','41637224471','2021-11-17 11:39:28',NULL,300.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(15747,'4000','41637224471','2021-11-17 11:39:28',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15748,'1110','41637224792','2021-11-17 11:42:22',NULL,2625.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15749,'1110','41637224792','2021-11-17 11:42:22',NULL,2625.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15750,'1110','41637224792','2021-11-17 11:42:22',NULL,3750.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15751,'5500','41637224792','2021-11-17 11:42:22',9000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15752,'1000','41637224792','2021-11-17 11:42:22',11750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15753,'4000','41637224792','2021-11-17 11:42:22',NULL,3500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15754,'4000','41637224792','2021-11-17 11:42:22',NULL,3500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15755,'4000','41637224792','2021-11-17 11:42:22',NULL,4750.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15756,'1110','41637224971','2021-11-17 11:47:40',NULL,12000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(15757,'1110','41637224971','2021-11-17 11:47:40',NULL,315.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15758,'1110','41637224971','2021-11-17 11:47:40',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15759,'1110','41637224971','2021-11-17 11:47:40',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15760,'5500','41637224971','2021-11-17 11:47:40',13230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15761,'1000','41637224971','2021-11-17 11:47:40',17000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15762,'4000','41637224971','2021-11-17 11:47:40',NULL,15300.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(15763,'4000','41637224971','2021-11-17 11:47:40',NULL,450.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15764,'4000','41637224971','2021-11-17 11:47:40',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15765,'4000','41637224971','2021-11-17 11:47:40',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15766,'1110','41637225275','2021-11-17 12:00:50',NULL,7500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15767,'1110','41637225275','2021-11-17 12:00:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15768,'1110','41637225275','2021-11-17 12:00:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15769,'1110','41637225275','2021-11-17 12:00:50',NULL,52.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15770,'1110','41637225275','2021-11-17 12:00:50',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15771,'1110','41637225275','2021-11-17 12:00:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(15772,'5500','41637225275','2021-11-17 12:00:50',8472.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15773,'1000','41637225275','2021-11-17 12:00:50',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15774,'4000','41637225275','2021-11-17 12:00:50',NULL,11125.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15775,'4000','41637225275','2021-11-17 12:00:50',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15776,'4000','41637225275','2021-11-17 12:00:50',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15777,'4000','41637225275','2021-11-17 12:00:50',NULL,75.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15778,'4000','41637225275','2021-11-17 12:00:50',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15779,'4000','41637225275','2021-11-17 12:00:50',NULL,150.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(15780,'1110','41637226072','2021-11-17 12:06:04',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15781,'1110','41637226072','2021-11-17 12:06:04',NULL,5000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(15782,'1110','41637226072','2021-11-17 12:06:04',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15783,'1110','41637226072','2021-11-17 12:06:04',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(15784,'1110','41637226072','2021-11-17 12:06:04',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15785,'1110','41637226072','2021-11-17 12:06:04',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15786,'5500','41637226072','2021-11-17 12:06:04',12530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15787,'1000','41637226072','2021-11-17 12:06:04',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15788,'4000','41637226072','2021-11-17 12:06:04',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15789,'4000','41637226072','2021-11-17 12:06:04',NULL,6400.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(15790,'4000','41637226072','2021-11-17 12:06:04',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15791,'4000','41637226072','2021-11-17 12:06:04',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(15792,'4000','41637226072','2021-11-17 12:06:04',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15793,'4000','41637226072','2021-11-17 12:06:04',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15794,'1110','41637226375','2021-11-17 12:18:53',NULL,10650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(15795,'1110','41637226375','2021-11-17 12:18:53',NULL,8900.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(15796,'1110','41637226375','2021-11-17 12:18:53',NULL,420.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15797,'1110','41637226375','2021-11-17 12:18:53',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15798,'1110','41637226375','2021-11-17 12:18:53',NULL,840.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(15799,'1110','41637226375','2021-11-17 12:18:53',NULL,1400.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(15800,'1110','41637226375','2021-11-17 12:18:53',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15801,'5500','41637226375','2021-11-17 12:18:53',22870.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15802,'1000','41637226375','2021-11-17 12:18:53',25375.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15803,'4000','41637226375','2021-11-17 12:18:53',NULL,11000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15804,'4000','41637226375','2021-11-17 12:18:53',NULL,9500.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15805,'4000','41637226375','2021-11-17 12:18:53',NULL,600.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15806,'4000','41637226375','2021-11-17 12:18:53',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15807,'4000','41637226375','2021-11-17 12:18:53',NULL,1200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(15808,'4000','41637226375','2021-11-17 12:18:53',NULL,2100.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(15809,'4000','41637226375','2021-11-17 12:18:53',NULL,675.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15810,'1110','41637227147','2021-11-17 12:23:54',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15811,'1110','41637227147','2021-11-17 12:23:54',NULL,120.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(15812,'1110','41637227147','2021-11-17 12:23:54',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15813,'5500','41637227147','2021-11-17 12:23:54',825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15814,'1000','41637227147','2021-11-17 12:23:54',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15815,'4000','41637227147','2021-11-17 12:23:54',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15816,'4000','41637227147','2021-11-17 12:23:54',NULL,450.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(15817,'4000','41637227147','2021-11-17 12:23:54',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15818,'1110','41637227447','2021-11-17 12:24:49',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15819,'5500','41637227447','2021-11-17 12:24:49',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15820,'1000','41637227447','2021-11-17 12:24:49',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15821,'4000','41637227447','2021-11-17 12:24:49',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15822,'1110','41637227606','2021-11-18 12:29:56',NULL,450.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(15823,'1110','41637227606','2021-11-18 12:29:56',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15824,'5500','41637227606','2021-11-18 12:29:56',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15825,'1000','41637227606','2021-11-18 12:29:56',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15826,'4000','41637227606','2021-11-18 12:29:56',NULL,900.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(15827,'4000','41637227606','2021-11-18 12:29:56',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15828,'1110','41637227805','2021-11-18 12:32:24',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(15829,'1110','41637227805','2021-11-18 12:32:24',NULL,1840.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15830,'5500','41637227805','2021-11-18 12:32:24',2960.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15831,'1000','41637227805','2021-11-18 12:32:24',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15832,'4000','41637227805','2021-11-18 12:32:24',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15833,'4000','41637227805','2021-11-18 12:32:24',NULL,3000.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15834,'1110','41637227959','2021-11-18 12:33:17',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(15835,'5500','41637227959','2021-11-18 12:33:17',21300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15836,'1000','41637227959','2021-11-18 12:33:17',22000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15837,'4000','41637227959','2021-11-18 12:33:17',NULL,22000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15838,'1110','41637228006','2021-11-18 12:33:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15839,'5500','41637228006','2021-11-18 12:33:47',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15840,'1000','41637228006','2021-11-18 12:33:47',170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15841,'4000','41637228006','2021-11-18 12:33:47',NULL,170.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15842,'1110','41637230141','2021-11-18 13:10:58',NULL,8900.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(15843,'1110','41637230141','2021-11-18 13:10:58',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15844,'5500','41637230141','2021-11-18 13:10:58',9350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15845,'1000','41637230141','2021-11-18 13:10:58',10000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15846,'4000','41637230141','2021-11-18 13:10:58',NULL,9400.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15847,'4000','41637230141','2021-11-18 13:10:58',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15848,'1110','41637230313','2021-11-18 13:13:02',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15849,'1110','41637230313','2021-11-18 13:13:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15850,'5500','41637230313','2021-11-18 13:13:02',3302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15851,'1000','41637230313','2021-11-18 13:13:02',4700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15852,'4000','41637230313','2021-11-18 13:13:02',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15853,'4000','41637230313','2021-11-18 13:13:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15854,'1110','41637230418','2021-11-18 13:14:41',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15855,'1110','41637230418','2021-11-18 13:14:41',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15856,'5500','41637230418','2021-11-18 13:14:41',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15857,'1000','41637230418','2021-11-18 13:14:41',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15858,'4000','41637230418','2021-11-18 13:14:41',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15859,'4000','41637230418','2021-11-18 13:14:41',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15860,'1110','41637230485','2021-11-18 13:15:26',NULL,8610.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15861,'5500','41637230485','2021-11-18 13:15:26',8610.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15862,'1000','41637230485','2021-11-18 13:15:26',9100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15863,'4000','41637230485','2021-11-18 13:15:26',NULL,9100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15864,'1110','41637241887','2021-11-18 16:26:21',NULL,2100.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(15865,'1110','41637241887','2021-11-18 16:26:21',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15866,'1110','41637241887','2021-11-18 16:26:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15867,'5500','41637241887','2021-11-18 16:26:21',2417.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15868,'1000','41637241887','2021-11-18 16:26:21',3050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15869,'4000','41637241887','2021-11-18 16:26:21',NULL,2500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(15870,'4000','41637241887','2021-11-18 16:26:21',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15871,'4000','41637241887','2021-11-18 16:26:21',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15872,'1110','41637241991','2021-11-18 16:33:46',NULL,2880.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(15873,'1110','41637241991','2021-11-18 16:33:46',NULL,1650.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15874,'1110','41637241991','2021-11-18 16:33:46',NULL,2250.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15875,'1110','41637241991','2021-11-18 16:33:46',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15876,'1110','41637241991','2021-11-18 16:33:46',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15877,'5500','41637241991','2021-11-18 16:33:46',8820.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15878,'1000','41637241991','2021-11-18 16:33:46',11500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15879,'4000','41637241991','2021-11-18 16:33:46',NULL,3400.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(15880,'4000','41637241991','2021-11-18 16:33:46',NULL,2500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15881,'4000','41637241991','2021-11-18 16:33:46',NULL,2850.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15882,'4000','41637241991','2021-11-18 16:33:46',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15883,'4000','41637241991','2021-11-18 16:33:46',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15884,'1110','41637242462','2021-11-18 16:37:57',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15885,'1110','41637242462','2021-11-18 16:37:57',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15886,'1110','41637242462','2021-11-18 16:37:57',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(15887,'5500','41637242462','2021-11-18 16:37:57',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15888,'1000','41637242462','2021-11-18 16:37:57',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15889,'4000','41637242462','2021-11-18 16:37:57',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15890,'4000','41637242462','2021-11-18 16:37:57',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15891,'4000','41637242462','2021-11-18 16:37:57',NULL,150.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(15892,'1110','41637242684','2021-11-18 16:40:37',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15893,'5500','41637242684','2021-11-18 16:40:37',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15894,'1000','41637242684','2021-11-18 16:40:37',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15895,'4000','41637242684','2021-11-18 16:40:37',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15896,'1110','41637245941','2021-11-18 17:32:58',NULL,390.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(15897,'5500','41637245941','2021-11-18 17:32:58',390.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15898,'1000','41637245941','2021-11-18 17:32:58',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15899,'4000','41637245941','2021-11-18 17:32:58',NULL,1200.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(15900,'1110','41637245982','2021-11-18 17:34:33',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(15901,'1110','41637245982','2021-11-18 17:34:33',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(15902,'5500','41637245982','2021-11-18 17:34:33',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15903,'1000','41637245982','2021-11-18 17:34:33',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15904,'4000','41637245982','2021-11-18 17:34:33',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(15905,'4000','41637245982','2021-11-18 17:34:33',NULL,200.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(15906,'1110','41637327270','2021-11-19 16:08:32',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(15907,'5500','41637327270','2021-11-19 16:08:32',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15908,'1000','41637327270','2021-11-19 16:08:32',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15909,'4000','41637327270','2021-11-19 16:08:32',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(15910,'1110','41637327319','2021-11-19 16:16:51',NULL,3840.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15911,'1110','41637327319','2021-11-19 16:16:51',NULL,3560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(15912,'1110','41637327319','2021-11-19 16:16:51',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(15913,'5500','41637327319','2021-11-19 16:16:51',11660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15914,'1000','41637327319','2021-11-19 16:16:51',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15915,'4000','41637327319','2021-11-19 16:16:51',NULL,4200.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15916,'4000','41637327319','2021-11-19 16:16:51',NULL,3900.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15917,'4000','41637327319','2021-11-19 16:16:51',NULL,4400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15918,'1110','41637327823','2021-11-19 16:17:39',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15919,'5500','41637327823','2021-11-19 16:17:39',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15920,'1000','41637327823','2021-11-19 16:17:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15921,'4000','41637327823','2021-11-19 16:17:39',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15922,'1110','41637327876','2021-11-19 16:21:48',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15923,'1110','41637327876','2021-11-19 16:21:48',NULL,15000.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(15924,'1110','41637327876','2021-11-19 16:21:48',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15925,'5500','41637327876','2021-11-19 16:21:48',15920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15926,'1000','41637327876','2021-11-19 16:21:48',21800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15927,'4000','41637327876','2021-11-19 16:21:48',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15928,'4000','41637327876','2021-11-19 16:21:48',NULL,20400.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(15929,'4000','41637327876','2021-11-19 16:21:48',NULL,1000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15930,'1110','41637328118','2021-11-19 16:26:04',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(15931,'1110','41637328118','2021-11-19 16:26:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15932,'1110','41637328118','2021-11-19 16:26:04',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15933,'1110','41637328118','2021-11-19 16:26:04',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(15934,'5500','41637328118','2021-11-19 16:26:04',1965.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15935,'1000','41637328118','2021-11-19 16:26:04',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15936,'4000','41637328118','2021-11-19 16:26:04',NULL,1900.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(15937,'4000','41637328118','2021-11-19 16:26:04',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15938,'4000','41637328118','2021-11-19 16:26:04',NULL,150.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15939,'4000','41637328118','2021-11-19 16:26:04',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(15940,'1110','41637328377','2021-11-19 16:38:52',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(15941,'1110','41637328377','2021-11-19 16:38:52',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(15942,'5500','41637328377','2021-11-19 16:38:52',8445.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15943,'1000','41637328377','2021-11-19 16:38:52',9800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15944,'4000','41637328377','2021-11-19 16:38:52',NULL,6500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(15945,'4000','41637328377','2021-11-19 16:38:52',NULL,3300.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15946,'1110','41637329141','2021-11-19 16:40:57',NULL,8010.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(15947,'1110','41637329141','2021-11-19 16:40:57',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15948,'5500','41637329141','2021-11-19 16:40:57',8325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15949,'1000','41637329141','2021-11-19 16:40:57',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15950,'4000','41637329141','2021-11-19 16:40:57',NULL,8550.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15951,'4000','41637329141','2021-11-19 16:40:57',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15952,'1110','41637329270','2021-11-19 16:42:53',NULL,12840.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15953,'1110','41637329270','2021-11-19 16:42:53',NULL,3060.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15954,'1110','41637329270','2021-11-19 16:42:53',NULL,1860.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(15955,'5500','41637329270','2021-11-19 16:42:53',17760.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15956,'1000','41637329270','2021-11-19 16:42:53',20400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15957,'4000','41637329270','2021-11-19 16:42:53',NULL,13800.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15958,'4000','41637329270','2021-11-19 16:42:53',NULL,3600.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15959,'4000','41637329270','2021-11-19 16:42:53',NULL,3000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(15960,'1110','41637329381','2021-11-19 16:45:05',NULL,7920.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15961,'1110','41637329381','2021-11-19 16:45:05',NULL,5850.00,'','4','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(15962,'1110','41637329381','2021-11-19 16:45:05',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15963,'1110','41637329381','2021-11-19 16:45:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15964,'5500','41637329381','2021-11-19 16:45:05',14192.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15965,'1000','41637329381','2021-11-19 16:45:05',19100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15966,'4000','41637329381','2021-11-19 16:45:05',NULL,10800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15967,'4000','41637329381','2021-11-19 16:45:05',NULL,7500.00,'','4','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(15968,'4000','41637329381','2021-11-19 16:45:05',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15969,'4000','41637329381','2021-11-19 16:45:05',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15970,'1110','41637329509','2021-11-19 16:45:50',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15971,'5500','41637329509','2021-11-19 16:45:50',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15972,'1000','41637329509','2021-11-19 16:45:50',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15973,'4000','41637329509','2021-11-19 16:45:50',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15974,'1110','41637329707','2021-11-19 17:52:15',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(15975,'5500','41637329707','2021-11-19 17:52:15',2520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15976,'1000','41637329707','2021-11-19 17:52:15',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15977,'4000','41637329707','2021-11-19 17:52:15',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(15978,'1110','41637413951','2021-11-20 16:25:28',NULL,1900.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(15979,'1110','41637413951','2021-11-20 16:25:28',NULL,21900.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(15980,'1110','41637413951','2021-11-20 16:25:28',NULL,1440.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15981,'1110','41637413951','2021-11-20 16:25:28',NULL,180.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(15982,'1110','41637413951','2021-11-20 16:25:28',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15983,'1110','41637413951','2021-11-20 16:25:28',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15984,'1110','41637413951','2021-11-20 16:25:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(15985,'5500','41637413951','2021-11-20 16:25:28',25947.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15986,'1000','41637413951','2021-11-20 16:25:28',31650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15987,'4000','41637413951','2021-11-20 16:25:28',NULL,2500.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(15988,'4000','41637413951','2021-11-20 16:25:28',NULL,25500.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(15989,'4000','41637413951','2021-11-20 16:25:28',NULL,1800.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15990,'4000','41637413951','2021-11-20 16:25:28',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(15991,'4000','41637413951','2021-11-20 16:25:28',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15992,'4000','41637413951','2021-11-20 16:25:28',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15993,'4000','41637413951','2021-11-20 16:25:28',NULL,900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(15994,'1110','41637414750','2021-11-20 16:27:16',NULL,1050.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(15995,'1110','41637414750','2021-11-20 16:27:16',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(15996,'5500','41637414750','2021-11-20 16:27:16',1365.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15997,'1000','41637414750','2021-11-20 16:27:16',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15998,'4000','41637414750','2021-11-20 16:27:16',NULL,1500.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15999,'4000','41637414750','2021-11-20 16:27:16',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16000,'1110','41637414849','2021-11-20 16:45:55',NULL,7250.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16001,'1110','41637414849','2021-11-20 16:45:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16002,'1110','41637414849','2021-11-20 16:45:55',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16003,'1110','41637414849','2021-11-20 16:45:55',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(16004,'1110','41637414849','2021-11-20 16:45:55',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16005,'1110','41637414849','2021-11-20 16:45:55',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16006,'1110','41637414849','2021-11-20 16:45:55',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16007,'5500','41637414849','2021-11-20 16:45:55',11025.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16008,'1000','41637414849','2021-11-20 16:45:55',15150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16009,'4000','41637414849','2021-11-20 16:45:55',NULL,8500.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16010,'4000','41637414849','2021-11-20 16:45:55',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16011,'4000','41637414849','2021-11-20 16:45:55',NULL,3300.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16012,'4000','41637414849','2021-11-20 16:45:55',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(16013,'4000','41637414849','2021-11-20 16:45:55',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16014,'4000','41637414849','2021-11-20 16:45:55',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16015,'4000','41637414849','2021-11-20 16:45:55',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16016,'1110','41637416364','2021-11-20 16:56:04',NULL,500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(16017,'1110','41637416364','2021-11-20 16:56:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16018,'5500','41637416364','2021-11-20 16:56:04',502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16019,'1000','41637416364','2021-11-20 16:56:04',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16020,'4000','41637416364','2021-11-20 16:56:04',NULL,800.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(16021,'4000','41637416364','2021-11-20 16:56:04',NULL,600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16022,'1110','41637416610','2021-11-20 17:03:40',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16023,'1110','41637416610','2021-11-20 17:03:40',NULL,5000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(16024,'1110','41637416610','2021-11-20 17:03:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16025,'1110','41637416610','2021-11-20 17:03:40',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16026,'1110','41637416610','2021-11-20 17:03:40',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16027,'5500','41637416610','2021-11-20 17:03:40',8010.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16028,'1000','41637416610','2021-11-20 17:03:40',9700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16029,'4000','41637416610','2021-11-20 17:03:40',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16030,'4000','41637416610','2021-11-20 17:03:40',NULL,6000.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(16031,'4000','41637416610','2021-11-20 17:03:40',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16032,'4000','41637416610','2021-11-20 17:03:40',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16033,'4000','41637416610','2021-11-20 17:03:40',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16034,'1110','41637417034','2021-11-20 17:05:40',NULL,3800.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(16035,'1110','41637417034','2021-11-20 17:05:40',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(16036,'5500','41637417034','2021-11-20 17:05:40',6850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16037,'1000','41637417034','2021-11-20 17:05:40',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16038,'4000','41637417034','2021-11-20 17:05:40',NULL,4500.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(16039,'4000','41637417034','2021-11-20 17:05:40',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(16040,'1110','41637417256','2021-11-20 17:08:12',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16041,'5500','41637417256','2021-11-20 17:08:12',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16042,'1000','41637417256','2021-11-20 17:08:12',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16043,'4000','41637417256','2021-11-20 17:08:12',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16044,'1110','41637417312','2021-11-20 17:09:39',NULL,10500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(16045,'5500','41637417312','2021-11-20 17:09:39',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16046,'1000','41637417312','2021-11-20 17:09:39',13510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16047,'4000','41637417312','2021-11-20 17:09:39',NULL,13510.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(16048,'1110','41637417449','2021-11-20 17:12:11',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16049,'5500','41637417449','2021-11-20 17:12:11',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16050,'1000','41637417449','2021-11-20 17:12:11',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16051,'4000','41637417449','2021-11-20 17:12:11',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16052,'1110','41637589819','2021-11-22 17:06:22',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16053,'1110','41637589819','2021-11-22 17:06:22',NULL,65.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16054,'5500','41637589819','2021-11-22 17:06:22',2585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16055,'1000','41637589819','2021-11-22 17:06:22',3100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16056,'4000','41637589819','2021-11-22 17:06:22',NULL,3000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16057,'4000','41637589819','2021-11-22 17:06:22',NULL,100.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16058,'1110','41637589987','2021-11-22 17:07:39',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(16059,'5500','41637589987','2021-11-22 17:07:39',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16060,'1000','41637589987','2021-11-22 17:07:39',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16061,'4000','41637589987','2021-11-22 17:07:39',NULL,1200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(16062,'1110','41637590068','2021-11-22 17:33:39',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16063,'1110','41637590068','2021-11-22 17:33:39',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16064,'1110','41637590068','2021-11-22 17:33:39',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(16065,'1110','41637590068','2021-11-22 17:33:39',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16066,'1110','41637590068','2021-11-22 17:33:39',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(16067,'5500','41637590068','2021-11-22 17:33:39',1780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16068,'1000','41637590068','2021-11-22 17:33:39',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16069,'4000','41637590068','2021-11-22 17:33:39',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16070,'4000','41637590068','2021-11-22 17:33:39',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16071,'4000','41637590068','2021-11-22 17:33:39',NULL,1800.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(16072,'4000','41637590068','2021-11-22 17:33:39',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16073,'4000','41637590068','2021-11-22 17:33:39',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(16074,'1110','41637591624','2021-11-22 17:36:28',NULL,3000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(16075,'1110','41637591624','2021-11-22 17:36:28',NULL,1950.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(16076,'1110','41637591624','2021-11-22 17:36:28',NULL,40.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(16077,'5500','41637591624','2021-11-22 17:36:28',4990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16078,'1000','41637591624','2021-11-22 17:36:28',6200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16079,'4000','41637591624','2021-11-22 17:36:28',NULL,3900.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(16080,'4000','41637591624','2021-11-22 17:36:28',NULL,2200.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(16081,'4000','41637591624','2021-11-22 17:36:28',NULL,100.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(16082,'1110','41637591793','2021-11-22 17:38:53',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16083,'1110','41637591793','2021-11-22 17:38:53',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(16084,'5500','41637591793','2021-11-22 17:38:53',780.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16085,'1000','41637591793','2021-11-22 17:38:53',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16086,'4000','41637591793','2021-11-22 17:38:53',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16087,'4000','41637591793','2021-11-22 17:38:53',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(16088,'1110','41637592047','2021-11-22 17:41:36',NULL,1600.00,'','4','1','Inventory sold','1','','sales','222','','No',NULL,NULL,''),(16089,'5500','41637592047','2021-11-22 17:41:36',1600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16090,'1000','41637592047','2021-11-22 17:41:36',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16091,'4000','41637592047','2021-11-22 17:41:36',NULL,1600.00,'','4','1','Good sold','1','','sales','222','','No',NULL,NULL,''),(16092,'1110','41637592104','2021-11-22 17:42:53',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16093,'5500','41637592104','2021-11-22 17:42:53',1060.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16094,'1000','41637592104','2021-11-22 17:42:53',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16095,'4000','41637592104','2021-11-22 17:42:53',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16096,'1110','41637592191','2021-11-22 17:45:25',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(16097,'1110','41637592191','2021-11-22 17:45:25',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(16098,'1110','41637592191','2021-11-22 17:45:25',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16099,'5500','41637592191','2021-11-22 17:45:25',1340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16100,'1000','41637592191','2021-11-22 17:45:25',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16101,'4000','41637592191','2021-11-22 17:45:25',NULL,1900.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(16102,'4000','41637592191','2021-11-22 17:45:25',NULL,1400.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(16103,'4000','41637592191','2021-11-22 17:45:25',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16104,'1110','41637592366','2021-11-22 17:49:04',NULL,3750.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(16105,'1110','41637592366','2021-11-22 17:49:04',NULL,1920.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16106,'5500','41637592366','2021-11-22 17:49:04',5670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16107,'1000','41637592366','2021-11-22 17:49:04',7200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16108,'4000','41637592366','2021-11-22 17:49:04',NULL,5100.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(16109,'4000','41637592366','2021-11-22 17:49:04',NULL,2100.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16110,'1110','41637592672','2021-11-22 17:52:47',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16111,'1110','41637592672','2021-11-22 17:52:47',NULL,110.00,'','4','1','Inventory sold','1','','sales','309','','No',NULL,NULL,''),(16112,'5500','41637592672','2021-11-22 17:52:47',5410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16113,'1000','41637592672','2021-11-22 17:52:47',5750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16114,'4000','41637592672','2021-11-22 17:52:47',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16115,'4000','41637592672','2021-11-22 17:52:47',NULL,250.00,'','4','1','Good sold','1','','sales','309','','No',NULL,NULL,''),(16116,'1110','41637672713','2021-11-23 16:05:44',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16117,'5500','41637672713','2021-11-23 16:05:44',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16118,'1000','41637672713','2021-11-23 16:05:44',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16119,'4000','41637672713','2021-11-23 16:05:44',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16120,'1110','41637672767','2021-11-23 16:06:52',NULL,4250.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(16121,'5500','41637672767','2021-11-23 16:06:52',4250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16122,'1000','41637672767','2021-11-23 16:06:52',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16123,'4000','41637672767','2021-11-23 16:06:52',NULL,6000.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(16124,'1110','41637672822','2021-11-23 16:09:37',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(16125,'1110','41637672822','2021-11-23 16:09:37',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16126,'1110','41637672822','2021-11-23 16:09:37',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16127,'1110','41637672822','2021-11-23 16:09:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16128,'1110','41637672822','2021-11-23 16:09:37',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16129,'5500','41637672822','2021-11-23 16:09:37',675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16130,'1000','41637672822','2021-11-23 16:09:37',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16131,'4000','41637672822','2021-11-23 16:09:37',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(16132,'4000','41637672822','2021-11-23 16:09:37',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16133,'4000','41637672822','2021-11-23 16:09:37',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16134,'4000','41637672822','2021-11-23 16:09:37',NULL,200.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16135,'4000','41637672822','2021-11-23 16:09:37',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16136,'1110','41637672986','2021-11-23 16:22:59',NULL,4.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16137,'5500','41637672986','2021-11-23 16:22:59',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16138,'1000','41637672986','2021-11-23 16:22:59',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16139,'4000','41637672986','2021-11-23 16:22:59',NULL,6600.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16140,'1110','41637673905','2021-11-23 16:36:33',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16141,'1110','41637673905','2021-11-23 16:36:33',NULL,6150.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(16142,'1110','41637673905','2021-11-23 16:36:33',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(16143,'1110','41637673905','2021-11-23 16:36:33',NULL,6500.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(16144,'1110','41637673905','2021-11-23 16:36:33',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16145,'1110','41637673905','2021-11-23 16:36:33',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16146,'5500','41637673905','2021-11-23 16:36:33',23310.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16147,'1000','41637673905','2021-11-23 16:36:33',26000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16148,'4000','41637673905','2021-11-23 16:36:33',NULL,1000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16149,'4000','41637673905','2021-11-23 16:36:33',NULL,6500.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16150,'4000','41637673905','2021-11-23 16:36:33',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(16151,'4000','41637673905','2021-11-23 16:36:33',NULL,8000.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(16152,'4000','41637673905','2021-11-23 16:36:33',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16153,'4000','41637673905','2021-11-23 16:36:33',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16154,'1110','41637674773','2021-11-23 16:40:40',NULL,730.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(16155,'1110','41637674773','2021-11-23 16:40:40',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16156,'5500','41637674773','2021-11-23 16:40:40',1790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16157,'1000','41637674773','2021-11-23 16:40:40',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16158,'4000','41637674773','2021-11-23 16:40:40',NULL,850.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(16159,'4000','41637674773','2021-11-23 16:40:40',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16160,'1110','41637674844','2021-11-23 16:41:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16161,'5500','41637674844','2021-11-23 16:41:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16162,'1000','41637674844','2021-11-23 16:41:28',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16163,'4000','41637674844','2021-11-23 16:41:28',NULL,800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16164,'1110','41637760168','2021-11-24 16:23:25',NULL,50.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(16165,'5500','41637760168','2021-11-24 16:23:25',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16166,'1000','41637760168','2021-11-24 16:23:25',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16167,'4000','41637760168','2021-11-24 16:23:25',NULL,150.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(16168,'1110','41637760249','2021-11-24 16:24:50',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16169,'5500','41637760249','2021-11-24 16:24:50',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16170,'1000','41637760249','2021-11-24 16:24:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16171,'4000','41637760249','2021-11-24 16:24:50',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16172,'1110','41637760296','2021-11-24 16:28:06',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16173,'1110','41637760296','2021-11-24 16:28:06',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16174,'1110','41637760296','2021-11-24 16:28:06',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16175,'5500','41637760296','2021-11-24 16:28:06',3275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16176,'1000','41637760296','2021-11-24 16:28:06',4450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16177,'4000','41637760296','2021-11-24 16:28:06',NULL,1800.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16178,'4000','41637760296','2021-11-24 16:28:06',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16179,'4000','41637760296','2021-11-24 16:28:06',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16180,'1110','41637760495','2021-11-24 16:32:17',NULL,120.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(16181,'1110','41637760495','2021-11-24 16:32:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(16182,'1110','41637760495','2021-11-24 16:32:17',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(16183,'1110','41637760495','2021-11-24 16:32:17',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16184,'5500','41637760495','2021-11-24 16:32:17',480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16185,'1000','41637760495','2021-11-24 16:32:17',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16186,'4000','41637760495','2021-11-24 16:32:17',NULL,200.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(16187,'4000','41637760495','2021-11-24 16:32:17',NULL,50.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(16188,'4000','41637760495','2021-11-24 16:32:17',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(16189,'4000','41637760495','2021-11-24 16:32:17',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16190,'1110','41637760757','2021-11-24 16:33:21',NULL,1260.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16191,'5500','41637760757','2021-11-24 16:33:21',1260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16192,'1000','41637760757','2021-11-24 16:33:21',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16193,'4000','41637760757','2021-11-24 16:33:21',NULL,4000.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16194,'1110','41637760821','2021-11-24 16:36:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16195,'1110','41637760821','2021-11-24 16:36:09',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16196,'5500','41637760821','2021-11-24 16:36:09',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16197,'1000','41637760821','2021-11-24 16:36:09',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16198,'4000','41637760821','2021-11-24 16:36:09',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16199,'4000','41637760821','2021-11-24 16:36:09',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16200,'1110','41637761007','2021-11-24 17:37:07',NULL,11800.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(16201,'5500','41637761007','2021-11-24 17:37:07',11800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16202,'1000','41637761007','2021-11-24 17:37:07',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16203,'4000','41637761007','2021-11-24 17:37:07',NULL,13000.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(16204,'1110','41637847879','2021-11-25 16:45:57',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16205,'5500','41637847879','2021-11-25 16:45:57',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16206,'1000','41637847879','2021-11-25 16:45:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16207,'4000','41637847879','2021-11-25 16:45:57',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16208,'1110','41637847962','2021-11-25 16:55:14',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(16209,'1110','41637847962','2021-11-25 16:55:14',NULL,100.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(16210,'1110','41637847962','2021-11-25 16:55:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16211,'1110','41637847962','2021-11-25 16:55:14',NULL,300.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(16212,'1110','41637847962','2021-11-25 16:55:14',NULL,165.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(16213,'1110','41637847962','2021-11-25 16:55:14',NULL,320.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(16214,'5500','41637847962','2021-11-25 16:55:14',1037.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16215,'1000','41637847962','2021-11-25 16:55:14',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16216,'4000','41637847962','2021-11-25 16:55:14',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(16217,'4000','41637847962','2021-11-25 16:55:14',NULL,400.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(16218,'4000','41637847962','2021-11-25 16:55:14',NULL,1000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16219,'4000','41637847962','2021-11-25 16:55:14',NULL,1000.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(16220,'4000','41637847962','2021-11-25 16:55:14',NULL,500.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(16221,'4000','41637847962','2021-11-25 16:55:14',NULL,800.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(16222,'1110','41637848524','2021-11-25 17:01:27',NULL,1400.00,'','4','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(16223,'1110','41637848524','2021-11-25 17:01:27',NULL,600.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(16224,'1110','41637848524','2021-11-25 17:01:27',NULL,400.00,'','4','1','Inventory sold','1','','sales','233','','No',NULL,NULL,''),(16225,'1110','41637848524','2021-11-25 17:01:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16226,'5500','41637848524','2021-11-25 17:01:27',2402.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16227,'1000','41637848524','2021-11-25 17:01:27',5950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16228,'4000','41637848524','2021-11-25 17:01:27',NULL,2000.00,'','4','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(16229,'4000','41637848524','2021-11-25 17:01:27',NULL,900.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(16230,'4000','41637848524','2021-11-25 17:01:27',NULL,550.00,'','4','1','Good sold','1','','sales','233','','No',NULL,NULL,''),(16231,'4000','41637848524','2021-11-25 17:01:27',NULL,2500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16232,'1110','41637848939','2021-11-25 17:03:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16233,'5500','41637848939','2021-11-25 17:03:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16234,'1000','41637848939','2021-11-25 17:03:49',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16235,'4000','41637848939','2021-11-25 17:03:49',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16236,'1110','41637849047','2021-11-25 17:05:02',NULL,150.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(16237,'5500','41637849047','2021-11-25 17:05:02',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16238,'1000','41637849047','2021-11-25 17:05:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16239,'4000','41637849047','2021-11-25 17:05:02',NULL,200.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(16240,'1110','41637849128','2021-11-25 17:06:48',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16241,'5500','41637849128','2021-11-25 17:06:48',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16242,'1000','41637849128','2021-11-25 17:06:48',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16243,'4000','41637849128','2021-11-25 17:06:48',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16244,'1110','41637849246','2021-11-25 17:09:31',NULL,1440.00,'','4','1','Inventory sold','1','','sales','229','','No',NULL,NULL,''),(16245,'1110','41637849246','2021-11-25 17:09:31',NULL,390.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16246,'5500','41637849246','2021-11-25 17:09:31',1830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16247,'1000','41637849246','2021-11-25 17:09:31',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16248,'4000','41637849246','2021-11-25 17:09:31',NULL,2200.00,'','4','1','Good sold','1','','sales','229','','No',NULL,NULL,''),(16249,'4000','41637849246','2021-11-25 17:09:31',NULL,600.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16250,'1110','41637930366','2021-11-26 15:41:49',NULL,2000.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(16251,'5500','41637930366','2021-11-26 15:41:49',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16252,'1000','41637930366','2021-11-26 15:41:49',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16253,'4000','41637930366','2021-11-26 15:41:49',NULL,2200.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(16254,'1110','41637930518','2021-11-26 15:42:29',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16255,'5500','41637930518','2021-11-26 15:42:29',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16256,'1000','41637930518','2021-11-26 15:42:29',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16257,'4000','41637930518','2021-11-26 15:42:29',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16258,'1110','41637930553','2021-11-26 15:43:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16259,'5500','41637930553','2021-11-26 15:43:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16260,'1000','41637930553','2021-11-26 15:43:17',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16261,'4000','41637930553','2021-11-26 15:43:17',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16262,'1110','41637930601','2021-11-26 15:59:09',NULL,38220.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(16263,'5500','41637930601','2021-11-26 15:59:09',38220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16264,'1000','41637930601','2021-11-26 15:59:09',44200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16265,'4000','41637930601','2021-11-26 15:59:09',NULL,44200.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(16266,'1110','41637931557','2021-11-26 16:00:01',NULL,840.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(16267,'5500','41637931557','2021-11-26 16:00:01',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16268,'1000','41637931557','2021-11-26 16:00:01',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16269,'4000','41637931557','2021-11-26 16:00:01',NULL,1400.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(16270,'1110','41637931614','2021-11-26 16:01:21',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(16271,'1110','41637931614','2021-11-26 16:01:21',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16272,'5500','41637931614','2021-11-26 16:01:21',4110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16273,'1000','41637931614','2021-11-26 16:01:21',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16274,'4000','41637931614','2021-11-26 16:01:21',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(16275,'4000','41637931614','2021-11-26 16:01:21',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16276,'1110','41637931687','2021-11-26 16:04:09',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16277,'5500','41637931687','2021-11-26 16:04:09',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16278,'1000','41637931687','2021-11-26 16:04:09',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16279,'4000','41637931687','2021-11-26 16:04:09',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16280,'1110','41637931857','2021-11-26 16:09:15',NULL,18000.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(16281,'1110','41637931857','2021-11-26 16:09:15',NULL,1625.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(16282,'1110','41637931857','2021-11-26 16:09:15',NULL,450.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16283,'5500','41637931857','2021-11-26 16:09:15',20075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16284,'1000','41637931857','2021-11-26 16:09:15',24850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16285,'4000','41637931857','2021-11-26 16:09:15',NULL,22000.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(16286,'4000','41637931857','2021-11-26 16:09:15',NULL,2250.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16287,'4000','41637931857','2021-11-26 16:09:15',NULL,600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16288,'1110','41637932163','2021-11-26 16:10:48',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16289,'5500','41637932163','2021-11-26 16:10:48',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16290,'1000','41637932163','2021-11-26 16:10:48',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16291,'4000','41637932163','2021-11-26 16:10:48',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16292,'1110','41637932258','2021-11-26 16:11:48',NULL,1500.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(16293,'1110','41637932258','2021-11-26 16:11:48',NULL,120.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(16294,'5500','41637932258','2021-11-26 16:11:48',1620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16295,'1000','41637932258','2021-11-26 16:11:48',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16296,'4000','41637932258','2021-11-26 16:11:48',NULL,2000.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(16297,'4000','41637932258','2021-11-26 16:11:48',NULL,300.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(16298,'1110','41638018006','2021-11-27 16:01:08',NULL,400.00,'','4','1','Inventory sold','1','','sales','233','','No',NULL,NULL,''),(16299,'5500','41638018006','2021-11-27 16:01:08',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16300,'1000','41638018006','2021-11-27 16:01:08',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16301,'4000','41638018006','2021-11-27 16:01:08',NULL,1200.00,'','4','1','Good sold','1','','sales','233','','No',NULL,NULL,''),(16302,'1110','41638018076','2021-11-27 16:03:40',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16303,'1110','41638018076','2021-11-27 16:03:40',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16304,'1110','41638018076','2021-11-27 16:03:40',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16305,'1110','41638018076','2021-11-27 16:03:40',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16306,'1110','41638018076','2021-11-27 16:03:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16307,'5500','41638018076','2021-11-27 16:03:40',1837.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16308,'1000','41638018076','2021-11-27 16:03:40',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16309,'4000','41638018076','2021-11-27 16:03:40',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16310,'4000','41638018076','2021-11-27 16:03:40',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16311,'4000','41638018076','2021-11-27 16:03:40',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16312,'4000','41638018076','2021-11-27 16:03:40',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16313,'4000','41638018076','2021-11-27 16:03:40',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16314,'1110','41638018238','2021-11-27 16:07:53',NULL,10080.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(16315,'5500','41638018238','2021-11-27 16:07:53',10080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16316,'1000','41638018238','2021-11-27 16:07:53',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16317,'4000','41638018238','2021-11-27 16:07:53',NULL,12000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16318,'1110','41638018484','2021-11-27 16:09:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16319,'5500','41638018484','2021-11-27 16:09:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16320,'1000','41638018484','2021-11-27 16:09:21',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16321,'4000','41638018484','2021-11-27 16:09:21',NULL,1800.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16322,'1110','41638018584','2021-11-27 16:15:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16323,'1110','41638018584','2021-11-27 16:15:37',NULL,65.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(16324,'1110','41638018584','2021-11-27 16:15:37',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(16325,'1110','41638018584','2021-11-27 16:15:37',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16326,'5500','41638018584','2021-11-27 16:15:37',647.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16327,'1000','41638018584','2021-11-27 16:15:37',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16328,'4000','41638018584','2021-11-27 16:15:37',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16329,'4000','41638018584','2021-11-27 16:15:37',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(16330,'4000','41638018584','2021-11-27 16:15:37',NULL,1900.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(16331,'4000','41638018584','2021-11-27 16:15:37',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16332,'1110','41638018954','2021-11-27 16:18:07',NULL,5040.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16333,'1110','41638018954','2021-11-27 16:18:07',NULL,210.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16334,'5500','41638018954','2021-11-27 16:18:07',5250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16335,'1000','41638018954','2021-11-27 16:18:07',6300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16336,'4000','41638018954','2021-11-27 16:18:07',NULL,6000.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16337,'4000','41638018954','2021-11-27 16:18:07',NULL,300.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16338,'1110','41638019101','2021-11-27 16:20:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16339,'5500','41638019101','2021-11-27 16:20:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16340,'1000','41638019101','2021-11-27 16:20:03',9900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16341,'4000','41638019101','2021-11-27 16:20:03',NULL,9900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16342,'1110','41638019240','2021-11-27 16:23:17',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16343,'1110','41638019240','2021-11-27 16:23:17',NULL,640.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16344,'5500','41638019240','2021-11-27 16:23:17',3290.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16345,'1000','41638019240','2021-11-27 16:23:17',3650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16346,'4000','41638019240','2021-11-27 16:23:17',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16347,'4000','41638019240','2021-11-27 16:23:17',NULL,900.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16348,'1110','41638019405','2021-11-27 17:40:34',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16349,'1110','41638019405','2021-11-27 17:40:34',NULL,262.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16350,'1110','41638019405','2021-11-27 17:40:34',NULL,400.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(16351,'1110','41638019405','2021-11-27 17:40:34',NULL,1950.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(16352,'5500','41638019405','2021-11-27 17:40:34',2822.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16353,'1000','41638019405','2021-11-27 17:40:34',3905.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16354,'4000','41638019405','2021-11-27 17:40:34',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16355,'4000','41638019405','2021-11-27 17:40:34',NULL,425.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16356,'4000','41638019405','2021-11-27 17:40:34',NULL,600.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(16357,'4000','41638019405','2021-11-27 17:40:34',NULL,2580.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16358,'1110','41638024041','2021-11-27 17:41:00',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16359,'5500','41638024041','2021-11-27 17:41:00',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16360,'1000','41638024041','2021-11-27 17:41:00',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16361,'4000','41638024041','2021-11-27 17:41:00',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16362,'1110','41638193238','2021-11-29 16:43:19',NULL,1680.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(16363,'1110','41638193238','2021-11-29 16:43:19',NULL,2100.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(16364,'1110','41638193238','2021-11-29 16:43:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16365,'1110','41638193238','2021-11-29 16:43:19',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(16366,'5500','41638193238','2021-11-29 16:43:19',3815.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16367,'1000','41638193238','2021-11-29 16:43:19',4600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16368,'4000','41638193238','2021-11-29 16:43:19',NULL,1950.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(16369,'4000','41638193238','2021-11-29 16:43:19',NULL,2400.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(16370,'4000','41638193238','2021-11-29 16:43:19',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16371,'4000','41638193238','2021-11-29 16:43:19',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(16372,'1110','41638193417','2021-11-29 16:45:40',NULL,3195.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(16373,'5500','41638193417','2021-11-29 16:45:40',3195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16374,'1000','41638193417','2021-11-29 16:45:40',3250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16375,'4000','41638193417','2021-11-29 16:45:40',NULL,3249.99,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(16376,'1110','41638193548','2021-11-29 16:46:46',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16377,'1110','41638193548','2021-11-29 16:46:46',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(16378,'5500','41638193548','2021-11-29 16:46:46',8350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16379,'1000','41638193548','2021-11-29 16:46:46',9300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16380,'4000','41638193548','2021-11-29 16:46:46',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16381,'4000','41638193548','2021-11-29 16:46:46',NULL,3800.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(16382,'1110','41638193626','2021-11-29 16:48:00',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16383,'5500','41638193626','2021-11-29 16:48:00',525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16384,'1000','41638193626','2021-11-29 16:48:00',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16385,'4000','41638193626','2021-11-29 16:48:00',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16386,'1110','41638193693','2021-11-29 16:52:00',NULL,6230.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(16387,'1110','41638193693','2021-11-29 16:52:00',NULL,1065.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(16388,'1110','41638193693','2021-11-29 16:52:00',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(16389,'1110','41638193693','2021-11-29 16:52:00',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16390,'1110','41638193693','2021-11-29 16:52:00',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16391,'5500','41638193693','2021-11-29 16:52:00',10905.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16392,'1000','41638193693','2021-11-29 16:52:00',12310.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16393,'4000','41638193693','2021-11-29 16:52:00',NULL,6510.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16394,'4000','41638193693','2021-11-29 16:52:00',NULL,1100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(16395,'4000','41638193693','2021-11-29 16:52:00',NULL,3800.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(16396,'4000','41638193693','2021-11-29 16:52:00',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16397,'4000','41638193693','2021-11-29 16:52:00',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16398,'1110','41638193930','2021-11-29 16:52:44',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16399,'5500','41638193930','2021-11-29 16:52:44',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16400,'1000','41638193930','2021-11-29 16:52:44',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16401,'4000','41638193930','2021-11-29 16:52:44',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16402,'1110','41638193981','2021-11-29 16:54:22',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16403,'1110','41638193981','2021-11-29 16:54:22',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(16404,'1110','41638193981','2021-11-29 16:54:22',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(16405,'5500','41638193981','2021-11-29 16:54:22',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16406,'1000','41638193981','2021-11-29 16:54:22',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16407,'4000','41638193981','2021-11-29 16:54:22',NULL,2550.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16408,'4000','41638193981','2021-11-29 16:54:22',NULL,250.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(16409,'4000','41638193981','2021-11-29 16:54:22',NULL,200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(16410,'1110','41638194084','2021-11-29 16:56:08',NULL,1000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(16411,'1110','41638194084','2021-11-29 16:56:08',NULL,150.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(16412,'5500','41638194084','2021-11-29 16:56:08',1150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16413,'1000','41638194084','2021-11-29 16:56:08',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16414,'4000','41638194084','2021-11-29 16:56:08',NULL,1300.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(16415,'4000','41638194084','2021-11-29 16:56:08',NULL,200.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(16416,'1110','41638194176','2021-11-29 16:58:36',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16417,'1110','41638194176','2021-11-29 16:58:36',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16418,'1110','41638194176','2021-11-29 16:58:36',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16419,'1110','41638194176','2021-11-29 16:58:36',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16420,'5500','41638194176','2021-11-29 16:58:36',2085.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16421,'1000','41638194176','2021-11-29 16:58:36',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16422,'4000','41638194176','2021-11-29 16:58:36',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16423,'4000','41638194176','2021-11-29 16:58:36',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16424,'4000','41638194176','2021-11-29 16:58:36',NULL,1100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16425,'4000','41638194176','2021-11-29 16:58:36',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16426,'1110','41638194331','2021-11-29 17:02:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16427,'5500','41638194331','2021-11-29 17:02:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16428,'1000','41638194331','2021-11-29 17:02:19',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16429,'4000','41638194331','2021-11-29 17:02:19',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16430,'1110','41638194609','2021-11-29 17:07:25',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(16431,'1110','41638194609','2021-11-29 17:07:25',NULL,525.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16432,'1110','41638194609','2021-11-29 17:07:25',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16433,'5500','41638194609','2021-11-29 17:07:25',12055.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16434,'1000','41638194609','2021-11-29 17:07:25',13800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16435,'4000','41638194609','2021-11-29 17:07:25',NULL,12800.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(16436,'4000','41638194609','2021-11-29 17:07:25',NULL,750.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16437,'4000','41638194609','2021-11-29 17:07:25',NULL,250.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16438,'1110','41638194877','2021-11-29 17:08:53',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(16439,'5500','41638194877','2021-11-29 17:08:53',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16440,'1000','41638194877','2021-11-29 17:08:53',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16441,'4000','41638194877','2021-11-29 17:08:53',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(16442,'1110','41638198349','2021-11-29 18:06:18',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(16443,'5500','41638198349','2021-11-29 18:06:18',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16444,'1000','41638198349','2021-11-29 18:06:18',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16445,'4000','41638198349','2021-11-29 18:06:18',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(16446,'1110','41638198381','2021-11-29 18:07:37',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(16447,'5500','41638198381','2021-11-29 18:07:37',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16448,'1000','41638198381','2021-11-29 18:07:37',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16449,'4000','41638198381','2021-11-29 18:07:37',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(16450,'1110','41638198929','2021-11-29 18:16:08',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16451,'5500','41638198929','2021-11-29 18:16:08',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16452,'1000','41638198929','2021-11-29 18:16:08',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16453,'4000','41638198929','2021-11-29 18:16:08',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16454,'1110','41638198975','2021-11-29 18:17:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16455,'1110','41638198975','2021-11-29 18:17:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16456,'5500','41638198975','2021-11-29 18:17:40',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16457,'1000','41638198975','2021-11-29 18:17:40',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16458,'4000','41638198975','2021-11-29 18:17:40',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16459,'4000','41638198975','2021-11-29 18:17:40',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16460,'1110','41638253666','2021-11-30 09:28:47',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(16461,'5500','41638253666','2021-11-30 09:28:47',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16462,'1000','41638253666','2021-11-30 09:28:47',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16463,'4000','41638253666','2021-11-30 09:28:47',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(16464,'1110','41638285375','2021-11-30 18:16:31',NULL,1680.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(16465,'5500','41638285375','2021-11-30 18:16:31',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16466,'1000','41638285375','2021-11-30 18:16:31',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16467,'4000','41638285375','2021-11-30 18:16:31',NULL,2000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16468,'1110','41638285715','2021-11-30 18:23:33',NULL,4920.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(16469,'5500','41638285715','2021-11-30 18:23:33',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16470,'1000','41638285715','2021-11-30 18:23:33',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16471,'4000','41638285715','2021-11-30 18:23:33',NULL,5200.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16472,'1110','41638285838','2021-11-30 18:24:53',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16473,'5500','41638285838','2021-11-30 18:24:53',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16474,'1000','41638285838','2021-11-30 18:24:53',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16475,'4000','41638285838','2021-11-30 18:24:53',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16476,'1110','41638285937','2021-11-30 18:26:05',NULL,2700.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16477,'5500','41638285937','2021-11-30 18:26:05',2700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16478,'1000','41638285937','2021-11-30 18:26:05',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16479,'4000','41638285937','2021-11-30 18:26:05',NULL,3500.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16480,'1110','41638286135','2021-11-30 18:29:44',NULL,10500.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(16481,'5500','41638286135','2021-11-30 18:29:44',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16482,'1000','41638286135','2021-11-30 18:29:44',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16483,'4000','41638286135','2021-11-30 18:29:44',NULL,12500.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(16484,'1110','41638286191','2021-11-30 18:30:50',NULL,2000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(16485,'5500','41638286191','2021-11-30 18:30:50',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16486,'1000','41638286191','2021-11-30 18:30:50',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16487,'4000','41638286191','2021-11-30 18:30:50',NULL,2400.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(16488,'1110','41638286254','2021-11-30 18:33:36',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(16489,'5500','41638286254','2021-11-30 18:33:36',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16490,'1000','41638286254','2021-11-30 18:33:36',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16491,'4000','41638286254','2021-11-30 18:33:36',NULL,600.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(16492,'1110','41638286435','2021-11-30 18:35:42',NULL,7120.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(16493,'1110','41638286435','2021-11-30 18:35:42',NULL,240.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(16494,'5500','41638286435','2021-11-30 18:35:42',7360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16495,'1000','41638286435','2021-11-30 18:35:42',7840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16496,'4000','41638286435','2021-11-30 18:35:42',NULL,7440.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16497,'4000','41638286435','2021-11-30 18:35:42',NULL,400.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(16498,'1110','41638286615','2021-11-30 18:37:25',NULL,120.00,'','4','1','Inventory sold','1','','sales','322','','No',NULL,NULL,''),(16499,'5500','41638286615','2021-11-30 18:37:25',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16500,'1000','41638286615','2021-11-30 18:37:25',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16501,'4000','41638286615','2021-11-30 18:37:25',NULL,200.00,'','4','1','Good sold','1','','sales','322','','No',NULL,NULL,''),(16502,'1110','41638286652','2021-11-30 18:38:18',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16503,'5500','41638286652','2021-11-30 18:38:18',3300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16504,'1000','41638286652','2021-11-30 18:38:18',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16505,'4000','41638286652','2021-11-30 18:38:18',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16506,'1110','41638286715','2021-11-30 18:39:13',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16507,'5500','41638286715','2021-11-30 18:39:13',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16508,'1000','41638286715','2021-11-30 18:39:13',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16509,'4000','41638286715','2021-11-30 18:39:13',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16510,'1110','41638286766','2021-11-30 18:40:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (16511,'1110','41638286766','2021-11-30 18:40:46',NULL,300.00,'','4','1','Inventory sold','1','','sales','323','','No',NULL,NULL,''),(16512,'5500','41638286766','2021-11-30 18:40:46',302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16513,'1000','41638286766','2021-11-30 18:40:46',5800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16514,'4000','41638286766','2021-11-30 18:40:46',NULL,4900.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16515,'4000','41638286766','2021-11-30 18:40:46',NULL,900.00,'','4','1','Good sold','1','','sales','323','','No',NULL,NULL,''),(16516,'1110','41638286859','2021-11-30 18:46:23',NULL,3840.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(16517,'1110','41638286859','2021-11-30 18:46:23',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16518,'1110','41638286859','2021-11-30 18:46:23',NULL,260.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(16519,'1110','41638286859','2021-11-30 18:46:23',NULL,240.00,'','4','1','Inventory sold','1','','sales','290','','No',NULL,NULL,''),(16520,'1110','41638286859','2021-11-30 18:46:23',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(16521,'1110','41638286859','2021-11-30 18:46:23',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(16522,'5500','41638286859','2021-11-30 18:46:23',7710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16523,'1000','41638286859','2021-11-30 18:46:23',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16524,'4000','41638286859','2021-11-30 18:46:23',NULL,4400.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(16525,'4000','41638286859','2021-11-30 18:46:23',NULL,2850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16526,'4000','41638286859','2021-11-30 18:46:23',NULL,800.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(16527,'4000','41638286859','2021-11-30 18:46:23',NULL,600.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(16528,'4000','41638286859','2021-11-30 18:46:23',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(16529,'4000','41638286859','2021-11-30 18:46:23',NULL,350.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(16530,'1110','41638363493','2021-12-01 16:19:08',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(16531,'1110','41638363493','2021-12-01 16:19:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16532,'5500','41638363493','2021-12-01 16:19:08',77.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16533,'1000','41638363493','2021-12-01 16:19:08',190.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16534,'4000','41638363493','2021-12-01 16:19:08',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(16535,'4000','41638363493','2021-12-01 16:19:08',NULL,40.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16536,'1110','41638364779','2021-12-01 17:40:40',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16537,'1110','41638364779','2021-12-01 17:40:40',NULL,525.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(16538,'1110','41638364779','2021-12-01 17:40:40',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16539,'1110','41638364779','2021-12-01 17:40:40',NULL,390.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(16540,'5500','41638364779','2021-12-01 17:40:40',2280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16541,'1000','41638364779','2021-12-01 17:40:40',3300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16542,'4000','41638364779','2021-12-01 17:40:40',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16543,'4000','41638364779','2021-12-01 17:40:40',NULL,750.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(16544,'4000','41638364779','2021-12-01 17:40:40',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16545,'4000','41638364779','2021-12-01 17:40:40',NULL,600.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(16546,'1110','41638369749','2021-12-01 17:43:17',NULL,6000.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(16547,'5500','41638369749','2021-12-01 17:43:17',6000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16548,'1000','41638369749','2021-12-01 17:43:17',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16549,'4000','41638369749','2021-12-01 17:43:17',NULL,7600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(16550,'1110','41638369821','2021-12-01 17:48:55',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(16551,'1110','41638369821','2021-12-01 17:48:55',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(16552,'5500','41638369821','2021-12-01 17:48:55',230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16553,'1000','41638369821','2021-12-01 17:48:55',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16554,'4000','41638369821','2021-12-01 17:48:55',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(16555,'4000','41638369821','2021-12-01 17:48:55',NULL,150.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(16556,'1110','41638370213','2021-12-01 17:52:51',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(16557,'5500','41638370213','2021-12-01 17:52:51',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16558,'1000','41638370213','2021-12-01 17:52:51',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16559,'4000','41638370213','2021-12-01 17:52:51',NULL,6500.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(16560,'1110','41638370394','2021-12-01 13:06:35',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16561,'5500','41638370394','2021-12-01 13:06:35',7950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16562,'1000','41638370394','2021-12-01 13:06:35',8250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16563,'4000','41638370394','2021-12-01 13:06:35',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16564,'1110','41638439610','2021-12-01 13:37:17',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16565,'1110','41638439610','2021-12-01 13:37:17',NULL,2480.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(16566,'1110','41638439610','2021-12-01 13:37:17',NULL,6150.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(16567,'5500','41638439610','2021-12-01 13:37:17',8695.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16568,'1000','41638439610','2021-12-01 13:37:17',10040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16569,'4000','41638439610','2021-12-01 13:37:17',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16570,'4000','41638439610','2021-12-01 13:37:17',NULL,3440.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(16571,'4000','41638439610','2021-12-01 13:37:17',NULL,6500.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16572,'1110','41638441459','2021-12-01 13:53:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16573,'5500','41638441459','2021-12-01 13:53:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16574,'1000','41638441459','2021-12-01 13:53:10',20000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16575,'4000','41638441459','2021-12-01 13:53:10',NULL,20000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16576,'1110','41638442476','2021-12-01 14:26:03',NULL,5850.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(16577,'1110','41638442476','2021-12-01 14:26:03',NULL,2750.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(16578,'1110','41638442476','2021-12-01 14:26:03',NULL,1050.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16579,'1110','41638442476','2021-12-01 14:26:03',NULL,1350.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16580,'1110','41638442476','2021-12-01 14:26:03',NULL,735.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16581,'1110','41638442476','2021-12-01 14:26:03',NULL,420.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16582,'1110','41638442476','2021-12-01 14:26:03',NULL,525.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16583,'1110','41638442476','2021-12-01 14:26:03',NULL,315.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(16584,'1110','41638442476','2021-12-01 14:26:03',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(16585,'5500','41638442476','2021-12-01 14:26:03',13075.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16586,'1000','41638442476','2021-12-01 14:26:03',18700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16587,'4000','41638442476','2021-12-01 14:26:03',NULL,8100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16588,'4000','41638442476','2021-12-01 14:26:03',NULL,4000.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(16589,'4000','41638442476','2021-12-01 14:26:03',NULL,1500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16590,'4000','41638442476','2021-12-01 14:26:03',NULL,1980.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16591,'4000','41638442476','2021-12-01 14:26:03',NULL,1050.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16592,'4000','41638442476','2021-12-01 14:26:03',NULL,600.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16593,'4000','41638442476','2021-12-01 14:26:03',NULL,750.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16594,'4000','41638442476','2021-12-01 14:26:03',NULL,420.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(16595,'4000','41638442476','2021-12-01 14:26:03',NULL,300.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(16596,'1110','41638444384','2021-12-02 14:27:58',NULL,3780.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16597,'1110','41638444384','2021-12-02 14:27:58',NULL,160.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(16598,'5500','41638444384','2021-12-02 14:27:58',3940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16599,'1000','41638444384','2021-12-02 14:27:58',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16600,'4000','41638444384','2021-12-02 14:27:58',NULL,5100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16601,'4000','41638444384','2021-12-02 14:27:58',NULL,500.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(16602,'1110','41638444486','2021-12-01 14:29:03',NULL,3780.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16603,'1110','41638444486','2021-12-01 14:29:03',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(16604,'5500','41638444486','2021-12-01 14:29:03',3860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16605,'1000','41638444486','2021-12-01 14:29:03',5350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16606,'4000','41638444486','2021-12-01 14:29:03',NULL,5100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16607,'4000','41638444486','2021-12-01 14:29:03',NULL,250.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(16608,'1110','41638444551','2021-12-01 14:40:05',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16609,'1110','41638444551','2021-12-01 14:40:05',NULL,157.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16610,'5500','41638444551','2021-12-01 14:40:05',547.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16611,'1000','41638444551','2021-12-01 14:40:05',849.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16612,'4000','41638444551','2021-12-01 14:40:05',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16613,'4000','41638444551','2021-12-01 14:40:05',NULL,249.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16614,'1110','41638445222','2021-12-01 14:47:49',NULL,1900.00,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(16615,'1110','41638445222','2021-12-01 14:47:49',NULL,2310.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16616,'1110','41638445222','2021-12-01 14:47:49',NULL,2670.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(16617,'1110','41638445222','2021-12-01 14:47:49',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(16618,'1110','41638445222','2021-12-01 14:47:49',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16619,'1110','41638445222','2021-12-01 14:47:49',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(16620,'5500','41638445222','2021-12-01 14:47:49',7250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16621,'1000','41638445222','2021-12-01 14:47:49',9300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16622,'4000','41638445222','2021-12-01 14:47:49',NULL,2250.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(16623,'4000','41638445222','2021-12-01 14:47:49',NULL,3150.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16624,'4000','41638445222','2021-12-01 14:47:49',NULL,2850.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16625,'4000','41638445222','2021-12-01 14:47:49',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(16626,'4000','41638445222','2021-12-01 14:47:49',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16627,'4000','41638445222','2021-12-01 14:47:49',NULL,600.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(16628,'1110','41638445901','2021-12-01 14:56:27',NULL,1550.00,'','4','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(16629,'1110','41638445901','2021-12-01 14:56:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16630,'1110','41638445901','2021-12-01 14:56:27',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(16631,'1110','41638445901','2021-12-01 14:56:27',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16632,'1110','41638445901','2021-12-01 14:56:27',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16633,'1110','41638445901','2021-12-01 14:56:27',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(16634,'5500','41638445901','2021-12-01 14:56:27',2322.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16635,'1000','41638445901','2021-12-01 14:56:27',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16636,'4000','41638445901','2021-12-01 14:56:27',NULL,2500.00,'','4','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(16637,'4000','41638445901','2021-12-01 14:56:27',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16638,'4000','41638445901','2021-12-01 14:56:27',NULL,180.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(16639,'4000','41638445901','2021-12-01 14:56:27',NULL,720.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16640,'4000','41638445901','2021-12-01 14:56:27',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16641,'4000','41638445901','2021-12-01 14:56:27',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(16642,'1110','41638446199','2021-12-01 15:03:52',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16643,'1110','41638446199','2021-12-01 15:03:52',NULL,1575.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16644,'1110','41638446199','2021-12-01 15:03:52',NULL,1050.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16645,'1110','41638446199','2021-12-01 15:03:52',NULL,1575.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16646,'1110','41638446199','2021-12-01 15:03:52',NULL,1050.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16647,'1110','41638446199','2021-12-01 15:03:52',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(16648,'5500','41638446199','2021-12-01 15:03:52',5765.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16649,'1000','41638446199','2021-12-01 15:03:52',8850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16650,'4000','41638446199','2021-12-01 15:03:52',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16651,'4000','41638446199','2021-12-01 15:03:52',NULL,2250.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16652,'4000','41638446199','2021-12-01 15:03:52',NULL,1500.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16653,'4000','41638446199','2021-12-01 15:03:52',NULL,2250.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16654,'4000','41638446199','2021-12-01 15:03:52',NULL,1400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16655,'4000','41638446199','2021-12-01 15:03:52',NULL,1000.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(16656,'1110','41638446754','2021-12-01 15:06:19',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16657,'5500','41638446754','2021-12-01 15:06:19',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16658,'1000','41638446754','2021-12-01 15:06:19',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16659,'4000','41638446754','2021-12-01 15:06:19',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16660,'1110','41638446786','2021-12-01 15:08:03',NULL,600.00,'','4','1','Inventory sold','1','','sales','306','','No',NULL,NULL,''),(16661,'5500','41638446786','2021-12-01 15:08:03',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16662,'1000','41638446786','2021-12-01 15:08:03',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16663,'4000','41638446786','2021-12-01 15:08:03',NULL,1000.00,'','4','1','Good sold','1','','sales','306','','No',NULL,NULL,''),(16664,'1110','41638446909','2021-12-01 15:09:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16665,'5500','41638446909','2021-12-01 15:09:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16666,'1000','41638446909','2021-12-01 15:09:00',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16667,'4000','41638446909','2021-12-01 15:09:00',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16668,'1110','41638446960','2021-12-01 15:10:10',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16669,'5500','41638446960','2021-12-01 15:10:10',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16670,'1000','41638446960','2021-12-01 15:10:10',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16671,'4000','41638446960','2021-12-01 15:10:10',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16672,'1110','41638447018','2021-12-01 15:10:40',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16673,'5500','41638447018','2021-12-01 15:10:40',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16674,'1000','41638447018','2021-12-01 15:10:40',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16675,'4000','41638447018','2021-12-01 15:10:40',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16676,'1110','41638447229','2021-12-02 15:58:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16677,'1110','41638447229','2021-12-02 15:58:42',NULL,70.00,'','4','1','Inventory sold','1','','sales','252','','No',NULL,NULL,''),(16678,'1110','41638447229','2021-12-02 15:58:42',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(16679,'5500','41638447229','2021-12-02 15:58:42',222.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16680,'1000','41638447229','2021-12-02 15:58:42',2650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16681,'4000','41638447229','2021-12-02 15:58:42',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16682,'4000','41638447229','2021-12-02 15:58:42',NULL,500.00,'','4','1','Good sold','1','','sales','252','','No',NULL,NULL,''),(16683,'4000','41638447229','2021-12-02 15:58:42',NULL,150.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(16684,'1110','41638449989','2021-12-02 16:02:00',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16685,'1110','41638449989','2021-12-02 16:02:00',NULL,1060.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16686,'1110','41638449989','2021-12-02 16:02:00',NULL,2670.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(16687,'5500','41638449989','2021-12-02 16:02:00',3940.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16688,'1000','41638449989','2021-12-02 16:02:00',4200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16689,'4000','41638449989','2021-12-02 16:02:00',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16690,'4000','41638449989','2021-12-02 16:02:00',NULL,1200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16691,'4000','41638449989','2021-12-02 16:02:00',NULL,2700.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16692,'1110','41638450136','2021-12-02 16:02:31',NULL,40.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(16693,'5500','41638450136','2021-12-02 16:02:31',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16694,'1000','41638450136','2021-12-02 16:02:31',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16695,'4000','41638450136','2021-12-02 16:02:31',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(16696,'1110','41638450155','2021-12-02 16:03:01',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16697,'5500','41638450155','2021-12-02 16:03:01',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16698,'1000','41638450155','2021-12-02 16:03:01',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16699,'4000','41638450155','2021-12-02 16:03:01',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16700,'1110','41638450185','2021-12-02 16:03:35',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16701,'5500','41638450185','2021-12-02 16:03:35',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16702,'1000','41638450185','2021-12-02 16:03:35',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16703,'4000','41638450185','2021-12-02 16:03:35',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16704,'1110','41638450219','2021-12-02 16:04:49',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16705,'1110','41638450219','2021-12-02 16:04:49',NULL,10650.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(16706,'5500','41638450219','2021-12-02 16:04:49',15950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16707,'1000','41638450219','2021-12-02 16:04:49',16300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16708,'4000','41638450219','2021-12-02 16:04:49',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16709,'4000','41638450219','2021-12-02 16:04:49',NULL,10800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(16710,'1110','41638450306','2021-12-02 16:06:05',NULL,880.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(16711,'5500','41638450306','2021-12-02 16:06:05',880.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16712,'1000','41638450306','2021-12-02 16:06:05',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16713,'4000','41638450306','2021-12-02 16:06:05',NULL,1200.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(16714,'1110','41638450368','2021-12-02 16:06:56',NULL,1130.00,'','4','1','Inventory sold','1','','sales','56','','No',NULL,NULL,''),(16715,'5500','41638450368','2021-12-02 16:06:56',1130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16716,'1000','41638450368','2021-12-02 16:06:56',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16717,'4000','41638450368','2021-12-02 16:06:56',NULL,1500.00,'','4','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(16718,'1110','41638450428','2021-12-02 16:08:07',NULL,320.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(16719,'5500','41638450428','2021-12-02 16:08:07',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16720,'1000','41638450428','2021-12-02 16:08:07',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16721,'4000','41638450428','2021-12-02 16:08:07',NULL,1200.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(16722,'1110','41638450491','2021-12-02 16:08:47',NULL,300.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(16723,'5500','41638450491','2021-12-02 16:08:47',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16724,'1000','41638450491','2021-12-02 16:08:47',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16725,'4000','41638450491','2021-12-02 16:08:47',NULL,1200.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(16726,'1110','41638450542','2021-12-02 16:10:31',NULL,5250.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16727,'1110','41638450542','2021-12-02 16:10:31',NULL,5250.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16728,'5500','41638450542','2021-12-02 16:10:31',10500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16729,'1000','41638450542','2021-12-02 16:10:31',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16730,'4000','41638450542','2021-12-02 16:10:31',NULL,6500.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16731,'4000','41638450542','2021-12-02 16:10:31',NULL,6500.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16732,'1110','41638450642','2021-12-02 16:11:47',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16733,'5500','41638450642','2021-12-02 16:11:47',4350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16734,'1000','41638450642','2021-12-02 16:11:47',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16735,'4000','41638450642','2021-12-02 16:11:47',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16736,'1110','41638452325','2021-12-02 16:41:36',NULL,990.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16737,'1110','41638452325','2021-12-02 16:41:36',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16738,'5500','41638452325','2021-12-02 16:41:36',1055.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16739,'1000','41638452325','2021-12-02 16:41:36',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16740,'4000','41638452325','2021-12-02 16:41:36',NULL,1350.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16741,'4000','41638452325','2021-12-02 16:41:36',NULL,150.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16742,'1110','41638452505','2021-12-02 16:43:07',NULL,65.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16743,'5500','41638452505','2021-12-02 16:43:07',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16744,'1000','41638452505','2021-12-02 16:43:07',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16745,'4000','41638452505','2021-12-02 16:43:07',NULL,100.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16746,'1110','41638456350','2021-12-02 17:49:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16747,'5500','41638456350','2021-12-02 17:49:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16748,'1000','41638456350','2021-12-02 17:49:19',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16749,'4000','41638456350','2021-12-02 17:49:19',NULL,3500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16750,'1110','41638456957','2021-12-02 17:59:03',NULL,50.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(16751,'1110','41638456957','2021-12-02 17:59:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16752,'1110','41638456957','2021-12-02 17:59:03',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16753,'1110','41638456957','2021-12-02 17:59:03',NULL,130.00,'','4','1','Inventory sold','1','','sales','58','','No',NULL,NULL,''),(16754,'5500','41638456957','2021-12-02 17:59:03',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16755,'1000','41638456957','2021-12-02 17:59:03',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16756,'4000','41638456957','2021-12-02 17:59:03',NULL,1700.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(16757,'4000','41638456957','2021-12-02 17:59:03',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16758,'4000','41638456957','2021-12-02 17:59:03',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16759,'4000','41638456957','2021-12-02 17:59:03',NULL,200.00,'','4','1','Good sold','1','','sales','58','','No',NULL,NULL,''),(16760,'1110','41638534193','2021-12-03 15:47:28',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16761,'1110','41638534193','2021-12-03 15:47:28',NULL,80.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(16762,'1110','41638534193','2021-12-03 15:47:28',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(16763,'1110','41638534193','2021-12-03 15:47:28',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(16764,'5500','41638534193','2021-12-03 15:47:28',610.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16765,'1000','41638534193','2021-12-03 15:47:28',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16766,'4000','41638534193','2021-12-03 15:47:28',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16767,'4000','41638534193','2021-12-03 15:47:28',NULL,300.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(16768,'4000','41638534193','2021-12-03 15:47:28',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(16769,'4000','41638534193','2021-12-03 15:47:28',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(16770,'1110','41638535661','2021-12-03 15:48:17',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16771,'5500','41638535661','2021-12-03 15:48:17',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16772,'1000','41638535661','2021-12-03 15:48:17',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16773,'4000','41638535661','2021-12-03 15:48:17',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16774,'1110','41638535718','2021-12-03 15:49:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16775,'5500','41638535718','2021-12-03 15:49:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16776,'1000','41638535718','2021-12-03 15:49:34',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16777,'4000','41638535718','2021-12-03 15:49:34',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16778,'1110','41638535796','2021-12-03 16:03:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16779,'5500','41638535796','2021-12-03 16:03:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16780,'1000','41638535796','2021-12-03 16:03:36',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16781,'4000','41638535796','2021-12-03 16:03:36',NULL,30.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16782,'1110','41638536621','2021-12-03 16:05:30',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16783,'1110','41638536621','2021-12-03 16:05:30',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16784,'5500','41638536621','2021-12-03 16:05:30',5405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16785,'1000','41638536621','2021-12-03 16:05:30',5650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16786,'4000','41638536621','2021-12-03 16:05:30',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16787,'4000','41638536621','2021-12-03 16:05:30',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16788,'1110','41638536750','2021-12-03 16:13:47',NULL,3300.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16789,'1110','41638536750','2021-12-03 16:13:47',NULL,1800.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(16790,'1110','41638536750','2021-12-03 16:13:47',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16791,'1110','41638536750','2021-12-03 16:13:47',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(16792,'5500','41638536750','2021-12-03 16:13:47',5910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16793,'1000','41638536750','2021-12-03 16:13:47',7150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16794,'4000','41638536750','2021-12-03 16:13:47',NULL,4500.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16795,'4000','41638536750','2021-12-03 16:13:47',NULL,1500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(16796,'4000','41638536750','2021-12-03 16:13:47',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16797,'4000','41638536750','2021-12-03 16:13:47',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(16798,'1110','41638537240','2021-12-03 16:14:33',NULL,420.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16799,'5500','41638537240','2021-12-03 16:14:33',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16800,'1000','41638537240','2021-12-03 16:14:33',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16801,'4000','41638537240','2021-12-03 16:14:33',NULL,600.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16802,'1110','41638537578','2021-12-03 16:20:30',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16803,'1110','41638537578','2021-12-03 16:20:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16804,'5500','41638537578','2021-12-03 16:20:30',532.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16805,'1000','41638537578','2021-12-03 16:20:30',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16806,'4000','41638537578','2021-12-03 16:20:30',NULL,550.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16807,'4000','41638537578','2021-12-03 16:20:30',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16808,'1110','41638537655','2021-12-03 16:25:17',NULL,1160.00,'','4','1','Inventory sold','1','','sales','239','','No',NULL,NULL,''),(16809,'1110','41638537655','2021-12-03 16:25:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16810,'1110','41638537655','2021-12-03 16:25:17',NULL,1120.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(16811,'1110','41638537655','2021-12-03 16:25:17',NULL,1600.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(16812,'5500','41638537655','2021-12-03 16:25:17',3882.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16813,'1000','41638537655','2021-12-03 16:25:17',6140.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16814,'4000','41638537655','2021-12-03 16:25:17',NULL,1600.00,'','4','1','Good sold','1','','sales','239','','No',NULL,NULL,''),(16815,'4000','41638537655','2021-12-03 16:25:17',NULL,1340.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16816,'4000','41638537655','2021-12-03 16:25:17',NULL,1300.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(16817,'4000','41638537655','2021-12-03 16:25:17',NULL,1900.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(16818,'1110','41638537956','2021-12-03 16:27:06',NULL,620.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(16819,'5500','41638537956','2021-12-03 16:27:06',620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16820,'1000','41638537956','2021-12-03 16:27:06',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16821,'4000','41638537956','2021-12-03 16:27:06',NULL,1000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(16828,'1110','41638538670','2021-12-03 16:38:56',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(16829,'1110','41638538670','2021-12-03 16:38:56',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16830,'5500','41638538670','2021-12-03 16:38:56',13120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16831,'1000','41638538670','2021-12-03 16:38:56',12000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16832,'4000','41638538670','2021-12-03 16:38:56',NULL,11000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(16833,'4000','41638538670','2021-12-03 16:38:56',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16834,'1110','41638618626','2021-12-04 14:52:36',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16835,'1110','41638618626','2021-12-04 14:52:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16836,'5500','41638618626','2021-12-04 14:52:36',5302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16837,'1000','41638618626','2021-12-04 14:52:36',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16838,'4000','41638618626','2021-12-04 14:52:36',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16839,'4000','41638618626','2021-12-04 14:52:36',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16840,'1110','41638618814','2021-12-04 14:54:24',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16841,'5500','41638618814','2021-12-04 14:54:24',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16842,'1000','41638618814','2021-12-04 14:54:24',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16843,'4000','41638618814','2021-12-04 14:54:24',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16844,'1110','41638618874','2021-12-04 14:55:06',NULL,500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(16845,'5500','41638618874','2021-12-04 14:55:06',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16846,'1000','41638618874','2021-12-04 14:55:06',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16847,'4000','41638618874','2021-12-04 14:55:06',NULL,650.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(16848,'1110','41638618915','2021-12-04 14:55:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16849,'5500','41638618915','2021-12-04 14:55:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16850,'1000','41638618915','2021-12-04 14:55:52',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16851,'4000','41638618915','2021-12-04 14:55:52',NULL,5000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16852,'1110','41638618997','2021-12-04 14:59:20',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16853,'1110','41638618997','2021-12-04 14:59:20',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(16854,'5500','41638618997','2021-12-04 14:59:20',127.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16855,'1000','41638618997','2021-12-04 14:59:20',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16856,'4000','41638618997','2021-12-04 14:59:20',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16857,'4000','41638618997','2021-12-04 14:59:20',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(16858,'1110','41638619164','2021-12-04 15:00:07',NULL,1530.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16859,'5500','41638619164','2021-12-04 15:00:07',1530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16860,'1000','41638619164','2021-12-04 15:00:07',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16861,'4000','41638619164','2021-12-04 15:00:07',NULL,1800.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16862,'1110','41638619212','2021-12-04 15:02:52',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(16863,'1110','41638619212','2021-12-04 15:02:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16864,'1110','41638619212','2021-12-04 15:02:52',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(16865,'5500','41638619212','2021-12-04 15:02:52',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16866,'1000','41638619212','2021-12-04 15:02:52',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16867,'4000','41638619212','2021-12-04 15:02:52',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(16868,'4000','41638619212','2021-12-04 15:02:52',NULL,150.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16869,'4000','41638619212','2021-12-04 15:02:52',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(16870,'1110','41638619383','2021-12-04 15:15:32',NULL,320.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(16871,'1110','41638619383','2021-12-04 15:15:32',NULL,500.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(16872,'1110','41638619383','2021-12-04 15:15:32',NULL,360.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(16873,'1110','41638619383','2021-12-04 15:15:32',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16874,'1110','41638619383','2021-12-04 15:15:32',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16875,'1110','41638619383','2021-12-04 15:15:32',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16876,'1110','41638619383','2021-12-04 15:15:32',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16877,'1110','41638619383','2021-12-04 15:15:32',NULL,8960.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16878,'1110','41638619383','2021-12-04 15:15:32',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16879,'5500','41638619383','2021-12-04 15:15:32',12875.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16880,'1000','41638619383','2021-12-04 15:15:32',14750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16881,'4000','41638619383','2021-12-04 15:15:32',NULL,500.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(16882,'4000','41638619383','2021-12-04 15:15:32',NULL,650.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(16883,'4000','41638619383','2021-12-04 15:15:32',NULL,450.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(16884,'4000','41638619383','2021-12-04 15:15:32',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16885,'4000','41638619383','2021-12-04 15:15:32',NULL,150.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16886,'4000','41638619383','2021-12-04 15:15:32',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16887,'4000','41638619383','2021-12-04 15:15:32',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16888,'4000','41638619383','2021-12-04 15:15:32',NULL,9800.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16889,'4000','41638619383','2021-12-04 15:15:32',NULL,2400.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16890,'1110','41638628252','2021-12-04 17:33:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16891,'1110','41638628252','2021-12-04 17:33:29',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(16892,'5500','41638628252','2021-12-04 17:33:29',122.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16893,'1000','41638628252','2021-12-04 17:33:29',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16894,'4000','41638628252','2021-12-04 17:33:29',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16895,'4000','41638628252','2021-12-04 17:33:29',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(16896,'1110','41638628413','2021-12-04 17:34:11',NULL,1050.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16897,'5500','41638628413','2021-12-04 17:34:11',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16898,'1000','41638628413','2021-12-04 17:34:11',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16899,'4000','41638628413','2021-12-04 17:34:11',NULL,1500.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(16900,'1110','41638628474','2021-12-04 17:35:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16901,'5500','41638628474','2021-12-04 17:35:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16902,'1000','41638628474','2021-12-04 17:35:02',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16903,'4000','41638628474','2021-12-04 17:35:02',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16904,'1110','41638628519','2021-12-04 17:38:05',NULL,7500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(16905,'1110','41638628519','2021-12-04 17:38:05',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16906,'1110','41638628519','2021-12-04 17:38:05',NULL,180.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(16907,'5500','41638628519','2021-12-04 17:38:05',8100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16908,'1000','41638628519','2021-12-04 17:38:05',10500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16909,'4000','41638628519','2021-12-04 17:38:05',NULL,9500.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(16910,'4000','41638628519','2021-12-04 17:38:05',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16911,'4000','41638628519','2021-12-04 17:38:05',NULL,400.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(16912,'1110','41638628689','2021-12-04 17:38:48',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(16913,'5500','41638628689','2021-12-04 17:38:48',260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16914,'1000','41638628689','2021-12-04 17:38:48',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16915,'4000','41638628689','2021-12-04 17:38:48',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(16916,'1110','41638628815','2021-12-04 17:53:05',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16917,'5500','41638628815','2021-12-04 17:53:05',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16918,'1000','41638628815','2021-12-04 17:53:05',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16919,'4000','41638628815','2021-12-04 17:53:05',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16920,'1110','41638802655','2021-12-06 18:06:16',NULL,2520.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16921,'1110','41638802655','2021-12-06 18:06:16',NULL,950.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(16922,'1110','41638802655','2021-12-06 18:06:16',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16923,'1110','41638802655','2021-12-06 18:06:16',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16924,'1110','41638802655','2021-12-06 18:06:16',NULL,420.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16925,'1110','41638802655','2021-12-06 18:06:16',NULL,240.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(16926,'5500','41638802655','2021-12-06 18:06:16',5795.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16927,'1000','41638802655','2021-12-06 18:06:16',7375.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16928,'4000','41638802655','2021-12-06 18:06:16',NULL,3200.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16929,'4000','41638802655','2021-12-06 18:06:16',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(16930,'4000','41638802655','2021-12-06 18:06:16',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16931,'4000','41638802655','2021-12-06 18:06:16',NULL,125.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16932,'4000','41638802655','2021-12-06 18:06:16',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16933,'4000','41638802655','2021-12-06 18:06:16',NULL,300.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(16934,'1110','41638803189','2021-12-06 18:07:05',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(16935,'5500','41638803189','2021-12-06 18:07:05',5700.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16936,'1000','41638803189','2021-12-06 18:07:05',6400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16937,'4000','41638803189','2021-12-06 18:07:05',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(16938,'1110','41638803328','2021-12-06 18:09:26',NULL,800.00,'','4','1','Inventory sold','1','','sales','233','','No',NULL,NULL,''),(16939,'5500','41638803328','2021-12-06 18:09:26',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16940,'1000','41638803328','2021-12-06 18:09:26',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16941,'4000','41638803328','2021-12-06 18:09:26',NULL,1600.00,'','4','1','Good sold','1','','sales','233','','No',NULL,NULL,''),(16942,'1110','41638803371','2021-12-06 18:21:46',NULL,315.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(16943,'1110','41638803371','2021-12-06 18:21:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(16944,'1110','41638803371','2021-12-06 18:21:46',NULL,65.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(16945,'1110','41638803371','2021-12-06 18:21:46',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(16946,'1110','41638803371','2021-12-06 18:21:46',NULL,157.50,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(16947,'1110','41638803371','2021-12-06 18:21:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(16948,'5500','41638803371','2021-12-06 18:21:46',764.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16949,'1000','41638803371','2021-12-06 18:21:46',1345.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16950,'4000','41638803371','2021-12-06 18:21:46',NULL,450.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(16951,'4000','41638803371','2021-12-06 18:21:46',NULL,200.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16952,'4000','41638803371','2021-12-06 18:21:46',NULL,250.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(16953,'4000','41638803371','2021-12-06 18:21:46',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(16954,'4000','41638803371','2021-12-06 18:21:46',NULL,225.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(16955,'4000','41638803371','2021-12-06 18:21:46',NULL,20.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(16956,'1110','41638804196','2021-12-06 18:24:49',NULL,850.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(16957,'5500','41638804196','2021-12-06 18:24:49',850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16958,'1000','41638804196','2021-12-06 18:24:49',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16959,'4000','41638804196','2021-12-06 18:24:49',NULL,1300.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(16960,'1110','41638804293','2021-12-06 18:31:15',NULL,7380.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16961,'1110','41638804293','2021-12-06 18:31:15',NULL,1860.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(16962,'1110','41638804293','2021-12-06 18:31:15',NULL,375.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16963,'5500','41638804293','2021-12-06 18:31:15',9615.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16964,'1000','41638804293','2021-12-06 18:31:15',10700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16965,'4000','41638804293','2021-12-06 18:31:15',NULL,7800.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16966,'4000','41638804293','2021-12-06 18:31:15',NULL,2400.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(16967,'4000','41638804293','2021-12-06 18:31:15',NULL,500.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16968,'1110','41638804706','2021-12-06 18:33:52',NULL,2275.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(16969,'5500','41638804706','2021-12-06 18:33:52',2275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16970,'1000','41638804706','2021-12-06 18:33:52',3010.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16971,'4000','41638804706','2021-12-06 18:33:52',NULL,3010.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16972,'1110','41638804835','2021-12-06 18:34:06',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(16973,'5500','41638804835','2021-12-06 18:34:06',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16974,'1000','41638804835','2021-12-06 18:34:06',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16975,'4000','41638804835','2021-12-06 18:34:06',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(16976,'1110','41638804852','2021-12-06 18:35:08',NULL,1860.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(16977,'5500','41638804852','2021-12-06 18:35:08',1860.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16978,'1000','41638804852','2021-12-06 18:35:08',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16979,'4000','41638804852','2021-12-06 18:35:08',NULL,2499.96,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(16980,'1110','41638886572','2021-12-07 17:19:22',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(16981,'1110','41638886572','2021-12-07 17:19:22',NULL,150.00,'','4','1','Inventory sold','1','','sales','274','','No',NULL,NULL,''),(16982,'1110','41638886572','2021-12-07 17:19:22',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(16983,'1110','41638886572','2021-12-07 17:19:22',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(16984,'5500','41638886572','2021-12-07 17:19:22',1530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16985,'1000','41638886572','2021-12-07 17:19:22',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16986,'4000','41638886572','2021-12-07 17:19:22',NULL,450.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(16987,'4000','41638886572','2021-12-07 17:19:22',NULL,400.00,'','4','1','Good sold','1','','sales','274','','No',NULL,NULL,''),(16988,'4000','41638886572','2021-12-07 17:19:22',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16989,'4000','41638886572','2021-12-07 17:19:22',NULL,500.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(16990,'1110','41638886775','2021-12-07 17:19:48',NULL,1680.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(16991,'5500','41638886775','2021-12-07 17:19:48',1680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16992,'1000','41638886775','2021-12-07 17:19:48',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16993,'4000','41638886775','2021-12-07 17:19:48',NULL,2000.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16994,'1110','41638886797','2021-12-07 17:20:34',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16995,'5500','41638886797','2021-12-07 17:20:34',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16996,'1000','41638886797','2021-12-07 17:20:34',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16997,'4000','41638886797','2021-12-07 17:20:34',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16998,'1110','41638886841','2021-12-07 17:21:41',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(16999,'1110','41638886841','2021-12-07 17:21:41',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17000,'5500','41638886841','2021-12-07 17:21:41',510.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17001,'1000','41638886841','2021-12-07 17:21:41',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17002,'4000','41638886841','2021-12-07 17:21:41',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(17003,'4000','41638886841','2021-12-07 17:21:41',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17004,'1110','41638886908','2021-12-07 17:23:38',NULL,1950.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17005,'1110','41638886908','2021-12-07 17:23:38',NULL,620.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(17006,'5500','41638886908','2021-12-07 17:23:38',2570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17007,'1000','41638886908','2021-12-07 17:23:38',3400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17008,'4000','41638886908','2021-12-07 17:23:38',NULL,2600.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17009,'4000','41638886908','2021-12-07 17:23:38',NULL,800.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(17010,'1110','41638887027','2021-12-07 17:24:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17011,'5500','41638887027','2021-12-07 17:24:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17012,'1000','41638887027','2021-12-07 17:24:33',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17013,'4000','41638887027','2021-12-07 17:24:33',NULL,1750.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17014,'1110','41638887175','2021-12-07 17:28:40',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17015,'5500','41638887175','2021-12-07 17:28:40',12600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17016,'1000','41638887175','2021-12-07 17:28:40',11200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17017,'4000','41638887175','2021-12-07 17:28:40',NULL,11200.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17018,'1110','41638887323','2021-12-07 17:31:26',NULL,17100.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17019,'5500','41638887323','2021-12-07 17:31:26',17100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17020,'1000','41638887323','2021-12-07 17:31:26',18999.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17021,'4000','41638887323','2021-12-07 17:31:26',NULL,18999.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17022,'1110','41638887497','2021-12-07 17:34:25',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17023,'5500','41638887497','2021-12-07 17:34:25',520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17024,'1000','41638887497','2021-12-07 17:34:25',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17025,'4000','41638887497','2021-12-07 17:34:25',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17026,'1110','41638887674','2021-12-07 17:35:04',NULL,2120.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17027,'5500','41638887674','2021-12-07 17:35:04',2120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17028,'1000','41638887674','2021-12-07 17:35:04',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17029,'4000','41638887674','2021-12-07 17:35:04',NULL,2200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17030,'1110','41638887847','2021-12-07 17:38:26',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17031,'1110','41638887847','2021-12-07 17:38:26',NULL,80.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(17032,'5500','41638887847','2021-12-07 17:38:26',710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17033,'1000','41638887847','2021-12-07 17:38:26',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17034,'4000','41638887847','2021-12-07 17:38:26',NULL,2200.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17035,'4000','41638887847','2021-12-07 17:38:26',NULL,200.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(17036,'1110','41638887911','2021-12-07 17:40:42',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17037,'1110','41638887911','2021-12-07 17:40:42',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(17038,'1110','41638887911','2021-12-07 17:40:42',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17039,'5500','41638887911','2021-12-07 17:40:42',13670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17040,'1000','41638887911','2021-12-07 17:40:42',13300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17041,'4000','41638887911','2021-12-07 17:40:42',NULL,11500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17042,'4000','41638887911','2021-12-07 17:40:42',NULL,800.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(17043,'4000','41638887911','2021-12-07 17:40:42',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17044,'1110','41638888056','2021-12-07 17:41:36',NULL,620.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(17045,'5500','41638888056','2021-12-07 17:41:36',620.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17046,'1000','41638888056','2021-12-07 17:41:36',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17047,'4000','41638888056','2021-12-07 17:41:36',NULL,1000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(17048,'1110','41638888101','2021-12-07 17:42:13',NULL,24600.00,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(17049,'5500','41638888101','2021-12-07 17:42:13',24600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17050,'1000','41638888101','2021-12-07 17:42:13',26000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17051,'4000','41638888101','2021-12-07 17:42:13',NULL,26000.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(17052,'1110','41638888143','2021-12-07 17:43:23',NULL,620.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(17053,'1110','41638888143','2021-12-07 17:43:23',NULL,190.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(17054,'5500','41638888143','2021-12-07 17:43:23',810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17055,'1000','41638888143','2021-12-07 17:43:23',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17056,'4000','41638888143','2021-12-07 17:43:23',NULL,1000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(17057,'4000','41638888143','2021-12-07 17:43:23',NULL,350.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(17058,'1110','41638888209','2021-12-07 17:45:02',NULL,450.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(17059,'1110','41638888209','2021-12-07 17:45:02',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(17060,'5500','41638888209','2021-12-07 17:45:02',530.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17061,'1000','41638888209','2021-12-07 17:45:02',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17062,'4000','41638888209','2021-12-07 17:45:02',NULL,450.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(17063,'4000','41638888209','2021-12-07 17:45:02',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(17064,'1110','41638969012','2021-12-08 16:13:47',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17065,'1110','41638969012','2021-12-08 16:13:47',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17066,'1110','41638969012','2021-12-08 16:13:47',NULL,315.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(17067,'1110','41638969012','2021-12-08 16:13:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17068,'5500','41638969012','2021-12-08 16:13:47',7007.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17069,'1000','41638969012','2021-12-08 16:13:47',7550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17070,'4000','41638969012','2021-12-08 16:13:47',NULL,6600.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17071,'4000','41638969012','2021-12-08 16:13:47',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17072,'4000','41638969012','2021-12-08 16:13:47',NULL,450.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(17073,'4000','41638969012','2021-12-08 16:13:47',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17074,'1110','41638969238','2021-12-08 16:14:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17075,'5500','41638969238','2021-12-08 16:14:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17076,'1000','41638969238','2021-12-08 16:14:51',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17077,'4000','41638969238','2021-12-08 16:14:51',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17078,'1110','41638969311','2021-12-08 16:17:30',NULL,800.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(17079,'1110','41638969311','2021-12-08 16:17:30',NULL,225.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17080,'1110','41638969311','2021-12-08 16:17:30',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17081,'1110','41638969311','2021-12-08 16:17:30',NULL,210.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(17082,'5500','41638969311','2021-12-08 16:17:30',1340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17083,'1000','41638969311','2021-12-08 16:17:30',1950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17084,'4000','41638969311','2021-12-08 16:17:30',NULL,1200.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(17085,'4000','41638969311','2021-12-08 16:17:30',NULL,300.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17086,'4000','41638969311','2021-12-08 16:17:30',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17087,'4000','41638969311','2021-12-08 16:17:30',NULL,300.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(17088,'1110','41638969458','2021-12-08 16:18:24',NULL,1450.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17089,'5500','41638969458','2021-12-08 16:18:24',1450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17090,'1000','41638969458','2021-12-08 16:18:24',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17091,'4000','41638969458','2021-12-08 16:18:24',NULL,1700.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17092,'1110','41638969509','2021-12-08 16:19:09',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(17093,'5500','41638969509','2021-12-08 16:19:09',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17094,'1000','41638969509','2021-12-08 16:19:09',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17095,'4000','41638969509','2021-12-08 16:19:09',NULL,100.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(17096,'1110','41638969559','2021-12-08 16:21:46',NULL,4000.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(17097,'1110','41638969559','2021-12-08 16:21:46',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17098,'5500','41638969559','2021-12-08 16:21:46',4150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17099,'1000','41638969559','2021-12-08 16:21:46',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17100,'4000','41638969559','2021-12-08 16:21:46',NULL,4800.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(17101,'4000','41638969559','2021-12-08 16:21:46',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17102,'1110','41638969713','2021-12-08 16:22:30',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(17103,'5500','41638969713','2021-12-08 16:22:30',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17104,'1000','41638969713','2021-12-08 16:22:30',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17105,'4000','41638969713','2021-12-08 16:22:30',NULL,600.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(17106,'1110','41638969754','2021-12-08 16:34:04',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17107,'1110','41638969754','2021-12-08 16:34:04',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(17108,'5500','41638969754','2021-12-08 16:34:04',840.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17109,'1000','41638969754','2021-12-08 16:34:04',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17110,'4000','41638969754','2021-12-08 16:34:04',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17111,'4000','41638969754','2021-12-08 16:34:04',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(17112,'1110','41638970450','2021-12-08 16:35:23',NULL,7120.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(17113,'5500','41638970450','2021-12-08 16:35:23',7120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17114,'1000','41638970450','2021-12-08 16:35:23',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17115,'4000','41638970450','2021-12-08 16:35:23',NULL,7600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(17116,'1110','41638970564','2021-12-08 16:37:59',NULL,75.00,'','4','1','Inventory sold','1','','sales','319','','No',NULL,NULL,''),(17117,'1110','41638970564','2021-12-08 16:37:59',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17118,'1110','41638970564','2021-12-08 16:37:59',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17119,'5500','41638970564','2021-12-08 16:37:59',9325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17120,'1000','41638970564','2021-12-08 16:37:59',10400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17121,'4000','41638970564','2021-12-08 16:37:59',NULL,150.00,'','4','1','Good sold','1','','sales','319','','No',NULL,NULL,''),(17122,'4000','41638970564','2021-12-08 16:37:59',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17123,'4000','41638970564','2021-12-08 16:37:59',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17124,'1110','41638973704','2021-12-08 17:29:24',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17125,'5500','41638973704','2021-12-08 17:29:24',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17126,'1000','41638973704','2021-12-08 17:29:24',248.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17127,'4000','41638973704','2021-12-08 17:29:24',NULL,247.50,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17128,'1110','41638973772','2021-12-08 17:31:50',NULL,11760.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(17129,'1110','41638973772','2021-12-08 17:31:50',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17130,'1110','41638973772','2021-12-08 17:31:50',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17131,'5500','41638973772','2021-12-08 17:31:50',12515.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17132,'1000','41638973772','2021-12-08 17:31:50',15200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17133,'4000','41638973772','2021-12-08 17:31:50',NULL,14000.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(17134,'4000','41638973772','2021-12-08 17:31:50',NULL,200.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17135,'4000','41638973772','2021-12-08 17:31:50',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17136,'1110','41638975122','2021-12-08 17:53:37',NULL,1300.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17137,'1110','41638975122','2021-12-08 17:53:37',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17138,'1110','41638975122','2021-12-08 17:53:37',NULL,300.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17139,'5500','41638975122','2021-12-08 17:53:37',2125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17140,'1000','41638975122','2021-12-08 17:53:37',3150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17141,'4000','41638975122','2021-12-08 17:53:37',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17142,'4000','41638975122','2021-12-08 17:53:37',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17143,'4000','41638975122','2021-12-08 17:53:37',NULL,400.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17144,'1110','41639116294','2021-12-09 09:06:28',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17145,'5500','41639116294','2021-12-09 09:06:28',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17146,'1000','41639116294','2021-12-09 09:06:28',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17147,'4000','41639116294','2021-12-09 09:06:28',NULL,249.99,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17148,'1110','41639116409','2021-12-09 09:07:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17149,'5500','41639116409','2021-12-09 09:07:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17150,'1000','41639116409','2021-12-09 09:07:10',5.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17151,'4000','41639116409','2021-12-09 09:07:10',NULL,5.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17152,'1110','41639116503','2021-12-09 09:09:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17153,'5500','41639116503','2021-12-09 09:09:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17154,'1000','41639116503','2021-12-09 09:09:05',345.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17155,'4000','41639116503','2021-12-09 09:09:05',NULL,345.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17156,'1110','41639116571','2021-12-09 09:10:50',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17157,'1110','41639116571','2021-12-09 09:10:50',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17158,'5500','41639116571','2021-12-09 09:10:50',750.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17159,'1000','41639116571','2021-12-09 09:10:50',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17160,'4000','41639116571','2021-12-09 09:10:50',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17161,'4000','41639116571','2021-12-09 09:10:50',NULL,300.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17162,'1110','41639116699','2021-12-09 09:16:08',NULL,825.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(17163,'1110','41639116699','2021-12-09 09:16:08',NULL,200.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(17164,'1110','41639116699','2021-12-09 09:16:08',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17165,'5500','41639116699','2021-12-09 09:16:08',1175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17166,'1000','41639116699','2021-12-09 09:16:08',2150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17167,'4000','41639116699','2021-12-09 09:16:08',NULL,1200.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(17168,'4000','41639116699','2021-12-09 09:16:08',NULL,750.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(17169,'4000','41639116699','2021-12-09 09:16:08',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17170,'1110','41639116981','2021-12-09 09:16:55',NULL,850.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(17171,'5500','41639116981','2021-12-09 09:16:55',850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17172,'1000','41639116981','2021-12-09 09:16:55',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17173,'4000','41639116981','2021-12-09 09:16:55',NULL,1000.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(17174,'1110','41639117038','2021-12-09 09:18:03',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17175,'5500','41639117038','2021-12-09 09:18:03',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17176,'1000','41639117038','2021-12-09 09:18:03',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17177,'4000','41639117038','2021-12-09 09:18:03',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17178,'1110','41639117107','2021-12-09 09:18:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17179,'5500','41639117107','2021-12-09 09:18:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17180,'1000','41639117107','2021-12-09 09:18:54',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17181,'4000','41639117107','2021-12-09 09:18:54',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17198,'1110','41639118571','2021-12-10 09:45:30',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17199,'1110','41639118571','2021-12-10 09:45:30',NULL,180.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(17200,'1110','41639118571','2021-12-10 09:45:30',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(17201,'1110','41639118571','2021-12-10 09:45:30',NULL,105.00,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(17202,'5500','41639118571','2021-12-10 09:45:30',2055.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17203,'1000','41639118571','2021-12-10 09:45:30',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17204,'4000','41639118571','2021-12-10 09:45:30',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17205,'4000','41639118571','2021-12-10 09:45:30',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(17206,'4000','41639118571','2021-12-10 09:45:30',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(17207,'4000','41639118571','2021-12-10 09:45:30',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(17208,'1110','41639118743','2021-12-10 09:46:13',NULL,3050.00,'','4','1','Inventory sold','1','','sales','265','','No',NULL,NULL,''),(17209,'5500','41639118743','2021-12-10 09:46:13',3050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17210,'1000','41639118743','2021-12-10 09:46:13',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17211,'4000','41639118743','2021-12-10 09:46:13',NULL,3500.00,'','4','1','Good sold','1','','sales','265','','No',NULL,NULL,''),(17212,'1110','41639228458','2021-12-10 16:15:39',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17213,'5500','41639228458','2021-12-10 16:15:39',52.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17214,'1000','41639228458','2021-12-10 16:15:39',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17215,'4000','41639228458','2021-12-10 16:15:39',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17216,'1110','41639228548','2021-12-10 16:17:06',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17217,'1110','41639228548','2021-12-10 16:17:06',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17218,'5500','41639228548','2021-12-10 16:17:06',5895.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17219,'1000','41639228548','2021-12-10 16:17:06',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17220,'4000','41639228548','2021-12-10 16:17:06',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17221,'4000','41639228548','2021-12-10 16:17:06',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17222,'1110','41639228641','2021-12-10 16:18:37',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17223,'1110','41639228641','2021-12-10 16:18:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17224,'1110','41639228641','2021-12-10 16:18:37',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17225,'5500','41639228641','2021-12-10 16:18:37',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17226,'1000','41639228641','2021-12-10 16:18:37',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17227,'4000','41639228641','2021-12-10 16:18:37',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17228,'4000','41639228641','2021-12-10 16:18:37',NULL,150.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17229,'4000','41639228641','2021-12-10 16:18:37',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17230,'1110','41639228737','2021-12-10 16:19:31',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17231,'5500','41639228737','2021-12-10 16:19:31',1590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17232,'1000','41639228737','2021-12-10 16:19:31',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17233,'4000','41639228737','2021-12-10 16:19:31',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17234,'1110','41639228791','2021-12-10 16:24:09',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17235,'1110','41639228791','2021-12-10 16:24:09',NULL,520.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17236,'1110','41639228791','2021-12-10 16:24:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17237,'5500','41639228791','2021-12-10 16:24:09',13225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17238,'1000','41639228791','2021-12-10 16:24:09',12450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17239,'4000','41639228791','2021-12-10 16:24:09',NULL,11500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17240,'4000','41639228791','2021-12-10 16:24:09',NULL,800.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17241,'4000','41639228791','2021-12-10 16:24:09',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17242,'1110','41639229106','2021-12-11 17:15:26',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(17243,'1110','41639229106','2021-12-11 17:15:26',NULL,6420.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(17244,'5500','41639229106','2021-12-11 17:15:26',10270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17245,'1000','41639229106','2021-12-11 17:15:26',14500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17246,'4000','41639229106','2021-12-11 17:15:26',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(17247,'4000','41639229106','2021-12-11 17:15:26',NULL,10000.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(17248,'1110','41639232134','2021-12-11 17:17:37',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17249,'5500','41639232134','2021-12-11 17:17:37',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17250,'1000','41639232134','2021-12-11 17:17:37',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17251,'4000','41639232134','2021-12-11 17:17:37',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17252,'1110','41639232262','2021-12-11 17:18:47',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17253,'1110','41639232262','2021-12-11 17:18:47',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(17254,'5500','41639232262','2021-12-11 17:18:47',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17255,'1000','41639232262','2021-12-11 17:18:47',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17256,'4000','41639232262','2021-12-11 17:18:47',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17257,'4000','41639232262','2021-12-11 17:18:47',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(17258,'1110','41639232338','2021-12-11 17:23:15',NULL,1980.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17259,'1110','41639232338','2021-12-11 17:23:15',NULL,7950.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17260,'5500','41639232338','2021-12-11 17:23:15',9930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17261,'1000','41639232338','2021-12-11 17:23:15',10650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17262,'4000','41639232338','2021-12-11 17:23:15',NULL,2400.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17263,'4000','41639232338','2021-12-11 17:23:15',NULL,8250.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17264,'1110','41639232612','2021-12-11 17:25:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17265,'5500','41639232612','2021-12-11 17:25:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17266,'1000','41639232612','2021-12-11 17:25:06',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17267,'4000','41639232612','2021-12-11 17:25:06',NULL,9000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17268,'1110','41639232741','2021-12-11 17:27:26',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17269,'5500','41639232741','2021-12-11 17:27:26',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17270,'1000','41639232741','2021-12-11 17:27:26',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17271,'4000','41639232741','2021-12-11 17:27:26',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17272,'1110','41639232891','2021-12-11 17:40:57',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17273,'5500','41639232891','2021-12-11 17:40:57',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17274,'1000','41639232891','2021-12-11 17:40:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17275,'4000','41639232891','2021-12-11 17:40:57',NULL,450.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17276,'1110','41639233662','2021-12-11 17:54:42',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17277,'1110','41639233662','2021-12-11 17:54:42',NULL,1040.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17278,'1110','41639233662','2021-12-11 17:54:42',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17279,'1110','41639233662','2021-12-11 17:54:42',NULL,157.50,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17280,'5500','41639233662','2021-12-11 17:54:42',7002.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17281,'1000','41639233662','2021-12-11 17:54:42',8405.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17282,'4000','41639233662','2021-12-11 17:54:42',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17283,'4000','41639233662','2021-12-11 17:54:42',NULL,1600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17284,'4000','41639233662','2021-12-11 17:54:42',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17285,'4000','41639233662','2021-12-11 17:54:42',NULL,255.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17286,'1110','41639404223','2021-12-13 17:09:59',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17287,'1110','41639404223','2021-12-13 17:09:59',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(17288,'5500','41639404223','2021-12-13 17:09:59',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17289,'1000','41639404223','2021-12-13 17:09:59',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17290,'4000','41639404223','2021-12-13 17:09:59',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17291,'4000','41639404223','2021-12-13 17:09:59',NULL,100.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(17292,'1110','41639404606','2021-12-13 17:10:52',NULL,900.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(17293,'5500','41639404606','2021-12-13 17:10:52',900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17294,'1000','41639404606','2021-12-13 17:10:52',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17295,'4000','41639404606','2021-12-13 17:10:52',NULL,1500.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(17296,'1110','41639404683','2021-12-13 17:14:39',NULL,33.00,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(17297,'1110','41639404683','2021-12-13 17:14:39',NULL,2500.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(17298,'1110','41639404683','2021-12-13 17:14:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17299,'1110','41639404683','2021-12-13 17:14:39',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17300,'5500','41639404683','2021-12-13 17:14:39',8235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17301,'1000','41639404683','2021-12-13 17:14:39',10250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17302,'4000','41639404683','2021-12-13 17:14:39',NULL,150.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(17303,'4000','41639404683','2021-12-13 17:14:39',NULL,3000.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(17304,'4000','41639404683','2021-12-13 17:14:39',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17305,'4000','41639404683','2021-12-13 17:14:39',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17306,'1110','41639404886','2021-12-13 17:15:57',NULL,5700.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17307,'1110','41639404886','2021-12-13 17:15:57',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17308,'5500','41639404886','2021-12-13 17:15:57',7290.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17309,'1000','41639404886','2021-12-13 17:15:57',8050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17310,'4000','41639404886','2021-12-13 17:15:57',NULL,6400.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17311,'4000','41639404886','2021-12-13 17:15:57',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17312,'1110','41639491862','2021-12-14 17:28:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17313,'5500','41639491862','2021-12-14 17:28:57',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17314,'1000','41639491862','2021-12-14 17:28:57',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17315,'4000','41639491862','2021-12-14 17:28:57',NULL,700.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17316,'1110','41639492142','2021-12-14 17:29:30',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(17317,'5500','41639492142','2021-12-14 17:29:30',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17318,'1000','41639492142','2021-12-14 17:29:30',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17319,'4000','41639492142','2021-12-14 17:29:30',NULL,200.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(17320,'1110','41639492191','2021-12-14 17:30:36',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17321,'1110','41639492191','2021-12-14 17:30:36',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17322,'5500','41639492191','2021-12-14 17:30:36',235.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17323,'1000','41639492191','2021-12-14 17:30:36',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17324,'4000','41639492191','2021-12-14 17:30:36',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17325,'4000','41639492191','2021-12-14 17:30:36',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17326,'1110','41639492245','2021-12-14 17:32:38',NULL,5136.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(17327,'5500','41639492245','2021-12-14 17:32:38',5136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17328,'1000','41639492245','2021-12-14 17:32:38',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17329,'4000','41639492245','2021-12-14 17:32:38',NULL,7600.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(17330,'1110','41639492488','2021-12-14 17:35:23',NULL,1200.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(17331,'5500','41639492488','2021-12-14 17:35:23',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17332,'1000','41639492488','2021-12-14 17:35:23',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17333,'4000','41639492488','2021-12-14 17:35:23',NULL,2000.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(17334,'1110','41639492527','2021-12-14 17:35:44',NULL,2900.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17335,'5500','41639492527','2021-12-14 17:35:44',2900.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17336,'1000','41639492527','2021-12-14 17:35:44',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17337,'4000','41639492527','2021-12-14 17:35:44',NULL,3500.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17338,'1110','41639492549','2021-12-14 17:38:09',NULL,157.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17339,'1110','41639492549','2021-12-14 17:38:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(17340,'1110','41639492549','2021-12-14 17:38:09',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17341,'5500','41639492549','2021-12-14 17:38:09',412.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17342,'1000','41639492549','2021-12-14 17:38:09',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17343,'4000','41639492549','2021-12-14 17:38:09',NULL,249.99,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17344,'4000','41639492549','2021-12-14 17:38:09',NULL,150.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(17345,'4000','41639492549','2021-12-14 17:38:09',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17346,'1110','41639492695','2021-12-14 17:38:28',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17347,'5500','41639492695','2021-12-14 17:38:28',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17348,'1000','41639492695','2021-12-14 17:38:28',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17349,'4000','41639492695','2021-12-14 17:38:28',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17350,'1110','41639492714','2021-12-14 17:39:19',NULL,11400.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17351,'5500','41639492714','2021-12-14 17:39:19',11400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17352,'1000','41639492714','2021-12-14 17:39:19',12600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17353,'4000','41639492714','2021-12-14 17:39:19',NULL,12600.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17354,'1110','41639492767','2021-12-14 17:42:26',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17355,'1110','41639492767','2021-12-14 17:42:26',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17356,'5500','41639492767','2021-12-14 17:42:26',12990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17357,'1000','41639492767','2021-12-14 17:42:26',11750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17358,'4000','41639492767','2021-12-14 17:42:26',NULL,11000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17359,'4000','41639492767','2021-12-14 17:42:26',NULL,750.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17360,'1110','41639492956','2021-12-14 17:43:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17361,'5500','41639492956','2021-12-14 17:43:46',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17362,'1000','41639492956','2021-12-14 17:43:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17363,'4000','41639492956','2021-12-14 17:43:46',NULL,200.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17364,'1110','41639493030','2021-12-14 17:44:50',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17365,'5500','41639493030','2021-12-14 17:44:50',4260.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17366,'1000','41639493030','2021-12-14 17:44:50',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17367,'4000','41639493030','2021-12-14 17:44:50',NULL,4400.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17368,'1110','41639493096','2021-12-14 17:45:57',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17369,'1110','41639493096','2021-12-14 17:45:57',NULL,780.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17370,'5500','41639493096','2021-12-14 17:45:57',13380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17371,'1000','41639493096','2021-12-14 17:45:57',13200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17372,'4000','41639493096','2021-12-14 17:45:57',NULL,12000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17373,'4000','41639493096','2021-12-14 17:45:57',NULL,1200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17374,'1110','41639493163','2021-12-14 17:46:35',NULL,120.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17375,'5500','41639493163','2021-12-14 17:46:35',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17376,'1000','41639493163','2021-12-14 17:46:35',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17377,'4000','41639493163','2021-12-14 17:46:35',NULL,200.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17378,'1110','41639493205','2021-12-14 17:46:58',NULL,80.00,'','4','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(17379,'5500','41639493205','2021-12-14 17:46:58',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17380,'1000','41639493205','2021-12-14 17:46:58',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17381,'4000','41639493205','2021-12-14 17:46:58',NULL,150.00,'','4','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(17382,'1110','41639493228','2021-12-14 17:47:37',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17383,'5500','41639493228','2021-12-14 17:47:37',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17384,'1000','41639493228','2021-12-14 17:47:37',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17385,'4000','41639493228','2021-12-14 17:47:37',NULL,1100.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17386,'1110','41639575500','2021-12-15 16:39:33',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17387,'1110','41639575500','2021-12-15 16:39:33',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17388,'5500','41639575500','2021-12-15 16:39:33',312.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17389,'1000','41639575500','2021-12-15 16:39:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17390,'4000','41639575500','2021-12-15 16:39:33',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17391,'4000','41639575500','2021-12-15 16:39:33',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17392,'1110','41639575641','2021-12-15 16:41:21',NULL,950.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(17393,'5500','41639575641','2021-12-15 16:41:21',950.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17394,'1000','41639575641','2021-12-15 16:41:21',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17395,'4000','41639575641','2021-12-15 16:41:21',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(17396,'1110','41639575707','2021-12-15 16:47:40',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(17397,'1110','41639575707','2021-12-15 16:47:40',NULL,3360.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(17398,'1110','41639575707','2021-12-15 16:47:40',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17399,'1110','41639575707','2021-12-15 16:47:40',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17400,'1110','41639575707','2021-12-15 16:47:40',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17401,'1110','41639575707','2021-12-15 16:47:40',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17402,'5500','41639575707','2021-12-15 16:47:40',7845.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17403,'1000','41639575707','2021-12-15 16:47:40',10650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17404,'4000','41639575707','2021-12-15 16:47:40',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(17405,'4000','41639575707','2021-12-15 16:47:40',NULL,4000.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(17406,'4000','41639575707','2021-12-15 16:47:40',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17407,'4000','41639575707','2021-12-15 16:47:40',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17408,'4000','41639575707','2021-12-15 16:47:40',NULL,900.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17409,'4000','41639575707','2021-12-15 16:47:40',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17410,'1110','41639576364','2021-12-15 16:53:50',NULL,1200.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(17411,'5500','41639576364','2021-12-15 16:53:50',1200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17412,'1000','41639576364','2021-12-15 16:53:50',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17413,'4000','41639576364','2021-12-15 16:53:50',NULL,1500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(17414,'1110','41639576441','2021-12-15 16:54:32',NULL,330.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17415,'5500','41639576441','2021-12-15 16:54:32',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17416,'1000','41639576441','2021-12-15 16:54:32',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17417,'4000','41639576441','2021-12-15 16:54:32',NULL,400.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17418,'1110','41639576485','2021-12-15 16:56:18',NULL,540.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(17419,'1110','41639576485','2021-12-15 16:56:18',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(17420,'5500','41639576485','2021-12-15 16:56:18',590.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17421,'1000','41639576485','2021-12-15 16:56:18',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17422,'4000','41639576485','2021-12-15 16:56:18',NULL,750.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(17423,'4000','41639576485','2021-12-15 16:56:18',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(17424,'1110','41639576588','2021-12-15 16:58:24',NULL,1590.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17425,'1110','41639576588','2021-12-15 16:58:24',NULL,4260.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17426,'5500','41639576588','2021-12-15 16:58:24',5850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17427,'1000','41639576588','2021-12-15 16:58:24',5970.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17428,'4000','41639576588','2021-12-15 16:58:24',NULL,1650.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17429,'4000','41639576588','2021-12-15 16:58:24',NULL,4320.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17430,'1110','41639576718','2021-12-15 16:59:20',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17431,'5500','41639576718','2021-12-15 16:59:20',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17432,'1000','41639576718','2021-12-15 16:59:20',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17433,'4000','41639576718','2021-12-15 16:59:20',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17434,'1110','41639576790','2021-12-15 17:48:46',NULL,3520.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(17435,'1110','41639576790','2021-12-15 17:48:46',NULL,560.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(17436,'5500','41639576790','2021-12-15 17:48:46',4080.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17437,'1000','41639576790','2021-12-15 17:48:46',4450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17438,'4000','41639576790','2021-12-15 17:48:46',NULL,3800.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17439,'4000','41639576790','2021-12-15 17:48:46',NULL,650.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(17440,'1110','41639662616','2021-12-16 16:51:27',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(17441,'5500','41639662616','2021-12-16 16:51:27',3850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17442,'1000','41639662616','2021-12-16 16:51:27',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17443,'4000','41639662616','2021-12-16 16:51:27',NULL,4500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(17444,'1110','41639662695','2021-12-16 16:52:49',NULL,3560.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(17445,'5500','41639662695','2021-12-16 16:52:49',3560.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17446,'1000','41639662695','2021-12-16 16:52:49',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17447,'4000','41639662695','2021-12-16 16:52:49',NULL,3600.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(17448,'1110','41639662781','2021-12-16 17:02:04',NULL,195.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17449,'1110','41639662781','2021-12-16 17:02:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(17450,'1110','41639662781','2021-12-16 17:02:04',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17451,'1110','41639662781','2021-12-16 17:02:04',NULL,450.00,'','4','1','Inventory sold','1','','sales','255','','No',NULL,NULL,''),(17452,'1110','41639662781','2021-12-16 17:02:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17453,'5500','41639662781','2021-12-16 17:02:04',1397.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17454,'1000','41639662781','2021-12-16 17:02:04',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17455,'4000','41639662781','2021-12-16 17:02:04',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17456,'4000','41639662781','2021-12-16 17:02:04',NULL,100.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(17457,'4000','41639662781','2021-12-16 17:02:04',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17458,'4000','41639662781','2021-12-16 17:02:04',NULL,450.00,'','4','1','Good sold','1','','sales','255','','No',NULL,NULL,''),(17459,'4000','41639662781','2021-12-16 17:02:04',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17460,'1110','41639663337','2021-12-16 17:03:01',NULL,7200.00,'','4','1','Inventory sold','1','','sales','229','','No',NULL,NULL,''),(17461,'5500','41639663337','2021-12-16 17:03:01',7200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17462,'1000','41639663337','2021-12-16 17:03:01',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17463,'4000','41639663337','2021-12-16 17:03:01',NULL,11000.00,'','4','1','Good sold','1','','sales','229','','No',NULL,NULL,''),(17464,'1110','41639663399','2021-12-16 17:06:18',NULL,6600.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17465,'1110','41639663399','2021-12-16 17:06:18',NULL,2160.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(17466,'1110','41639663399','2021-12-16 17:06:18',NULL,260.00,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(17467,'5500','41639663399','2021-12-16 17:06:18',9020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17468,'1000','41639663399','2021-12-16 17:06:18',11400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17469,'4000','41639663399','2021-12-16 17:06:18',NULL,8600.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17470,'4000','41639663399','2021-12-16 17:06:18',NULL,2400.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(17471,'4000','41639663399','2021-12-16 17:06:18',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(17472,'1110','41639663586','2021-12-16 17:08:00',NULL,4500.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(17473,'5500','41639663586','2021-12-16 17:08:00',4500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17474,'1000','41639663586','2021-12-16 17:08:00',5700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17475,'4000','41639663586','2021-12-16 17:08:00',NULL,5700.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(17476,'1110','41639663708','2021-12-16 17:09:37',NULL,11760.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(17477,'1110','41639663708','2021-12-16 17:09:37',NULL,260.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17478,'5500','41639663708','2021-12-16 17:09:37',12020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17479,'1000','41639663708','2021-12-16 17:09:37',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17480,'4000','41639663708','2021-12-16 17:09:37',NULL,13600.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(17481,'4000','41639663708','2021-12-16 17:09:37',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17482,'1110','41639663784','2021-12-16 17:11:16',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17483,'1110','41639663784','2021-12-16 17:11:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17484,'1110','41639663784','2021-12-16 17:11:16',NULL,500.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(17485,'5500','41639663784','2021-12-16 17:11:16',607.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17486,'1000','41639663784','2021-12-16 17:11:16',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17487,'4000','41639663784','2021-12-16 17:11:16',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17488,'4000','41639663784','2021-12-16 17:11:16',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17489,'4000','41639663784','2021-12-16 17:11:16',NULL,800.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(17490,'1110','41639663886','2021-12-16 17:11:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17491,'5500','41639663886','2021-12-16 17:11:57',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17492,'1000','41639663886','2021-12-16 17:11:57',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17493,'4000','41639663886','2021-12-16 17:11:57',NULL,250.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17494,'1110','41639663944','2021-12-16 17:13:53',NULL,80.00,'','4','1','Inventory sold','1','','sales','254','','No',NULL,NULL,''),(17495,'5500','41639663944','2021-12-16 17:13:53',80.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17496,'1000','41639663944','2021-12-16 17:13:53',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17497,'4000','41639663944','2021-12-16 17:13:53',NULL,150.00,'','4','1','Good sold','1','','sales','254','','No',NULL,NULL,''),(17498,'1110','41639746865','2021-12-17 17:55:32',NULL,3852.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(17499,'1110','41639746865','2021-12-17 17:55:32',NULL,90.00,'','4','1','Inventory sold','1','','sales','278','','No',NULL,NULL,''),(17500,'1110','41639746865','2021-12-17 17:55:32',NULL,130.00,'','4','1','Inventory sold','1','','sales','277','','No',NULL,NULL,''),(17501,'1110','41639746865','2021-12-17 17:55:32',NULL,525.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17502,'1110','41639746865','2021-12-17 17:55:32',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17503,'5500','41639746865','2021-12-17 17:55:32',4747.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17504,'1000','41639746865','2021-12-17 17:55:32',7300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17505,'4000','41639746865','2021-12-17 17:55:32',NULL,5700.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(17506,'4000','41639746865','2021-12-17 17:55:32',NULL,200.00,'','4','1','Good sold','1','','sales','278','','No',NULL,NULL,''),(17507,'4000','41639746865','2021-12-17 17:55:32',NULL,400.00,'','4','1','Good sold','1','','sales','277','','No',NULL,NULL,''),(17508,'4000','41639746865','2021-12-17 17:55:32',NULL,750.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17509,'4000','41639746865','2021-12-17 17:55:32',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17510,'1110','41639753025','2021-12-17 18:01:12',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17511,'1110','41639753025','2021-12-17 18:01:12',NULL,1500.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(17512,'5500','41639753025','2021-12-17 18:01:12',6800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17513,'1000','41639753025','2021-12-17 18:01:12',8100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17514,'4000','41639753025','2021-12-17 18:01:12',NULL,5600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17515,'4000','41639753025','2021-12-17 18:01:12',NULL,2500.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(17516,'1110','41639753279','2021-12-17 18:04:02',NULL,1350.00,'','4','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(17517,'5500','41639753279','2021-12-17 18:04:02',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17518,'1000','41639753279','2021-12-17 18:04:02',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17519,'4000','41639753279','2021-12-17 18:04:02',NULL,2250.00,'','4','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(17520,'1110','41639753455','2021-12-17 18:06:47',NULL,1100.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(17521,'5500','41639753455','2021-12-17 18:06:47',1100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17522,'1000','41639753455','2021-12-17 18:06:47',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17523,'4000','41639753455','2021-12-17 18:06:47',NULL,1500.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(17524,'1110','41639753615','2021-12-17 18:07:31',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17525,'5500','41639753615','2021-12-17 18:07:31',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17526,'1000','41639753615','2021-12-17 18:07:31',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17527,'4000','41639753615','2021-12-17 18:07:31',NULL,450.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17528,'1110','41639753660','2021-12-17 18:16:09',NULL,21300.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17529,'1110','41639753660','2021-12-17 18:16:09',NULL,23600.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(17530,'1110','41639753660','2021-12-17 18:16:09',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17531,'1110','41639753660','2021-12-17 18:16:09',NULL,600.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17532,'1110','41639753660','2021-12-17 18:16:09',NULL,210.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17533,'1110','41639753660','2021-12-17 18:16:09',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17534,'5500','41639753660','2021-12-17 18:16:09',56520.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17535,'1000','41639753660','2021-12-17 18:16:09',60400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17536,'4000','41639753660','2021-12-17 18:16:09',NULL,22000.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17537,'4000','41639753660','2021-12-17 18:16:09',NULL,26000.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(17538,'4000','41639753660','2021-12-17 18:16:09',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17539,'4000','41639753660','2021-12-17 18:16:09',NULL,800.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17540,'4000','41639753660','2021-12-17 18:16:09',NULL,300.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17541,'4000','41639753660','2021-12-17 18:16:09',NULL,300.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17542,'1110','41639823406','2021-12-17 13:30:54',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17543,'5500','41639823406','2021-12-17 13:30:54',10600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17544,'1000','41639823406','2021-12-17 13:30:54',11000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17545,'4000','41639823406','2021-12-17 13:30:54',NULL,11000.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17546,'1110','41639823468','2021-12-17 13:31:40',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17547,'5500','41639823468','2021-12-17 13:31:40',5300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17548,'1000','41639823468','2021-12-17 13:31:40',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17549,'4000','41639823468','2021-12-17 13:31:40',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17550,'1110','41639823605','2021-12-18 13:35:37',NULL,1300.00,'','4','1','Inventory sold','1','','sales','245','','No',NULL,NULL,''),(17551,'1110','41639823605','2021-12-18 13:35:37',NULL,1890.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17552,'1110','41639823605','2021-12-18 13:35:37',NULL,840.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(17553,'5500','41639823605','2021-12-18 13:35:37',4030.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17554,'1000','41639823605','2021-12-18 13:35:37',5900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17555,'4000','41639823605','2021-12-18 13:35:37',NULL,2000.00,'','4','1','Good sold','1','','sales','245','','No',NULL,NULL,''),(17556,'4000','41639823605','2021-12-18 13:35:37',NULL,2850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17557,'4000','41639823605','2021-12-18 13:35:37',NULL,1050.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(17558,'1110','41639823765','2021-12-18 13:38:52',NULL,8520.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17559,'1110','41639823765','2021-12-18 13:38:52',NULL,3850.00,'','4','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(17560,'1110','41639823765','2021-12-18 13:38:52',NULL,390.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17561,'1110','41639823765','2021-12-18 13:38:52',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17562,'5500','41639823765','2021-12-18 13:38:52',12910.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17563,'1000','41639823765','2021-12-18 13:38:52',15150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17564,'4000','41639823765','2021-12-18 13:38:52',NULL,8800.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17565,'4000','41639823765','2021-12-18 13:38:52',NULL,5500.00,'','4','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(17566,'4000','41639823765','2021-12-18 13:38:52',NULL,600.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17567,'4000','41639823765','2021-12-18 13:38:52',NULL,250.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17568,'1110','41639824056','2021-12-18 13:41:32',NULL,8500.00,'','4','1','Inventory sold','1','','sales','263','','No',NULL,NULL,''),(17569,'5500','41639824056','2021-12-18 13:41:32',8500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17570,'1000','41639824056','2021-12-18 13:41:32',13000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17571,'4000','41639824056','2021-12-18 13:41:32',NULL,13000.00,'','4','1','Good sold','1','','sales','263','','No',NULL,NULL,''),(17572,'1110','41639824122','2021-12-18 13:46:21',NULL,640.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17573,'1110','41639824122','2021-12-18 13:46:21',NULL,75.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17574,'1110','41639824122','2021-12-18 13:46:21',NULL,710.00,'','4','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(17575,'5500','41639824122','2021-12-18 13:46:21',1425.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17576,'1000','41639824122','2021-12-18 13:46:21',1550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17577,'4000','41639824122','2021-12-18 13:46:21',NULL,700.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17578,'4000','41639824122','2021-12-18 13:46:21',NULL,100.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17579,'4000','41639824122','2021-12-18 13:46:21',NULL,750.00,'','4','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(17580,'1110','41639824398','2021-12-18 13:48:46',NULL,150.00,'','4','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(17581,'1110','41639824398','2021-12-18 13:48:46',NULL,130.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17582,'1110','41639824398','2021-12-18 13:48:46',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17583,'5500','41639824398','2021-12-18 13:48:46',385.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17584,'1000','41639824398','2021-12-18 13:48:46',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17585,'4000','41639824398','2021-12-18 13:48:46',NULL,350.00,'','4','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(17586,'4000','41639824398','2021-12-18 13:48:46',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17587,'4000','41639824398','2021-12-18 13:48:46',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17588,'1110','41639824555','2021-12-18 13:49:45',NULL,1065.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17589,'5500','41639824555','2021-12-18 13:49:45',1065.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17590,'1000','41639824555','2021-12-18 13:49:45',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17591,'4000','41639824555','2021-12-18 13:49:45',NULL,1100.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17592,'1110','41639835370','2021-12-18 16:52:49',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17593,'1110','41639835370','2021-12-18 16:52:49',NULL,12600.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(17594,'1110','41639835370','2021-12-18 16:52:49',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17595,'5500','41639835370','2021-12-18 16:52:49',13565.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17596,'1000','41639835370','2021-12-18 16:52:49',12950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17597,'4000','41639835370','2021-12-18 16:52:49',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17598,'4000','41639835370','2021-12-18 16:52:49',NULL,11500.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(17599,'4000','41639835370','2021-12-18 16:52:49',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17600,'1110','41639835582','2021-12-18 16:59:27',NULL,2650.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17601,'1110','41639835582','2021-12-18 16:59:27',NULL,4350.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17602,'1110','41639835582','2021-12-18 16:59:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17603,'1110','41639835582','2021-12-18 16:59:27',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17604,'1110','41639835582','2021-12-18 16:59:27',NULL,1200.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(17605,'5500','41639835582','2021-12-18 16:59:27',8352.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17606,'1000','41639835582','2021-12-18 16:59:27',19000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17607,'4000','41639835582','2021-12-18 16:59:27',NULL,2750.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17608,'4000','41639835582','2021-12-18 16:59:27',NULL,5100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17609,'4000','41639835582','2021-12-18 16:59:27',NULL,8950.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17610,'4000','41639835582','2021-12-18 16:59:27',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17611,'4000','41639835582','2021-12-18 16:59:27',NULL,2000.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(17612,'1110','41639836023','2021-12-18 17:03:10',NULL,5340.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(17613,'1110','41639836023','2021-12-18 17:03:10',NULL,80.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(17614,'1110','41639836023','2021-12-18 17:03:10',NULL,210.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17615,'5500','41639836023','2021-12-18 17:03:10',5630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17616,'1000','41639836023','2021-12-18 17:03:10',6500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17617,'4000','41639836023','2021-12-18 17:03:10',NULL,5700.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(17618,'4000','41639836023','2021-12-18 17:03:10',NULL,400.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(17619,'4000','41639836023','2021-12-18 17:03:10',NULL,400.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17620,'1110','41639836271','2021-12-18 17:10:39',NULL,52.50,'','4','1','Inventory sold','1','','sales','61','','No',NULL,NULL,''),(17621,'1110','41639836271','2021-12-18 17:10:39',NULL,4250.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(17622,'1110','41639836271','2021-12-18 17:10:39',NULL,1320.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17623,'5500','41639836271','2021-12-18 17:10:39',5622.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17624,'1000','41639836271','2021-12-18 17:10:39',8600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17625,'4000','41639836271','2021-12-18 17:10:39',NULL,100.00,'','4','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(17626,'4000','41639836271','2021-12-18 17:10:39',NULL,6500.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(17627,'4000','41639836271','2021-12-18 17:10:39',NULL,2000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17628,'1110','41640009899','2021-12-20 17:23:38',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17629,'1110','41640009899','2021-12-20 17:23:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17630,'1110','41640009899','2021-12-20 17:23:38',NULL,200.00,'','4','1','Inventory sold','1','','sales','246','','No',NULL,NULL,''),(17631,'5500','41640009899','2021-12-20 17:23:38',5502.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17632,'1000','41640009899','2021-12-20 17:23:38',6700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17633,'4000','41640009899','2021-12-20 17:23:38',NULL,5500.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17634,'4000','41640009899','2021-12-20 17:23:38',NULL,850.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17635,'4000','41640009899','2021-12-20 17:23:38',NULL,350.00,'','4','1','Good sold','1','','sales','246','','No',NULL,NULL,''),(17636,'1110','41640010254','2021-12-20 17:26:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17637,'1110','41640010254','2021-12-20 17:26:09',NULL,105.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(17638,'1110','41640010254','2021-12-20 17:26:09',NULL,150.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17639,'5500','41640010254','2021-12-20 17:26:09',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17640,'1000','41640010254','2021-12-20 17:26:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17641,'4000','41640010254','2021-12-20 17:26:09',NULL,150.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17642,'4000','41640010254','2021-12-20 17:26:09',NULL,150.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(17643,'4000','41640010254','2021-12-20 17:26:09',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17644,'1110','41640010376','2021-12-20 17:28:22',NULL,52.50,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(17645,'1110','41640010376','2021-12-20 17:28:22',NULL,280.00,'','4','1','Inventory sold','1','','sales','248','','No',NULL,NULL,''),(17646,'1110','41640010376','2021-12-20 17:28:22',NULL,50.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(17647,'5500','41640010376','2021-12-20 17:28:22',382.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17648,'1000','41640010376','2021-12-20 17:28:22',2950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17649,'4000','41640010376','2021-12-20 17:28:22',NULL,100.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(17650,'4000','41640010376','2021-12-20 17:28:22',NULL,1050.00,'','4','1','Good sold','1','','sales','248','','No',NULL,NULL,''),(17651,'4000','41640010376','2021-12-20 17:28:22',NULL,1800.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(17652,'1110','41640010509','2021-12-20 17:30:27',NULL,10600.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17653,'1110','41640010509','2021-12-20 17:30:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17654,'5500','41640010509','2021-12-20 17:30:27',10602.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17655,'1000','41640010509','2021-12-20 17:30:27',15200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17656,'4000','41640010509','2021-12-20 17:30:27',NULL,11200.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17657,'4000','41640010509','2021-12-20 17:30:27',NULL,4000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17658,'1110','41640010656','2021-12-20 17:38:27',NULL,300.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(17659,'1110','41640010656','2021-12-20 17:38:27',NULL,720.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(17660,'1110','41640010656','2021-12-20 17:38:27',NULL,160.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(17661,'5500','41640010656','2021-12-20 17:38:27',1180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17662,'1000','41640010656','2021-12-20 17:38:27',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17663,'4000','41640010656','2021-12-20 17:38:27',NULL,400.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(17664,'4000','41640010656','2021-12-20 17:38:27',NULL,1200.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(17665,'4000','41640010656','2021-12-20 17:38:27',NULL,400.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(17666,'1110','41640011115','2021-12-20 17:39:31',NULL,4650.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(17667,'5500','41640011115','2021-12-20 17:39:31',4650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17668,'1000','41640011115','2021-12-20 17:39:31',6450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17669,'4000','41640011115','2021-12-20 17:39:31',NULL,6450.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(17670,'1110','41640011191','2021-12-20 17:40:45',NULL,6600.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17671,'5500','41640011191','2021-12-20 17:40:45',6600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17672,'1000','41640011191','2021-12-20 17:40:45',8000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17673,'4000','41640011191','2021-12-20 17:40:45',NULL,8000.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17674,'1110','41640011252','2021-12-20 17:41:49',NULL,50.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(17675,'5500','41640011252','2021-12-20 17:41:49',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17676,'1000','41640011252','2021-12-20 17:41:49',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17677,'4000','41640011252','2021-12-20 17:41:49',NULL,1900.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(17678,'1110','41640011313','2021-12-20 17:47:16',NULL,2200.00,'','4','1','Inventory sold','1','','sales','327','','No',NULL,NULL,''),(17679,'1110','41640011313','2021-12-20 17:47:16',NULL,2840.00,'','4','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(17680,'5500','41640011313','2021-12-20 17:47:16',5040.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17681,'1000','41640011313','2021-12-20 17:47:16',6600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17682,'4000','41640011313','2021-12-20 17:47:16',NULL,3600.00,'','4','1','Good sold','1','','sales','327','','No',NULL,NULL,''),(17683,'4000','41640011313','2021-12-20 17:47:16',NULL,3000.00,'','4','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(17684,'1110','41640011645','2021-12-20 17:48:05',NULL,660.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(17685,'5500','41640011645','2021-12-20 17:48:05',660.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17686,'1000','41640011645','2021-12-20 17:48:05',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17687,'4000','41640011645','2021-12-20 17:48:05',NULL,900.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17688,'1110','41640011703','2021-12-20 17:50:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17689,'1110','41640011703','2021-12-20 17:50:24',NULL,650.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(17690,'5500','41640011703','2021-12-20 17:50:24',652.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17691,'1000','41640011703','2021-12-20 17:50:24',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17692,'4000','41640011703','2021-12-20 17:50:24',NULL,300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17693,'4000','41640011703','2021-12-20 17:50:24',NULL,1000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17694,'1110','41640011833','2021-12-20 17:51:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17695,'5500','41640011833','2021-12-20 17:51:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17696,'1000','41640011833','2021-12-20 17:51:31',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17697,'4000','41640011833','2021-12-20 17:51:31',NULL,1500.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17698,'1110','41640011920','2021-12-20 17:54:05',NULL,5800.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17699,'1110','41640011920','2021-12-20 17:54:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17700,'5500','41640011920','2021-12-20 17:54:05',5802.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17701,'1000','41640011920','2021-12-20 17:54:05',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17702,'4000','41640011920','2021-12-20 17:54:05',NULL,7000.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17703,'4000','41640011920','2021-12-20 17:54:05',NULL,2000.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17704,'1110','41640012062','2021-12-20 17:55:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17705,'5500','41640012062','2021-12-20 17:55:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17706,'1000','41640012062','2021-12-20 17:55:34',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17707,'4000','41640012062','2021-12-20 17:55:34',NULL,50.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17708,'1110','41640095881','2021-12-21 17:11:46',NULL,50.00,'','4','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(17709,'5500','41640095881','2021-12-21 17:11:46',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17710,'1000','41640095881','2021-12-21 17:11:46',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17711,'4000','41640095881','2021-12-21 17:11:46',NULL,100.00,'','4','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(17712,'1110','41640095910','2021-12-21 17:12:50',NULL,120.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(17713,'5500','41640095910','2021-12-21 17:12:50',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17714,'1000','41640095910','2021-12-21 17:12:50',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17715,'4000','41640095910','2021-12-21 17:12:50',NULL,150.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(17716,'1110','41640095984','2021-12-21 17:13:48',NULL,1230.00,'','4','1','Inventory sold','1','','sales','72','','No',NULL,NULL,''),(17717,'5500','41640095984','2021-12-21 17:13:48',1230.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17718,'1000','41640095984','2021-12-21 17:13:48',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17719,'4000','41640095984','2021-12-21 17:13:48',NULL,1300.00,'','4','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(17720,'1110','41640096068','2021-12-21 17:15:17',NULL,450.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(17721,'5500','41640096068','2021-12-21 17:15:17',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17722,'1000','41640096068','2021-12-21 17:15:17',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17723,'4000','41640096068','2021-12-21 17:15:17',NULL,500.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(17724,'1110','41640096126','2021-12-21 17:17:33',NULL,3210.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(17725,'1110','41640096126','2021-12-21 17:17:33',NULL,315.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(17726,'5500','41640096126','2021-12-21 17:17:33',3525.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17727,'1000','41640096126','2021-12-21 17:17:33',5200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17728,'4000','41640096126','2021-12-21 17:17:33',NULL,4750.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(17729,'4000','41640096126','2021-12-21 17:17:33',NULL,450.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(17730,'1110','41640096264','2021-12-21 17:18:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17731,'5500','41640096264','2021-12-21 17:18:20',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17732,'1000','41640096264','2021-12-21 17:18:20',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17733,'4000','41640096264','2021-12-21 17:18:20',NULL,100.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17734,'1110','41640096305','2021-12-21 17:21:42',NULL,6390.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17735,'1110','41640096305','2021-12-21 17:21:42',NULL,17100.00,'','4','1','Inventory sold','1','','sales','253','','No',NULL,NULL,''),(17736,'1110','41640096305','2021-12-21 17:21:42',NULL,3360.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(17737,'5500','41640096305','2021-12-21 17:21:42',26850.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17738,'1000','41640096305','2021-12-21 17:21:42',29180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17739,'4000','41640096305','2021-12-21 17:21:42',NULL,6480.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17740,'4000','41640096305','2021-12-21 17:21:42',NULL,18900.00,'','4','1','Good sold','1','','sales','253','','No',NULL,NULL,''),(17741,'4000','41640096305','2021-12-21 17:21:42',NULL,3800.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(17742,'1110','41640096535','2021-12-21 17:30:54',NULL,5325.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(17743,'5500','41640096535','2021-12-21 17:30:54',5325.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17744,'1000','41640096535','2021-12-21 17:30:54',5500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17745,'4000','41640096535','2021-12-21 17:30:54',NULL,5500.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(17746,'1110','41640097071','2021-12-21 17:33:02',NULL,5300.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17747,'1110','41640097071','2021-12-21 17:33:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17748,'5500','41640097071','2021-12-21 17:33:02',5302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17749,'1000','41640097071','2021-12-21 17:33:02',6900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17750,'4000','41640097071','2021-12-21 17:33:02',NULL,5600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17751,'4000','41640097071','2021-12-21 17:33:02',NULL,1300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17752,'1110','41640097207','2021-12-21 17:39:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17753,'1110','41640097207','2021-12-21 17:39:51',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17754,'5500','41640097207','2021-12-21 17:39:51',532.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17755,'1000','41640097207','2021-12-21 17:39:51',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17756,'4000','41640097207','2021-12-21 17:39:51',NULL,2300.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(17757,'4000','41640097207','2021-12-21 17:39:51',NULL,600.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17758,'1110','41640097608','2021-12-21 18:09:21',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17759,'1110','41640097608','2021-12-21 18:09:21',NULL,150.00,'','4','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(17760,'1110','41640097608','2021-12-21 18:09:21',NULL,50.00,'','4','1','Inventory sold','1','','sales','271','','No',NULL,NULL,''),(17761,'5500','41640097608','2021-12-21 18:09:21',830.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17762,'1000','41640097608','2021-12-21 18:09:21',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17763,'4000','41640097608','2021-12-21 18:09:21',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17764,'4000','41640097608','2021-12-21 18:09:21',NULL,200.00,'','4','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(17765,'4000','41640097608','2021-12-21 18:09:21',NULL,150.00,'','4','1','Good sold','1','','sales','271','','No',NULL,NULL,''),(17766,'1110','41640099461','2021-12-21 18:11:40',NULL,4920.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(17767,'5500','41640099461','2021-12-21 18:11:40',4920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17768,'1000','41640099461','2021-12-21 18:11:40',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17769,'4000','41640099461','2021-12-21 18:11:40',NULL,5400.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(17770,'1110','41640099510','2021-12-21 18:12:51',NULL,420.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(17771,'5500','41640099510','2021-12-21 18:12:51',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17772,'1000','41640099510','2021-12-21 18:12:51',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17773,'4000','41640099510','2021-12-21 18:12:51',NULL,700.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(17774,'1110','41640099593','2021-12-21 18:14:43',NULL,530.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17775,'1110','41640099593','2021-12-21 18:14:43',NULL,630.00,'','4','1','Inventory sold','1','','sales','284','','No',NULL,NULL,''),(17776,'5500','41640099593','2021-12-21 18:14:43',1160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17777,'1000','41640099593','2021-12-21 18:14:43',1410.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17778,'4000','41640099593','2021-12-21 18:14:43',NULL,560.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17779,'4000','41640099593','2021-12-21 18:14:43',NULL,850.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(17780,'1110','41640099811','2021-12-21 18:32:29',NULL,900.00,'','4','1','Inventory sold','1','','sales','286','','No',NULL,NULL,''),(17781,'1110','41640099811','2021-12-21 18:32:29',NULL,120.00,'','4','1','Inventory sold','1','','sales','320','','No',NULL,NULL,''),(17782,'1110','41640099811','2021-12-21 18:32:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(17783,'5500','41640099811','2021-12-21 18:32:29',1022.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17784,'1000','41640099811','2021-12-21 18:32:29',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17785,'4000','41640099811','2021-12-21 18:32:29',NULL,1000.00,'','4','1','Good sold','1','','sales','286','','No',NULL,NULL,''),(17786,'4000','41640099811','2021-12-21 18:32:29',NULL,200.00,'','4','1','Good sold','1','','sales','320','','No',NULL,NULL,''),(17787,'4000','41640099811','2021-12-21 18:32:29',NULL,450.00,'','4','1','Good sold','1','','sales','232','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; INSERT INTO `department` VALUES (1,'ICT','ICT',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'HR','HR',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `depositrefunds` -- DROP TABLE IF EXISTS `depositrefunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `depositrefunds` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(30) NOT NULL DEFAULT 1, `amount` decimal(10,2) NOT NULL, `before` varchar(20) DEFAULT NULL, `after` varchar(20) DEFAULT NULL, `bookingid` int(20) NOT NULL, `tenantid` int(11) NOT NULL, `receiptno` varchar(50) NOT NULL, `transactioncode` varchar(50) NOT NULL, `mode` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `depositrefunds` -- LOCK TABLES `depositrefunds` WRITE; /*!40000 ALTER TABLE `depositrefunds` DISABLE KEYS */; /*!40000 ALTER TABLE `depositrefunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `device` -- DROP TABLE IF EXISTS `device`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `device` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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, `mydocuments` text 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 `documents` -- LOCK TABLES `documents` WRITE; /*!40000 ALTER TABLE `documents` DISABLE KEYS */; /*!40000 ALTER TABLE `documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `email_accounts` -- DROP TABLE IF EXISTS `email_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `email_accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `smtp_host` varchar(50) NOT NULL, `smtp_port` int(11) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `name` varchar(50) NOT NULL, `server` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `protocol` varchar(30) NOT NULL DEFAULT 'smtp', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `email_accounts` -- LOCK TABLES `email_accounts` WRITE; /*!40000 ALTER TABLE `email_accounts` DISABLE KEYS */; INSERT INTO `email_accounts` VALUES (1,'marketing@mombasacontinental.com','Pass@123','mail.mombasacontinental.com',587,1,465,'ROBISEARCH LTD/TASK MANAGER',1,'','mail/smtp'),(2,'support@robisearch.com','support!@##@!','ssl://mail.robisearch.com',465,1,1,'ROBISEARCH LTD/TASK MANAGER',2,'2019-06-23 05:28:28pm','smtp'),(3,'oukobert@gmail.com','0718667391','ssl://smtp.googlemail.com',465,1,1,'robisearch',1,'2019-11-04 11:00:33am','smtp'); /*!40000 ALTER TABLE `email_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeecharges` -- DROP TABLE IF EXISTS `employeecharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeecharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `statutory` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (1,'10','NHIF','2020-09-25 04:45:26','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'NHIF'),(2,'9','NSSF','2020-09-25 04:45:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(3,'8','PAYE','2020-09-25 04:45:49','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'PAYE'),(4,'5','Bonus','2021-02-11 14:56:41','Active','1','2021-02-15 07:23:21','1','Pay','Variable','Variable',1001.00,0.00,'',3,'No'),(5,'17','Monthly Salary','2021-02-11 14:56:58','Active','1','2021-02-15 07:23:21','1','Pay','Variable','Fixed',50.00,0.00,'',3,'No'),(6,'3','Overtime','2021-02-11 14:57:09','Active','1','','1','Pay','Fixed','Fixed',1.00,100.00,'',3,'No'),(7,'15','Loan','2021-02-15 07:24:49','Active','1','','1','Pay','Variable','Fixed',1.00,500.00,'',3,'No'),(8,'8','PAYE','2021-02-15 08:05:55','Active','1','','1','Deduction','Fixed','Fixed',1.00,600.00,'',3,'PAYE'),(9,'9','NSSF','2021-02-11 14:57:52','Active','1','','1','Deduction','Fixed','Fixed',1.00,360.00,'',3,'NSSF'),(10,'10','NHIF','2021-02-11 14:58:03','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',3,'NHIF'); /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; INSERT INTO `employeepayments` VALUES (1,'8','PAYE','2021-03-27 06:19:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111616815182'),(2,'9','NSSF','2021-03-27 06:19:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111616815182'),(3,'10','NHIF','2021-03-27 06:19:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'111616815182'),(4,'8','PAYE','2021-03-27 06:20:29','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111616815229'),(5,'9','NSSF','2021-03-27 06:20:29','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111616815229'),(6,'10','NHIF','2021-03-27 06:20:29','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'111616815229'); /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, 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 `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','1','500','FUEL','2021-04-30 11:39:42','','Closed','2021-04-30 11:37:26','','','254721665500','RAJU','','8775751619771565','1','','1050','5','11619771556','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''); /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fingers` -- DROP TABLE IF EXISTS `fingers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fingers` ( `id` int(100) NOT NULL AUTO_INCREMENT, `admno` varchar(200) NOT NULL, `fingername` varchar(50) NOT NULL, `regdate` varchar(100) NOT NULL, `template` text NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fingers` -- LOCK TABLES `fingers` WRITE; /*!40000 ALTER TABLE `fingers` DISABLE KEYS */; /*!40000 ALTER TABLE `fingers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fiscalyear` -- DROP TABLE IF EXISTS `fiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fiscalyear` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fiscalyear` -- LOCK TABLES `fiscalyear` WRITE; /*!40000 ALTER TABLE `fiscalyear` DISABLE KEYS */; INSERT INTO `fiscalyear` VALUES (1,'2021 Fiscal Year','active','2021-01-01 00:00:00','2021-12-31 23:59:00',1,1,'2021-01-07 06:12:23',100.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `stage` varchar(20) DEFAULT NULL, `allsteps` 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 `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) DEFAULT NULL, `openingdate` varchar(50) NOT NULL, `description` int(11) NOT NULL, `accountstatus` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `number` int(11) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=206 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glaccounts` -- LOCK TABLES `glaccounts` WRITE; /*!40000 ALTER TABLE `glaccounts` DISABLE KEYS */; INSERT INTO `glaccounts` VALUES (30,'1','1','1','Control Acc (Cash)','','2018-07-20 13:23:56',1,'','-13000','2020-10-01 13:01:12',1000,'1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','-2000','2020-05-10 17:28:13',1010,'1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-77200','2019-07-30 19:18:31',1030,'1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','0','2020-01-07 05:46:09',1100,''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','0','2019-07-20 23:18:46',1110,'1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm',1120,'KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36',1130,''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm',1140,'KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm',1150,'KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22',1160,''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33',1170,''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57',1200,''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33',1500,''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35',1510,''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59',1520,''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02',1530,''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16',1540,''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35',1550,''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29',1560,''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53',1570,''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32',1580,'1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59',1590,''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21',1600,''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04',1800,''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18',1850,''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm',1860,'KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32',2000,''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15',2010,'1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm',2020,'KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39',2030,'1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33',2040,''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18',2050,'1'),(69,'351','1','14','Client trust accounts','','2018-07-23 12:38:55',2,'','0','2019-07-20 15:11:06',2060,''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04',2070,''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57',2090,''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34',2110,'1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30',2120,''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19',2500,''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01',2510,''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14',2520,'1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm',2530,'KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51',2540,''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm',2550,'KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm',3000,'KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00',3010,''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm',3020,'KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm',3030,'KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm',3040,'KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29',3050,''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm',3060,'KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm',3070,'KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm',3080,'KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm',3090,'KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51',4000,''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04',4010,''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52',5010,''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59',5020,''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16',5500,''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46',5510,''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22',5520,''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59',5530,'1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48',5540,'1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30',5550,''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43',5560,'1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01',5561,'1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45',5562,'1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54',5650,'1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00',5660,''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57',5711,'1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05',5700,'1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11',5710,''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42',5730,''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36',5740,'1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04',5750,''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51',5760,'1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51',5770,'1'),(127,'351','1','29','Repairs & Maintenance','','2018-07-23 15:07:48',5,'','0','2019-07-20 22:02:26',5780,''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48',5790,''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47',5800,''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19',4020,''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23',4030,'1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00',4040,'1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44',4050,'1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38',4060,'1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26',4070,''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53',4080,'1'),(137,'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,'','-6666666999','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,'','-5577','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,'','2393.5','2019-07-27 17:14:05',4050,'1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19',5040,'1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55',1060,'1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30',5190,'1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11',5720,'1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06',5564,'1'),(200,'351','1','1','KCB 2 account','','2019-10-01 11:49:23',1,'','6666622792.5','2019-10-23 11:51:03',1035,'1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53',1501,''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53',1502,''),(204,'1','1','33','test','203','2020-12-21 14:07:30',4,'','0','2020-12-21 14:30:37',17106,'2'),(205,'1','1','1','mpesa 3','','2021-03-08 15:21:56',1,'','0','2021-03-08 15:56:58',1011,'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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `images` -- DROP TABLE IF EXISTS `images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `images` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `images` -- LOCK TABLES `images` WRITE; /*!40000 ALTER TABLE `images` DISABLE KEYS */; /*!40000 ALTER TABLE `images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `totalamount` varchar(40) NOT NULL, `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `order` int(11) NOT NULL, `priority` int(11) NOT NULL, `coparent` decimal(10,2) NOT NULL, `coparentcommission` decimal(10,2) NOT NULL, `coparentvat` decimal(10,2) NOT NULL, `coparentdate` varchar(30) NOT NULL, `coparentuserid` int(11) NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `invoice` -- LOCK TABLES `invoice` WRITE; /*!40000 ALTER TABLE `invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) DEFAULT NULL, `enddate` varchar(30) DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=609 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2021-04-17 14:12:48','2021-04-17 14:20:37','','102.223.35.175','loggedin',1),(2,'user','5','2021-04-17 16:55:42','','','41.90.6.114','loggedin',1),(3,'admin','1','2021-04-20 17:31:35','2021-04-20 17:32:35','','102.223.35.175','loggedin',1),(4,'user','5','2021-04-20 19:57:48','2021-04-20 20:04:28','','41.90.64.248','loggedin',1),(5,'admin','1','2021-04-20 20:04:45','2021-04-20 20:07:45','','41.90.64.248','loggedin',1),(6,'user','5','2021-04-20 20:07:59','2021-04-20 20:11:32','','41.90.64.248','loggedin',1),(7,'user','5','2021-04-20 20:11:48','','','41.90.64.248','loggedin',1),(8,'user','5','2021-04-20 20:11:48','','','41.90.64.248','loggedin',1),(9,'user','5','2021-04-21 19:56:45','','','41.90.64.248','loggedin',1),(10,'user','5','2021-04-21 19:57:04','','','41.90.64.248','loggedin',1),(11,'user','5','2021-04-21 19:58:00','','','41.90.64.248','loggedin',1),(12,'admin','1','2021-04-21 19:59:11','','','41.90.64.248','loggedin',1),(13,'user','4','2021-04-21 20:02:56','','','41.90.64.248','loggedin',1),(14,'admin','1','2021-04-22 10:58:59','','','41.90.6.91','loggedin',1),(15,'admin','5','2021-04-22 11:26:01','2021-04-22 11:26:44','','196.201.210.235','loggedin',1),(16,'admin','5','2021-04-23 23:11:50','','','105.160.120.171','loggedin',1),(17,'user','4','2021-04-25 10:47:05','','','197.156.137.151','loggedin',1),(18,'admin','5','2021-04-25 10:48:10','','','197.156.137.151','loggedin',1),(19,'admin','5','2021-04-25 12:42:09','','','196.201.218.15','loggedin',1),(20,'admin','5','2021-04-25 13:04:49','2021-04-25 16:26:25','','102.166.3.119','loggedin',1),(21,'admin','5','2021-04-26 23:46:37','','','105.160.47.252','loggedin',1),(22,'admin','5','2021-04-27 06:57:31','','','105.160.26.41','loggedin',1),(23,'admin','5','2021-04-27 09:27:55','','','196.201.218.107','loggedin',1),(24,'admin','5','2021-04-27 15:09:49','','','196.201.210.104','loggedin',1),(25,'admin','5','2021-04-27 20:54:35','2021-04-27 21:47:37','','105.160.11.144','loggedin',1),(26,'admin','5','2021-04-28 14:32:33','2021-04-28 14:42:18','','196.201.210.92','loggedin',1),(27,'admin','5','2021-04-28 16:04:58','','','196.201.210.37','loggedin',1),(28,'admin','5','2021-04-28 18:27:40','2021-04-28 19:15:45','','196.111.250.141','loggedin',1),(29,'user','4','2021-04-28 20:02:58','','','105.160.74.23','loggedin',1),(30,'admin','5','2021-04-28 20:24:10','2021-04-28 23:14:30','','105.160.74.23','loggedin',1),(31,'admin','5','2021-04-29 12:11:48','','','41.90.5.210','loggedin',1),(32,'user','4','2021-04-29 14:58:29','','','154.122.78.61','loggedin',1),(33,'user','4','2021-04-29 15:34:52','','','154.122.78.61','loggedin',1),(34,'user','4','2021-04-29 16:07:24','','','154.122.126.51','loggedin',1),(35,'admin','5','2021-04-29 22:13:58','2021-04-29 22:53:40','','41.90.64.209','loggedin',1),(36,'user','4','2021-04-30 10:55:54','2021-04-30 11:12:11','','197.232.124.32','loggedin',1),(37,'admin','1','2021-04-30 11:12:24','','','197.232.124.32','loggedin',1),(38,'admin','1','2021-04-30 12:34:26','2021-04-30 12:35:11','','197.232.124.32','loggedin',1),(39,'admin','1','2021-04-30 12:36:15','2021-04-30 12:37:20','','197.232.124.32','loggedin',1),(40,'admin','1','2021-04-30 12:41:33','2021-04-30 12:57:26','','197.232.124.32','loggedin',1),(41,'admin','5','2021-04-30 12:57:58','','','197.232.124.32','loggedin',1),(42,'admin','1','2021-04-30 14:49:38','','','197.232.124.32','loggedin',1),(43,'admin','5','2021-05-01 09:31:27','','','41.90.6.114','loggedin',1),(44,'admin','5','2021-05-01 12:28:10','','','41.90.68.173','loggedin',1),(45,'user','4','2021-05-01 14:27:52','','','197.156.137.150','loggedin',1),(46,'user','4','2021-05-01 16:00:45','','','197.156.137.179','loggedin',1),(47,'admin','5','2021-05-01 21:37:40','','','41.90.69.197','loggedin',1),(48,'admin','5','2021-05-01 21:37:40','','','41.90.69.197','loggedin',1),(49,'admin','5','2021-05-01 21:57:51','2021-05-01 22:00:39','','41.90.69.197','loggedin',1),(50,'admin','5','2021-05-02 06:54:33','','','41.90.69.197','loggedin',1),(51,'admin','5','2021-05-02 10:50:30','2021-05-02 11:15:06','','41.90.69.197','loggedin',1),(52,'admin','5','2021-05-02 11:15:15','2021-05-02 11:15:24','','41.90.69.197','loggedin',1),(53,'admin','5','2021-05-02 11:15:45','2021-05-02 11:15:50','','41.90.69.197','loggedin',1),(54,'admin','5','2021-05-02 21:30:57','','','41.90.69.197','loggedin',1),(55,'user','4','2021-05-03 15:53:01','','','197.156.190.182','loggedin',1),(56,'user','4','2021-05-03 16:48:56','','','102.167.84.97','loggedin',1),(57,'admin','5','2021-05-03 21:45:47','','','41.90.7.248','loggedin',1),(58,'admin','5','2021-05-03 21:45:47','','','41.90.7.248','loggedin',1),(59,'admin','5','2021-05-03 22:16:30','','','41.90.7.248','loggedin',1),(60,'admin','5','2021-05-03 22:16:30','','','41.90.7.248','loggedin',1),(61,'admin','5','2021-05-04 10:49:36','','','41.90.7.248','loggedin',1),(62,'user','4','2021-05-04 14:37:55','','','197.156.137.145','loggedin',1),(63,'user','4','2021-05-05 08:29:34','','','102.167.17.161','loggedin',1),(64,'user','4','2021-05-05 16:25:10','','','154.123.2.250','loggedin',1),(65,'user','4','2021-05-05 17:24:51','','','102.167.101.235','loggedin',1),(66,'admin','5','2021-05-05 19:25:11','','','41.90.69.196','loggedin',1),(67,'user','4','2021-05-06 08:25:23','','','154.122.4.59','loggedin',1),(68,'user','4','2021-05-06 12:29:06','','','102.166.100.226','loggedin',1),(69,'user','4','2021-05-06 12:37:12','','','102.166.100.226','loggedin',1),(70,'admin','5','2021-05-06 13:09:19','','','197.232.124.32','loggedin',1),(71,'user','4','2021-05-06 15:33:02','','','197.156.137.173','loggedin',1),(72,'user','4','2021-05-06 17:03:40','','','197.156.137.173','loggedin',1),(73,'admin','5','2021-05-06 17:26:49','2021-05-06 18:30:31','','41.212.101.211','loggedin',1),(74,'admin','5','2021-05-06 19:19:20','','','41.90.69.196','loggedin',1),(75,'admin','5','2021-05-06 22:30:53','2021-05-06 23:20:37','','41.90.4.107','loggedin',1),(76,'user','4','2021-05-07 08:37:14','','','102.166.189.62','loggedin',1),(77,'user','4','2021-05-07 12:22:58','','','197.156.137.159','loggedin',1),(78,'user','4','2021-05-07 13:14:36','','','102.167.144.49','loggedin',1),(79,'user','4','2021-05-07 13:42:42','','','102.166.10.246','loggedin',1),(80,'user','4','2021-05-07 16:10:47','','','102.166.78.9','loggedin',1),(81,'admin','5','2021-05-07 21:06:50','2021-05-07 21:47:02','','41.90.69.196','loggedin',1),(82,'user','4','2021-05-08 08:25:59','','','102.166.78.9','loggedin',1),(83,'user','4','2021-05-08 12:54:30','','','154.122.95.109','loggedin',1),(84,'admin','5','2021-05-08 13:30:10','','','41.90.4.135','loggedin',1),(85,'user','4','2021-05-08 13:36:00','','','102.167.242.192','loggedin',1),(86,'user','4','2021-05-08 17:58:54','','','197.156.137.164','loggedin',1),(87,'admin','5','2021-05-08 18:04:28','','','41.90.64.106','loggedin',1),(88,'admin','5','2021-05-08 18:10:46','','','41.90.64.106','loggedin',1),(89,'admin','5','2021-05-09 09:27:03','','','41.90.64.106','loggedin',1),(90,'user','4','2021-05-09 09:34:04','','','102.166.202.85','loggedin',1),(91,'user','4','2021-05-09 09:36:05','','','102.166.202.85','loggedin',1),(92,'admin','5','2021-05-09 12:25:46','','','41.90.64.106','loggedin',1),(93,'admin','5','2021-05-09 13:40:01','','','41.90.64.106','loggedin',1),(94,'user','4','2021-05-10 08:44:15','','','102.167.238.163','loggedin',1),(95,'user','4','2021-05-10 12:02:44','','','154.122.93.74','loggedin',1),(96,'user','4','2021-05-10 12:36:16','','','102.167.249.142','loggedin',1),(97,'user','4','2021-05-10 16:29:17','','','102.167.228.212','loggedin',1),(98,'user','4','2021-05-10 16:41:02','','','102.167.228.212','loggedin',1),(99,'admin','5','2021-05-10 22:42:06','','','41.90.64.38','loggedin',1),(100,'user','4','2021-05-11 08:24:59','','','197.156.137.171','loggedin',1),(101,'user','4','2021-05-11 10:09:15','','','102.167.191.109','loggedin',1),(102,'admin','5','2021-05-11 13:56:38','','','41.90.4.112','loggedin',1),(103,'user','4','2021-05-11 17:08:16','','','102.167.251.243','loggedin',1),(104,'admin','5','2021-05-11 19:33:30','','','41.90.64.38','loggedin',1),(105,'admin','5','2021-05-12 06:37:30','','','41.90.65.9','loggedin',1),(106,'admin','5','2021-05-12 06:37:31','','','41.90.65.9','loggedin',1),(107,'admin','5','2021-05-12 06:37:31','','','41.90.65.9','loggedin',1),(108,'admin','5','2021-05-12 06:37:31','','','41.90.65.9','loggedin',1),(109,'admin','5','2021-05-12 06:37:31','','','41.90.65.9','loggedin',1),(110,'admin','5','2021-05-12 06:37:31','2021-05-12 06:59:20','','41.90.65.9','loggedin',1),(111,'admin','5','2021-05-12 14:13:42','2021-05-12 14:14:34','','41.90.5.13','loggedin',1),(112,'user','4','2021-05-12 14:14:49','','','41.90.5.13','loggedin',1),(113,'user','4','2021-05-12 14:14:49','2021-05-12 14:15:29','','41.90.5.13','loggedin',1),(114,'admin','5','2021-05-12 14:16:07','2021-05-12 14:17:40','','41.90.5.13','loggedin',1),(115,'user','4','2021-05-12 16:11:07','','','154.123.5.64','loggedin',1),(116,'admin','5','2021-05-12 19:13:28','','','41.90.65.9','loggedin',1),(117,'user','4','2021-05-13 09:15:36','','','102.166.12.163','loggedin',1),(118,'admin','5','2021-05-13 13:32:50','','','41.90.4.185','loggedin',1),(119,'user','4','2021-05-13 15:18:53','','','102.166.195.22','loggedin',1),(120,'admin','5','2021-05-13 15:24:04','','','41.90.4.185','loggedin',1),(121,'user','4','2021-05-13 18:20:17','','','102.166.211.104','loggedin',1),(122,'admin','5','2021-05-13 20:15:56','','','41.90.65.9','loggedin',1),(123,'user','4','2021-05-14 08:24:20','','','102.167.114.129','loggedin',1),(124,'user','4','2021-05-14 09:46:11','','','102.167.187.53','loggedin',1),(125,'admin','5','2021-05-14 11:21:35','','','41.90.65.9','loggedin',1),(126,'admin','5','2021-05-14 13:41:19','','','41.90.65.9','loggedin',1),(127,'user','4','2021-05-14 14:49:09','','','154.122.36.222','loggedin',1),(128,'user','4','2021-05-15 08:57:54','','','197.156.137.129','loggedin',1),(129,'user','4','2021-05-15 15:10:45','','','154.122.78.248','loggedin',1),(130,'admin','5','2021-05-15 18:08:50','','','41.90.64.19','loggedin',1),(131,'admin','5','2021-05-15 23:54:48','','','41.90.64.190','loggedin',1),(132,'admin','5','2021-05-15 23:58:26','','','41.90.64.190','loggedin',1),(133,'admin','5','2021-05-16 10:35:36','','','41.90.64.190','loggedin',1),(134,'admin','5','2021-05-16 12:10:56','','','41.90.64.190','loggedin',1),(135,'user','4','2021-05-17 08:59:54','','','102.167.120.66','loggedin',1),(136,'admin','5','2021-05-17 10:55:42','','','41.90.65.126','loggedin',1),(137,'user','4','2021-05-17 14:19:19','','','102.166.180.25','loggedin',1),(138,'admin','5','2021-05-17 21:57:13','','','41.90.65.126','loggedin',1),(139,'admin','5','2021-05-18 09:44:17','','','41.90.65.126','loggedin',1),(140,'user','4','2021-05-18 17:21:06','','','102.167.156.126','loggedin',1),(141,'admin','5','2021-05-18 22:04:48','','','41.90.66.196','loggedin',1),(142,'user','4','2021-05-19 08:03:25','2021-05-19 09:49:03','','154.122.102.200','loggedin',1),(143,'user','4','2021-05-19 09:49:27','2021-05-19 10:01:06','','102.166.190.111','loggedin',1),(144,'user','4','2021-05-19 10:01:34','','','102.166.190.111','loggedin',1),(145,'user','4','2021-05-19 16:41:28','','','102.166.190.111','loggedin',1),(146,'admin','5','2021-05-20 12:49:40','','','196.201.210.141','loggedin',1),(147,'admin','5','2021-05-20 16:32:13','','','102.166.19.180','loggedin',1),(148,'admin','5','2021-05-20 18:37:25','','','196.201.210.29','loggedin',1),(149,'admin','5','2021-05-20 21:25:32','2021-05-20 22:58:39','','196.201.210.127','loggedin',1),(150,'user','4','2021-05-21 08:31:49','','','154.122.235.45','loggedin',1),(151,'user','4','2021-05-21 18:16:26','','','197.156.190.170','loggedin',1),(152,'admin','5','2021-05-21 23:11:21','','','105.160.55.26','loggedin',1),(153,'admin','5','2021-05-21 23:11:21','','','105.160.55.26','loggedin',1),(154,'user','4','2021-05-22 08:24:37','','','154.122.126.21','loggedin',1),(155,'user','4','2021-05-22 09:04:53','','','154.122.126.21','loggedin',1),(156,'user','4','2021-05-22 14:29:32','','','102.166.240.131','loggedin',1),(157,'user','4','2021-05-22 14:47:54','2021-05-22 15:02:32','','154.122.141.0','loggedin',1),(158,'admin','5','2021-05-22 15:02:47','2021-05-22 15:19:05','','154.122.141.0','loggedin',1),(159,'admin','5','2021-05-22 15:19:19','2021-05-22 15:19:59','','154.122.141.0','loggedin',1),(160,'user','25','2021-05-22 15:20:47','2021-05-22 15:21:11','','154.122.141.0','loggedin',1),(161,'user','25','2021-05-22 15:22:34','2021-05-22 15:22:57','','154.122.141.0','loggedin',1),(162,'user','4','2021-05-22 15:23:18','','','154.122.141.0','loggedin',1),(163,'user','4','2021-05-22 15:39:07','','','102.167.29.66','loggedin',1),(164,'admin','5','2021-05-22 22:00:07','','','41.90.69.74','loggedin',1),(165,'user','4','2021-05-24 08:38:37','','','102.166.105.107','loggedin',1),(166,'user','4','2021-05-24 17:07:13','','','154.123.26.130','loggedin',1),(167,'admin','5','2021-05-24 22:14:17','','','41.90.68.151','loggedin',1),(168,'user','4','2021-05-25 08:44:56','','','154.123.26.130','loggedin',1),(169,'admin','5','2021-05-25 10:36:51','','','41.90.68.151','loggedin',1),(170,'user','4','2021-05-25 12:31:37','','','154.123.26.21','loggedin',1),(171,'user','4','2021-05-25 17:28:14','','','154.123.26.21','loggedin',1),(172,'admin','5','2021-05-25 22:40:50','','','41.90.68.151','loggedin',1),(173,'user','4','2021-05-26 08:10:47','','','154.123.26.21','loggedin',1),(174,'user','4','2021-05-26 15:33:01','','','102.166.43.25','loggedin',1),(175,'admin','5','2021-05-26 19:30:47','','','41.90.68.151','loggedin',1),(176,'admin','5','2021-05-27 08:15:39','','','41.90.68.151','loggedin',1),(177,'user','4','2021-05-27 08:26:24','','','154.123.161.25','loggedin',1),(178,'user','4','2021-05-27 16:10:09','','','102.166.191.8','loggedin',1),(179,'admin','5','2021-05-27 21:06:42','','','105.161.142.221','loggedin',1),(180,'user','4','2021-05-28 14:12:42','','','197.156.137.131','loggedin',1),(181,'admin','5','2021-05-28 15:42:24','2021-05-28 15:53:18','','105.161.62.68','loggedin',1),(182,'user','4','2021-05-28 18:13:10','','','197.156.190.214','loggedin',1),(183,'admin','5','2021-05-28 21:51:53','','','41.81.46.121','loggedin',1),(184,'user','4','2021-05-29 08:20:31','','','102.167.12.97','loggedin',1),(185,'admin','5','2021-05-29 13:00:17','','','197.177.171.53','loggedin',1),(186,'user','4','2021-05-29 13:35:32','','','102.166.130.223','loggedin',1),(187,'admin','5','2021-05-29 22:09:57','','','41.90.64.65','loggedin',1),(188,'admin','5','2021-05-30 12:42:25','','','41.90.64.65','loggedin',1),(189,'admin','5','2021-05-31 10:16:20','','','197.182.39.245','loggedin',1),(190,'user','4','2021-05-31 15:11:09','','','102.166.2.54','loggedin',1),(191,'admin','5','2021-05-31 21:21:04','','','41.90.65.15','loggedin',1),(192,'user','4','2021-06-01 08:41:02','','','102.166.42.186','loggedin',1),(193,'user','4','2021-06-01 12:40:45','','','102.166.42.186','loggedin',1),(194,'user','4','2021-06-01 13:59:59','','','102.166.42.186','loggedin',1),(195,'user','4','2021-06-01 14:00:12','','','102.166.42.186','loggedin',1),(196,'admin','5','2021-06-02 08:36:40','','','41.90.65.15','loggedin',1),(197,'user','4','2021-06-02 12:44:44','','','154.122.102.208','loggedin',1),(198,'user','4','2021-06-02 15:45:27','','','154.122.102.208','loggedin',1),(199,'user','4','2021-06-02 15:46:01','','','154.122.102.208','loggedin',1),(200,'user','4','2021-06-02 15:47:02','','','154.122.102.208','loggedin',1),(201,'user','4','2021-06-02 15:50:57','','','154.122.102.208','loggedin',1),(202,'user','4','2021-06-02 15:58:08','','','154.122.102.208','loggedin',1),(203,'user','4','2021-06-02 16:02:26','','','154.122.102.208','loggedin',1),(204,'user','4','2021-06-02 16:08:08','','','154.122.102.208','loggedin',1),(205,'admin','5','2021-06-03 16:37:15','2021-06-03 16:44:48','','41.81.197.182','loggedin',1),(206,'user','4','2021-06-03 16:40:51','','','197.156.190.193','loggedin',1),(207,'admin','5','2021-06-03 19:04:59','','','41.90.65.15','loggedin',1),(208,'admin','5','2021-06-03 23:08:47','2021-06-03 23:14:55','','41.90.65.15','loggedin',1),(209,'user','4','2021-06-04 08:16:40','','','102.167.56.58','loggedin',1),(210,'user','4','2021-06-04 15:15:47','','','102.166.35.89','loggedin',1),(211,'admin','5','2021-06-04 16:17:02','','','105.49.84.237','loggedin',1),(212,'user','4','2021-06-05 08:10:11','','','102.166.233.253','loggedin',1),(213,'user','4','2021-06-05 16:48:28','','','102.166.77.210','loggedin',1),(214,'admin','5','2021-06-06 18:09:00','','','41.90.69.67','loggedin',1),(215,'user','4','2021-06-07 13:43:51','','','102.167.105.194','loggedin',1),(216,'admin','5','2021-06-07 15:39:36','2021-06-07 15:42:07','','105.161.150.84','loggedin',1),(217,'user','4','2021-06-07 15:59:41','','','197.156.190.217','loggedin',1),(218,'admin','5','2021-06-07 19:32:41','','','41.90.69.67','loggedin',1),(219,'admin','5','2021-06-07 21:46:46','','','41.90.69.67','loggedin',1),(220,'user','4','2021-06-08 08:46:32','','','197.156.190.241','loggedin',1),(221,'admin','5','2021-06-08 11:13:07','2021-06-08 11:16:55','','41.90.68.168','loggedin',1),(222,'admin','5','2021-06-08 11:17:04','2021-06-08 11:17:52','','41.90.68.168','loggedin',1),(223,'user','4','2021-06-08 13:41:00','','','197.156.190.197','loggedin',1),(224,'user','4','2021-06-08 15:14:14','','','102.167.18.10','loggedin',1),(225,'admin','5','2021-06-09 05:33:59','','','105.160.33.219','loggedin',1),(226,'user','4','2021-06-09 08:07:36','','','197.156.190.204','loggedin',1),(227,'user','4','2021-06-09 13:32:24','','','102.166.85.25','loggedin',1),(228,'user','4','2021-06-09 17:20:18','2021-06-09 18:06:49','','102.166.132.76','loggedin',1),(229,'admin','5','2021-06-09 18:07:02','2021-06-09 18:41:57','','197.156.190.150','loggedin',1),(230,'admin','5','2021-06-09 22:11:55','','','105.160.70.253','loggedin',1),(231,'user','4','2021-06-10 08:42:21','','','102.167.129.75','loggedin',1),(232,'admin','5','2021-06-10 17:35:46','2021-06-10 18:36:51','','102.166.230.151','loggedin',1),(233,'admin','5','2021-06-10 18:39:30','2021-06-10 18:46:17','','102.166.230.151','loggedin',1),(234,'admin','5','2021-06-11 13:18:28','','','102.166.236.244','loggedin',1),(235,'admin','5','2021-06-11 15:54:38','','','196.96.64.6','loggedin',1),(236,'user','4','2021-06-11 16:59:50','2021-06-11 18:06:03','','102.166.218.219','loggedin',1),(237,'user','4','2021-06-11 18:08:42','','','154.122.52.198','loggedin',1),(238,'admin','5','2021-06-12 07:20:16','','','105.160.15.155','loggedin',1),(239,'user','4','2021-06-12 09:54:58','','','102.166.46.184','loggedin',1),(240,'user','4','2021-06-12 18:07:06','','','102.167.228.41','loggedin',1),(241,'user','4','2021-06-14 17:34:48','','','102.167.144.206','loggedin',1),(242,'user','4','2021-06-15 08:47:39','','','102.166.189.23','loggedin',1),(243,'user','4','2021-06-15 14:59:15','','','102.166.179.204','loggedin',1),(244,'user','4','2021-06-16 11:56:32','','','102.167.233.47','loggedin',1),(245,'user','4','2021-06-16 15:34:17','','','102.167.233.219','loggedin',1),(246,'admin','5','2021-06-17 07:32:01','','','41.90.68.18','loggedin',1),(247,'user','4','2021-06-17 08:54:28','','','102.167.233.219','loggedin',1),(248,'user','4','2021-06-17 15:47:54','','','102.166.29.193','loggedin',1),(249,'admin','5','2021-06-18 09:22:24','','','41.90.70.241','loggedin',1),(250,'user','4','2021-06-18 15:59:23','','','102.167.160.29','loggedin',1),(251,'user','4','2021-06-18 16:00:17','','','102.167.160.29','loggedin',1),(252,'user','4','2021-06-19 17:15:29','','','102.167.147.83','loggedin',1),(253,'user','4','2021-06-21 09:02:19','','','102.166.81.72','loggedin',1),(254,'user','4','2021-06-21 10:11:20','','','102.166.81.72','loggedin',1),(255,'user','4','2021-06-21 14:52:57','','','102.166.81.72','loggedin',1),(256,'user','4','2021-06-21 17:42:40','','','102.166.81.72','loggedin',1),(257,'admin','5','2021-06-21 19:52:11','','','41.90.71.38','loggedin',1),(258,'user','4','2021-06-22 14:42:59','','','197.156.137.175','loggedin',1),(259,'user','4','2021-06-23 16:13:04','','','154.122.90.168','loggedin',1),(260,'admin','5','2021-06-23 22:47:27','2021-06-23 22:53:11','','41.90.71.38','loggedin',1),(261,'user','4','2021-06-24 12:34:35','','','154.122.80.121','loggedin',1),(262,'user','4','2021-06-24 17:18:49','','','102.167.68.108','loggedin',1),(263,'admin','5','2021-06-24 20:59:56','','','41.90.71.38','loggedin',1),(264,'user','4','2021-06-25 12:59:15','','','102.166.248.200','loggedin',1),(265,'admin','5','2021-06-25 15:20:42','','','41.81.5.217','loggedin',1),(266,'admin','5','2021-06-25 16:00:31','2021-06-25 16:00:56','','41.81.5.217','loggedin',1),(267,'admin','5','2021-06-25 16:17:58','2021-06-25 16:20:46','','41.81.5.217','loggedin',1),(268,'user','4','2021-06-25 17:06:28','','','102.167.88.146','loggedin',1),(269,'admin','5','2021-06-25 19:22:02','','','41.90.71.38','loggedin',1),(270,'admin','5','2021-06-25 22:42:26','2021-06-25 22:44:34','','41.90.71.38','loggedin',1),(271,'user','4','2021-06-26 08:46:29','','','197.156.190.228','loggedin',1),(272,'user','4','2021-06-26 14:59:04','','','154.122.33.75','loggedin',1),(273,'user','4','2021-06-26 15:13:40','','','154.122.33.75','loggedin',1),(274,'user','4','2021-06-26 17:55:31','','','154.122.33.75','loggedin',1),(275,'admin','5','2021-06-26 23:00:26','2021-06-26 23:23:29','','41.90.64.146','loggedin',1),(276,'admin','5','2021-06-27 10:23:15','2021-06-27 11:08:24','','41.90.64.146','loggedin',1),(277,'admin','5','2021-06-27 11:08:51','2021-06-27 11:15:30','','41.90.64.146','loggedin',1),(278,'admin','5','2021-06-28 13:42:28','','','41.90.64.146','loggedin',1),(279,'admin','5','2021-06-28 13:49:52','2021-06-28 13:53:20','','41.90.64.146','loggedin',1),(280,'user','4','2021-06-28 16:34:34','','','102.166.110.167','loggedin',1),(281,'admin','5','2021-06-28 17:17:45','2021-06-28 17:30:57','','41.90.64.146','loggedin',1),(282,'admin','5','2021-06-28 19:22:42','2021-06-28 19:31:37','','41.90.64.146','loggedin',1),(283,'user','4','2021-06-29 09:32:47','','','154.122.34.137','loggedin',1),(284,'user','4','2021-06-29 16:28:52','','','102.167.15.183','loggedin',1),(285,'admin','5','2021-06-29 17:54:25','2021-06-29 18:01:58','','41.90.69.108','loggedin',1),(286,'admin','5','2021-06-30 10:54:16','2021-06-30 11:26:43','','41.90.69.108','loggedin',1),(287,'user','4','2021-06-30 11:31:21','','','102.167.36.166','loggedin',1),(288,'user','4','2021-06-30 14:34:29','','','154.122.125.65','loggedin',1),(289,'admin','5','2021-07-01 11:52:34','2021-07-01 12:00:37','','41.90.69.108','loggedin',1),(290,'admin','5','2021-07-01 12:00:52','2021-07-01 12:01:13','','41.90.69.108','loggedin',1),(291,'user','4','2021-07-01 14:27:29','','','197.156.137.187','loggedin',1),(292,'user','4','2021-07-02 16:49:59','','','197.156.137.152','loggedin',1),(293,'admin','5','2021-07-02 20:35:12','2021-07-02 20:37:08','','41.90.69.185','loggedin',1),(294,'user','4','2021-07-03 08:29:29','','','102.166.98.218','loggedin',1),(295,'user','4','2021-07-03 17:37:53','','','197.156.190.137','loggedin',1),(296,'user','4','2021-07-04 09:39:24','','','102.166.139.216','loggedin',1),(297,'user','4','2021-07-05 08:37:26','','','102.166.238.239','loggedin',1),(298,'user','4','2021-07-05 11:20:47','','','197.156.190.188','loggedin',1),(299,'user','4','2021-07-05 13:53:38','','','154.122.63.168','loggedin',1),(300,'user','4','2021-07-05 16:13:46','','','197.156.190.160','loggedin',1),(301,'admin','5','2021-07-06 12:14:07','','','41.90.68.161','loggedin',1),(302,'admin','5','2021-07-06 12:17:35','2021-07-06 12:18:26','','41.90.68.161','loggedin',1),(303,'user','4','2021-07-06 16:43:47','','','197.156.137.146','loggedin',1),(304,'user','4','2021-07-06 18:08:10','','','154.123.35.157','loggedin',1),(305,'user','4','2021-07-07 08:29:24','','','197.156.190.249','loggedin',1),(306,'admin','5','2021-07-07 13:02:47','2021-07-07 13:05:25','','41.90.68.161','loggedin',1),(307,'admin','5','2021-07-07 13:15:21','2021-07-07 14:15:41','','41.90.68.161','loggedin',1),(308,'user','4','2021-07-07 13:32:55','','','102.166.186.156','loggedin',1),(309,'admin','5','2021-07-07 17:15:22','2021-07-07 17:17:17','','41.90.68.161','loggedin',1),(310,'user','4','2021-07-07 17:47:18','','','197.156.190.253','loggedin',1),(311,'admin','5','2021-07-07 18:01:42','2021-07-07 18:03:35','','41.90.68.161','loggedin',1),(312,'admin','5','2021-07-08 16:20:09','2021-07-08 16:21:28','','105.57.37.192','loggedin',1),(313,'user','4','2021-07-08 16:46:43','','','102.167.231.36','loggedin',1),(314,'admin','5','2021-07-08 17:45:16','2021-07-08 17:51:13','','41.90.68.161','loggedin',1),(315,'admin','5','2021-07-08 21:33:34','2021-07-08 21:34:04','','41.90.68.161','loggedin',1),(316,'user','4','2021-07-09 11:06:14','','','197.156.137.154','loggedin',1),(317,'user','4','2021-07-09 16:01:10','','','102.166.20.53','loggedin',1),(318,'user','4','2021-07-10 10:44:08','','','102.166.173.238','loggedin',1),(319,'user','4','2021-07-10 14:32:24','','','154.122.51.250','loggedin',1),(320,'user','4','2021-07-10 17:20:04','','','102.166.41.4','loggedin',1),(321,'user','4','2021-07-12 08:26:00','','','102.166.116.233','loggedin',1),(322,'admin','5','2021-07-12 10:55:13','2021-07-12 11:08:22','','41.90.68.158','loggedin',1),(323,'user','4','2021-07-12 14:59:22','','','154.123.22.86','loggedin',1),(324,'user','4','2021-07-13 11:13:49','','','102.167.14.179','loggedin',1),(325,'user','4','2021-07-13 16:24:57','','','102.166.56.62','loggedin',1),(326,'admin','5','2021-07-13 21:38:21','','','41.90.68.151','loggedin',1),(327,'admin','5','2021-07-13 21:38:27','2021-07-13 21:53:04','','41.90.68.151','loggedin',1),(328,'admin','5','2021-07-14 09:55:25','2021-07-14 09:58:16','','41.90.68.151','loggedin',1),(329,'user','4','2021-07-14 09:59:24','','','102.167.18.179','loggedin',1),(330,'admin','5','2021-07-14 12:33:06','2021-07-14 12:49:46','','196.101.51.92','loggedin',1),(331,'user','4','2021-07-14 14:29:07','','','102.166.86.82','loggedin',1),(332,'user','4','2021-07-14 17:36:18','','','197.156.137.163','loggedin',1),(333,'user','4','2021-07-14 17:40:33','2021-07-14 17:41:37','','197.156.137.163','loggedin',1),(334,'user','4','2021-07-14 17:43:07','','','197.156.137.163','loggedin',1),(335,'user','4','2021-07-15 16:44:28','','','102.166.28.15','loggedin',1),(336,'admin','5','2021-07-15 21:05:40','','','105.160.37.27','loggedin',1),(337,'user','4','2021-07-16 08:48:08','','','154.122.100.59','loggedin',1),(338,'user','4','2021-07-16 18:13:33','','','102.166.140.153','loggedin',1),(339,'admin','5','2021-07-17 12:02:48','2021-07-17 14:06:27','','197.156.137.186','loggedin',1),(340,'user','4','2021-07-17 16:28:44','','','102.166.203.114','loggedin',1),(341,'user','4','2021-07-19 13:45:02','','','197.156.137.172','loggedin',1),(342,'user','4','2021-07-19 17:29:54','','','197.156.137.150','loggedin',1),(343,'user','4','2021-07-20 16:38:32','','','102.167.226.224','loggedin',1),(344,'user','4','2021-07-20 16:39:11','','','102.167.226.224','loggedin',1),(345,'user','4','2021-07-20 16:40:00','','','102.167.226.224','loggedin',1),(346,'user','4','2021-07-20 16:40:56','','','102.167.226.224','loggedin',1),(347,'user','4','2021-07-20 16:45:08','','','102.167.226.224','loggedin',1),(348,'user','4','2021-07-20 17:01:10','','','102.167.226.224','loggedin',1),(349,'user','4','2021-07-20 17:18:15','','','102.167.226.224','loggedin',1),(350,'user','4','2021-07-20 17:21:34','','','102.167.226.224','loggedin',1),(351,'user','4','2021-07-20 17:51:47','','','102.167.226.224','loggedin',1),(352,'admin','5','2021-07-20 19:07:30','','','41.90.70.28','loggedin',1),(353,'admin','5','2021-07-20 21:52:38','2021-07-20 22:43:23','','41.90.70.28','loggedin',1),(354,'user','4','2021-07-21 08:45:38','','','154.122.81.71','loggedin',1),(355,'user','4','2021-07-21 16:56:24','','','197.156.137.180','loggedin',1),(356,'user','4','2021-07-22 17:34:07','','','197.156.190.237','loggedin',1),(357,'admin','5','2021-07-22 17:35:15','2021-07-22 18:14:57','','41.90.69.176','loggedin',1),(358,'admin','5','2021-07-23 08:44:26','','','41.90.69.176','loggedin',1),(359,'user','4','2021-07-23 10:24:41','','','102.167.200.30','loggedin',1),(360,'user','4','2021-07-23 15:48:10','','','197.156.190.153','loggedin',1),(361,'admin','5','2021-07-23 19:06:30','','','41.90.69.176','loggedin',1),(362,'admin','5','2021-07-24 06:52:40','2021-07-24 06:55:09','','41.90.70.67','loggedin',1),(363,'user','4','2021-07-24 17:27:33','','','102.166.179.216','loggedin',1),(364,'user','4','2021-07-26 13:48:31','','','102.166.200.70','loggedin',1),(365,'admin','5','2021-07-26 16:24:17','','','41.81.214.204','loggedin',1),(366,'admin','5','2021-07-26 16:26:09','','','41.81.214.204','loggedin',1),(367,'user','4','2021-07-26 16:55:32','','','102.166.200.70','loggedin',1),(368,'user','4','2021-07-27 11:36:43','','','102.166.172.99','loggedin',1),(369,'user','4','2021-07-27 17:06:14','','','102.167.135.88','loggedin',1),(370,'user','4','2021-07-28 14:16:46','','','197.156.137.183','loggedin',1),(371,'user','4','2021-07-28 16:49:05','','','154.122.104.55','loggedin',1),(372,'admin','5','2021-07-28 17:05:27','2021-07-28 17:18:52','','41.90.70.67','loggedin',1),(373,'admin','5','2021-07-28 19:14:22','','','41.90.70.67','loggedin',1),(374,'user','4','2021-07-29 08:08:22','','','102.166.79.227','loggedin',1),(375,'user','4','2021-07-29 16:41:55','','','102.166.79.227','loggedin',1),(376,'user','4','2021-07-30 08:35:49','','','102.166.133.132','loggedin',1),(377,'user','4','2021-07-30 16:26:03','','','197.156.137.134','loggedin',1),(378,'admin','5','2021-07-30 17:45:50','2021-07-30 17:55:35','','41.90.71.42','loggedin',1),(379,'admin','5','2021-07-30 22:10:17','2021-07-30 22:12:23','','41.90.71.42','loggedin',1),(380,'user','4','2021-07-31 08:29:25','','','197.156.137.160','loggedin',1),(381,'user','4','2021-07-31 14:28:35','','','102.167.169.34','loggedin',1),(382,'user','4','2021-07-31 17:42:39','','','102.167.169.34','loggedin',1),(383,'user','4','2021-08-02 08:57:50','','','154.122.92.134','loggedin',1),(384,'user','4','2021-08-02 15:50:09','','','197.156.137.133','loggedin',1),(385,'user','4','2021-08-03 08:26:54','','','102.166.14.246','loggedin',1),(386,'user','4','2021-08-03 08:33:27','','','102.166.14.246','loggedin',1),(387,'user','4','2021-08-03 15:50:46','','','154.122.20.92','loggedin',1),(388,'user','4','2021-08-04 16:20:21','','','197.156.190.140','loggedin',1),(389,'user','4','2021-08-04 16:25:02','','','197.156.190.130','loggedin',1),(390,'admin','5','2021-08-04 22:33:37','2021-08-04 23:32:16','','41.90.71.42','loggedin',1),(391,'user','4','2021-08-05 08:42:36','','','154.122.90.216','loggedin',1),(392,'user','4','2021-08-05 16:15:30','','','197.156.137.129','loggedin',1),(393,'admin','5','2021-08-05 20:55:29','2021-08-05 21:46:03','','41.90.71.42','loggedin',1),(394,'user','4','2021-08-06 08:31:22','','','102.166.76.33','loggedin',1),(395,'user','4','2021-08-06 17:11:40','','','197.156.190.156','loggedin',1),(396,'admin','5','2021-08-06 18:24:35','','','41.90.71.15','loggedin',1),(397,'user','4','2021-08-07 15:19:47','','','154.123.45.231','loggedin',1),(398,'user','4','2021-08-09 09:03:51','','','197.156.190.225','loggedin',1),(399,'admin','5','2021-08-09 11:28:00','','','41.90.64.206','loggedin',1),(400,'user','4','2021-08-09 15:42:23','','','154.123.202.135','loggedin',1),(401,'admin','5','2021-08-09 19:14:03','','','41.90.64.206','loggedin',1),(402,'user','4','2021-08-10 16:02:08','','','197.156.190.184','loggedin',1),(403,'user','4','2021-08-11 17:28:29','','','197.156.137.166','loggedin',1),(404,'admin','5','2021-08-11 23:21:42','','','41.90.64.206','loggedin',1),(405,'user','4','2021-08-12 09:30:28','','','102.166.31.106','loggedin',1),(406,'user','4','2021-08-12 16:52:53','','','102.166.31.106','loggedin',1),(407,'admin','5','2021-08-12 20:05:53','','','41.90.64.206','loggedin',1),(408,'user','4','2021-08-13 16:49:23','','','154.122.195.11','loggedin',1),(409,'user','4','2021-08-14 08:42:50','','','102.166.16.66','loggedin',1),(410,'user','4','2021-08-14 16:53:17','','','197.156.137.180','loggedin',1),(411,'user','4','2021-08-16 17:15:14','','','154.123.53.10','loggedin',1),(412,'user','4','2021-08-17 08:57:05','','','154.123.44.175','loggedin',1),(413,'user','4','2021-08-17 09:12:58','','','154.123.44.175','loggedin',1),(414,'user','4','2021-08-17 10:50:44','','','154.123.172.225','loggedin',1),(415,'admin','5','2021-08-17 14:06:38','2021-08-17 14:10:49','','41.90.69.96','loggedin',1),(416,'user','4','2021-08-17 16:11:37','','','197.156.137.160','loggedin',1),(417,'admin','5','2021-08-17 23:13:19','2021-08-17 23:16:36','','41.90.69.43','loggedin',1),(418,'user','4','2021-08-18 09:24:08','','','197.156.137.169','loggedin',1),(419,'user','4','2021-08-18 11:27:37','','','197.156.137.169','loggedin',1),(420,'user','4','2021-08-18 16:19:04','','','197.156.137.169','loggedin',1),(421,'user','4','2021-08-19 08:36:04','','','102.166.160.177','loggedin',1),(422,'user','4','2021-08-19 15:51:48','','','197.156.190.170','loggedin',1),(423,'user','4','2021-08-20 16:51:57','','','197.156.137.181','loggedin',1),(424,'admin','5','2021-08-21 08:37:40','2021-08-21 08:51:38','','41.90.69.43','loggedin',1),(425,'user','4','2021-08-21 10:04:14','','','197.156.137.179','loggedin',1),(426,'user','4','2021-08-21 16:21:05','','','197.156.137.179','loggedin',1),(427,'user','4','2021-08-23 08:42:13','','','102.166.189.104','loggedin',1),(428,'user','4','2021-08-23 16:43:33','','','154.123.143.64','loggedin',1),(429,'user','4','2021-08-24 09:31:39','','','102.166.174.97','loggedin',1),(430,'user','4','2021-08-24 16:46:53','','','154.123.190.210','loggedin',1),(431,'user','4','2021-08-25 08:48:02','','','102.167.1.34','loggedin',1),(432,'user','4','2021-08-25 17:47:39','','','197.156.190.130','loggedin',1),(433,'user','4','2021-08-26 13:32:11','','','102.167.32.172','loggedin',1),(434,'user','4','2021-08-26 16:52:16','','','197.156.137.156','loggedin',1),(435,'user','4','2021-08-27 08:20:26','','','197.156.137.131','loggedin',1),(436,'user','4','2021-08-27 15:35:59','','','197.156.137.171','loggedin',1),(437,'user','4','2021-08-27 18:06:44','','','102.166.47.32','loggedin',1),(438,'user','4','2021-08-28 09:26:52','','','102.167.215.64','loggedin',1),(439,'user','4','2021-08-28 16:45:26','','','197.156.137.151','loggedin',1),(440,'user','4','2021-08-28 18:00:53','','','197.156.137.151','loggedin',1),(441,'user','4','2021-08-29 10:23:17','','','197.156.137.189','loggedin',1),(442,'user','4','2021-08-30 15:41:34','','','102.167.97.54','loggedin',1),(443,'user','4','2021-08-31 16:28:14','','','197.156.137.143','loggedin',1),(444,'user','4','2021-09-01 16:58:46','','','154.122.78.60','loggedin',1),(445,'user','4','2021-09-02 09:18:43','','','102.167.254.136','loggedin',1),(446,'user','4','2021-09-02 17:29:01','','','102.167.254.136','loggedin',1),(447,'user','4','2021-09-03 16:57:16','','','197.156.190.177','loggedin',1),(448,'user','4','2021-09-04 08:46:05','','','102.167.95.52','loggedin',1),(449,'user','4','2021-09-04 17:39:27','','','197.156.137.180','loggedin',1),(450,'user','4','2021-09-06 17:32:52','','','154.122.71.38','loggedin',1),(451,'user','4','2021-09-07 12:14:15','','','102.166.28.95','loggedin',1),(452,'user','4','2021-09-07 16:51:25','','','154.123.16.253','loggedin',1),(453,'user','4','2021-09-08 09:09:49','','','197.156.137.165','loggedin',1),(454,'user','4','2021-09-08 14:13:35','','','154.123.182.11','loggedin',1),(455,'user','4','2021-09-09 17:35:42','','','197.156.137.152','loggedin',1),(456,'user','4','2021-09-09 17:52:40','','','197.156.137.152','loggedin',1),(457,'user','4','2021-09-09 17:53:24','','','197.156.137.152','loggedin',1),(458,'user','4','2021-09-09 17:57:06','','','197.156.137.152','loggedin',1),(459,'user','4','2021-09-09 17:58:34','','','197.156.137.152','loggedin',1),(460,'user','4','2021-09-10 17:32:59','','','197.156.190.244','loggedin',1),(461,'user','4','2021-09-11 08:24:28','','','154.122.119.255','loggedin',1),(462,'user','4','2021-09-11 08:31:32','','','102.167.23.227','loggedin',1),(463,'user','4','2021-09-11 10:43:44','','','102.166.84.250','loggedin',1),(464,'user','4','2021-09-11 17:46:49','','','154.123.39.175','loggedin',1),(465,'user','4','2021-09-13 15:57:34','','','154.122.76.181','loggedin',1),(466,'user','4','2021-09-14 13:33:37','','','154.123.147.84','loggedin',1),(467,'user','4','2021-09-14 17:51:00','','','154.123.147.84','loggedin',1),(468,'user','4','2021-09-15 15:55:15','','','197.156.137.161','loggedin',1),(469,'user','4','2021-09-16 16:21:01','','','102.166.14.22','loggedin',1),(470,'user','4','2021-09-17 10:17:31','','','154.122.33.127','loggedin',1),(471,'user','4','2021-09-17 16:14:06','','','102.166.179.81','loggedin',1),(472,'user','4','2021-09-18 17:31:32','','','154.122.35.14','loggedin',1),(473,'user','4','2021-09-20 17:28:06','','','154.123.16.5','loggedin',1),(474,'user','4','2021-09-21 15:49:49','','','102.167.75.250','loggedin',1),(475,'user','4','2021-09-22 08:10:42','','','102.167.89.100','loggedin',1),(476,'user','4','2021-09-22 16:39:03','','','197.156.137.135','loggedin',1),(477,'user','4','2021-09-23 15:45:51','','','102.167.72.39','loggedin',1),(478,'user','4','2021-09-24 08:47:55','','','154.122.121.91','loggedin',1),(479,'user','4','2021-09-24 17:01:12','','','154.123.10.150','loggedin',1),(480,'user','4','2021-09-25 13:04:10','','','197.156.137.172','loggedin',1),(481,'user','4','2021-09-26 11:30:24','','','102.167.63.167','loggedin',1),(482,'user','4','2021-09-27 15:37:17','','','197.156.137.178','loggedin',1),(483,'user','4','2021-09-29 11:34:32','','','102.167.30.47','loggedin',1),(484,'user','4','2021-09-29 12:24:59','2021-09-29 12:31:16','','102.167.30.47','loggedin',1),(485,'user','4','2021-09-29 12:31:35','','','102.167.30.47','loggedin',1),(486,'user','4','2021-09-29 17:21:05','','','102.167.30.47','loggedin',1),(487,'user','4','2021-09-29 18:22:41','','','102.167.30.47','loggedin',1),(488,'user','4','2021-09-30 08:55:48','','','154.122.8.198','loggedin',1),(489,'user','4','2021-09-30 16:16:40','','','102.167.42.253','loggedin',1),(490,'user','4','2021-09-30 16:31:07','','','102.167.42.253','loggedin',1),(491,'user','4','2021-09-30 17:42:04','','','102.167.42.253','loggedin',1),(492,'user','4','2021-10-01 17:12:40','','','197.156.137.179','loggedin',1),(493,'user','4','2021-10-02 09:23:17','','','102.167.61.132','loggedin',1),(494,'user','4','2021-10-02 13:30:37','','','197.156.190.219','loggedin',1),(495,'user','4','2021-10-02 17:29:32','','','102.167.50.150','loggedin',1),(496,'user','4','2021-10-04 15:58:03','','','197.156.137.167','loggedin',1),(497,'user','4','2021-10-05 16:15:47','','','102.166.84.166','loggedin',1),(498,'user','4','2021-10-06 13:28:26','','','197.156.137.182','loggedin',1),(499,'user','4','2021-10-06 17:47:36','','','154.123.9.81','loggedin',1),(500,'user','4','2021-10-07 14:32:58','','','102.167.27.94','loggedin',1),(501,'user','4','2021-10-07 17:17:10','','','197.156.137.170','loggedin',1),(502,'user','4','2021-10-07 17:17:20','','','197.156.137.170','loggedin',1),(503,'user','4','2021-10-08 08:58:29','','','197.156.190.148','loggedin',1),(504,'user','4','2021-10-08 14:28:08','','','102.167.194.71','loggedin',1),(505,'user','4','2021-10-08 16:57:29','','','102.166.173.136','loggedin',1),(506,'user','4','2021-10-09 15:13:08','','','102.167.190.135','loggedin',1),(507,'user','4','2021-10-09 17:36:01','','','102.167.190.135','loggedin',1),(508,'user','4','2021-10-11 08:50:03','','','154.122.121.225','loggedin',1),(509,'user','4','2021-10-11 17:26:54','','','197.156.137.144','loggedin',1),(510,'user','4','2021-10-12 15:04:53','','','197.156.190.209','loggedin',1),(511,'user','4','2021-10-13 13:34:57','','','197.156.137.149','loggedin',1),(512,'user','4','2021-10-14 16:06:14','','','197.156.137.149','loggedin',1),(513,'user','4','2021-10-15 14:23:35','','','154.123.150.102','loggedin',1),(514,'user','4','2021-10-15 17:29:26','','','154.123.30.200','loggedin',1),(515,'user','4','2021-10-16 16:13:47','','','197.156.190.242','loggedin',1),(516,'user','4','2021-10-18 14:48:39','','','197.156.190.209','loggedin',1),(517,'user','4','2021-10-19 15:58:19','','','102.167.169.122','loggedin',1),(518,'user','4','2021-10-20 13:54:39','','','154.122.107.212','loggedin',1),(519,'user','4','2021-10-20 17:45:50','','','154.122.107.212','loggedin',1),(520,'user','4','2021-10-21 09:06:21','','','102.166.247.147','loggedin',1),(521,'user','4','2021-10-21 16:24:31','','','197.156.190.203','loggedin',1),(522,'user','4','2021-10-22 15:19:38','','','102.167.136.128','loggedin',1),(523,'user','4','2021-10-23 09:58:52','','','154.122.18.10','loggedin',1),(524,'user','4','2021-10-23 15:25:41','','','154.122.125.240','loggedin',1),(525,'user','4','2021-10-25 10:00:01','','','197.156.137.149','loggedin',1),(526,'user','4','2021-10-25 17:25:13','','','197.156.137.149','loggedin',1),(527,'user','4','2021-10-26 15:29:17','','','197.156.137.189','loggedin',1),(528,'user','4','2021-10-27 15:27:16','','','197.156.137.129','loggedin',1),(529,'user','4','2021-10-28 18:00:00','','','197.156.137.168','loggedin',1),(530,'user','4','2021-10-29 11:57:21','','','154.122.52.182','loggedin',1),(531,'user','4','2021-10-29 16:05:25','','','197.156.137.185','loggedin',1),(532,'user','4','2021-10-30 16:00:38','','','197.156.137.160','loggedin',1),(533,'user','4','2021-11-01 12:25:39','','','102.166.125.201','loggedin',1),(534,'user','4','2021-11-01 17:02:07','','','102.166.30.59','loggedin',1),(535,'user','4','2021-11-01 17:22:12','','','102.166.30.59','loggedin',1),(536,'user','4','2021-11-02 08:34:50','','','102.167.145.38','loggedin',1),(537,'user','4','2021-11-02 08:44:55','','','102.167.145.38','loggedin',1),(538,'user','4','2021-11-02 14:54:25','','','102.167.210.113','loggedin',1),(539,'user','4','2021-11-03 16:21:48','','','197.156.137.147','loggedin',1),(540,'user','4','2021-11-04 12:19:41','','','102.166.174.52','loggedin',1),(541,'user','4','2021-11-04 16:06:41','','','102.167.74.36','loggedin',1),(542,'user','4','2021-11-04 17:45:41','','','102.167.74.36','loggedin',1),(543,'user','4','2021-11-05 09:27:49','','','102.167.74.36','loggedin',1),(544,'user','4','2021-11-05 16:27:44','','','197.156.137.185','loggedin',1),(545,'user','4','2021-11-06 16:51:54','','','102.167.23.143','loggedin',1),(546,'user','4','2021-11-08 17:06:21','','','197.156.137.179','loggedin',1),(547,'user','4','2021-11-09 15:25:52','','','197.156.190.144','loggedin',1),(548,'user','4','2021-11-10 16:10:54','','','154.123.37.242','loggedin',1),(549,'user','4','2021-11-10 17:59:23','','','102.167.240.118','loggedin',1),(550,'user','4','2021-11-11 17:10:24','','','102.167.69.183','loggedin',1),(551,'user','4','2021-11-12 17:19:53','','','197.156.190.168','loggedin',1),(552,'user','4','2021-11-13 10:01:46','','','197.156.137.184','loggedin',1),(553,'user','4','2021-11-13 15:53:37','','','102.167.30.149','loggedin',1),(554,'user','4','2021-11-15 09:25:37','','','197.156.137.183','loggedin',1),(555,'user','4','2021-11-15 15:03:20','','','197.156.137.183','loggedin',1),(556,'user','4','2021-11-16 17:29:22','','','102.166.105.154','loggedin',1),(557,'user','4','2021-11-16 17:29:42','','','102.166.105.154','loggedin',1),(558,'user','4','2021-11-16 17:37:15','','','102.166.105.154','loggedin',1),(559,'user','4','2021-11-18 11:19:33','','','197.156.190.196','loggedin',1),(560,'user','4','2021-11-18 16:24:46','','','197.156.190.224','loggedin',1),(561,'user','4','2021-11-19 16:07:49','','','154.123.31.212','loggedin',1),(562,'user','4','2021-11-20 16:12:29','','','102.167.5.201','loggedin',1),(563,'user','4','2021-11-22 17:03:38','','','197.156.137.139','loggedin',1),(564,'user','4','2021-11-23 16:05:12','','','197.156.190.129','loggedin',1),(565,'user','4','2021-11-24 16:22:47','','','197.156.137.132','loggedin',1),(566,'user','4','2021-11-25 16:44:38','','','154.122.249.205','loggedin',1),(567,'user','4','2021-11-25 16:51:55','','','197.156.190.221','loggedin',1),(568,'user','4','2021-11-26 15:39:25','','','197.156.190.130','loggedin',1),(569,'user','4','2021-11-27 16:00:05','','','197.156.190.244','loggedin',1),(570,'user','4','2021-11-29 16:40:37','','','154.123.252.36','loggedin',1),(571,'user','4','2021-11-30 09:27:42','','','154.123.252.36','loggedin',1),(572,'user','4','2021-11-30 18:15:58','','','154.122.57.36','loggedin',1),(573,'user','4','2021-12-01 15:58:11','','','102.167.119.143','loggedin',1),(574,'admin','5','2021-12-01 18:00:50','2021-12-01 18:05:17','','102.167.119.143','loggedin',1),(575,'admin','5','2021-12-01 18:11:20','2021-12-01 18:25:28','','102.167.119.143','loggedin',1),(576,'user','4','2021-12-02 13:03:57','','','197.156.190.150','loggedin',1),(577,'user','4','2021-12-03 15:23:12','','','197.156.190.212','loggedin',1),(578,'user','4','2021-12-04 14:50:25','','','197.156.137.179','loggedin',1),(579,'user','4','2021-12-04 17:30:21','','','197.156.137.179','loggedin',1),(580,'user','4','2021-12-06 17:57:34','','','197.156.190.206','loggedin',1),(581,'user','4','2021-12-07 17:16:11','','','102.166.197.250','loggedin',1),(582,'user','4','2021-12-08 16:10:12','','','102.167.166.93','loggedin',1),(583,'user','4','2021-12-10 09:04:53','','','197.156.190.213','loggedin',1),(584,'user','4','2021-12-11 16:13:01','','','197.156.137.175','loggedin',1),(585,'user','4','2021-12-13 09:24:57','','','102.167.36.147','loggedin',1),(586,'user','4','2021-12-13 13:33:50','','','102.167.227.61','loggedin',1),(587,'user','4','2021-12-13 17:03:42','','','154.122.87.189','loggedin',1),(588,'user','4','2021-12-14 17:24:21','','','102.167.115.86','loggedin',1),(589,'user','4','2021-12-15 16:38:19','','','102.167.41.157','loggedin',1),(590,'user','4','2021-12-16 16:50:12','','','102.167.244.67','loggedin',1),(591,'user','4','2021-12-17 16:14:24','','','154.122.112.206','loggedin',1),(592,'user','4','2021-12-18 13:30:05','','','102.167.16.115','loggedin',1),(593,'user','4','2021-12-18 16:49:16','','','102.167.16.115','loggedin',1),(594,'user','4','2021-12-20 13:59:17','','','154.122.16.153','loggedin',1),(595,'user','4','2021-12-21 17:09:40','','','197.156.137.143','loggedin',1),(596,'admin','5','2022-01-30 11:57:16','','','41.90.68.215','loggedin',1),(597,'admin','5','2022-01-31 12:18:26','','','196.98.12.134','loggedin',1),(598,'admin','5','2022-01-31 12:28:22','','','196.98.12.134','loggedin',1),(599,'admin','1','2022-01-31 12:55:54','2022-01-31 12:56:04','','196.98.12.134','loggedin',1),(600,'admin','5','2022-01-31 20:34:43','','','41.90.68.215','loggedin',1),(601,'admin','5','2022-01-31 22:59:42','','','41.90.68.215','loggedin',1),(602,'admin','1','2022-02-02 09:33:35','','','105.160.68.86','loggedin',1),(603,'admin','5','2022-02-05 09:48:01','','','41.90.66.16','loggedin',1),(604,'admin','5','2022-02-05 10:08:32','2022-02-05 10:10:30','','41.90.66.16','loggedin',1),(605,'admin','5','2022-02-11 21:17:19','2022-02-11 21:18:32','','105.160.94.228','loggedin',1),(606,'admin','5','2022-02-12 12:50:14','2022-02-12 12:50:29','','154.122.25.85','loggedin',1),(607,'user','4','2022-02-18 10:57:10','2022-02-18 11:23:18','','102.167.239.72','loggedin',1),(608,'admin','5','2022-02-19 06:16:20','2022-02-19 06:18:02','','41.90.68.183','loggedin',1); /*!40000 ALTER TABLE `loggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loyalitycards` -- DROP TABLE IF EXISTS `loyalitycards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loyalitycards` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer_id` int(10) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loyalitycards` -- LOCK TABLES `loyalitycards` WRITE; /*!40000 ALTER TABLE `loyalitycards` DISABLE KEYS */; /*!40000 ALTER TABLE `loyalitycards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `maincategory` -- DROP TABLE IF EXISTS `maincategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `maincategory` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `maincategory` -- LOCK TABLES `maincategory` WRITE; /*!40000 ALTER TABLE `maincategory` DISABLE KEYS */; INSERT INTO `maincategory` VALUES (1,'PAREETA ELECTRICAL','','2021-04-17 14:19:23','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 AUTO_INCREMENT=3 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 */; INSERT INTO `message` VALUES (1,'COLD','','2021-03-12 13:00:44','active','1','','1'),(2,'WARM','','2021-03-12 13:00:52','active','1','','1'); /*!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','1','admin/viewpallmyplots','side','accomodation'),('Accounting',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/recorddelivery','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Select User',1,'rss-square','selectuser','1','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addhouse','accomodation','Add House',1),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('assignrooms','accomodation','Asign Cleaning rooms',7),('assigntask','task','Assign Task',10),('backdatesales','sales','Back date sales',17),('bioattendance','humanresource','Biometric Attendance',30),('budget','purchases','View Budget',10),('bulk','productlist','Upload bulk stock',1),('bulk','products','bulk',5),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('delete','assets','Delete',5),('delete','bankdeposits','delete',3),('delete','branch','Delete Branch',5),('delete','callcenter','Delete calls',5),('delete','cashiersales','Delete Sales',4),('delete','complain','Delete Complain',11),('delete','config','delete',0),('delete','damagedproducts','delete',3),('delete','deals','delete',3),('delete','documents','delete',3),('delete','ecommerce','delete',3),('delete','events','delete',3),('delete','grouping','delete',3),('delete','humanresource','Delete Expense Request Form',3),('delete','incomingstock','delete',3),('delete','incomingstore','Delete incoming',3),('delete','peoplecategory','delete',3),('delete','productlist','Delete Products',4),('delete','products','delete',3),('delete','productscategory','delete',3),('delete','projectsmanagement','Delete Products',5),('delete','purchases','delete',3),('delete','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('Delivered','recorddelivery','Change to Delivered',14),('detailedvatinvoice','income','Show Detailed Vat Invoice',5),('discount','sales','Print Discount',5),('dispatch','products','Dispatch Products',6),('Dispatched','recorddelivery','Change to Dispatched',10),('displaycustomers','sales','Display customers using buttons',5),('dontprint','sales','Display Dont Print Button',15),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','reports','download',2),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Move consumable stock',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('return','viewreturnsales','Return Sales',4),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('transfer','productlist','Transfer Products',3),('transfersms','sendsms','Transfer sms to others',5),('upadate','callcenter','Update',2),('update','assets','Update',2),('update','bankdeposits','update',2),('update','branch','Update Branch',3),('update','complain','Update Complain',6),('update','config','update',2),('update','damagedproducts','update',2),('update','deals','update',2),('update','documents','update',2),('update','ecommerce','Upadate Data',2),('update','events','update',2),('update','grouping','update',2),('update','humanresource','Update Expense Request Form',2),('update','incomeexpenses','update',3),('update','incomingstock','update',2),('update','lowproducts','update',1),('update','loyalitycards','update',2),('update','members','update',2),('update','peoplecategory','update',2),('update','productlist','Update Product',6),('update','products','update',2),('update','productscategory','update',2),('update','profile','update',1),('update','projectsmanagement','Edit Projects',4),('update','purchases','update',2),('update','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('update','sendsms','update',2),('update','task','update',2),('update','taskscategory','update',2),('update','users','update',2),('update','viewreturnsales','update',2),('update','wholesale','update',4),('updatebuyingprice','purchases','update buying price',4),('updatecharges','accomodation','Update Room Charges',4),('updateclosedexpenses','incomeexpenses','Edit closed expenses',4),('updateclosedinvoice','purchases','update closed invoice',6),('updatedailycollections','cashiersales','Update Daily Collection',9),('updatehouse','accomodation','Update House',5),('updatepaymentmode','sales','Update Payment Mode',7),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updatestock','productlist','Update Stock (Cl.Stock)',2),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('viewall','deals','View other people\'s deals',5),('viewall','reports','View all Branches',6),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('viewalldocuments','documents','View all Documents',5),('viewallpayroll','humanresource','View Payroll For everyone',5),('viewbills','incomeexpenses','View Bills',6),('viewbprice','productlist','Dont View Bprice',88),('viewbprice','products','Dont View Bprice',88),('viewbuyingprice','sales','view buying price',7),('viewcreditors','incomeexpenses','VIew creditors',8),('viewdailycollections','cashiersales','View Daily Collection',8),('viewdebtors','incomeexpenses','View Deptors',7),('viewdirectpurchases','purchases','View Direct Purchase',8),('viewexpense','incomeexpenses','View Expense',6),('viewhouse','accomodation','View House',1),('vieworders','ecommerce','View Orders',4),('viewothersgeneraltask','task','View Others General Task',9),('viewothersspecifictask','task','View Others Specific Task',7),('viewpurchase','purchases','Purchase Order',9),('viewquotation','purchases','View Quotation',7),('viewreports','accomodation','View Reports',22),('viewroomcleaned','accomodation','View Room Cleaned',33),('viewrooms','accomodation','View All Rooms',1),('viewserials','productlist','View serial Number',20),('viewserials','purchases','View serial Numbers',8),('viewtill','cashiersales','View Till Collections',8),('voucher','accomodation','Sale in Voucher',2),('voucher','sales','Gift Voucher sales',9),('wiewinvoices','income','View all invoices',3),('wiewinvoices','incomeexpenses','View all invoices',5); /*!40000 ALTER TABLE `modulesactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moneydocuments` -- DROP TABLE IF EXISTS `moneydocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `moneydocuments` ( `id` int(50) NOT NULL, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `moneydocuments` -- LOCK TABLES `moneydocuments` WRITE; /*!40000 ALTER TABLE `moneydocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `moneydocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mpesasales` -- DROP TABLE IF EXISTS `mpesasales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mpesasales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mpesasales` -- LOCK TABLES `mpesasales` WRITE; /*!40000 ALTER TABLE `mpesasales` DISABLE KEYS */; /*!40000 ALTER TABLE `mpesasales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nation` -- DROP TABLE IF EXISTS `nation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nation` ( `id` int(11) NOT NULL, `code` varchar(2) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'KE','Kenya',''),(2,'CA','Canada',''),(3,'AF','Afghanistan',''),(4,'AL','Albania',''),(5,'DZ','Algeria',''),(6,'DS','American Samoa',''),(7,'AD','Andorra',''),(8,'AO','Angola',''),(9,'AI','Anguilla',''),(10,'AQ','Antarctica',''),(11,'AG','Antigua and/or Barbuda',''),(12,'AR','Argentina',''),(13,'AM','Armenia',''),(14,'AW','Aruba',''),(15,'AU','Australia',''),(16,'AT','Austria',''),(17,'AZ','Azerbaijan',''),(18,'BS','Bahamas',''),(19,'BH','Bahrain',''),(20,'BD','Bangladesh',''),(21,'BB','Barbados',''),(22,'BY','Belarus',''),(23,'BE','Belgium',''),(24,'BZ','Belize',''),(25,'BJ','Benin',''),(26,'BM','Bermuda',''),(27,'BT','Bhutan',''),(28,'BO','Bolivia',''),(29,'BA','Bosnia and Herzegovina',''),(30,'BW','Botswana',''),(31,'BV','Bouvet Island',''),(32,'BR','Brazil',''),(33,'IO','British lndian Ocean Territory',''),(34,'BN','Brunei Darussalam',''),(35,'BG','Bulgaria',''),(36,'BF','Burkina Faso',''),(37,'BI','Burundi',''),(38,'KH','Cambodia',''),(39,'CM','Cameroon',''),(40,'CV','Cape Verde',''),(41,'KY','Cayman Islands',''),(42,'CF','Central African Republic',''),(43,'TD','Chad',''),(44,'CL','Chile',''),(45,'CN','China',''),(46,'CX','Christmas Island',''),(47,'CC','Cocos (Keeling) Islands',''),(48,'CO','Colombia',''),(49,'KM','Comoros',''),(50,'CG','Congo',''),(51,'CK','Cook Islands',''),(52,'CR','Costa Rica',''),(53,'HR','Croatia (Hrvatska)',''),(54,'CU','Cuba',''),(55,'CY','Cyprus',''),(56,'CZ','Czech Republic',''),(57,'DK','Denmark',''),(58,'DJ','Djibouti',''),(59,'DM','Dominica',''),(60,'DO','Dominican Republic',''),(61,'TP','East Timor',''),(62,'EC','Ecuador',''),(63,'EG','Egypt',''),(64,'SV','El Salvador',''),(65,'GQ','Equatorial Guinea',''),(66,'ER','Eritrea',''),(67,'EE','Estonia',''),(68,'ET','Ethiopia',''),(69,'FK','Falkland Islands (Malvinas)',''),(70,'FO','Faroe Islands',''),(71,'FJ','Fiji',''),(72,'FI','Finland',''),(73,'FR','France',''),(74,'FX','France, Metropolitan',''),(75,'GF','French Guiana',''),(76,'PF','French Polynesia',''),(77,'TF','French Southern Territories',''),(78,'GA','Gabon',''),(79,'GM','Gambia',''),(80,'GE','Georgia',''),(81,'DE','Germany',''),(82,'GH','Ghana',''),(83,'GI','Gibraltar',''),(84,'GR','Greece',''),(85,'GL','Greenland',''),(86,'GD','Grenada',''),(87,'GP','Guadeloupe',''),(88,'GU','Guam',''),(89,'GT','Guatemala',''),(90,'GN','Guinea',''),(91,'GW','Guinea-Bissau',''),(92,'GY','Guyana',''),(93,'HT','Haiti',''),(94,'HM','Heard and Mc Donald Islands',''),(95,'HN','Honduras',''),(96,'HK','Hong Kong',''),(97,'HU','Hungary',''),(98,'IS','Iceland',''),(99,'IN','India',''),(100,'ID','Indonesia',''),(101,'IR','Iran (Islamic Republic of)',''),(102,'IQ','Iraq',''),(103,'IE','Ireland',''),(104,'IL','Israel',''),(105,'IT','Italy',''),(106,'CI','Ivory Coast',''),(107,'JM','Jamaica',''),(108,'JP','Japan',''),(109,'JO','Jordan',''),(110,'KZ','Kazakhstan',''),(111,'US','United States ',''),(112,'KI','Kiribati',''),(113,'KP','Korea, Democratic People\'s Republic of',''),(114,'KR','Korea, Republic of',''),(115,'XK','Kosovo',''),(116,'KW','Kuwait',''),(117,'KG','Kyrgyzstan',''),(118,'LA','Lao People\'s Democratic Republic',''),(119,'LV','Latvia',''),(120,'LB','Lebanon',''),(121,'LS','Lesotho',''),(122,'LR','Liberia',''),(123,'LY','Libyan Arab Jamahiriya',''),(124,'LI','Liechtenstein',''),(125,'LT','Lithuania',''),(126,'LU','Luxembourg',''),(127,'MO','Macau',''),(128,'MK','Macedonia',''),(129,'MG','Madagascar',''),(130,'MW','Malawi',''),(131,'MY','Malaysia',''),(132,'MV','Maldives',''),(133,'ML','Mali',''),(134,'MT','Malta',''),(135,'MH','Marshall Islands',''),(136,'MQ','Martinique',''),(137,'MR','Mauritania',''),(138,'MU','Mauritius',''),(139,'TY','Mayotte',''),(140,'MX','Mexico',''),(141,'FM','Micronesia, Federated States of',''),(142,'MD','Moldova, Republic of',''),(143,'MC','Monaco',''),(144,'MN','Mongolia',''),(145,'ME','Montenegro',''),(146,'MS','Montserrat',''),(147,'MA','Morocco',''),(148,'MZ','Mozambique',''),(149,'MM','Myanmar',''),(150,'NA','Namibia',''),(151,'NR','Nauru',''),(152,'NP','Nepal',''),(153,'NL','Netherlands',''),(154,'AN','Netherlands Antilles',''),(155,'NC','New Caledonia',''),(156,'NZ','New Zealand',''),(157,'NI','Nicaragua',''),(158,'NE','Niger',''),(159,'NG','Nigeria',''),(160,'NU','Niue',''),(161,'NF','Norfork Island',''),(162,'MP','Northern Mariana Islands',''),(163,'NO','Norway',''),(164,'OM','Oman',''),(165,'PK','Pakistan',''),(166,'PW','Palau',''),(167,'PA','Panama',''),(168,'PG','Papua New Guinea',''),(169,'PY','Paraguay',''),(170,'PE','Peru',''),(171,'PH','Philippines',''),(172,'PN','Pitcairn',''),(173,'PL','Poland',''),(174,'PT','Portugal',''),(175,'PR','Puerto Rico',''),(176,'QA','Qatar',''),(177,'RE','Reunion',''),(178,'RO','Romania',''),(179,'RU','Russian Federation',''),(180,'RW','Rwanda',''),(181,'KN','Saint Kitts and Nevis',''),(182,'LC','Saint Lucia',''),(183,'VC','Saint Vincent and the Grenadines',''),(184,'WS','Samoa',''),(185,'SM','San Marino',''),(186,'ST','Sao Tome and Principe',''),(187,'SA','Saudi Arabia',''),(188,'SN','Senegal',''),(189,'RS','Serbia',''),(190,'SC','Seychelles',''),(191,'SL','Sierra Leone',''),(192,'SG','Singapore',''),(193,'SK','Slovakia',''),(194,'SI','Slovenia',''),(195,'SB','Solomon Islands',''),(196,'SO','Somalia',''),(197,'ZA','South Africa',''),(198,'GS','South Georgia South Sandwich Islands',''),(199,'ES','Spain',''),(200,'LK','Sri Lanka',''),(201,'SH','St. Helena',''),(202,'PM','St. Pierre and Miquelon',''),(203,'SD','Sudan',''),(204,'SR','Suriname',''),(205,'SJ','Svalbarn and Jan Mayen Islands',''),(206,'SZ','Swaziland',''),(207,'SE','Sweden',''),(208,'CH','Switzerland',''),(209,'SY','Syrian Arab Republic',''),(210,'TW','Taiwan',''),(211,'TJ','Tajikistan',''),(212,'TZ','Tanzania, United Republic of',''),(213,'TH','Thailand',''),(214,'TG','Togo',''),(215,'TK','Tokelau',''),(216,'TO','Tonga',''),(217,'TT','Trinidad and Tobago',''),(218,'TN','Tunisia',''),(219,'TR','Turkey',''),(220,'TM','Turkmenistan',''),(221,'TC','Turks and Caicos Islands',''),(222,'TV','Tuvalu',''),(223,'UG','Uganda',''),(224,'UA','Ukraine',''),(225,'AE','United Arab Emirates',''),(226,'GB','United Kingdom',''),(227,'UM','United States minor outlying islands',''),(228,'UY','Uruguay',''),(229,'UZ','Uzbekistan',''),(230,'VU','Vanuatu',''),(231,'VA','Vatican City State',''),(232,'VE','Venezuela',''),(233,'VN','Vietnam',''),(234,'VG','Virigan Islands (British)',''),(235,'VI','Virgin Islands (U.S.)',''),(236,'WF','Wallis and Futuna Islands',''),(237,'EH','Western Sahara',''),(238,'YE','Yemen',''),(239,'YU','Yugoslavia',''),(240,'ZR','Zaire',''),(241,'ZM','Zambia',''),(242,'ZW','Zimbabwe',''),(243,'','ugali',' \r\n'); /*!40000 ALTER TABLE `nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newstock` -- DROP TABLE IF EXISTS `newstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` decimal(10,2) NOT NULL, `date` varchar(50) NOT NULL, `item_id1` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(30) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL, `serial` varchar(30) NOT NULL, `itemstatus` varchar(30) NOT NULL DEFAULT 'received', `updatedby` int(11) NOT NULL, `updatedat` datetime NOT NULL, `uom` varchar(30) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `branchid` int(11) NOT NULL DEFAULT 1, `buyingpriceinclusive` decimal(10,2) DEFAULT NULL, `taxtype` varchar(20) NOT NULL DEFAULT 'Inclusive', `category` varchar(20) NOT NULL DEFAULT 'branch', `projectid` int(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1053 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,'MAISHA IT4 GREEN 3.0 M','',60.00,'2021-04-25 11:46:20','0.00','5','newstock','1','','',1180.00,'','1','60','internal','1','75','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(2,'MAISHA IT4 GREEN 2.5 M','',130.00,'2021-04-25 11:47:19','0.00','5','newstock','1','','',975.00,'','1','130','internal','1','74','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(3,'MAISHA IT4 GREEN 2.0 M','',75.00,'2021-04-25 11:48:15','0.00','5','newstock','1','','',780.00,'','1','75','internal','1','73','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(4,'MAISHA IT4 BLUE 2.5 M','',87.00,'2021-04-25 11:50:11','0.00','5','newstock','1','','',975.00,'','1','87','internal','1','71','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(5,'MAISHA IT4 BLUE 3.0 M','',75.00,'2021-04-25 11:51:46','0.00','5','newstock','1','','',1180.00,'','1','75','internal','1','72','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(6,'MAISHA IT4 BLUE 2.0 M','',67.00,'2021-04-25 11:52:49','0.00','5','newstock','1','','',720.00,'','1','67','internal','1','34','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(7,'MAISHA IT4 C/GREY 3.0M','',60.00,'2021-04-25 11:54:48','0.00','5','newstock','1','','',1180.00,'','1','60','internal','1','84','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(8,'MAISHA IT4 C/GREY 2.0 M','',30.00,'2021-04-25 11:55:47','0.00','5','newstock','1','','',780.00,'','1','30','internal','1','82','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(9,'MAISHA IT4 BRICK RED 2.5 M','',19.00,'2021-04-25 11:57:26','0.00','5','newstock','1','','',975.00,'','1','19','internal','1','77','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(10,'MAISHA IT4 MASAI RED 2.5 M','',9.00,'2021-04-25 11:58:15','0.00','5','newstock','1','','',975.00,'','1','9','internal','1','80','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(11,'HOOP IRON','',780.00,'2021-04-25 12:04:58','0.00','5','newstock','1','','',110.00,'','1','780','internal','1','103','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(12,'SQ.TUBES 20X20X1MM','',73.00,'2021-04-25 12:06:44','0.00','5','newstock','1','','',560.00,'','1','73','internal','1','53','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(13,'SQ.TUBES 25X25X1MM','',95.00,'2021-04-25 12:08:01','0.00','5','newstock','1','','',700.00,'','1','95','internal','1','54','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(14,'SQ.TUBES 30X30X1MM','',40.00,'2021-04-25 12:08:36','0.00','5','newstock','1','','',880.00,'','1','40','internal','1','55','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(15,'SQ.TUBES 40X40X1MM','',5.00,'2021-04-25 12:09:12','0.00','5','newstock','1','','',1130.00,'','1','5','internal','1','56','','',0.00,'','1400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(16,'SQ.TUBES 40X25X1MM','',10.00,'2021-04-25 12:10:15','0.00','5','newstock','1','','',920.00,'','1','10','internal','1','89','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(17,'Z BAR 3/4\"','',7.00,'2021-04-25 12:11:05','0.00','5','newstock','1','','',850.00,'','1','7','internal','1','162','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(18,'TEE BAR 3/4','',22.00,'2021-04-25 12:14:09','0.00','5','newstock','1','','',630.00,'','1','22','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(19,'TEE BAR 3/4','',22.00,'2021-04-25 12:14:09','22.00','5','newstock','1','','',630.00,'','1','44','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(20,'TEE BAR 3/4','',22.00,'2021-04-25 12:14:09','44.00','5','newstock','1','','',630.00,'','1','66','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(21,'TEE BAR 3/4','',22.00,'2021-04-25 12:14:10','66.00','5','newstock','1','','',630.00,'','1','88','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(22,'TEE BAR 3/4','',22.00,'2021-04-25 12:14:10','88.00','5','newstock','1','','',630.00,'','1','110','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(23,'SQ.TUBES 75 X 50 X 2 MM','',2.00,'2021-04-25 12:18:32','1.00','5','newstock','1','','',3500.00,'','1','3','internal','1','219','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(24,'SQ.TUBES 25X25X1MM','',-0.50,'2021-04-25 13:05:58','95.00','5','newstock','1','','',700.00,'','1','94.5','internal','1','54','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(25,'SQ.TUBES 30X30X1MM','',0.50,'2021-04-25 13:06:26','40.00','5','newstock','1','','',880.00,'','1','40.5','internal','1','55','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(26,'SQ.TUBES 40X25X1MM','',0.50,'2021-04-25 13:07:07','10.00','5','newstock','1','','',920.00,'','1','10.5','internal','1','89','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(27,'Z BAR 3/4\"','',0.50,'2021-04-25 13:07:35','7.00','5','newstock','1','','',850.00,'','1','7.5','internal','1','162','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(28,'TEE BAR 3/4','',0.50,'2021-04-25 13:08:26','110.00','5','newstock','1','','',630.00,'','1','110.5','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(29,'TEE BAR 3/4','',-88.00,'2021-04-25 13:09:15','110.50','5','newstock','1','','',630.00,'','1','22.5','internal','1','218','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(30,'SQ.TUBES 75 X 50 X 2 MM','',-1.00,'2021-04-25 13:10:23','3.00','5','newstock','1','','',3500.00,'','1','2','internal','1','219','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(31,'Z BAR 3/4\"','',1.00,'2021-04-25 13:10:57','7.50','5','newstock','1','','',850.00,'','1','8.5','internal','1','162','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(32,'FARASI BARBED WIRE 610M','',6.00,'2021-04-25 13:12:25','0.00','5','newstock','1','','',3800.00,'','1','6','internal','1','157','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(33,'TEMBO BARBED WIRE 480 MITR','',3.00,'2021-04-25 13:17:36','0.00','5','newstock','1','','',3050.00,'','1','3','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(34,'HT GALV.FENCING WIRE 50 KG','',4.00,'2021-04-25 13:18:15','0.00','5','newstock','1','','',10000.00,'','1','4','internal','1','212','','',0.00,'','14000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(35,'NGOMBE HT WIRE X 50 KG','',3.00,'2021-04-25 13:23:23','0.00','5','newstock','1','','',14000.00,'','1','3','internal','1','221','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(36,'PLAIN SHEET G32','',170.00,'2021-04-25 13:31:50','0.00','5','newstock','1','','',275.00,'','1','170','internal','1','43','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(37,'6MM PLYWOOD','',20.00,'2021-04-25 13:32:27','0.00','5','newstock','1','','',850.00,'','1','20','internal','1','96','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(38,'PVC WASTE PIPE 4\"','',2.50,'2021-04-25 13:33:47','0.00','5','newstock','1','','',1000.00,'','1','2.5','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(39,'PVC WASTE PIPE 3\"','',3.00,'2021-04-25 13:34:25','0.00','5','newstock','1','','',500.00,'','1','3','internal','1','131','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(40,'PVC PRESSURE 2','',18.00,'2021-04-25 13:37:16','0.00','5','newstock','1','','',800.00,'','1','18','internal','1','222','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(41,'GREEN 11/3 X 3M','',10.00,'2021-04-25 14:00:07','0.00','5','newstock','1','','',1180.00,'','1','10','internal','1','115','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(42,'GREEN 11/3 X 2.5M','',5.00,'2021-04-25 14:00:47','0.00','5','newstock','1','','',975.00,'','1','5','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(43,'GREEN 11/3 X 2M','',49.00,'2021-04-25 14:01:20','0.00','5','newstock','1','','',780.00,'','1','49','internal','1','113','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(44,'BLUE 11/3 X 2M','',2.00,'2021-04-25 14:01:58','0.00','5','newstock','1','','',780.00,'','1','2','internal','1','107','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(45,'ZINGIRA ROOFING SHEETS G32X2.0MTR','',116.00,'2021-04-25 14:17:33','0.00','5','newstock','1','','',540.00,'','1','116','internal','1','18','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(46,'ZINGIRA ROOFING SHEETS G32X2.0MTR','',35.00,'2021-04-25 14:18:25','116.00','5','newstock','1','','',540.00,'','1','151','internal','1','18','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(47,'CHAINLINK 8FT','',4.00,'2021-04-25 14:19:09','0.00','5','newstock','1','','',3360.00,'','1','4','internal','1','141','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(48,'CHAINLINK 7FT','',1.00,'2021-04-25 14:19:49','0.00','5','newstock','1','','',2940.00,'','1','1','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(49,'CHAINLINK 4FT','',5.00,'2021-04-25 14:20:13','0.00','5','newstock','1','','',1680.00,'','1','5','internal','1','137','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(50,'CHAINLINK 6FT','',4.00,'2021-04-25 14:20:50','0.00','5','newstock','1','','',2520.00,'','1','4','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(51,'CHAINLINK 5FT','',6.00,'2021-04-25 14:21:33','0.00','5','newstock','1','','',2100.00,'','1','6','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(52,'BRC 610','',10.00,'2021-04-25 14:27:15','0.00','5','newstock','1','','',3000.00,'','1','10','internal','1','150','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(53,'WIREMESH MEDIUM GUAGE','',3.00,'2021-04-25 14:30:01','0.00','5','newstock','1','','',420.00,'','1','3','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(54,'WIREMESH LIGHT GUAGE','',4.00,'2021-04-25 14:30:39','0.00','5','newstock','1','','',320.00,'','1','4','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(55,'plywood 3mm','',144.00,'2021-04-25 14:31:09','0.00','5','newstock','1','','',330.00,'','1','144','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(56,'MDF CHERRY','',3.00,'2021-04-25 14:33:05','0.00','5','newstock','1','','',2900.00,'','1','3','internal','1','9','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(57,'BLOCK BOARD 3/4\"','',4.00,'2021-04-25 14:33:43','0.00','5','newstock','1','','',2700.00,'','1','4','internal','1','10','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(58,'CHIPBOARD FLOWERED','',8.00,'2021-04-25 14:34:21','0.00','5','newstock','1','','',670.00,'','1','8','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(59,'WALL TILES 200X300 CHINA','',47.00,'2021-04-25 14:38:18','0.00','5','newstock','1','','',450.00,'','1','47','internal','1','36','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(60,'TILES 300X300 (17)','',2.00,'2021-04-25 14:40:08','0.00','5','newstock','1','','',890.00,'','1','2','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(61,'ROUND BAR 5.2MM','',143.00,'2021-04-25 14:41:20','0.00','5','newstock','1','','',190.00,'','1','143','internal','1','92','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(62,'D16 STEEL BAR','',2.00,'2021-04-25 14:42:23','0.00','5','newstock','1','','',1750.00,'','1','2','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(63,'D10 BARS (12 METERS)','',1.00,'2021-04-25 14:42:54','0.00','5','newstock','1','','',700.00,'','1','1','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(64,'BRIGHT RED 11/3 X 2.5M','',7.00,'2021-04-25 14:43:57','0.00','5','newstock','1','','',975.00,'','1','7','internal','1','120','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(65,'BRICK RED 11/3 X 3M','',1.00,'2021-04-25 14:44:31','0.00','5','newstock','1','','',1180.00,'','1','1','internal','1','118','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(66,'11/3 C/GREY 2 MTR','',7.00,'2021-04-25 14:50:24','0.00','5','newstock','1','','',720.00,'','1','7','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(67,'11/3 C/GREY 2 MTR','',85.00,'2021-04-25 14:52:08','7.00','5','newstock','1','','',720.00,'','1','92','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(68,'11/3 C/GREY 2 MTR','',-15.00,'2021-04-25 14:53:54','92.00','5','newstock','1','','',720.00,'','1','77','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(69,'BATTERY 80 AMP','',2.00,'2021-04-25 15:27:16','0.00','5','newstock','1','','',6500.00,'','Main','2','Internal','Main','226','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(70,'BATTERY 200 AMP','',1.00,'2021-04-25 15:27:33','0.00','5','newstock','1','','',20000.00,'','Main','1','Internal','Main','225','','',0.00,'','28500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(71,'BATTERY 80 AMP','',2.00,'2021-04-25 15:28:16','0.00','5','newstock','1','','',6500.00,'','1','2','internal','1','226','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(72,'BATTERY 200 AMP','',1.00,'2021-04-25 15:28:26','0.00','5','newstock','1','','',20000.00,'','1','1','internal','1','225','','',0.00,'','28500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(73,'BATTERY 100 AMP','',1.00,'2021-04-25 15:28:47','0.00','5','newstock','1','','',8500.00,'','1','1','internal','1','224','','',0.00,'','14000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(74,'BATTERY 80 AMP','',-1.00,'2021-04-25 15:29:18','2.00','5','newstock','1','','',6500.00,'','Main','1','Internal','Main','226','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(75,'BATTERY 80 AMP','',-1.00,'2021-04-25 15:29:53','1.00','5','newstock','1','','',6500.00,'','Main','0','Internal','Main','226','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(76,'BATTERY 200 AMP','',-1.00,'2021-04-25 15:30:07','1.00','5','newstock','1','','',20000.00,'','Main','0','Internal','Main','225','','',0.00,'','28500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(77,'BATTERY 120 AMP','',2.00,'2021-04-25 15:32:20','0.00','5','newstock','1','','',10000.00,'','1','2','internal','1','227','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(78,'11/3 MAISHA C/GREY 2 MTR','',15.00,'2021-04-25 15:34:53','0.00','5','newstock','1','','',720.00,'','1','15','internal','1','228','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(79,'11/3 MAISHA C/GREY 2 MTR','',77.00,'2021-04-25 15:37:51','15.00','5','newstock','1','','',720.00,'','1','92','internal','1','228','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(80,'BLUE 11/3 X 2M','',9.00,'2021-04-25 15:38:27','2.00','5','newstock','1','','',780.00,'','1','11','internal','1','107','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(81,'BLUE 11/3 X 2M','',26.00,'2021-04-25 15:39:10','11.00','5','newstock','1','','',780.00,'','1','37','internal','1','107','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(82,'GREEN 11/3 X 2M','',10.00,'2021-04-25 15:39:39','49.00','5','newstock','1','','',780.00,'','1','59','internal','1','113','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(83,'11/3 C/GREY 2 MTR','',11.00,'2021-04-25 15:40:35','77.00','5','newstock','1','','',720.00,'','1','88','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(84,'TILE RED 11/3 X 2M','',14.00,'2021-04-25 15:41:26','0.00','5','newstock','1','','',780.00,'','1','14','internal','1','110','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(85,'BRIGHT RED 11/3 X 3M','',129.00,'2021-04-25 15:42:46','0.00','5','newstock','1','','',1180.00,'','1','129','internal','1','121','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(86,'11/3 MAISHA C/GREY 2 MTR','',-66.00,'2021-04-25 15:45:51','92.00','5','newstock','1','','',720.00,'','1','26','internal','1','228','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(87,'11/3 C/GREY 2 MTR','',-11.00,'2021-04-25 15:46:10','88.00','5','newstock','1','','',720.00,'','1','77','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(88,'BLUE 11/3 X 3 M','',25.00,'2021-04-25 15:47:10','0.00','5','newstock','1','','',1180.00,'','1','25','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(89,'MAISHA TILE RED IT4 2.0M','',2.00,'2021-04-25 15:47:54','0.00','5','newstock','1','','',780.00,'','1','2','internal','1','38','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(90,'MAISHA IT4 C/GREY 2.0 M','',8.00,'2021-04-25 15:48:23','30.00','5','newstock','1','','',780.00,'','1','38','internal','1','82','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(91,'MAISHA IT4 BLUE 2.0 M','',2.00,'2021-04-25 15:48:48','67.00','5','newstock','1','','',720.00,'','1','69','internal','1','34','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(92,'MAISHA IT4 MASAI RED 3.0 M','',35.00,'2021-04-25 15:51:06','0.00','5','newstock','1','','',1180.00,'','1','35','internal','1','81','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(93,'MAISHA IT4 TILE RED 3.0 M','',16.00,'2021-04-25 15:51:42','0.00','5','newstock','1','','',1180.00,'','1','16','internal','1','70','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(94,'MAISHA IT4 C/GREY 3.0M','',1.00,'2021-04-25 15:52:23','60.00','5','newstock','1','','',1180.00,'','1','61','internal','1','84','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(95,'MAISHA IT4 BLUE 3.0 M','',5.00,'2021-04-25 15:53:05','75.00','5','newstock','1','','',1180.00,'','1','80','internal','1','72','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(96,'MAISHA IT4 BRICK RED 3.0 M','',3.00,'2021-04-25 15:53:46','0.00','5','newstock','1','','',1180.00,'','1','3','internal','1','78','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(97,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',20.00,'2021-04-25 15:55:53','0.00','5','newstock','1','','',765.00,'','1','20','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(98,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',210.00,'2021-04-25 15:56:28','20.00','5','newstock','1','','',765.00,'','1','230','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(99,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',225.00,'2021-04-25 15:58:50','230.00','5','newstock','1','','',765.00,'','1','455','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(100,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',-225.00,'2021-04-25 16:00:07','455.00','5','newstock','1','','',765.00,'','1','230','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(101,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',305.00,'2021-04-25 16:01:49','0.00','5','newstock','1','','',640.00,'','1','305','internal','1','13','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(102,'MAISHA MABATI /GCI SHEETS G32X2.5MTR','',178.00,'2021-04-25 16:02:54','0.00','5','newstock','1','','',675.00,'','1','178','internal','1','41','','',0.00,'','750','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(103,'MAISHA MABATI /GCI SHEETS G32 X 3.0 MTR','',315.00,'2021-04-25 16:04:03','0.00','5','newstock','1','','',810.00,'','1','315','internal','1','42','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(104,'TILE RED 11/3 X 2.5M','',4.00,'2021-04-25 16:05:06','0.00','5','newstock','1','','',975.00,'','1','4','internal','1','111','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(105,'BRICK RED 11/3 X 2.5M','',24.00,'2021-04-25 16:05:37','0.00','5','newstock','1','','',975.00,'','1','24','internal','1','117','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(106,'BLUE 11/3 X 2.5M','',3.00,'2021-04-25 16:05:58','0.00','5','newstock','1','','',975.00,'','1','3','internal','1','108','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(107,'BLUE 11/3 X 2.5M','',4.00,'2021-04-25 16:06:38','3.00','5','newstock','1','','',975.00,'','1','7','internal','1','108','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(108,'11/3 C/GREY 2.5 MTR','',1.00,'2021-04-25 16:08:14','0.00','5','newstock','1','','',720.00,'','1','1','internal','1','229','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(109,'NAILS 3\"','',300.00,'2021-04-25 16:21:32','0.00','5','newstock','1','','',105.00,'','1','300','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(110,'NAILS 2\"','',50.00,'2021-04-25 16:21:55','0.00','5','newstock','1','','',105.00,'','1','50','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(111,'NAILS 2.5\"','',65.00,'2021-04-25 16:22:20','0.00','5','newstock','1','','',105.00,'','1','65','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(112,'NAILS 4\"','',55.00,'2021-04-25 16:22:42','0.00','5','newstock','1','','',105.00,'','1','55','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(113,'ROOFING NAILS','',50.00,'2021-04-25 16:23:17','0.00','5','newstock','1','','',150.00,'','1','50','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(114,'U NAILS 1.5\"','',25.00,'2021-04-25 16:23:39','0.00','5','newstock','1','','',130.00,'','1','25','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(115,'NAILS 5\"','',10.00,'2021-04-25 16:24:10','0.00','5','newstock','1','','',105.00,'','1','10','internal','1','64','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(116,'NAILS 1\"','',12.00,'2021-04-25 16:24:34','0.00','5','newstock','1','','',130.00,'','1','12','internal','1','58','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(117,'NAILS 3\"','',15.00,'2021-04-25 16:25:06','300.00','5','newstock','1','','',105.00,'','1','315','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(118,'CEILING NAILS','',50.00,'2021-04-27 07:12:37','0.00','5','newstock','1','','',130.00,'','1','50','internal','1','231','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(119,'PVC CEILING','',5.00,'2021-04-27 07:12:56','0.00','5','newstock','1','','',1950.00,'','1','5','internal','1','230','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(120,'PVC CEILING','',5.00,'2021-04-27 07:12:57','5.00','5','newstock','1','','',1950.00,'','1','10','internal','1','230','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(121,'MIX ITEMS','',500.00,'2021-04-27 07:13:18','0.00','5','newstock','1','','',2.00,'','1','500','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(122,'UGANDA 32G X 2M','',75.00,'2021-04-27 20:57:19','0.00','5','newstock','1','','',500.00,'','1','75','internal','1','136','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(123,'UGANDA 32G X 2M','',-75.00,'2021-04-27 20:58:16','75.00','5','newstock','1','','',500.00,'','1','0','internal','1','136','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(124,'G30X2.0MTR','',75.00,'2021-04-27 20:59:29','0.00','5','newstock','1','','',490.00,'','1','75','internal','1','15','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(125,'SIMBA CEMENT (50KG)','',300.00,'2021-04-27 21:36:32','0.00','5','newstock','1','','',510.00,'','1','300','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(126,'Z BAR LIGHT 3/4\"','',50.00,'2021-04-28 14:34:08','0.00','5','newstock','1','','',580.00,'','1','50','internal','1','239','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(127,'U NAILS 1.5\"','',75.00,'2021-04-28 14:34:41','25.00','5','newstock','1','','',130.00,'','1','100','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(128,'CEILING NAILS 1.5\"','',25.00,'2021-04-28 14:35:27','0.00','5','newstock','1','','',130.00,'','1','25','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(129,'CEILING NAILS','',25.00,'2021-04-28 14:36:12','50.00','5','newstock','1','','',130.00,'','1','75','internal','1','231','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(130,'D8 BARS','',40.00,'2021-04-28 14:36:44','0.00','5','newstock','1','','',480.00,'','1','40','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(131,'D10 BARS','',45.00,'2021-04-28 14:37:02','1.00','5','newstock','1','','',700.00,'','1','46','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(132,'D12 BARS','',20.00,'2021-04-28 14:37:25','0.00','5','newstock','1','','',1000.00,'','1','20','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(133,'MS PLATE 1MM (18G)','',10.00,'2021-04-28 14:37:48','0.00','5','newstock','1','','',3200.00,'','1','10','internal','1','148','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(134,'MAISHA IT4 BRICK RED 3.0 M','',90.00,'2021-04-28 14:38:44','3.00','5','newstock','1','','',1180.00,'','1','93','internal','1','78','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(135,'MAISHA IT4 TILE RED 3.0 M','',75.00,'2021-04-28 14:39:30','16.00','5','newstock','1','','',1180.00,'','1','91','internal','1','70','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(136,'HT GALV.FENCING WIRE 50 KG','',40.00,'2021-04-28 14:40:11','4.00','5','newstock','1','','',12000.00,'','1','44','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(137,'G30X2.0MTR','',71.00,'2021-04-28 16:06:49','75.00','5','newstock','1','','',490.00,'','1','146','internal','1','15','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(138,'SOLAR 200 W','',4.00,'2021-04-28 16:08:08','0.00','5','newstock','1','','',8000.00,'','1','4','internal','1','235','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(139,'SOLAR 100 W','',1.00,'2021-04-28 16:09:03','0.00','5','newstock','1','','',4000.00,'','1','1','internal','1','236','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(140,'SOLAR 40 W','',4.00,'2021-04-28 16:09:32','0.00','5','newstock','1','','',1600.00,'','1','4','internal','1','238','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(141,'SOLAR 50 W','',1.00,'2021-04-28 16:09:53','0.00','5','newstock','1','','',2000.00,'','1','1','internal','1','237','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(142,'SOLAR 80 W','',1.00,'2021-04-28 16:11:04','0.00','5','newstock','1','','',3000.00,'','1','1','internal','1','240','','',0.00,'','6500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(143,'PLAIN.RIDGES 30 G','',23.00,'2021-04-28 16:13:02','0.00','5','newstock','1','','',200.00,'','1','23','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(144,'PLAIN SHEET G30','',14.00,'2021-04-28 16:13:40','0.00','5','newstock','1','','',330.00,'','1','14','internal','1','5','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(145,'TANGIT 1 LTR','',5.00,'2021-04-28 18:31:09','0.00','5','newstock','1','','',1200.00,'','1','5','internal','1','241','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(146,'BLADE HACK SAW','',39.00,'2021-04-28 18:34:18','0.00','5','newstock','1','','',90.00,'','1','39','internal','1','242','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(147,'CHICKEN WIRE 3FTX1/2\"','',25.00,'2021-04-28 18:41:35','0.00','5','newstock','1','','',1350.00,'','1','25','internal','1','169','','',0.00,'','2800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(148,'MAISHA IT4 BRICK RED 2.5 M','',45.00,'2021-04-28 18:50:28','19.00','5','newstock','1','','',975.00,'','1','64','internal','1','77','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(149,'MAISHA IT4 BRICK RED 3.0 M','',30.00,'2021-04-28 18:50:52','82.00','5','newstock','1','','',1180.00,'','1','112','internal','1','78','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(150,'MAISHA IT4 BRICK RED 2.0 M','',19.00,'2021-04-28 18:54:32','0.00','5','newstock','1','','',780.00,'','1','19','internal','1','76','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(151,'PVC GUTTER','',10.00,'2021-04-28 18:57:27','0.00','5','newstock','1','','',800.00,'','1','10','internal','1','244','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(152,'PAINT 4 LTR','',50.00,'2021-04-28 19:04:29','0.00','5','newstock','1','','',650.00,'','1','50','internal','1','245','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(153,'WIREMESH LIGHT GUAGE','',1.00,'2021-04-28 21:11:25','1.00','5','newstock','1','','',320.00,'','1','2','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(154,'MAISHA IT4 BRICK RED 2.0 M','',15.00,'2021-04-28 21:32:36','10.00','5','newstock','1','','',780.00,'','1','25','internal','1','76','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(155,'CHICKEN WIRE 3FTX1/2\"','',30.00,'2021-04-28 21:42:27','22.00','5','newstock','1','','',1350.00,'','1','52','internal','1','169','','',0.00,'','2800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(156,'RIDGES CHARCOAL GREY','',50.00,'2021-04-28 22:21:41','0.00','5','newstock','1','','',325.00,'','1','50','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(157,'SILICONE','',10.00,'2021-04-28 22:26:33','0.00','5','newstock','1','','',200.00,'','1','10','internal','1','246','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(158,'GROUT 1KG','',20.00,'2021-04-28 22:27:53','0.00','5','newstock','1','','',40.00,'','1','20','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(159,'RIDGES BLUE','',50.00,'2021-04-28 22:35:58','0.00','5','newstock','1','','',325.00,'','1','50','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(160,'RED OXIDE','',10.00,'2021-04-28 22:43:23','0.00','5','newstock','1','','',190.00,'','1','10','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(161,'RIDGES BRICK RED','',50.00,'2021-04-28 22:52:41','0.00','5','newstock','1','','',325.00,'','1','50','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(162,'ROOFING RUBBER','',100.00,'2021-04-28 23:00:13','0.00','5','newstock','1','','',40.00,'','1','100','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(163,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',-8.00,'2021-04-28 23:07:35','227.00','5','newstock','1','','',765.00,'','1','219','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(164,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',-20.00,'2021-04-29 12:12:55','219.00','5','newstock','1','','',765.00,'','1','199','internal','1','14','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(165,'SIMBA CEMENT (50KG)','',-50.00,'2021-04-29 12:13:27','237.00','5','newstock','1','','',510.00,'','1','187','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(166,'PLAIN.RIDGES 30 G','',-8.00,'2021-04-29 12:13:59','12.00','5','newstock','1','','',200.00,'','1','4','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(167,'SIMBA CEMENT (50KG)','',30.00,'2021-04-29 12:16:18','187.00','5','newstock','1','','',510.00,'','1','217','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(168,'HT GALV.FENCING WIRE 50 KG','',-2.00,'2021-04-29 12:27:23','44.00','5','newstock','1','','',12000.00,'','1','42','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(169,'CABLE TWE 2.5 MM MM MASAI','',460.00,'2021-04-29 12:34:35','0.00','5','newstock','1','','',115.00,'','1','460','internal','1','249','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(170,'CABLE TWE 2.5 MM ASL','',270.00,'2021-04-29 12:46:33','0.00','5','newstock','1','','',115.00,'','1','270','internal','1','251','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(171,'CABLE TWE 1.5 MM MASAI','',330.00,'2021-04-29 12:49:26','0.00','5','newstock','1','','',70.00,'','1','330','internal','1','252','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(172,'NGOMBE BARBED WIRE 610 MTR','',3.00,'2021-04-29 12:51:42','0.00','5','newstock','1','','',5700.00,'','1','3','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(173,'BULB 5 /7/9/ WATT','',500.00,'2021-04-29 12:57:38','0.00','5','newstock','1','','',80.00,'','1','500','internal','1','254','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(174,'BULB 15 WATT','',40.00,'2021-04-29 13:00:29','0.00','5','newstock','1','','',150.00,'','1','40','internal','1','255','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(175,'EUROPLUS BULB 16 WATT','',40.00,'2021-04-29 13:03:31','0.00','5','newstock','1','','',150.00,'','1','40','internal','1','256','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(176,'4.0 CABLE SINGLE ASL','',7.00,'2021-04-29 13:07:47','0.00','5','newstock','1','','',3500.00,'','1','7','internal','1','257','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(177,'1.5 MM CABLE SINGLE ASL','',6.00,'2021-04-29 13:10:03','0.00','5','newstock','1','','',2500.00,'','1','6','internal','1','258','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(178,'CABLE TWE 1.5 MM MASAI','',330.00,'2021-04-29 13:10:31','330.00','5','newstock','1','','',70.00,'','1','660','internal','1','252','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(179,'SWITCH / SOCKET','',100.00,'2021-04-29 13:12:16','0.00','5','newstock','1','','',150.00,'','1','100','internal','1','259','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(180,'','',1.00,'2021-04-30 11:17:46','','1','transfer','1','','6',150.00,'','1','','1','Main','259','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(181,'','',1.00,'2021-04-30 12:43:55','42.00','1','transfer','1','','30',12000.00,'','1','41','1','3','212','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(182,'','',1.00,'2021-04-30 12:44:10','99.00','1','transfer','1','','6',150.00,'','1','98','1','2','259','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(183,'','',1.00,'2021-04-30 12:44:49','41.00','1','transfer','1','','30',12000.00,'','1','40','1','2','212','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(184,'HT GALV.FENCING WIRE 50 KG','1',0.00,'2021-04-30 12:46:17','40.00','1','newstock','1','','',0.00,'','1','40','','Move','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(185,'','',1.00,'2021-04-30 12:47:40','1.00','1','transfer','1','','30',12000.00,'','2','0','2','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(186,'','',1.00,'2021-04-30 12:52:29','41.00','1','transfer','1','','30',12000.00,'','1','40','1','2','212','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(187,'','',1.00,'2021-04-30 12:54:27','1.00','1','transfer','1','','30',12000.00,'','2','0','2','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(188,'HT GALV.FENCING WIRE 50 KG','',1.00,'2021-04-30 12:54:45','41.00','1','newstock','1','','',12000.00,'','1','42','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(189,'','',2.00,'2021-04-30 12:58:38','42.00','5','transfer','1','','30',12000.00,'','1','40','1','3','212','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(190,'','',2.00,'2021-04-30 13:01:21','2.00','5','transfer','1','','30',12000.00,'','3','0','3','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(191,'11/3 C/GREY 2 MTR','',9.00,'2021-05-01 14:59:33','37.00','5','newstock','1','','',720.00,'','1','46','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(192,'BLUE 11/3 X 2.5M','',57.00,'2021-05-01 15:19:05','7.00','5','newstock','1','','',975.00,'','1','64','internal','1','108','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(193,'WATER TANK 1500 LTR','',1.00,'2021-05-01 15:20:39','0.00','5','newstock','1','','',8500.00,'','1','1','internal','1','263','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(194,'NGOMBE HT WIRE X 50 KG','',10.00,'2021-05-03 22:18:17','3.00','5','newstock','1','','',14000.00,'','1','13','internal','1','221','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(195,'GREEN 11/3 X 2.5M','',30.00,'2021-05-03 22:19:25','5.00','5','newstock','1','','',975.00,'','1','35','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(196,'GREEN 11/3 X 2.5M','',30.00,'2021-05-03 22:19:26','35.00','5','newstock','1','','',975.00,'','1','65','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(197,'GREEN 11/3 X 2.5M','',-30.00,'2021-05-03 22:26:52','65.00','5','newstock','1','','',975.00,'','1','35','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(198,'NGOMBE BARBED WIRE 610 MTR','',10.00,'2021-05-03 22:30:42','1.00','5','newstock','1','','',5700.00,'','1','11','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(199,'CHIPBOARD FLOWERED','',15.00,'2021-05-05 19:37:20','2.00','5','newstock','1','','',670.00,'','1','17','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(200,'CHIPBOARD PLAIN','',15.00,'2021-05-05 19:37:43','0.00','5','newstock','1','','',650.00,'','1','15','internal','1','98','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(201,'CHIPBOARD PLAIN','',-5.00,'2021-05-05 19:38:48','15.00','5','newstock','1','','',650.00,'','1','10','internal','1','98','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(202,'PLAIN SHEET G30','',15.00,'2021-05-05 19:39:51','0.00','5','newstock','1','','',330.00,'','1','15','internal','1','5','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(203,'WATER TANK 1500 LTR','',1.00,'2021-05-06 18:07:43','0.00','4','newstock','1','','',8500.00,'','1','1','internal','1','263','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(204,'TEMBO BARBED WIRE 480 MITR','',1.00,'2021-05-06 18:08:37','2.00','4','newstock','1','','',3050.00,'','1','3','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(205,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-05-06 18:11:33','0.00','4','newstock','1','','',5700.00,'','1','5','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(206,'PAINT 4 LTR','',25.00,'2021-05-06 18:15:16','0.50','4','newstock','1','','',650.00,'','1','25.5','internal','1','245','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(207,'ZINGIRA BARBED WIRE610 MTR','',6.00,'2021-05-06 18:22:08','0.00','5','newstock','1','','',3850.00,'','1','6','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(208,'CHICKEN WIRE 3FTX1/2\"','',348.00,'2021-05-06 23:06:34','12.00','5','newstock','1','','',60.00,'','1','360','internal','1','169','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(209,'BRIGHT RED 11/3 X 2.5M','',45.00,'2021-05-07 13:15:58','7.00','4','newstock','1','','',975.00,'','1','52','internal','1','120','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(210,'RIDGES MASAI RED','',20.00,'2021-05-07 13:16:45','0.00','4','newstock','1','','',325.00,'','1','20','internal','1','51','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(211,'TEMBO BARBED WIRE 610M','',5.00,'2021-05-07 13:17:24','0.00','4','newstock','1','','',3800.00,'','1','5','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(212,'PLAIN.RIDGES 30 G','',17.00,'2021-05-07 17:16:28','4.00','4','newstock','1','','',200.00,'','1','21','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(213,'WIREMESH LIGHT GUAGE','',5.00,'2021-05-07 17:43:27','0.00','4','newstock','1','','',320.00,'','1','5','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(214,'MINDY LOCK 40 MM','',2.00,'2021-05-07 17:47:42','0.00','4','newstock','1','','',350.00,'','1','2','internal','1','199','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(215,'ROOFING NAILS','',50.00,'2021-05-07 17:48:16','0.50','4','newstock','1','','',150.00,'','1','50.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(216,'NAILS 4\"','',100.00,'2021-05-08 12:55:09','6.00','4','newstock','1','','',105.00,'','1','106','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(217,'SQ.TUBES 40X40X1MM','',1.00,'2021-05-08 15:43:08','3.00','4','newstock','1','','',1130.00,'','1','4','internal','1','56','','',0.00,'','1400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(218,'FLAT BAR 20X3MM','',2.00,'2021-05-08 15:43:43','0.00','4','newstock','1','','',270.00,'','1','2','internal','1','154','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(219,'PVC GUTTER','',4.00,'2021-05-10 18:37:27','8.00','4','newstock','1','','',800.00,'','1','12','internal','1','244','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(220,'Maruthi Welding Rod 3.2mm','',1.00,'2021-05-13 18:07:07','0.00','4','newstock','1','','',180.00,'','1','1','internal','1','67','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(221,'Maruthi Welding Rod 3.2mm','',1.00,'2021-05-13 18:07:08','1.00','4','newstock','1','','',180.00,'','1','2','internal','1','67','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(222,'WIREMESH LIGHT GUAGE','',3.00,'2021-05-13 18:08:03','2.00','4','newstock','1','','',320.00,'','1','5','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(223,'Maruthi Welding Rod 3.2mm','',1.00,'2021-05-13 18:09:16','2.00','4','newstock','1','','',180.00,'','1','3','internal','1','67','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(224,'CHIPBOARD FLOWERED','',5.00,'2021-05-14 09:48:58','9.00','4','newstock','1','','',670.00,'','1','14','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(225,'CHAINLINK 5FT','',2.00,'2021-05-14 09:49:36','4.00','4','newstock','1','','',2100.00,'','1','6','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(226,'CHAINLINK 6FT','',2.00,'2021-05-14 09:50:15','1.00','4','newstock','1','','',2520.00,'','1','3','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(227,'MAISHA IT4 C/GREY 2.5M M','',50.00,'2021-05-19 17:16:36','0.00','4','newstock','1','','',975.00,'','1','50','internal','1','83','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(228,'ZINGIRA BARBED WIRE 480 MTR','',5.00,'2021-05-20 16:40:41','0.00','5','newstock','1','','',3050.00,'','1','5','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(229,'TEMBO BARBED WIRE 480 MITR','',10.00,'2021-05-20 16:41:09','0.00','5','newstock','1','','',3050.00,'','1','10','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(230,'ZINGIRA BARBED WIRE610 MTR','',10.00,'2021-05-20 16:41:56','0.00','5','newstock','1','','',3850.00,'','1','10','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(231,'ZINGIRA BARBED WIRE610 MTR','',-5.00,'2021-05-20 16:44:20','10.00','5','newstock','1','','',3850.00,'','1','5','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(232,'TEMBO BARBED WIRE 610M','',10.00,'2021-05-20 16:44:48','1.00','5','newstock','1','','',3800.00,'','1','11','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(233,'NGOMBE BARBED WIRE 610 MTR','',10.00,'2021-05-20 16:45:42','3.00','5','newstock','1','','',5700.00,'','1','13','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(234,'U NAILS 1.5\"','',100.00,'2021-05-20 16:46:10','26.50','5','newstock','1','','',130.00,'','1','126.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(235,'U NAILS 1.5\"','',-50.00,'2021-05-20 16:46:37','126.50','5','newstock','1','','',130.00,'','1','76.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(236,'NAILS 2\"','',100.00,'2021-05-20 16:52:33','0.50','5','newstock','1','','',105.00,'','1','100.5','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(237,'NAILS 3\"','',250.00,'2021-05-20 16:53:01','193.00','5','newstock','1','','',105.00,'','1','443','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(238,'NAILS 4\"','',250.00,'2021-05-20 16:53:57','73.75','5','newstock','1','','',105.00,'','1','323.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(239,'CHAINLINK 5FT','',10.00,'2021-05-20 17:00:03','6.00','5','newstock','1','','',2100.00,'','1','16','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(240,'CHAINLINK 6FT','',10.00,'2021-05-20 17:00:49','1.00','5','newstock','1','','',2520.00,'','1','11','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(241,'MAISHA IT4 GREEN 2.0 M','',45.00,'2021-05-20 17:01:55','75.00','5','newstock','1','','',780.00,'','1','120','internal','1','73','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(242,'MAISHA IT4 GREEN 3.0 M','',30.00,'2021-05-20 17:02:25','59.00','5','newstock','1','','',1180.00,'','1','89','internal','1','75','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(243,'MAISHA IT4 C/GREY 2.0 M','',45.00,'2021-05-20 17:59:29','38.00','5','newstock','1','','',780.00,'','1','83','internal','1','82','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(244,'MAISHA IT4 C/GREY 2.5M M','',165.00,'2021-05-20 18:01:18','50.00','5','newstock','1','','',975.00,'','1','215','internal','1','83','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(245,'MAISHA IT4 C/GREY 3.0M','',120.00,'2021-05-20 18:02:54','11.00','5','newstock','1','','',1180.00,'','1','131','internal','1','84','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(246,'RIDGES GREEN','',60.00,'2021-05-20 18:08:30','0.00','5','newstock','1','','',325.00,'','1','60','internal','1','49','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(247,'RIDGES CHARCOAL GREY','',100.00,'2021-05-20 18:09:21','2.00','5','newstock','1','','',325.00,'','1','102','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(248,'LAMINET DOOR','',3.00,'2021-05-20 18:12:36','0.00','5','newstock','1','','',2600.00,'','1','3','internal','1','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(249,'FLASH DOOR','',5.00,'2021-05-20 18:14:32','0.00','5','newstock','1','','',1550.00,'','1','5','internal','1','267','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(250,'SIMBA CEMENT (50KG)','',300.00,'2021-05-20 18:15:26','0.00','5','newstock','1','','',530.00,'','1','300','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(251,'PAINT BRUSH 6\"','',12.00,'2021-05-20 21:32:09','0.00','5','newstock','1','','',120.00,'','1','12','internal','1','268','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(252,'PAINT BRUSH 5\"','',12.00,'2021-05-20 21:33:22','0.00','5','newstock','1','','',80.00,'','1','12','internal','1','269','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(253,'PAINT BRUSH 4\"','',12.00,'2021-05-20 21:34:38','0.00','5','newstock','1','','',60.00,'','1','12','internal','1','270','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(254,'PAINT BRUSH 2\"','',12.00,'2021-05-20 21:38:31','0.00','5','newstock','1','','',33.00,'','1','12','internal','1','272','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(255,'PAINT BRUSH 3\"','',12.00,'2021-05-20 21:38:49','0.00','5','newstock','1','','',50.00,'','1','12','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(256,'PAINT BRUSH 1\"','',12.00,'2021-05-20 21:40:21','0.00','5','newstock','1','','',25.00,'','1','12','internal','1','273','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(257,'ROLLER PAINT BRUSH','',10.00,'2021-05-20 21:42:37','0.00','5','newstock','1','','',150.00,'','1','10','internal','1','274','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(258,'FILE JK 8\"','',12.00,'2021-05-20 21:46:02','0.00','5','newstock','1','','',80.00,'','1','12','internal','1','275','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(259,'TOWER BOLT','',12.00,'2021-05-20 21:52:02','0.00','5','newstock','1','','',30.00,'','1','12','internal','1','276','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(260,'GATE LACH','',12.00,'2021-05-20 21:52:55','0.00','5','newstock','1','','',65.00,'','1','12','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(261,'GATE LACH','',12.00,'2021-05-20 21:52:56','12.00','5','newstock','1','','',65.00,'','1','24','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(262,'HINGIS 4\"','',36.00,'2021-05-20 21:54:47','0.00','5','newstock','1','','',45.00,'','1','36','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(263,'WIRE BRUSH','',12.00,'2021-05-20 21:58:22','0.00','5','newstock','1','','',50.00,'','1','12','internal','1','279','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(264,'WIRE BRUSH','',12.00,'2021-05-20 22:01:30','0.00','5','newstock','1','','',50.00,'','1','12','internal','1','280','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(265,'PVC VENT','',50.00,'2021-05-20 22:03:10','0.00','5','newstock','1','','',55.00,'','1','50','internal','1','281','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(266,'WHEEL BARROW','',5.00,'2021-05-20 22:06:57','0.00','5','newstock','1','','',1800.00,'','1','5','internal','1','282','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(267,'FLUSH HANDLE','',6.00,'2021-05-20 22:08:38','0.00','5','newstock','1','','',140.00,'','1','6','internal','1','283','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(268,'PAINT GLOSS 4 LTR','',50.00,'2021-05-20 22:15:10','0.00','5','newstock','1','','',630.00,'','1','50','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(269,'PAINTS GLOSS 1 LTR','',50.00,'2021-05-20 22:16:43','0.00','5','newstock','1','','',180.00,'','1','50','internal','1','285','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(270,'PAINTS EMULSION 4 LTR','',50.00,'2021-05-20 22:19:11','0.00','5','newstock','1','','',350.00,'','1','50','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(271,'PAINT EMULSION 20 LTR','',11.75,'2021-05-20 22:22:10','9.25','5','newstock','1','','',650.00,'','1','21','internal','1','245','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(272,'MIX ITEMS','',200.00,'2021-05-21 18:18:20','0.50','4','newstock','1','','',2.00,'','1','200.5','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(273,'MAISHA IT4 BLUE 2.5 M','',49.00,'2021-05-22 14:52:52','3.00','4','newstock','1','','',1000.00,'','1','52','internal','1','71','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(274,'HARDBOARD','',15.00,'2021-05-22 14:58:03','0.00','4','newstock','1','','',480.00,'','1','15','internal','1','288','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(275,'GOUSE WIRE','',54.00,'2021-05-22 14:58:16','0.00','4','newstock','1','','',60.00,'','1','54','internal','1','287','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(276,'BUSH 1\"','',10.00,'2021-05-22 15:00:08','0.00','4','newstock','1','','',35.00,'','1','10','internal','1','289','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(277,'ROOFING NAILS','',50.00,'2021-05-22 18:16:05','0.00','4','newstock','1','','',150.00,'','1','50','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(278,'CHAINLINK 7FT','',2.00,'2021-05-22 18:40:01','0.00','4','newstock','1','','',2940.00,'','1','2','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(279,'RIDGES BLUE','',13.00,'2021-05-24 17:50:07','11.00','4','newstock','1','','',325.00,'','1','24','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(280,'CHICKEN WIRE 6FTX1/2\"','',1.00,'2021-05-25 18:05:13','0.00','4','newstock','1','','',100.00,'','1','1','internal','1','167','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(281,'OXFORD HINGIS 4\"','',5.00,'2021-05-25 22:48:04','0.00','5','newstock','1','','',120.00,'','1','5','internal','1','290','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(282,'LAMINET DOOR','',1.00,'2021-05-27 16:38:28','3.00','4','newstock','1','','',2600.00,'','1','4','internal','1','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(283,'LEXOR DOOR LOCK','',5.00,'2021-05-27 16:43:36','0.00','4','newstock','1','','',700.00,'','1','5','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(284,'NAILS 1\"','',50.00,'2021-05-28 14:24:46','5.00','4','newstock','1','','',130.00,'','1','55','internal','1','58','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(285,'','',29.00,'2021-05-28 15:43:12','83.00','5','transfer','1','','12',780.00,'','1','54','1','3','82','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(286,'','',37.00,'2021-05-28 15:44:52','131.00','5','transfer','1','','12',1200.00,'','1','94','1','3','84','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(287,'','',33.00,'2021-05-28 15:47:12','102.00','5','transfer','1','','12',310.00,'','1','69','1','3','50','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(288,'CHICKEN WIRE 6FTX1/2\"','',3.00,'2021-05-28 18:13:54','0.00','4','newstock','1','','',100.00,'','1','3','internal','1','167','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(289,'BLACK POLYTHENE ROLL','',100.00,'2021-05-29 13:37:57','0.00','4','newstock','1','','',2400.00,'','1','100','internal','1','174','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(290,'GREEN 11/3 X 3M','',10.00,'2021-05-29 16:32:03','3.00','4','newstock','1','','',1180.00,'','1','13','internal','1','115','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(291,'PVC GUTTER','',2.00,'2021-05-31 10:43:31','0.00','5','newstock','1','','',700.00,'','1','2','internal','1','291','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(292,'PVC GUTTER','',-2.00,'2021-05-31 10:46:01','2.00','5','newstock','1','','',700.00,'','1','0','internal','1','291','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(293,'PVC GUTTER','',1.00,'2021-05-31 10:46:54','1.00','5','newstock','1','','',800.00,'','1','2','internal','1','244','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(294,'MINDY LOCK 40 MM','',2.00,'2021-05-31 17:22:56','0.00','4','newstock','1','','',350.00,'','1','2','internal','1','199','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(295,'MINDY LOCK 50 MM','',1.00,'2021-05-31 17:23:38','0.00','4','newstock','1','','',450.00,'','1','1','internal','1','200','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(296,'LEXOR DOOR LOCK','',1.00,'2021-05-31 18:00:45','1.00','4','newstock','1','','',700.00,'','1','2','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(297,'BLUE 11/3 X 3 M','',11.00,'2021-05-31 18:17:12','25.00','4','newstock','1','','',1180.00,'','1','36','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(298,'BLACK POLYTHENE ROLL','',2.00,'2021-05-31 21:51:58','0.00','5','newstock','1','','',2500.00,'','1','2','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(299,'SOLAR CHARGE CONTROLLER','',5.00,'2021-05-31 21:55:01','0.00','5','newstock','1','','',1500.00,'','1','5','internal','1','293','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(300,'INVERTER 300/600/1000 WATTS','',5.00,'2021-05-31 21:56:50','0.00','5','newstock','1','','',1500.00,'','1','5','internal','1','294','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(301,'PVC WASTE PIPE 3\"','',5.00,'2021-06-01 15:35:06','2.00','4','newstock','1','','',500.00,'','1','7','internal','1','131','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(302,'FILLER','',10.00,'2021-06-02 08:47:46','0.00','5','newstock','1','','',60.00,'','1','10','internal','1','295','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(303,'FILLER BAG 25 KG','',5.00,'2021-06-02 08:49:04','0.00','5','newstock','1','','',1400.00,'','1','5','internal','1','296','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(304,'WATER TANK 2300 LTR','',2.00,'2021-06-02 08:52:03','0.00','5','newstock','1','','',11500.00,'','1','2','internal','1','297','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(305,'LEXOR DOOR LOCK','',1.00,'2021-06-02 14:52:01','0.00','4','newstock','1','','',700.00,'','1','1','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(306,'LAMINET DOOR','',5.00,'2021-06-03 17:33:26','0.00','4','newstock','1','','',2600.00,'','3','5','internal','3','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(307,'U NAILS 1.5\"','',25.00,'2021-06-03 17:52:05','3.00','4','newstock','1','','',130.00,'','1','28','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(308,'LAMINET DOOR','',-5.00,'2021-06-03 18:11:07','5.00','4','newstock','1','','',2600.00,'','3','0','internal','3','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(309,'LAMINET DOOR','',5.00,'2021-06-03 18:11:32','0.00','4','newstock','1','','',2600.00,'','1','5','internal','1','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(310,'CHICKEN WIRE 6FTX1/2\"','',4.00,'2021-06-03 18:32:37','0.00','4','newstock','1','','',100.00,'','1','4','internal','1','167','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(311,'MAISHA IT4 BLUE 2.0 M','',30.00,'2021-06-03 18:33:21','59.00','4','newstock','1','','',800.00,'','1','89','internal','1','34','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(312,'MAISHA IT4 BLUE 2.5 M','',45.00,'2021-06-03 18:34:36','0.00','4','newstock','1','','',1000.00,'','1','45','internal','1','71','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(313,'MAISHA IT4 BLUE 3.0 M','',45.00,'2021-06-03 18:35:18','11.00','4','newstock','1','','',1200.00,'','1','56','internal','1','72','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(314,'BLUE 11/3 X 2.5M','',60.00,'2021-06-03 18:35:42','29.00','4','newstock','1','','',900.00,'','1','89','internal','1','108','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(315,'UNION DOOR LOCK','',5.00,'2021-06-03 20:11:18','0.00','5','newstock','1','','',1500.00,'','1','5','internal','1','202','','',0.00,'','2600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(316,'OXFORD HINGIS 4\"','',10.00,'2021-06-03 20:12:00','4.00','5','newstock','1','','',120.00,'','1','14','internal','1','290','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(317,'ROTO WATER TANK 2300 LTR','',2.00,'2021-06-03 23:14:04','0.00','5','newstock','1','','',16000.00,'','1','2','internal','1','298','','',0.00,'','18500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(318,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',30.00,'2021-06-04 17:21:06','6.00','4','newstock','1','','',1065.00,'','1','36','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(319,'SIMBA CEMENT (50KG)','',12.00,'2021-06-04 17:29:46','2.00','4','newstock','1','','',530.00,'','1','14','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(320,'CHICKEN WIRE 6FTX1/2\"','',3.00,'2021-06-05 16:58:56','1.00','4','newstock','1','','',2600.00,'','1','4','internal','1','167','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(321,'SIMBA CEMENT (50KG)','',219.00,'2021-06-05 17:06:37','2.00','4','newstock','1','','',530.00,'','1','221','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(322,'CHAINLINK 8FT','',10.00,'2021-06-05 17:40:47','0.00','4','newstock','1','','',3360.00,'','1','10','internal','1','141','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(323,'CORNER BAO','',200.00,'2021-06-06 18:18:27','0.00','5','newstock','1','','',15.00,'','1','200','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(324,'ROOFING NAILS','',50.00,'2021-06-07 15:39:04','3.00','4','newstock','1','','',150.00,'','1','53','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(325,'TURPETINE 1 LTR','',10.00,'2021-06-07 22:07:35','0.00','5','newstock','1','','',150.00,'','1','10','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(326,'PPR PIPE 1/2\"','',10.00,'2021-06-07 22:09:02','0.00','5','newstock','1','','',120.00,'','1','10','internal','1','301','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(327,'PPR PIPE 3/4\"','',10.00,'2021-06-07 22:10:01','0.00','5','newstock','1','','',150.00,'','1','10','internal','1','302','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(328,'PPR ELBOW 3/4\"','',10.00,'2021-06-07 22:13:25','0.00','5','newstock','1','','',20.00,'','1','10','internal','1','304','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(329,'PPR ELBOW 1/2\"','',10.00,'2021-06-07 22:13:40','0.00','5','newstock','1','','',10.00,'','1','10','internal','1','303','','',0.00,'','40','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(330,'WATER TANK 3000 LTR','',1.00,'2021-06-09 18:30:08','0.00','5','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(331,'HARDBOARD','',50.00,'2021-06-09 18:31:52','0.00','5','newstock','1','','',480.00,'','1','50','internal','1','288','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(332,'HARDBOARD','RETURN TO NIDHI',-3.00,'2021-06-09 18:32:49','50.00','5','newstock','1','','',480.00,'','1','47','internal','1','288','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(333,'CARPET','',30.00,'2021-06-09 18:38:35','0.00','5','newstock','1','','',120.00,'','1','30','internal','1','306','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(334,'BLACK POLYTHENE ROLL','',-1.00,'2021-06-10 17:41:26','1.00','5','newstock','1','','',2500.00,'','1','0','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(335,'OXFORD HINGIS 4\"','',6.00,'2021-06-10 17:42:15','4.00','5','newstock','1','','',120.00,'','1','10','internal','1','290','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(336,'WIREMESH LIGHT GUAGE','',10.00,'2021-06-10 18:03:24','2.00','5','newstock','1','','',320.00,'','1','12','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(337,'WATER HEATER','',7.00,'2021-06-10 18:18:43','0.00','5','newstock','1','','',150.00,'','1','7','internal','1','307','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(338,'BLUE 11/3 X 2.5M','',-35.00,'2021-06-10 18:22:42','54.00','5','newstock','1','','',900.00,'','1','19','internal','1','108','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(339,'RIDGES BLUE','',20.00,'2021-06-10 18:23:28','0.00','5','newstock','1','','',325.00,'','1','20','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(340,'RIDGES BLUE','KESHE STAGE VIEW',-17.00,'2021-06-10 18:24:15','20.00','5','newstock','1','','',325.00,'','1','3','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(341,'ROOFING NAILS','',5.00,'2021-06-10 18:25:21','35.50','5','newstock','1','','',150.00,'','1','40.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(342,'G32X3.0MTR','',20.00,'2021-06-10 18:30:41','0.00','5','newstock','1','','',642.00,'','1','20','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(343,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',15.00,'2021-06-10 18:31:06','9.00','5','newstock','1','','',1065.00,'','1','24','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(344,'INSTANT SHOWER','',3.00,'2021-06-10 18:34:19','0.00','5','newstock','1','','',950.00,'','1','3','internal','1','308','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(345,'MAISHA IT4 BRICK RED 3.0 M','',4.00,'2021-06-11 16:08:38','112.00','5','newstock','1','','',1230.00,'','1','116','internal','1','78','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(346,'MAISHA IT4 BRICK RED 3.0 M','',59.00,'2021-06-11 16:09:27','116.00','5','newstock','1','','',1230.00,'','1','175','internal','1','78','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(347,'','1',25.00,'2021-06-11 16:12:24','175.00','5','newstock','1','51623417022','14',1290.00,'','1','200','supplier','1','78','','',0.00,'VATABLE','1350','4448.28','27801.72','','','received',0,'0000-00-00 00:00:00','pcs','25.00',1,NULL,'Inclusive','branch',NULL),(348,'NAILS 3\"','',50.00,'2021-06-11 16:15:36','360.50','5','newstock','1','','',105.00,'','1','410.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(349,'NAILS 4\"','',50.00,'2021-06-11 16:16:13','232.75','5','newstock','1','','',105.00,'','1','282.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(350,'HOOP IRON','',60.00,'2021-06-11 16:17:46','780.00','5','newstock','1','','',120.00,'','1','840','internal','1','103','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(351,'ROOFING RUBBER','',60.00,'2021-06-11 16:18:20','54.00','5','newstock','1','','',40.00,'','1','114','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(352,'ALLUMINIUM CORNER STRIP','',10.00,'2021-06-11 17:13:20','0.00','4','newstock','1','','',150.00,'','1','10','internal','1','208','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(353,'NGOMBE BARBED WIRE 610 MTR','',13.00,'2021-06-11 18:10:05','4.00','4','newstock','1','','',5700.00,'','1','17','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(354,'TEMBO BARBED WIRE 480 MITR','',4.00,'2021-06-11 18:10:30','4.00','4','newstock','1','','',3050.00,'','1','8','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(355,'ZINGIRA BARBED WIRE 480 MTR','',5.00,'2021-06-11 18:11:03','2.00','4','newstock','1','','',3050.00,'','1','7','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(356,'G32 X 3.0 MTR','',20.00,'2021-06-11 18:13:59','10.00','4','newstock','1','','',870.00,'','1','30','internal','1','42','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(357,'SILICONE','',10.00,'2021-06-11 18:18:28','1.00','4','newstock','1','','',200.00,'','1','11','internal','1','246','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(358,'LEXOR DOOR LOCK','',5.00,'2021-06-11 18:30:06','0.00','4','newstock','1','','',700.00,'','1','5','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(359,'TEMBO BARBED WIRE 480 MITR','',1.00,'2021-06-11 18:34:56','7.00','4','newstock','1','','',3050.00,'','1','8','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(360,'U NAILS 1.5\"','',50.00,'2021-06-11 18:41:10','0.00','4','newstock','1','','',130.00,'','1','50','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(361,'CONDUTE PIPES','',20.00,'2021-06-11 18:53:40','0.00','5','newstock','1','','',110.00,'','1','20','internal','1','309','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(362,'COUPLER','',100.00,'2021-06-11 18:59:27','0.00','5','newstock','1','','',5.00,'','1','100','internal','1','310','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(363,'','1',15.00,'2021-06-12 07:23:28','0.00','5','newstock','1','51623471745','15',700.00,'','1','15','supplier','1','98','','',0.00,'VATABLE','1100','1448.28','9051.72','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive','branch',NULL),(364,'','1',12.00,'2021-06-12 07:24:27','6.00','5','newstock','1','51623471745','15',720.00,'','1','18','supplier','1','97','','',0.00,'VATABLE','1100','1191.72','7448.28','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL),(365,'','1',50.00,'2021-06-12 07:25:07','37.00','5','newstock','1','51623471745','15',150.00,'','1','87','supplier','1','66','','',0.00,'VATABLE','250','1034.48','6465.52','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL),(366,'','1',4.00,'2021-06-12 07:26:41','45.00','5','newstock','1','51623471745','15',450.00,'','1','49','supplier','1','286','','',0.00,'VATABLE','600','248.28','1551.72','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL),(367,'MAISHA IT4 BRICK RED 3.0 M','',-200.00,'2021-06-12 07:31:05','200.00','5','newstock','1','','',1290.00,'','1','0','internal','1','78','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(369,'NAILS 3\"','',-50.00,'2021-06-12 07:32:34','406.50','5','newstock','1','','',105.00,'','1','356.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(370,'NAILS 4\"','',-50.00,'2021-06-12 07:33:05','279.75','5','newstock','1','','',105.00,'','1','229.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(371,'HOOP IRON','',-60.00,'2021-06-12 07:33:29','840.00','5','newstock','1','','',120.00,'','1','780','internal','1','103','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(372,'RIDGES BRICK RED','',-15.00,'2021-06-12 07:34:09','26.00','5','newstock','1','','',310.00,'','1','11','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(373,'ROOFING RUBBER','',-60.00,'2021-06-12 07:34:43','114.00','5','newstock','1','','',40.00,'','1','54','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(374,'FILLER','',25.00,'2021-06-12 18:16:01','0.00','4','newstock','1','','',60.00,'','1','25','internal','1','295','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(375,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',22.00,'2021-06-14 17:38:24','9.00','4','newstock','1','','',1065.00,'','1','31','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(376,'RED OXIDE','',9.00,'2021-06-15 15:48:31','1.00','4','newstock','1','','',190.00,'','1','10','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(377,'G32 X 3.0 MTR','',78.00,'2021-06-16 15:39:43','1.00','4','newstock','1','','',870.00,'','1','79','internal','1','42','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(378,'CHAINLINK 6FT','',5.00,'2021-06-16 16:11:24','2.00','4','newstock','1','','',2520.00,'','1','7','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(379,'CHICKEN WIRE 3FTX3/4\"','',4.00,'2021-06-16 16:17:12','0.00','4','newstock','1','','',50.00,'','1','4','internal','1','170','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(380,'CHIPBOARD PLAIN','',26.00,'2021-06-16 16:22:37','0.00','4','newstock','1','','',700.00,'','1','26','internal','1','98','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(381,'CHICKEN WIRE 6FTX1/2\"','',5.00,'2021-06-16 16:25:22','1.00','4','newstock','1','','',2600.00,'','1','6','internal','1','167','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(382,'CHIPBOARD FLOWERED','',1.00,'2021-06-16 16:26:35','18.00','4','newstock','1','','',720.00,'','1','19','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(383,'MAISHA MABATI/GCI SHEETS G 32 X 2.0 METER','',32.00,'2021-06-16 16:28:27','0.00','4','newstock','1','','',500.00,'','1','32','internal','1','40','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(384,'G32X2.5MTR','',150.00,'2021-06-16 16:30:47','50.00','4','newstock','1','','',725.00,'','1','200','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(385,'FLAT BAR 20X3MM','',10.00,'2021-06-17 16:24:54','1.00','4','newstock','1','','',270.00,'','1','11','internal','1','154','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(386,'CHAINLINK 6FT','',5.00,'2021-06-17 16:39:59','2.00','4','newstock','1','','',2520.00,'','1','7','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(387,'CHAINLINK 7FT','',5.00,'2021-06-17 16:40:38','0.00','4','newstock','1','','',2940.00,'','1','5','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(388,'TILES 40X40 (12)','',5.00,'2021-06-17 18:01:28','0.00','4','newstock','1','','',1100.00,'','1','5','internal','1','178','','',0.00,'','1600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(389,'TILES 35X35 EGYPT','',5.00,'2021-06-17 18:01:50','0.00','4','newstock','1','','',800.00,'','1','5','internal','1','177','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(390,'PAINT GLOSS 4 LTR','',10.00,'2021-06-19 17:39:16','1.00','4','newstock','1','','',630.00,'','1','11','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(391,'PAINT GLOSS 4 LTR','',20.00,'2021-06-21 17:51:10','8.00','4','newstock','1','','',630.00,'','1','28','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(392,'BINDING WIRE','',50.00,'2021-06-21 20:23:35','0.00','5','newstock','1','','',120.00,'','1','50','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(393,'SIMBA CEMENT (50KG)','',50.00,'2021-06-22 14:45:43','8.00','4','newstock','1','','',530.00,'','1','58','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(394,'NAILS 2\"','',100.00,'2021-06-22 16:29:48','7.50','4','newstock','1','','',105.00,'','1','107.5','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(395,'BLACK POLYTHENE ROLL','',2.00,'2021-06-22 16:31:00','0.00','4','newstock','1','','',2500.00,'','1','2','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(396,'LAMINET DOOR','',5.00,'2021-06-22 16:32:08','0.00','4','newstock','1','','',2600.00,'','1','5','internal','1','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(397,'WATER TANK 1500 LTR','',1.00,'2021-06-23 16:43:12','0.00','4','newstock','1','','',8500.00,'','1','1','internal','1','263','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(398,'plywood 3mm','',20.00,'2021-06-23 16:55:36','1.00','4','newstock','1','','',330.00,'','1','21','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(399,'CHAINLINK 6FT','',3.00,'2021-06-23 17:18:13','0.00','4','newstock','1','','',2520.00,'','1','3','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(400,'SIMBA CEMENT (50KG)','',270.00,'2021-06-23 17:53:16','2.00','4','newstock','1','','',530.00,'','1','272','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(401,'WIREMESH LIGHT GUAGE','',5.00,'2021-06-24 17:20:39','5.00','4','newstock','1','','',320.00,'','1','10','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(402,'CHAINLINK 6FT','',5.00,'2021-06-24 17:21:55','1.00','4','newstock','1','','',2520.00,'','1','6','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(403,'D16 STEEL BAR','',8.00,'2021-06-24 17:22:55','2.00','4','newstock','1','','',1900.00,'','1','10','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(404,'D10 BARS','',20.00,'2021-06-24 17:25:39','0.00','4','newstock','1','','',730.00,'','1','20','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(405,'D8 BARS','',50.00,'2021-06-24 17:26:27','23.00','4','newstock','1','','',510.00,'','1','73','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(406,'D10 BARS','',20.00,'2021-06-24 17:59:34','20.00','4','newstock','1','','',730.00,'','1','40','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(407,'D12 BARS','',20.00,'2021-06-24 18:00:15','20.00','4','newstock','1','','',1070.00,'','1','40','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(408,'WATER TANK 3000 LTR','',1.00,'2021-06-25 17:13:24','0.00','4','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(409,'MDF CHERRY','',3.00,'2021-06-26 15:42:57','1.00','4','newstock','1','','',2900.00,'','1','4','internal','1','9','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(410,'ALARM LOCK','',4.00,'2021-06-27 11:11:04','0.00','5','newstock','1','','',550.00,'','1','4','internal','1','311','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(411,'ROOFING NAILS','',50.00,'2021-06-28 17:20:50','1.50','4','newstock','1','','',150.00,'','1','51.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(412,'RED OXIDE','',12.00,'2021-06-28 17:23:17','3.00','4','newstock','1','','',190.00,'','1','15','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(413,'D8 BARS','',24.00,'2021-06-28 17:24:55','43.00','4','newstock','1','','',510.00,'','1','67','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(414,'D12 BARS','',20.00,'2021-06-28 17:25:35','40.00','4','newstock','1','','',1070.00,'','1','60','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(415,'D8 BARS','',10.00,'2021-06-28 17:27:46','67.00','4','newstock','1','','',510.00,'','1','77','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(416,'WATER TANK 3000 LTR','',1.00,'2021-06-29 16:37:50','0.00','4','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(417,'WOOD PRESERVATIVE 20 LTRS','',4.00,'2021-06-29 16:43:28','0.00','4','newstock','1','','',600.00,'','1','4','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(418,'D16 STEEL BAR','',1.00,'2021-06-30 14:42:37','5.00','4','newstock','1','','',1900.00,'','1','6','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(419,'WATER TANK 3000 LTR','',1.00,'2021-06-30 15:28:15','0.00','4','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(420,'MIX ITEMS','',100.00,'2021-06-30 16:28:47','0.00','4','newstock','1','','',2.00,'','1','100','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(421,'BUSH 1\"','',140.00,'2021-06-30 16:33:44','0.00','4','newstock','1','','',35.00,'','1','140','internal','1','289','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(422,'GROUT 1KG','',10.00,'2021-07-01 14:33:27','2.00','4','newstock','1','','',40.00,'','1','12','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(423,'SIMBA CEMENT (50KG)','',300.00,'2021-07-02 17:02:02','7.00','4','newstock','1','','',530.00,'','1','307','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(424,'CHAINLINK 7FT','',5.00,'2021-07-03 17:40:34','3.00','4','newstock','1','','',2940.00,'','1','8','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(425,'CHAINLINK 6FT','',5.00,'2021-07-03 17:40:56','3.00','4','newstock','1','','',2520.00,'','1','8','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(426,'plywood 3mm','',30.00,'2021-07-03 17:41:46','15.00','4','newstock','1','','',330.00,'','1','45','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(427,'BLACK POLYTHENE ROLL','',2.00,'2021-07-03 17:43:37','0.00','4','newstock','1','','',2500.00,'','1','2','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(428,'CHIPBOARD FLOWERED','',11.00,'2021-07-03 17:44:18','17.00','4','newstock','1','','',720.00,'','1','28','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(429,'SWITCH / SOCKET','',50.00,'2021-07-04 09:52:03','0.00','4','newstock','1','','',150.00,'','1','50','internal','1','259','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(430,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',16.00,'2021-07-05 14:02:29','6.00','4','newstock','1','','',1065.00,'','1','22','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(431,'TEMBO BARBED WIRE 610M','',5.00,'2021-07-06 16:47:47','0.00','4','newstock','1','','',3800.00,'','1','5','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(432,'HT GALV.FENCING WIRE 50 KG','',10.00,'2021-07-06 16:51:28','4.00','4','newstock','1','','',12600.00,'','1','14','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(433,'plywood 3mm','',30.00,'2021-07-06 16:52:56','15.00','4','newstock','1','','',330.00,'','1','45','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(434,'PAINT GLOSS 4 LTR','',30.00,'2021-07-06 17:05:20','2.00','4','newstock','1','','',630.00,'','1','32','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(435,'PAINTS GLOSS 1 LTR','',60.00,'2021-07-06 17:06:27','21.25','4','newstock','1','','',180.00,'','1','81.25','internal','1','285','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(436,'GATE LACH','',47.00,'2021-07-06 17:07:52','0.00','4','newstock','1','','',65.00,'','1','47','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(437,'RED OXIDE','',12.00,'2021-07-06 17:22:03','1.00','4','newstock','1','','',190.00,'','1','13','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(438,'NAILS 2\"','',50.00,'2021-07-07 14:56:56','31.50','4','newstock','1','','',105.00,'','1','81.5','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(439,'NAILS 3\"','',50.00,'2021-07-07 14:57:26','258.00','4','newstock','1','','',105.00,'','1','308','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(440,'NAILS 4\"','',50.00,'2021-07-07 14:58:05','122.25','4','newstock','1','','',105.00,'','1','172.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(441,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',54.00,'2021-07-07 15:00:15','7.00','4','newstock','1','','',890.00,'','1','61','internal','1','13','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(442,'MDF CHERRY','',10.00,'2021-07-08 17:07:22','0.00','4','newstock','1','','',2900.00,'','1','10','internal','1','9','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(443,'SIMBA CEMENT (50KG)','',270.00,'2021-07-09 16:06:50','14.00','4','newstock','1','','',530.00,'','1','284','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(444,'BLACK POLYTHENE ROLL','',2.00,'2021-07-09 16:08:01','0.00','4','newstock','1','','',2500.00,'','1','2','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(445,'MEASURING TAPE 5 M','',5.00,'2021-07-09 16:41:42','0.00','4','newstock','1','','',50.00,'','1','5','internal','1','204','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(446,'SIMBA CEMENT (50KG)','',200.00,'2021-07-10 10:47:44','192.00','4','newstock','1','','',530.00,'','1','392','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(447,'CONDUTE PIPES','',3.00,'2021-07-10 10:52:34','0.00','4','newstock','1','','',110.00,'','1','3','internal','1','309','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(448,'PVC WASTE PIPE 4\"','',8.00,'2021-07-10 18:11:36','1.50','4','newstock','1','','',1000.00,'','1','9.5','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(449,'TURPETINE 1 LTR','',10.00,'2021-07-12 08:38:27','0.00','4','newstock','1','','',150.00,'','1','10','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(450,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',16.00,'2021-07-12 15:48:37','3.00','4','newstock','1','','',1065.00,'','1','19','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(451,'SIMBA CEMENT (50KG)','',200.00,'2021-07-13 11:14:44','344.00','4','newstock','1','','',530.00,'','1','544','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(452,'PAINT EMULSION 20 LTR','',12.00,'2021-07-13 16:59:18','0.00','4','newstock','1','','',1300.00,'','1','12','internal','1','245','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(453,'ROOFING NAILS','',50.00,'2021-07-14 10:00:30','9.00','4','newstock','1','','',150.00,'','1','59','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(454,'RED OXIDE','',12.00,'2021-07-14 10:03:23','9.00','4','newstock','1','','',190.00,'','1','21','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(455,'PAINT BRUSH 2\"','',10.00,'2021-07-14 10:04:07','2.00','4','newstock','1','','',33.00,'','1','12','internal','1','272','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(456,'PAINT BRUSH 3\"','',10.00,'2021-07-14 10:04:40','2.00','4','newstock','1','','',50.00,'','1','12','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(457,'plywood 3mm','',50.00,'2021-07-14 14:29:53','15.00','4','newstock','1','','',330.00,'','1','65','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(458,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',30.00,'2021-07-14 14:30:29','13.00','4','newstock','1','','',890.00,'','1','43','internal','1','13','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(459,'PAINT EMULSION 20 LTR','',8.00,'2021-07-14 14:31:40','11.00','4','newstock','1','','',1300.00,'','1','19','internal','1','245','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(460,'NAILS 5\"','',50.00,'2021-07-14 14:48:04','0.00','4','newstock','1','','',105.00,'','1','50','internal','1','64','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(461,'NAILS 2.5\"','',50.00,'2021-07-14 14:48:32','0.50','4','newstock','1','','',105.00,'','1','50.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(462,'U NAILS 1.5\"','',25.00,'2021-07-14 14:49:19','0.50','4','newstock','1','','',130.00,'','1','25.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(463,'CEILING NAILS 1.5\"','',25.00,'2021-07-14 14:49:51','3.50','4','newstock','1','','',130.00,'','1','28.5','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(464,'PAINT BRUSH 6\"','',11.00,'2021-07-14 15:13:12','2.00','4','newstock','1','','',120.00,'','1','13','internal','1','268','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(465,'PAINT BRUSH 4\"','',2.00,'2021-07-14 15:13:46','1.00','4','newstock','1','','',60.00,'','1','3','internal','1','270','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(466,'ROLLER PAINT BRUSH','',7.00,'2021-07-14 15:15:21','1.00','4','newstock','1','','',150.00,'','1','8','internal','1','274','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(467,'WIREMESH LIGHT GUAGE','',3.00,'2021-07-15 16:59:06','3.00','4','newstock','1','','',320.00,'','1','6','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(468,'WIREMESH MEDIUM GUAGE','',5.00,'2021-07-15 16:59:44','1.00','4','newstock','1','','',420.00,'','1','6','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(469,'D12 BARS','',26.00,'2021-07-15 17:00:31','4.00','4','newstock','1','','',1070.00,'','1','30','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(470,'NAILS 3\"','',50.00,'2021-07-16 10:13:45','278.50','4','newstock','1','','',105.00,'','1','328.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(471,'NAILS 4\"','',50.00,'2021-07-16 10:14:15','131.25','4','newstock','1','','',105.00,'','1','181.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(472,'NAILS 5\"','',50.00,'2021-07-16 10:14:46','50.00','4','newstock','1','','',105.00,'','1','100','internal','1','64','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(473,'GREEN 11/3 X 2.5M','',45.00,'2021-07-16 10:16:30','17.00','4','newstock','1','','',975.00,'','1','62','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(474,'BLUE 11/3 X 3 M','',30.00,'2021-07-16 10:17:39','0.00','4','newstock','1','','',1180.00,'','1','30','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(475,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',48.00,'2021-07-16 10:20:49','6.00','4','newstock','1','','',1065.00,'','1','54','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(476,'NAILS 6\"','',50.00,'2021-07-16 10:21:38','0.00','4','newstock','1','','',105.00,'','1','50','internal','1','65','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(477,'ROOFING NAILS','',50.00,'2021-07-16 10:28:17','56.50','4','newstock','1','','',150.00,'','1','106.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(478,'WIREMESH HEAVY GUAGE','',5.00,'2021-07-16 18:36:51','0.00','4','newstock','1','','',620.00,'','1','5','internal','1','147','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(479,'SIMBA CEMENT (50KG)','',-250.00,'2021-07-17 12:03:35','456.00','5','newstock','1','','',530.00,'','1','206','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(480,'R6','',-35.00,'2021-07-17 12:04:03','114.00','5','newstock','1','','',190.00,'','1','79','internal','1','92','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(481,'BINDING WIRE','',-25.00,'2021-07-17 12:09:53','49.00','5','newstock','1','','',120.00,'','1','24','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(482,'HOOP IRON','',-40.00,'2021-07-17 12:10:43','750.00','5','newstock','1','','',120.00,'','1','710','internal','1','103','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(483,'BLACK POLYTHENE ROLL','',-1.00,'2021-07-17 12:11:23','0.00','5','newstock','1','','',2500.00,'','3','-1','internal','3','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(484,'WHEEL BARROW','',-1.00,'2021-07-17 12:12:01','0.00','5','newstock','1','','',1800.00,'','3','-1','internal','3','282','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(485,'WHEEL BARROW','',-1.00,'2021-07-17 12:12:38','3.00','5','newstock','1','','',1800.00,'','1','2','internal','1','282','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(486,'WHEEL BARROW','',1.00,'2021-07-17 12:13:06','-1.00','5','newstock','1','','',1800.00,'','3','0','internal','3','282','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(487,'HOSE PIPE 3/4 X 120 FEET','',5.00,'2021-07-17 12:20:28','0.00','5','newstock','1','','',1800.00,'','1','5','internal','1','314','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(488,'HOSE PIPE 3/4 X 120 FEET','',-1.00,'2021-07-17 12:20:40','5.00','5','newstock','1','','',1800.00,'','1','4','internal','1','314','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(489,'HOSE PIPE 1/2 X 60 FEET','',3.00,'2021-07-17 12:22:18','0.00','5','newstock','1','','',600.00,'','1','3','internal','1','312','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(490,'MAISHA IT4 C/GREY 2.5M M','',-54.00,'2021-07-17 12:23:10','115.00','5','newstock','1','','',1025.00,'','1','61','internal','1','83','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(491,'RIDGES CHARCOAL GREY','',-22.00,'2021-07-17 12:23:48','41.00','5','newstock','1','','',310.00,'','1','19','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(492,'ROOFING RUBBER','',-7.00,'2021-07-17 12:24:18','11.00','5','newstock','1','','',40.00,'','1','4','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(493,'ROOFING NAILS','',-7.00,'2021-07-17 12:24:51','55.50','5','newstock','1','','',150.00,'','1','48.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(494,'WOOD PRESERVATIVE 20 LTRS','',-1.00,'2021-07-17 12:25:27','2.00','5','newstock','1','','',600.00,'','1','1','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(495,'HOOP IRON','',-5.00,'2021-07-17 12:27:25','710.00','5','newstock','1','','',120.00,'','1','705','internal','1','103','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(496,'WOOD PRESERVATIVE 20 LTRS','',4.00,'2021-07-17 12:27:51','1.00','5','newstock','1','','',600.00,'','1','5','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(497,'WOOD PRESERVATIVE 20 LTRS','',-4.00,'2021-07-17 12:31:49','5.00','5','newstock','1','','',600.00,'','1','1','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(498,'NAILS 2.5\"','',-4.00,'2021-07-17 12:34:03','47.50','5','newstock','1','','',105.00,'','1','43.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(499,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',-35.00,'2021-07-17 12:35:26','54.00','5','newstock','1','','',1065.00,'','1','19','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(500,'NAILS 4\"','',-7.00,'2021-07-17 12:36:00','128.25','5','newstock','1','','',105.00,'','1','121.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(501,'NAILS 5\"','',-5.00,'2021-07-17 12:36:29','50.00','5','newstock','1','','',105.00,'','1','45','internal','1','64','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(502,'ROOFING RUBBER','',100.00,'2021-07-17 12:39:47','4.00','5','newstock','1','','',40.00,'','1','104','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(503,'ROOFING RUBBER','',-12.00,'2021-07-17 12:40:18','104.00','5','newstock','1','','',40.00,'','1','92','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(504,'PLAIN SHEET G32','',-15.00,'2021-07-17 12:42:29','28.00','5','newstock','1','','',275.00,'','1','13','internal','1','43','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(505,'ROOFING NAILS','',-12.00,'2021-07-17 12:43:03','48.50','5','newstock','1','','',150.00,'','1','36.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(506,'WOOD PRESERVATIVE 20 LTRS','',-1.00,'2021-07-17 12:43:35','1.00','5','newstock','1','','',600.00,'','1','0','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(507,'PAINT BRUSH 6\"','',-1.00,'2021-07-17 12:44:09','10.00','5','newstock','1','','',120.00,'','1','9','internal','1','268','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(508,'PAINT BRUSH 3\"','',-3.00,'2021-07-17 12:44:44','12.00','5','newstock','1','','',50.00,'','1','9','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(509,'PAINT BRUSH 3\"','',3.00,'2021-07-17 12:45:55','9.00','5','newstock','1','','',50.00,'','1','12','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(510,'NAILS 3\"','',-3.00,'2021-07-17 12:46:19','265.00','5','newstock','1','','',105.00,'','1','262','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(511,'NAILS 2\"','',-2.00,'2021-07-17 12:46:57','68.00','5','newstock','1','','',105.00,'','1','66','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(512,'NAILS 2.5\"','',-9.00,'2021-07-17 12:47:24','43.50','5','newstock','1','','',105.00,'','1','34.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(513,'WOOD PRESERVATIVE 20 LTRS','',1.00,'2021-07-17 12:48:34','0.00','5','newstock','1','','',600.00,'','1','1','internal','1','188','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(514,'WOOD PRESERVATIVE POWDER','',12.00,'2021-07-17 12:54:42','0.00','5','newstock','1','','',120.00,'','1','12','internal','1','316','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(515,'WOOD PRESERVATIVE POWDER','',12.00,'2021-07-17 12:54:44','12.00','5','newstock','1','','',120.00,'','1','24','internal','1','316','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(516,'WOOD PRESERVATIVE POWDER','',-12.00,'2021-07-17 12:55:15','24.00','5','newstock','1','','',120.00,'','1','12','internal','1','316','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(517,'WOOD PRESERVATIVE 5 LTRS','',10.00,'2021-07-17 13:18:25','0.00','5','newstock','1','','',300.00,'','1','10','internal','1','317','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(518,'WATER TANK 1000 LTR','',1.00,'2021-07-17 13:20:24','0.00','5','newstock','1','','',6000.00,'','1','1','internal','1','318','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(519,'WATER TANK 1000 LTR','',1.00,'2021-07-17 13:25:04','0.00','5','newstock','1','','',6000.00,'','1','1','internal','1','318','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(520,'TRANSPARENT SHEET 2.5M','',1.00,'2021-07-17 13:27:47','0.00','5','newstock','1','','',800.00,'','1','1','internal','1','123','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(521,'PAINTS 1/4 LTR','',100.00,'2021-07-17 13:29:25','0.00','5','newstock','1','','',75.00,'','1','100','internal','1','319','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(522,'PAINTS 1/2 LTR','',100.00,'2021-07-17 13:31:21','0.00','5','newstock','1','','',120.00,'','1','100','internal','1','320','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(523,'TUBE 2 FEET','',20.00,'2021-07-17 13:35:05','0.00','5','newstock','1','','',80.00,'','1','20','internal','1','321','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(524,'TUBE 4 FEET','',50.00,'2021-07-17 13:36:06','0.00','5','newstock','1','','',120.00,'','1','50','internal','1','322','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(525,'WIRE BRUSH','',28.00,'2021-07-17 13:39:09','7.00','5','newstock','1','','',50.00,'','1','35','internal','1','280','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(526,'GATEVALVE 3/4','',12.00,'2021-07-17 13:41:18','0.00','5','newstock','1','','',300.00,'','1','12','internal','1','323','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(527,'GATEVALVE 1\"','',5.00,'2021-07-17 13:43:49','0.00','5','newstock','1','','',400.00,'','1','5','internal','1','324','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(528,'GATEVALVE 1/2\"','',2.00,'2021-07-17 13:44:55','0.00','5','newstock','1','','',250.00,'','1','2','internal','1','325','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(529,'BINDING WIRE','',100.00,'2021-07-17 13:58:13','24.00','5','newstock','1','','',120.00,'','1','124','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(530,'BINDING WIRE','',-90.00,'2021-07-17 14:00:33','124.00','5','newstock','1','','',120.00,'','1','34','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(531,'MINDY LOCK 40 MM','',1.00,'2021-07-19 17:33:17','0.00','4','newstock','1','','',350.00,'','1','1','internal','1','199','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(532,'WATER TANK 1500 LTR','',1.00,'2021-07-19 17:46:22','0.00','4','newstock','1','','',8500.00,'','1','1','internal','1','263','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(533,'TEMBO BARBED WIRE 610M','',10.00,'2021-07-21 09:46:44','0.00','4','newstock','1','','',3800.00,'','1','10','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(534,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-07-21 09:47:31','6.00','4','newstock','1','','',5700.00,'','1','11','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(535,'TEMBO BARBED WIRE 480 MITR','',5.00,'2021-07-21 09:48:21','3.00','4','newstock','1','','',3050.00,'','1','8','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(536,'TILES 300X300 (17)','',7.00,'2021-07-21 10:37:58','1.00','4','newstock','1','','',890.00,'','1','8','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(537,'TILES 300X300 (17)','',6.00,'2021-07-21 17:19:45','1.00','4','newstock','1','','',890.00,'','1','7','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(538,'GROUT 1KG','',3.00,'2021-07-21 17:34:22','5.00','4','newstock','1','','',40.00,'','1','8','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(539,'CHAINLINK 4FT','',10.00,'2021-07-22 17:42:17','0.00','4','newstock','1','','',1680.00,'','1','10','internal','1','137','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(540,'CHAINLINK 6FT','',10.00,'2021-07-22 17:42:46','4.00','4','newstock','1','','',2520.00,'','1','14','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(541,'CHAINLINK 7FT','',10.00,'2021-07-22 17:43:12','1.00','4','newstock','1','','',2940.00,'','1','11','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(542,'U NAILS 1.5\"','',25.00,'2021-07-22 17:43:36','12.50','4','newstock','1','','',130.00,'','1','37.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(543,'TILES 300X300 (17)','',47.00,'2021-07-22 17:47:03','1.00','4','newstock','1','','',890.00,'','1','48','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(544,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',16.00,'2021-07-22 17:48:17','8.00','4','newstock','1','','',1065.00,'','1','24','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(545,'G32 X 3.0 MTR','',20.00,'2021-07-22 17:48:51','23.00','4','newstock','1','','',870.00,'','1','43','internal','1','42','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(546,'UNION DOOR LOCK','',1.00,'2021-07-22 18:41:24','2.00','4','newstock','1','','',1500.00,'','1','3','internal','1','202','','',0.00,'','2600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(547,'GROUT 1KG','',1.00,'2021-07-22 18:46:50','2.00','4','newstock','1','','',40.00,'','1','3','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(548,'CHIKEN WIRE 3 FFET','',2.00,'2021-07-23 10:28:49','0.00','4','newstock','1','','',50.00,'','1','2','internal','1','243','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(549,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',480.00,'2021-07-23 10:32:29','24.00','4','newstock','1','','',1065.00,'','1','504','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(550,'G32X3.0MTR','',100.00,'2021-07-23 10:36:05','8.00','4','newstock','1','','',642.00,'','1','108','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(551,'ROOFING NAILS','',150.00,'2021-07-23 10:36:54','25.50','4','newstock','1','','',150.00,'','1','175.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(552,'ZINGIRA BARBED WIRE610 MTR','',5.00,'2021-07-23 12:12:18','0.00','4','newstock','1','','',3850.00,'','1','5','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(553,'ALLUMINIUM CORNER STRIP','',50.00,'2021-07-26 14:10:14','0.00','4','newstock','1','','',150.00,'','1','50','internal','1','208','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(554,'PAINT GLOSS 4 LTR','',50.00,'2021-07-26 14:25:56','0.00','4','newstock','1','','',630.00,'','1','50','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(555,'PLAIN.RIDGES 30 G','',8.00,'2021-07-26 16:59:23','4.00','4','newstock','1','','',200.00,'','1','12','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(556,'BLOCK BOARD 3/4\"','',5.00,'2021-07-27 11:48:49','0.00','4','newstock','1','','',2700.00,'','1','5','internal','1','10','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(557,'PVC VENT','',45.00,'2021-07-28 17:01:00','0.00','4','newstock','1','','',55.00,'','1','45','internal','1','281','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(558,'GREEN 11/3 X 2.5M','',14.00,'2021-07-28 17:12:34','24.00','4','newstock','1','','',975.00,'','1','38','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(559,'GREEN 11/3 X 2.5M','',14.00,'2021-07-28 17:12:39','38.00','4','newstock','1','','',975.00,'','1','52','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(560,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',60.00,'2021-07-28 17:14:06','11.00','4','newstock','1','','',890.00,'','1','71','internal','1','13','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(561,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-07-28 17:15:00','10.00','4','newstock','1','','',5700.00,'','1','15','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(562,'CHIKEN WIRE 3 FFET','',5.00,'2021-07-28 17:16:51','1.00','4','newstock','1','','',50.00,'','1','6','internal','1','243','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(563,'PVC PRESSURE 2','',5.00,'2021-07-29 16:47:51','8.00','4','newstock','1','','',800.00,'','1','13','internal','1','222','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(564,'SIMBA CEMENT (50KG)','',240.00,'2021-07-29 17:16:38','48.00','4','newstock','1','','',530.00,'','1','288','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(565,'plywood 3mm','',30.00,'2021-07-30 16:27:06','29.00','4','newstock','1','','',330.00,'','1','59','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(566,'HT GALV.FENCING WIRE 50 KG','',10.00,'2021-07-30 16:30:10','6.00','4','newstock','1','','',12600.00,'','1','16','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(567,'NAILS 3\"','',50.00,'2021-07-30 16:31:00','183.00','4','newstock','1','','',105.00,'','1','233','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(568,'NAILS 4\"','',50.00,'2021-07-30 16:31:29','45.75','4','newstock','1','','',105.00,'','1','95.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(569,'U NAILS 1.5\"','',50.00,'2021-07-30 16:32:02','2.00','4','newstock','1','','',130.00,'','1','52','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(570,'TILES 35X35 EGYPT','',2.00,'2021-07-30 16:32:57','0.00','4','newstock','1','','',800.00,'','1','2','internal','1','177','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(571,'TILES INDIA 40X40','',2.00,'2021-07-30 16:33:48','0.00','4','newstock','1','','',700.00,'','1','2','internal','1','179','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(572,'TILES 300X300 (17)','',12.00,'2021-07-30 16:34:21','1.00','4','newstock','1','','',890.00,'','1','13','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(573,'WIREMESH LIGHT GUAGE','',10.00,'2021-07-30 16:35:01','3.00','4','newstock','1','','',320.00,'','1','13','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(574,'D8 BARS','',20.00,'2021-07-30 16:35:46','1.00','4','newstock','1','','',510.00,'','1','21','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(575,'D10 BARS','',30.00,'2021-07-30 16:36:27','1.00','4','newstock','1','','',730.00,'','1','31','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(576,'SILICONE','',1.00,'2021-07-30 16:39:50','1.00','4','newstock','1','','',200.00,'','1','2','internal','1','246','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(577,'GROUT 1KG','',12.00,'2021-07-30 16:59:50','0.00','4','newstock','1','','',40.00,'','1','12','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(578,'MIX ITEMS','',100.00,'2021-07-30 17:23:09','0.00','4','newstock','1','','',2.00,'','1','100','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(579,'GREEN 11/3 X 3M','',15.00,'2021-07-30 17:56:31','0.00','4','newstock','1','','',1180.00,'','1','15','internal','1','115','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(580,'TILES 300X300 (17)','',2.00,'2021-08-03 15:59:26','1.00','4','newstock','1','','',890.00,'','1','3','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(581,'plywood 3mm','',70.00,'2021-08-03 16:00:03','23.00','4','newstock','1','','',330.00,'','1','93','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(582,'NAILS 3\"','',50.00,'2021-08-03 16:00:36','228.00','4','newstock','1','','',105.00,'','1','278','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(583,'NAILS 4\"','',50.00,'2021-08-03 16:01:04','88.25','4','newstock','1','','',105.00,'','1','138.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(584,'D12 BARS','',40.00,'2021-08-07 15:25:03','14.00','4','newstock','1','','',1070.00,'','1','54','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(585,'D10 BARS','',60.00,'2021-08-07 15:25:43','26.00','4','newstock','1','','',730.00,'','1','86','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(586,'D8 BARS','',80.00,'2021-08-07 15:26:20','17.00','4','newstock','1','','',510.00,'','1','97','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(587,'BLACK POLYTHENE ROLL','',1.00,'2021-08-07 15:28:58','2.00','4','newstock','1','','',2500.00,'','1','3','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(588,'NAILS 2\"','',50.00,'2021-08-07 16:19:08','25.00','4','newstock','1','','',105.00,'','1','75','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(589,'NAILS 2.5\"','',50.00,'2021-08-07 16:21:02','19.00','4','newstock','1','','',105.00,'','1','69','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(590,'SIMBA CEMENT (50KG)','',290.00,'2021-08-09 15:46:30','116.00','4','newstock','1','','',530.00,'','1','406','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(591,'CHIPBOARD FLOWERED','',6.00,'2021-08-09 15:56:10','0.00','4','newstock','1','','',720.00,'','1','6','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(592,'plywood 3mm','',30.00,'2021-08-09 15:58:20','60.00','4','newstock','1','','',330.00,'','1','90','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(593,'D12 BARS','',20.00,'2021-08-09 15:58:53','48.00','4','newstock','1','','',1070.00,'','1','68','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(594,'RIDGES CHARCOAL GREY','',20.00,'2021-08-09 15:59:48','1.00','4','newstock','1','','',310.00,'','1','21','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(595,'WATER TANK 2300 LTR','',1.00,'2021-08-10 16:21:56','0.00','4','newstock','1','','',14000.00,'','1','1','internal','1','297','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(596,'MAISHA IT4 MASAI RED 2.5 M','',77.00,'2021-08-10 16:35:08','9.00','4','newstock','1','','',1025.00,'','1','86','internal','1','80','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(597,'MAISHA IT4 MASAI RED 3.0 M','',45.00,'2021-08-10 16:36:01','21.00','4','newstock','1','','',1230.00,'','1','66','internal','1','81','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(598,'MAISHA IT4 MASAI RED 2.0 M','',57.00,'2021-08-10 16:36:51','0.00','4','newstock','1','','',780.00,'','1','57','internal','1','79','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(599,'TILE RED 11/3 X 3M','',30.00,'2021-08-10 16:39:28','0.00','4','newstock','1','','',1180.00,'','1','30','internal','1','112','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(600,'MAISHA TILE RED IT4 2.0M','',2.00,'2021-08-10 16:42:41','2.00','4','newstock','1','','',780.00,'','1','4','internal','1','38','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(601,'TILE RED 11/3 X 2.5M','',7.00,'2021-08-10 16:57:56','4.00','4','newstock','1','','',975.00,'','1','11','internal','1','111','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(602,'TILE RED 11/3 X 2M','',70.00,'2021-08-10 16:59:20','14.00','4','newstock','1','','',780.00,'','1','84','internal','1','110','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(603,'11/3 C/GREY 2 MTR','',75.00,'2021-08-10 17:00:33','46.00','4','newstock','1','','',720.00,'','1','121','internal','1','223','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(604,'11/3 C/GREY 2.5 MTR','',39.00,'2021-08-10 17:01:46','1.00','4','newstock','1','','',720.00,'','1','40','internal','1','229','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(605,'ROLLER PAINT BRUSH','',7.00,'2021-08-10 17:04:11','5.00','4','newstock','1','','',150.00,'','1','12','internal','1','274','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(606,'OXFORD HINGIS 4\"','',23.00,'2021-08-10 17:07:21','1.00','4','newstock','1','','',120.00,'','1','24','internal','1','290','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(607,'HINGIS 4\"','',12.00,'2021-08-10 17:08:10','5.00','4','newstock','1','','',45.00,'','1','17','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(608,'ZINGIRA BARBED WIRE 480 MTR','',3.00,'2021-08-10 17:09:11','0.00','4','newstock','1','','',3050.00,'','1','3','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(609,'TOILET P TRAP','',8.00,'2021-08-10 17:10:05','0.00','4','newstock','1','','',1400.00,'','1','8','internal','1','211','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(610,'FILE JK 8\"','',24.00,'2021-08-10 17:12:53','3.00','4','newstock','1','','',80.00,'','1','27','internal','1','275','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(611,'FILE JK 8\"','',11.00,'2021-08-10 17:14:12','27.00','4','newstock','1','','',80.00,'','1','38','internal','1','275','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(612,'FLASH DOOR','',4.00,'2021-08-10 17:21:46','2.00','4','newstock','1','','',1550.00,'','1','6','internal','1','267','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(613,'WHEEL BARROW','',4.00,'2021-08-10 17:30:33','2.00','4','newstock','1','','',1800.00,'','1','6','internal','1','282','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(614,'PAINTS EMULSION 4 LTR','',14.00,'2021-08-10 17:32:50','31.00','4','newstock','1','','',450.00,'','1','45','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(615,'PAINT GLOSS 4 LTR','',10.00,'2021-08-10 17:38:29','31.00','4','newstock','1','','',630.00,'','1','41','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(616,'BLACK POLYTHENE METER','',50.00,'2021-08-14 08:49:02','12.00','4','newstock','1','','',120.00,'','1','62','internal','1','174','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(617,'FILLER','',25.00,'2021-08-14 16:56:25','0.00','4','newstock','1','','',60.00,'','1','25','internal','1','295','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(618,'TILES 300X300 (17)','',6.00,'2021-08-14 17:08:10','0.00','4','newstock','1','','',890.00,'','1','6','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(619,'CONDUTE PIPES','',20.00,'2021-08-16 17:17:06','0.00','4','newstock','1','','',110.00,'','1','20','internal','1','309','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(620,'RED OXIDE','',25.00,'2021-08-16 17:18:20','3.00','4','newstock','1','','',190.00,'','1','28','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(621,'BLACK POLYTHENE ROLL','',2.00,'2021-08-16 17:19:17','3.00','4','newstock','1','','',2500.00,'','1','5','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(622,'HT GALV.FENCING WIRE 50 KG','',3.00,'2021-08-16 17:20:19','14.00','4','newstock','1','','',12600.00,'','1','17','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(623,'RIDGES BRICK RED','',20.00,'2021-08-16 17:21:08','9.00','4','newstock','1','','',310.00,'','1','29','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(624,'RIDGES MASAI RED','',20.00,'2021-08-16 17:27:43','1.00','4','newstock','1','','',310.00,'','1','21','internal','1','51','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(625,'RIDGES CHARCOAL GREY','',10.00,'2021-08-16 17:29:15','21.00','4','newstock','1','','',310.00,'','1','31','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(626,'D8 BARS','',130.00,'2021-08-16 17:30:48','97.00','4','newstock','1','','',510.00,'','1','227','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(627,'D12 BARS','',48.00,'2021-08-16 17:35:06','68.00','4','newstock','1','','',1070.00,'','1','116','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(628,'CHIPBOARD FLOWERED','',22.00,'2021-08-16 17:35:54','3.00','4','newstock','1','','',720.00,'','1','25','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(629,'MAISHA IT4 BLUE 3.0 M','',98.00,'2021-08-16 17:36:36','26.00','4','newstock','1','','',1230.00,'','1','124','internal','1','72','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(630,'D10 BARS','',20.00,'2021-08-16 17:37:13','81.00','4','newstock','1','','',730.00,'','1','101','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(631,'SIMBA CEMENT (50KG)','',200.00,'2021-08-16 17:40:32','220.00','4','newstock','1','','',530.00,'','1','420','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(632,'SQ.TUBES 20X20X1MM','',30.00,'2021-08-17 09:49:14','8.00','4','newstock','1','','',560.00,'','1','38','internal','1','53','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(633,'HT GALV.FENCING WIRE 50 KG','',5.00,'2021-08-17 09:50:36','16.00','4','newstock','1','','',12600.00,'','1','21','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(634,'TEMBO BARBED WIRE 480 MITR','',10.00,'2021-08-17 09:51:09','0.00','4','newstock','1','','',3050.00,'','1','10','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(635,'cutting disk 9\"','',5.00,'2021-08-17 17:01:36','0.00','4','newstock','1','','',180.00,'','1','5','internal','1','194','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(636,'PVC GUTTER','',10.00,'2021-08-19 08:37:59','0.00','4','newstock','1','','',800.00,'','1','10','internal','1','244','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(637,'WATER TANK 2300 LTR','',1.00,'2021-08-19 16:34:29','0.00','4','newstock','1','','',14000.00,'','1','1','internal','1','297','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(638,'U NAILS 1.5\"','',50.00,'2021-08-21 16:28:53','0.50','4','newstock','1','','',130.00,'','1','50.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(639,'NAILS 2\"','',50.00,'2021-08-21 16:29:57','21.00','4','newstock','1','','',105.00,'','1','71','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(640,'CHAINLINK 6FT','',5.00,'2021-08-21 16:30:34','9.00','4','newstock','1','','',2520.00,'','1','14','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(641,'CHAINLINK 7FT','',5.00,'2021-08-21 16:31:02','5.00','4','newstock','1','','',2940.00,'','1','10','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(642,'CHAINLINK 8FT','',5.00,'2021-08-21 16:31:37','4.00','4','newstock','1','','',3360.00,'','1','9','internal','1','141','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(643,'SQ.TUBES 40X40X1MM','',5.00,'2021-08-21 16:58:36','0.50','4','newstock','1','','',1130.00,'','1','5.5','internal','1','56','','',0.00,'','1400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(644,'TURPETINE 1 LTR','',5.00,'2021-08-21 17:40:20','0.00','4','newstock','1','','',150.00,'','1','5','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(645,'PAINTS EMULSION 4 LTR','',8.00,'2021-08-24 09:33:40','40.00','4','newstock','1','','',450.00,'','1','48','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(646,'PAINT GLOSS 4 LTR','',44.00,'2021-08-24 09:35:19','26.00','4','newstock','1','','',630.00,'','1','70','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(647,'PAINTS 1/4 LTR','',68.00,'2021-08-24 09:37:00','65.00','4','newstock','1','','',75.00,'','1','133','internal','1','319','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(648,'PAINT GLOSS 4 LTR','',24.00,'2021-08-24 09:37:38','70.00','4','newstock','1','','',630.00,'','1','94','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(649,'NAILS 2.5\"','',50.00,'2021-08-24 09:39:01','36.50','4','newstock','1','','',105.00,'','1','86.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(650,'NAILS 4\"','',50.00,'2021-08-24 09:39:40','95.75','4','newstock','1','','',105.00,'','1','145.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(651,'U NAILS 1.5\"','',25.00,'2021-08-24 09:41:13','35.00','4','newstock','1','','',130.00,'','1','60','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(652,'CHIPBOARD FLOWERED','',12.00,'2021-08-24 16:48:28','25.00','4','newstock','1','','',720.00,'','1','37','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(653,'BLUE 11/3 X 3 M','',30.00,'2021-08-24 16:49:39','0.00','4','newstock','1','','',1180.00,'','1','30','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(654,'plywood 3mm','',20.00,'2021-08-24 16:50:31','29.00','4','newstock','1','','',330.00,'','1','49','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(655,'ZINGIRA BARBED WIRE 480 MTR','',5.00,'2021-08-24 16:51:15','1.00','4','newstock','1','','',3050.00,'','1','6','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(656,'D8 BARS','',50.00,'2021-08-24 16:51:54','227.00','4','newstock','1','','',510.00,'','1','277','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(657,'D10 BARS','',35.00,'2021-08-24 16:52:34','101.00','4','newstock','1','','',730.00,'','1','136','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(658,'CORNER BAO','',200.00,'2021-08-24 17:14:18','143.00','4','newstock','1','','',15.00,'','1','343','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(659,'TURPETINE 1 LTR','',15.00,'2021-08-25 10:48:15','4.00','4','newstock','1','','',150.00,'','1','19','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(660,'WIREMESH MEDIUM GUAGE','',5.00,'2021-08-27 08:43:15','3.00','4','newstock','1','','',420.00,'','1','8','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(661,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-08-27 08:43:57','8.00','4','newstock','1','','',5700.00,'','1','13','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(662,'ZINGIRA BARBED WIRE610 MTR','',5.00,'2021-08-27 08:44:46','0.00','4','newstock','1','','',3850.00,'','1','5','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(663,'TEMBO BARBED WIRE 480 MITR','',5.00,'2021-08-27 08:45:32','5.00','4','newstock','1','','',3050.00,'','1','10','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(664,'PLAIN.RIDGES 30 G','',10.00,'2021-08-28 17:33:58','4.00','4','newstock','1','','',200.00,'','1','14','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(665,'RED OXIDE','',12.00,'2021-08-30 15:54:42','28.00','4','newstock','1','','',190.00,'','1','40','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(666,'BLACK POLYTHENE ROLL','',2.00,'2021-08-30 15:56:15','3.00','4','newstock','1','','',2500.00,'','1','5','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(667,'PAINT BRUSH 3\"','',12.00,'2021-08-30 15:56:55','0.00','4','newstock','1','','',50.00,'','1','12','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(668,'PAINT BRUSH 4\"','',12.00,'2021-08-30 15:57:41','0.00','4','newstock','1','','',60.00,'','1','12','internal','1','270','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(669,'SILICONE','',24.00,'2021-08-30 15:58:56','0.00','4','newstock','1','','',200.00,'','1','24','internal','1','246','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(670,'ROLLER PAINT BRUSH','',5.00,'2021-08-30 15:59:51','10.00','4','newstock','1','','',150.00,'','1','15','internal','1','274','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(671,'FLAT BAR 40 X 3 M','',1.00,'2021-08-30 16:05:41','0.00','4','newstock','1','','',570.00,'','1','1','internal','1','213','','',0.00,'','750','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(672,'G32X2.5MTR','',40.00,'2021-08-31 16:29:27','77.00','4','newstock','1','','',725.00,'','1','117','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(673,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',30.00,'2021-08-31 16:30:03','22.00','4','newstock','1','','',890.00,'','1','52','internal','1','13','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(674,'WATER TANK 3000 LTR','',1.00,'2021-08-31 16:30:53','0.00','4','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(675,'ROOFING NAILS','',25.00,'2021-09-02 09:21:45','69.00','4','newstock','1','','',150.00,'','1','94','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(676,'U NAILS 1.5\"','',50.00,'2021-09-02 09:22:31','20.50','4','newstock','1','','',130.00,'','1','70.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(677,'SIMBA CEMENT (50KG)','',200.00,'2021-09-02 09:23:41','212.00','4','newstock','1','','',530.00,'','1','412','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(678,'BATTERY 100 AMP','',1.00,'2021-09-03 17:15:41','0.00','4','newstock','1','','',8500.00,'','1','1','internal','1','224','','',0.00,'','14000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(679,'SWITCH / SOCKET','',45.00,'2021-09-03 17:17:53','6.00','4','newstock','1','','',150.00,'','1','51','internal','1','259','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(680,'G32X3.0MTR','',40.00,'2021-09-03 17:19:04','39.00','4','newstock','1','','',642.00,'','1','79','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(681,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',48.00,'2021-09-03 17:20:20','239.00','4','newstock','1','','',1065.00,'','1','287','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(682,'plywood 3mm','',50.00,'2021-09-03 17:21:24','8.00','4','newstock','1','','',330.00,'','1','58','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(683,'ROOFING NAILS','',50.00,'2021-09-03 17:26:32','84.50','4','newstock','1','','',150.00,'','1','134.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(684,'NAILS 2.5\"','',50.00,'2021-09-03 17:27:30','72.00','4','newstock','1','','',105.00,'','1','122','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(685,'NAILS 3\"','',100.00,'2021-09-03 17:28:33','211.50','4','newstock','1','','',105.00,'','1','311.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(686,'NAILS 4\"','',100.00,'2021-09-03 17:29:47','98.75','4','newstock','1','','',105.00,'','1','198.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(687,'NGOMBE HT WIRE X 50 KG','',5.00,'2021-09-03 17:31:08','11.00','4','newstock','1','','',14000.00,'','1','16','internal','1','221','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(688,'TEMBO BARBED WIRE 480 MITR','',5.00,'2021-09-03 17:32:36','10.00','4','newstock','1','','',3050.00,'','1','15','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(689,'TEMBO BARBED WIRE 610M','',4.00,'2021-09-03 17:34:10','0.00','4','newstock','1','','',3800.00,'','1','4','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(690,'ZINGIRA BARBED WIRE610 MTR','',6.00,'2021-09-03 17:35:22','1.00','4','newstock','1','','',3850.00,'','1','7','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(691,'HARDBOARD','',25.00,'2021-09-03 17:39:01','20.00','4','newstock','1','','',480.00,'','1','45','internal','1','288','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(692,'CHIPBOARD FLOWERED','',50.00,'2021-09-03 17:39:39','14.00','4','newstock','1','','',720.00,'','1','64','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(693,'HINGIS 4\"','',24.00,'2021-09-03 17:58:32','0.00','4','newstock','1','','',45.00,'','1','24','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(694,'TUBE 2 FEET','',6.00,'2021-09-06 17:50:52','18.00','4','newstock','1','','',80.00,'','1','24','internal','1','321','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(695,'BLUE 11/3 X 3 M','',30.00,'2021-09-07 17:25:36','11.00','4','newstock','1','','',1180.00,'','1','41','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(696,'MS PLATE 1MM (18G)','',5.50,'2021-09-07 17:26:42','2.00','4','newstock','1','','',3200.00,'','1','7.5','internal','1','148','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(697,'PVC WASTE PIPE 3\"','',10.00,'2021-09-07 17:27:25','2.00','4','newstock','1','','',500.00,'','1','12','internal','1','131','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(698,'PVC WASTE PIPE 4\"','',3.00,'2021-09-07 17:28:16','2.50','4','newstock','1','','',1000.00,'','1','5.5','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(699,'PVC WASTE PIPE 3\"','',1.00,'2021-09-07 17:32:13','12.00','4','newstock','1','','',500.00,'','1','13','internal','1','131','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(700,'BRICK RED 11/3 X 3M','',12.00,'2021-09-08 17:00:47','1.00','4','newstock','1','','',1180.00,'','1','13','internal','1','118','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(701,'LIME 25KG','',10.00,'2021-09-11 10:47:29','0.00','4','newstock','1','','',150.00,'','1','10','internal','1','104','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(702,'SIMBA CEMENT (50KG)','',480.00,'2021-09-11 10:51:28','156.00','4','newstock','1','','',530.00,'','1','636','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(703,'PAINTS EMULSION 4 LTR','',20.00,'2021-09-11 10:53:48','36.00','4','newstock','1','','',450.00,'','1','56','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(704,'PAINT GLOSS 4 LTR','',20.00,'2021-09-11 10:54:31','58.00','4','newstock','1','','',630.00,'','1','78','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(705,'OXFORD HINGIS 4\"','',17.00,'2021-09-11 11:03:03','18.00','4','newstock','1','','',120.00,'','1','35','internal','1','290','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(706,'SWITCH / SOCKET','',350.00,'2021-09-11 11:09:47','50.00','4','newstock','1','','',150.00,'','1','400','internal','1','259','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(707,'LIME 25KG','',10.00,'2021-09-11 11:18:33','0.00','4','newstock','1','','',150.00,'','1','10','internal','1','104','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(708,'MAISHA IT4 C/GREY 3.0M','',14.00,'2021-09-11 13:52:45','37.00','4','newstock','1','','',1230.00,'','3','51','internal','3','84','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(709,'MAISHA IT4 C/GREY 2.5M M','',25.00,'2021-09-11 13:53:26','56.00','4','newstock','1','','',1025.00,'','1','81','internal','1','83','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(710,'RIDGES CHARCOAL GREY','',8.00,'2021-09-11 13:57:16','15.00','4','newstock','1','','',310.00,'','1','23','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(711,'ROOFING RUBBER','',9.00,'2021-09-11 13:57:55','39.00','4','newstock','1','','',40.00,'','1','48','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(712,'NAILS 2\"','',50.00,'2021-09-11 15:00:16','9.00','4','newstock','1','','',105.00,'','1','59','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(713,'U NAILS 1.5\"','',50.00,'2021-09-11 15:01:02','48.00','4','newstock','1','','',130.00,'','1','98','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(714,'CEILING NAILS 1.5\"','',25.00,'2021-09-11 15:02:09','11.50','4','newstock','1','','',130.00,'','1','36.5','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(715,'G32X2.5MTR','',60.00,'2021-09-13 16:15:26','61.00','4','newstock','1','','',725.00,'','1','121','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(716,'G32X3.0MTR','',20.00,'2021-09-13 16:16:46','55.00','4','newstock','1','','',642.00,'','1','75','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(717,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',16.00,'2021-09-13 16:17:32','206.00','4','newstock','1','','',1065.00,'','1','222','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(718,'PLAIN.RIDGES 30 G','',40.00,'2021-09-13 16:19:16','4.00','4','newstock','1','','',200.00,'','1','44','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(719,'PVC WASTE PIPE 4\"','',5.00,'2021-09-13 16:23:01','5.00','4','newstock','1','','',1000.00,'','1','10','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(720,'CONDUTE PIPES','',15.00,'2021-09-13 16:24:36','12.00','4','newstock','1','','',110.00,'','1','27','internal','1','309','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(721,'MIX ITEMS','',100.00,'2021-09-13 17:08:48','0.50','4','newstock','1','','',2.00,'','1','100.5','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(722,'ROOFING NAILS','',50.00,'2021-09-14 13:35:30','68.50','4','newstock','1','','',150.00,'','1','118.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(723,'NAILS 4\"','',50.00,'2021-09-14 13:36:41','112.25','4','newstock','1','','',105.00,'','1','162.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(724,'NAILS 4\"','',50.00,'2021-09-14 13:36:49','162.25','4','newstock','1','','',105.00,'','1','212.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(725,'WIREMESH MEDIUM GUAGE','',10.00,'2021-09-14 13:37:36','5.00','4','newstock','1','','',420.00,'','1','15','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(726,'TEMBO BARBED WIRE 480 MITR','',5.00,'2021-09-14 13:38:34','6.00','4','newstock','1','','',3050.00,'','1','11','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(727,'ZINGIRA BARBED WIRE610 MTR','',5.00,'2021-09-14 13:39:26','2.00','4','newstock','1','','',3850.00,'','1','7','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(728,'AUDDY LOCK 50 MM','',5.00,'2021-09-14 13:41:26','0.00','4','newstock','1','','',150.00,'','1','5','internal','1','196','','',0.00,'','450','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(729,'BLACK POLYTHENE METER','',50.00,'2021-09-14 18:01:15','1.00','4','newstock','1','','',120.00,'','1','51','internal','1','174','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(730,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',30.00,'2021-09-15 15:56:07','216.00','4','newstock','1','','',1065.00,'','1','246','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(731,'G32X3.0MTR','',40.00,'2021-09-15 15:56:58','53.00','4','newstock','1','','',642.00,'','1','93','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(732,'G32X2.5MTR','',40.00,'2021-09-15 15:57:37','39.00','4','newstock','1','','',725.00,'','1','79','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(733,'CHAINLINK 5FT','',5.00,'2021-09-16 16:21:54','2.00','4','newstock','1','','',2100.00,'','1','7','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(734,'CHAINLINK 7FT','',5.00,'2021-09-16 16:22:59','7.00','4','newstock','1','','',2940.00,'','1','12','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(735,'WATER TANK 3000 LTR','',1.00,'2021-09-17 10:19:12','0.00','4','newstock','1','','',16000.00,'','1','1','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(736,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',32.00,'2021-09-17 10:20:38','244.00','4','newstock','1','','',1065.00,'','1','276','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(737,'G32X3.0MTR','',20.00,'2021-09-17 10:21:31','82.00','4','newstock','1','','',642.00,'','1','102','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(738,'G32X2.5MTR','',20.00,'2021-09-17 10:22:30','74.00','4','newstock','1','','',725.00,'','1','94','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(739,'D10 BARS','',20.00,'2021-09-17 10:23:23','120.00','4','newstock','1','','',730.00,'','1','140','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(740,'D8 BARS','',20.00,'2021-09-17 10:23:59','277.00','4','newstock','1','','',510.00,'','1','297','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(741,'BRC 610 LIGHT','',1.00,'2021-09-17 10:24:45','0.00','4','newstock','1','','',2800.00,'','1','1','internal','1','262','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(742,'BLUE 11/3 X 3 M','',45.00,'2021-09-17 16:15:23','19.00','4','newstock','1','','',1180.00,'','1','64','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(743,'MAISHA IT4 BRICK RED 3.0 M','',15.00,'2021-09-17 16:18:13','0.00','4','newstock','1','','',1290.00,'','1','15','internal','1','78','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(744,'MAISHA IT4 BRICK RED 2.5 M','',15.00,'2021-09-17 16:19:12','17.00','4','newstock','1','','',1025.00,'','1','32','internal','1','77','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(745,'GROUT 1KG','',24.00,'2021-09-18 17:40:23','1.00','4','newstock','1','','',40.00,'','1','25','internal','1','186','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(746,'HINGIS 4\"','',6.00,'2021-09-20 17:37:38','0.00','4','newstock','1','','',45.00,'','1','6','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(747,'NAILS 2\"','',50.00,'2021-09-21 16:24:04','0.50','4','newstock','1','','',105.00,'','1','50.5','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(748,'NAILS 2.5\"','',50.00,'2021-09-21 16:24:37','70.50','4','newstock','1','','',105.00,'','1','120.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(749,'ROOFING NAILS','',50.00,'2021-09-21 16:25:27','41.50','4','newstock','1','','',150.00,'','1','91.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(750,'CHAINLINK 8FT','',10.00,'2021-09-22 09:47:19','5.00','4','newstock','1','','',3360.00,'','1','15','internal','1','141','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(751,'HT GALV.FENCING WIRE 50 KG','',5.00,'2021-09-22 09:48:16','8.00','4','newstock','1','','',12600.00,'','1','13','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(752,'SIMBA CEMENT (50KG)','',300.00,'2021-09-22 09:56:59','354.00','4','newstock','1','','',530.00,'','1','654','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(753,'CHIPBOARD FLOWERED','',27.00,'2021-09-22 09:59:36','23.00','4','newstock','1','','',720.00,'','1','50','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(754,'D12 BARS','',32.00,'2021-09-22 10:00:23','116.00','4','newstock','1','','',1070.00,'','1','148','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(755,'BLUE 11/3 X 2M','',90.00,'2021-09-22 10:17:02','21.00','4','newstock','1','','',780.00,'','1','111','internal','1','107','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(756,'BLUE 11/3 X 3 M','',7.00,'2021-09-22 10:17:55','14.00','4','newstock','1','','',1180.00,'','1','21','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(757,'ROOFING NAILS','',50.00,'2021-09-22 10:20:16','86.50','4','newstock','1','','',150.00,'','1','136.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(758,'ROOFING RUBBER','',28.00,'2021-09-22 10:21:57','10.00','4','newstock','1','','',40.00,'','1','38','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(759,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',90.00,'2021-09-22 10:22:39','140.00','4','newstock','1','','',1065.00,'','1','230','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(760,'D16 STEEL BAR','',10.00,'2021-09-22 10:24:41','0.00','4','newstock','1','','',1900.00,'','1','10','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(761,'G32X2.5MTR','',40.00,'2021-09-22 17:09:35','58.00','4','newstock','1','','',725.00,'','1','98','internal','1','19','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(762,'BLUE 11/3 X 2.5M','',38.00,'2021-09-22 17:10:45','1.00','4','newstock','1','','',900.00,'','1','39','internal','1','108','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(763,'plywood 3mm','',25.00,'2021-09-25 13:09:56','8.00','4','newstock','1','','',330.00,'','1','33','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(764,'TILES 300X300 (17)','',10.00,'2021-09-25 13:18:01','0.00','4','newstock','1','','',890.00,'','1','10','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(765,'SIMBA CEMENT (50KG)','',300.00,'2021-09-27 15:39:34','544.00','4','newstock','1','','',530.00,'','1','844','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(766,'NAILS 4\"','',100.00,'2021-09-27 15:53:11','143.75','4','newstock','1','','',105.00,'','1','243.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(767,'NAILS 2.5\"','',100.00,'2021-09-27 15:54:47','114.50','4','newstock','1','','',105.00,'','1','214.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(768,'U NAILS 1.5\"','',125.00,'2021-09-27 15:57:16','49.00','4','newstock','1','','',130.00,'','1','174','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(769,'plywood 3mm','',175.00,'2021-09-27 15:59:26','8.00','4','newstock','1','','',330.00,'','1','183','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(770,'CHIPBOARD FLOWERED','',50.00,'2021-09-27 16:00:43','50.00','4','newstock','1','','',720.00,'','1','100','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(771,'BLUE 11/3 X 3 M','',80.00,'2021-09-27 16:01:48','21.00','4','newstock','1','','',1180.00,'','1','101','internal','1','109','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(772,'BLUE 11/3 X 2.5M','',95.00,'2021-09-27 16:02:34','19.00','4','newstock','1','','',900.00,'','1','114','internal','1','108','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(773,'11/3 C/GREY 2.5 MTR','',95.00,'2021-09-27 16:04:07','25.00','4','newstock','1','','',720.00,'','1','120','internal','1','229','','',0.00,'','840','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(774,'GREEN 11/3 X 2.5M','',95.00,'2021-09-27 16:08:47','8.00','4','newstock','1','','',975.00,'','1','103','internal','1','114','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(775,'GREEN 11/3 X 3M','',80.00,'2021-09-27 16:10:03','3.00','4','newstock','1','','',1180.00,'','1','83','internal','1','115','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(776,'MAISHA IT4 C/GREY 3.0M','',160.00,'2021-09-27 16:12:22','1.00','4','newstock','1','','',1230.00,'','1','161','internal','1','84','','',0.00,'','1250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(777,'MAISHA IT4 BLUE 2.5 M','',95.00,'2021-09-27 16:17:31','0.00','4','newstock','1','','',1025.00,'','1','95','internal','1','71','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(778,'MAISHA IT4 BLUE 3.0 M','',160.00,'2021-09-27 16:18:58','23.00','4','newstock','1','','',1230.00,'','1','183','internal','1','72','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(779,'MAISHA IT4 GREEN 2.5 M','',95.00,'2021-09-27 16:20:03','82.00','4','newstock','1','','',1025.00,'','1','177','internal','1','74','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(780,'MAISHA IT4 GREEN 3.0 M','',80.00,'2021-09-27 16:21:17','22.00','4','newstock','1','','',1230.00,'','1','102','internal','1','75','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(781,'UGANDA 32G X 2M','',150.00,'2021-09-27 16:22:29','0.00','4','newstock','1','','',500.00,'','1','150','internal','1','136','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(782,'UGANDA 32G X 2.5M','',240.00,'2021-09-27 16:23:53','0.00','4','newstock','1','','',625.00,'','1','240','internal','1','135','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(783,'UGANDA 32G X 3M','',200.00,'2021-09-27 16:24:49','0.00','4','newstock','1','','',750.00,'','1','200','internal','1','134','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(784,'D10 BARS','',13.00,'2021-09-27 17:10:59','127.00','4','newstock','1','','',730.00,'','1','140','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(785,'D16 STEEL BAR','',12.00,'2021-09-27 17:11:57','10.00','4','newstock','1','','',1900.00,'','1','22','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(786,'D8 BARS','',14.00,'2021-09-27 17:12:37','297.00','4','newstock','1','','',510.00,'','1','311','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(787,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-09-27 17:14:15','7.00','4','newstock','1','','',5700.00,'','1','12','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(788,'BLACK POLYTHENE ROLL','',2.00,'2021-09-27 17:14:59','2.00','4','newstock','1','','',2500.00,'','1','4','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(789,'WATER TANK 3000 LTR','',2.00,'2021-09-27 17:17:56','1.00','4','newstock','1','','',16000.00,'','1','3','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(790,'PVC GUTTER','',8.00,'2021-09-27 17:19:37','5.00','4','newstock','1','','',800.00,'','1','13','internal','1','244','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(791,'LIME 25KG','',1.00,'2021-09-29 12:05:12','0.00','4','newstock','1','','',150.00,'','1','1','internal','1','104','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(792,'HT GALV.FENCING WIRE 50 KG','',10.00,'2021-09-30 16:23:05','11.00','4','newstock','1','','',12600.00,'','1','21','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(793,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-09-30 16:24:05','12.00','4','newstock','1','','',5700.00,'','1','17','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(794,'RIDGES BRICK RED','',20.00,'2021-09-30 16:25:16','2.00','4','newstock','1','','',310.00,'','1','22','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(795,'RIDGES TILE RED','',20.00,'2021-09-30 16:26:05','0.00','4','newstock','1','','',325.00,'','1','20','internal','1','48','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(796,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',32.00,'2021-09-30 16:27:25','211.00','4','newstock','1','','',1065.00,'','1','243','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(797,'TILES 300X300 (17)','',2.00,'2021-10-01 17:30:19','1.00','4','newstock','1','','',890.00,'','1','3','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(798,'MAISHA IT4 BRICK RED 3.0 M','',28.00,'2021-10-01 18:08:53','15.00','4','newstock','1','','',1290.00,'','1','43','internal','1','78','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(799,'GATE LACH','',12.00,'2021-10-05 16:28:39','0.00','4','newstock','1','','',65.00,'','1','12','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(800,'HINGIS 4\"','',12.00,'2021-10-05 16:29:11','0.00','4','newstock','1','','',45.00,'','1','12','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(801,'CORNER BAO','',200.00,'2021-10-05 16:39:44','33.00','4','newstock','1','','',15.00,'','1','233','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(802,'WIREMESH HEAVY GUAGE','',9.00,'2021-10-05 16:59:18','0.00','4','newstock','1','','',620.00,'','1','9','internal','1','147','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(803,'PAINT EMULSION 20 LTR','',5.00,'2021-10-05 17:18:30','9.00','4','newstock','1','','',1300.00,'','1','14','internal','1','245','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(804,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',80.00,'2021-10-05 17:19:32','199.00','4','newstock','1','','',1065.00,'','1','279','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(805,'D12 BARS','',35.00,'2021-10-05 17:21:02','148.00','4','newstock','1','','',1070.00,'','1','183','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(806,'D8 BARS','',50.00,'2021-10-05 17:22:16','311.00','4','newstock','1','','',510.00,'','1','361','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(807,'D10 BARS','',30.00,'2021-10-05 17:23:21','140.00','4','newstock','1','','',730.00,'','1','170','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(808,'D16 STEEL BAR','',5.00,'2021-10-05 17:23:55','22.00','4','newstock','1','','',1900.00,'','1','27','internal','1','91','','',0.00,'','1950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(809,'SQ.TUBES 20X20X1MM','',30.00,'2021-10-05 17:26:13','23.00','4','newstock','1','','',560.00,'','1','53','internal','1','53','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(810,'SQ.TUBES 25X25X1MM','',20.00,'2021-10-05 17:26:58','40.50','4','newstock','1','','',700.00,'','1','60.5','internal','1','54','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(811,'MDF CHERRY','',5.00,'2021-10-05 17:27:34','3.00','4','newstock','1','','',2900.00,'','1','8','internal','1','9','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(812,'BLOCK BOARD 3/4\"','',5.00,'2021-10-05 17:28:55','2.00','4','newstock','1','','',2700.00,'','1','7','internal','1','10','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(813,'WIREMESH MEDIUM GUAGE','',20.00,'2021-10-05 17:29:46','6.00','4','newstock','1','','',420.00,'','1','26','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(814,'ZINGIRA BARBED WIRE610 MTR','',5.00,'2021-10-05 17:46:57','5.00','4','newstock','1','','',3850.00,'','1','10','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(815,'TEMBO BARBED WIRE 610M','',5.00,'2021-10-05 17:47:41','1.00','4','newstock','1','','',3800.00,'','1','6','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(816,'ROOFING NAILS','',50.00,'2021-10-05 17:50:53','87.00','4','newstock','1','','',150.00,'','1','137','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(817,'CORNER BAO','',200.00,'2021-10-07 17:30:37','94.00','4','newstock','1','','',15.00,'','1','294','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(818,'MAISHA IT4 TILE RED 2.5 M','',30.00,'2021-10-08 14:29:05','0.00','4','newstock','1','','',1025.00,'','1','30','internal','1','39','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(819,'MAISHA IT4 MASAI RED 2.5 M','',30.00,'2021-10-08 14:30:08','8.00','4','newstock','1','','',1025.00,'','1','38','internal','1','80','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(820,'MAISHA IT4 BRICK RED 2.5 M','',15.00,'2021-10-08 14:31:04','28.00','4','newstock','1','','',1025.00,'','1','43','internal','1','77','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(821,'NGOMBE HT WIRE X 50 KG','',10.00,'2021-10-08 14:32:11','11.00','4','newstock','1','','',14000.00,'','1','21','internal','1','221','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(822,'CHIKEN WIRE 3 FFET','',5.00,'2021-10-08 14:33:18','2.00','4','newstock','1','','',50.00,'','1','7','internal','1','243','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(823,'WATER TANK 1000 LTR','',1.00,'2021-10-08 14:35:17','1.00','4','newstock','1','','',6000.00,'','1','2','internal','1','318','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(824,'BLACK POLYTHENE ROLL','',1.00,'2021-10-08 14:36:03','4.00','4','newstock','1','','',2500.00,'','1','5','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(825,'HINGIS 4\"','',12.00,'2021-10-11 09:04:50','1.00','4','newstock','1','','',45.00,'','1','13','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(826,'CORNER BAO','',200.00,'2021-10-11 09:12:48','34.00','4','newstock','1','','',15.00,'','1','234','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(827,'PAINTS 1/4 LTR','',48.00,'2021-10-18 14:49:57','88.00','4','newstock','1','','',75.00,'','1','136','internal','1','319','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(828,'PAINTS 1/2 LTR','',24.00,'2021-10-18 14:51:23','79.00','4','newstock','1','','',120.00,'','1','103','internal','1','320','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(829,'NGOMBE BARBED WIRE 610 MTR','',2.00,'2021-10-18 14:52:01','11.00','4','newstock','1','','',5700.00,'','1','13','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(830,'ZINGIRA BARBED WIRE610 MTR','',2.00,'2021-10-18 14:52:45','5.00','4','newstock','1','','',3850.00,'','1','7','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(831,'ROOFING NAILS','',50.00,'2021-10-18 14:53:30','113.50','4','newstock','1','','',150.00,'','1','163.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(832,'NAILS 3\"','',50.00,'2021-10-18 14:54:38','53.50','4','newstock','1','','',105.00,'','1','103.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(833,'NAILS 2.5\"','',50.00,'2021-10-18 14:56:38','159.50','4','newstock','1','','',105.00,'','1','209.5','internal','1','61','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(834,'ZINGIRA BARBED WIRE 480 MTR','',2.00,'2021-10-18 14:59:10','3.00','4','newstock','1','','',3050.00,'','1','5','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(835,'ROOFING NAILS','',50.00,'2021-10-20 14:58:10','156.50','4','newstock','1','','',150.00,'','1','206.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(836,'NAILS 3\"','',50.00,'2021-10-20 14:58:49','98.00','4','newstock','1','','',105.00,'','1','148','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(837,'WIREMESH LIGHT GUAGE','',5.00,'2021-10-20 14:59:29','0.00','4','newstock','1','','',320.00,'','1','5','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(838,'RIDGES BRICK RED','',20.00,'2021-10-20 15:00:40','5.00','4','newstock','1','','',310.00,'','1','25','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(839,'PLAIN SHEET G32','',1.00,'2021-10-20 15:01:38','1.00','4','newstock','1','','',275.00,'','1','2','internal','1','43','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(840,'Maruthi Welding Rod 3.2mm','',4.00,'2021-10-20 15:02:26','0.75','4','newstock','1','','',180.00,'','1','4.75','internal','1','67','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(841,'D10 BARS','',8.00,'2021-10-20 15:04:06','163.00','4','newstock','1','','',730.00,'','1','171','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(842,'R6','',3.00,'2021-10-20 15:04:41','49.00','4','newstock','1','','',190.00,'','1','52','internal','1','92','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(843,'D12 BARS','',20.00,'2021-10-20 15:06:14','183.00','4','newstock','1','','',1070.00,'','1','203','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(844,'RIDGES CHARCOAL GREY','',20.00,'2021-10-20 15:07:36','0.00','4','newstock','1','','',310.00,'','1','20','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(845,'ROOFING RUBBER','',20.00,'2021-10-20 15:08:03','24.00','4','newstock','1','','',40.00,'','1','44','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(846,'LIME 25KG','',10.00,'2021-10-21 16:28:22','0.00','4','newstock','1','','',150.00,'','1','10','internal','1','104','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(847,'GATE LACH','',10.00,'2021-10-22 15:26:21','2.00','4','newstock','1','','',65.00,'','1','12','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(848,'ANGLE LINE 25X25X3MM','',2.00,'2021-10-26 18:07:28','0.00','4','newstock','1','','',600.00,'','1','2','internal','1','159','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(849,'MIX ITEMS','',100.00,'2021-10-28 18:12:48','0.50','4','newstock','1','','',2.00,'','1','100.5','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(850,'PVC WASTE PIPE 4\"','',5.00,'2021-10-29 11:59:18','6.50','4','newstock','1','','',1000.00,'','1','11.5','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(851,'PPR PIPE 3/4\"','',12.00,'2021-10-29 12:00:10','3.00','4','newstock','1','','',150.00,'','1','15','internal','1','302','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(852,'RED OXIDE','',12.00,'2021-10-29 12:03:27','11.00','4','newstock','1','','',190.00,'','1','23','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(853,'PAINT BRUSH 2\"','',12.00,'2021-10-29 12:06:06','1.00','4','newstock','1','','',33.00,'','1','13','internal','1','272','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(854,'PAINT BRUSH 3\"','',12.00,'2021-10-29 12:06:38','7.00','4','newstock','1','','',50.00,'','1','19','internal','1','271','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(855,'PAINT BRUSH 4\"','',12.00,'2021-10-29 12:07:15','3.00','4','newstock','1','','',60.00,'','1','15','internal','1','270','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(856,'BLACK POLYTHENE ROLL','',1.00,'2021-10-29 12:07:54','4.00','4','newstock','1','','',2500.00,'','1','5','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(857,'plywood 3mm','',22.00,'2021-10-29 12:08:57','55.00','4','newstock','1','','',330.00,'','1','77','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(858,'D8 BARS','',30.00,'2021-10-29 12:09:59','361.00','4','newstock','1','','',510.00,'','1','391','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(859,'MAISHA IT4 TILE RED 3.0 M','',30.00,'2021-10-29 12:12:06','10.00','4','newstock','1','','',1230.00,'','1','40','internal','1','70','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(860,'TILE RED RIDGES','',20.00,'2021-10-29 12:13:14','0.00','4','newstock','1','','',380.00,'','1','20','internal','1','126','','',0.00,'','450','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(861,'D10 BARS','',50.00,'2021-10-29 12:14:43','163.00','4','newstock','1','','',730.00,'','1','213','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(862,'D12 BARS','',40.00,'2021-10-29 12:15:27','199.00','4','newstock','1','','',1070.00,'','1','239','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(863,'RED OXIDE','',12.00,'2021-10-29 12:16:30','23.00','4','newstock','1','','',190.00,'','1','35','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(864,'CHIPBOARD FLOWERED','',7.00,'2021-10-29 12:17:57','48.00','4','newstock','1','','',720.00,'','1','55','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(865,'BLACK POLYTHENE ROLL','',1.00,'2021-10-29 12:19:12','5.00','4','newstock','1','','',2500.00,'','1','6','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(866,'RIDGES BRICK RED','',20.00,'2021-10-29 12:20:48','7.00','4','newstock','1','','',310.00,'','1','27','internal','1','47','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(867,'RIDGES GREEN','',20.00,'2021-10-29 12:23:24','0.00','4','newstock','1','','',310.00,'','1','20','internal','1','49','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(868,'RIDGES TILE RED','',17.00,'2021-10-29 12:24:30','8.00','4','newstock','1','','',325.00,'','1','25','internal','1','48','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(869,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-10-29 12:25:24','12.00','4','newstock','1','','',5700.00,'','1','17','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(870,'ZINGIRA BARBED WIRE610 MTR','',5.00,'2021-10-29 12:26:19','4.00','4','newstock','1','','',3850.00,'','1','9','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(871,'plywood 3mm','',30.00,'2021-10-29 12:27:23','77.00','4','newstock','1','','',330.00,'','1','107','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(872,'MAISHA IT4 TILE RED 3.0 M','',30.00,'2021-10-29 12:30:47','40.00','4','newstock','1','','',1230.00,'','1','70','internal','1','70','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(873,'RIDGES CHARCOAL GREY','',20.00,'2021-10-29 12:32:11','5.00','4','newstock','1','','',310.00,'','1','25','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(874,'WATER TANK 3000 LTR','',1.00,'2021-10-29 12:33:19','3.00','4','newstock','1','','',16000.00,'','1','4','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(875,'BLACK POLYTHENE METER','',50.00,'2021-11-01 18:04:38','0.00','4','newstock','1','','',120.00,'','1','50','internal','1','174','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(876,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',16.00,'2021-11-02 09:37:27','172.00','4','newstock','1','','',1065.00,'','1','188','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(877,'UGANDA 32G X 3M','',60.00,'2021-11-02 09:38:05','3.00','4','newstock','1','','',750.00,'','1','63','internal','1','134','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(878,'UGANDA 32G X 2.5M','',48.00,'2021-11-02 09:39:52','135.00','4','newstock','1','','',625.00,'','1','183','internal','1','135','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(879,'MDF CHERRY','',10.00,'2021-11-02 09:41:02','5.00','4','newstock','1','','',2900.00,'','1','15','internal','1','9','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(880,'BLOCK BOARD 3/4\"','',5.00,'2021-11-02 09:41:50','7.00','4','newstock','1','','',2700.00,'','1','12','internal','1','10','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(881,'WIREMESH LIGHT GUAGE','',3.00,'2021-11-02 15:23:15','1.00','4','newstock','1','','',320.00,'','1','4','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(882,'TILES 300X300 (17)','',11.00,'2021-11-03 16:29:23','0.00','4','newstock','1','','',890.00,'','1','11','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(883,'GATEVALVE 1/2\"','',2.00,'2021-11-06 16:55:33','1.00','4','newstock','1','','',250.00,'','1','3','internal','1','325','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(884,'GATE LACH','',12.00,'2021-11-06 17:02:14','0.00','4','newstock','1','','',65.00,'','1','12','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(885,'TILES 300X300 (17)','',170.00,'2021-11-08 17:15:36','1.00','4','newstock','1','','',890.00,'','1','171','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(886,'WALL TILES 200X300 CHINA','',90.00,'2021-11-08 17:16:12','34.00','4','newstock','1','','',450.00,'','1','124','internal','1','36','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(887,'TEMBO BARBED WIRE 480 MITR','',3.00,'2021-11-09 17:47:03','0.00','4','newstock','1','','',3050.00,'','1','3','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(888,'PVC CORNER STRIP','',30.00,'2021-11-13 10:05:04','0.00','4','newstock','1','','',50.00,'','1','30','internal','1','207','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(889,'D10 BARS','',10.00,'2021-11-13 10:53:13','199.00','4','newstock','1','','',730.00,'','1','209','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(890,'NAILS 5\"','',50.00,'2021-11-13 10:54:34','23.50','4','newstock','1','','',105.00,'','1','73.5','internal','1','64','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(891,'NAILS 3\"','',50.00,'2021-11-13 10:55:10','108.50','4','newstock','1','','',105.00,'','1','158.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(892,'ROOFING NAILS','',50.00,'2021-11-13 10:55:37','153.00','4','newstock','1','','',150.00,'','1','203','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(893,'NGOMBE BARBED WIRE 610 MTR','',2.00,'2021-11-13 10:56:11','9.00','4','newstock','1','','',5700.00,'','1','11','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(894,'PVC WASTE PIPE 4\"','',6.00,'2021-11-13 10:56:58','2.50','4','newstock','1','','',1000.00,'','1','8.5','internal','1','132','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(895,'MAISHA IT4 C/GREY 2.5M M','',30.00,'2021-11-13 10:57:53','46.00','4','newstock','1','','',1025.00,'','1','76','internal','1','83','','',0.00,'','1050','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(896,'RIDGES CHARCOAL GREY','',20.00,'2021-11-13 10:58:49','9.00','4','newstock','1','','',310.00,'','1','29','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(897,'ROOFING RUBBER','',20.00,'2021-11-13 10:59:33','37.00','4','newstock','1','','',40.00,'','1','57','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(898,'LEXOR DOOR LOCK','',3.00,'2021-11-13 11:03:08','2.00','4','newstock','1','','',700.00,'','1','5','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(899,'UNION DOOR LOCK','',2.00,'2021-11-13 11:03:42','0.00','4','newstock','1','','',1500.00,'','1','2','internal','1','202','','',0.00,'','2600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(900,'SIMBA CEMENT (50KG)','',360.00,'2021-11-13 11:08:10','24.00','4','newstock','1','','',530.00,'','1','384','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(901,'SIMBA CEMENT (50KG)','',360.00,'2021-11-13 11:09:57','384.00','4','newstock','1','','',530.00,'','1','744','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(902,'SIMBA CEMENT (50KG)','',200.00,'2021-11-13 11:11:49','744.00','4','newstock','1','','',530.00,'','1','944','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(903,'NAILS 4\"','',100.00,'2021-11-13 11:18:04','52.25','4','newstock','1','','',105.00,'','1','152.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(904,'NAILS 2\"','',50.00,'2021-11-13 11:18:36','0.00','4','newstock','1','','',105.00,'','1','50','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(905,'TURPETINE 1 LTR','',15.00,'2021-11-13 11:19:20','0.00','4','newstock','1','','',150.00,'','1','15','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(906,'CHAINLINK 6FT','',10.00,'2021-11-13 11:20:36','6.00','4','newstock','1','','',2520.00,'','1','16','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(907,'SIMBA CEMENT (50KG)','',200.00,'2021-11-13 11:22:34','944.00','4','newstock','1','','',530.00,'','1','1144','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(908,'HT GALV.FENCING WIRE 50 KG','',10.00,'2021-11-13 11:23:47','19.00','4','newstock','1','','',12600.00,'','1','29','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(909,'TEMBO BARBED WIRE 610M','',5.00,'2021-11-13 11:24:46','3.00','4','newstock','1','','',3800.00,'','1','8','internal','1','155','','',0.00,'','4800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(910,'TEMBO BARBED WIRE 480 MITR','',5.00,'2021-11-13 11:25:47','0.00','4','newstock','1','','',3050.00,'','1','5','internal','1','220','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(911,'CEILING NAILS 1.5\"','',25.00,'2021-11-13 11:26:47','6.00','4','newstock','1','','',130.00,'','1','31','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(912,'U NAILS 1.5\"','',50.00,'2021-11-13 11:27:15','34.00','4','newstock','1','','',130.00,'','1','84','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(913,'SOLAR CHARGE CONTROLLER','',4.00,'2021-11-13 11:29:08','3.00','4','newstock','1','','',1500.00,'','1','7','internal','1','293','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(914,'BATTERY 100 AMP','',1.00,'2021-11-13 11:37:05','1.00','4','newstock','1','','',8500.00,'','1','2','internal','1','224','','',0.00,'','14000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(915,'SIMBA CEMENT (50KG)','',200.00,'2021-11-13 11:48:55','1144.00','4','newstock','1','','',530.00,'','1','1344','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(916,'SIMBA CEMENT (50KG)','',120.00,'2021-11-13 11:50:29','1344.00','4','newstock','1','','',530.00,'','1','1464','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(917,'HT GALV.FENCING WIRE 50 KG','',10.00,'2021-11-13 11:51:44','29.00','4','newstock','1','','',12600.00,'','1','39','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(918,'U NAILS 1.5\"','',50.00,'2021-11-13 11:52:30','84.00','4','newstock','1','','',130.00,'','1','134','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(919,'HT GALV.FENCING WIRE 50 KG','',20.00,'2021-11-13 11:58:55','39.00','4','newstock','1','','',12600.00,'','1','59','internal','1','212','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(920,'PVC CEILING','',2.00,'2021-11-13 15:58:32','8.00','4','newstock','1','','',1950.00,'','1','10','internal','1','230','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(921,'D10 BARS','',9.00,'2021-11-13 16:06:32','209.00','4','newstock','1','','',730.00,'','1','218','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(922,'R6','',10.00,'2021-11-13 16:07:36','25.00','4','newstock','1','','',190.00,'','1','35','internal','1','92','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(923,'BINDING WIRE','',10.00,'2021-11-13 16:08:35','0.00','4','newstock','1','','',120.00,'','1','10','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(924,'NAILS 3\"','',50.00,'2021-11-13 16:09:51','158.50','4','newstock','1','','',105.00,'','1','208.5','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(925,'ROOFING NAILS','',50.00,'2021-11-13 16:10:22','203.00','4','newstock','1','','',150.00,'','1','253','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(926,'U NAILS 1.5\"','',50.00,'2021-11-13 16:12:10','134.00','4','newstock','1','','',130.00,'','1','184','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(927,'UGANDA 32G X 3M','',40.00,'2021-11-13 16:15:16','4.00','4','newstock','1','','',750.00,'','1','44','internal','1','134','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(928,'UGANDA 32G X 3M','',40.00,'2021-11-13 16:15:27','44.00','4','newstock','1','','',750.00,'','1','84','internal','1','134','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(929,'CHAINLINK 5FT','',4.00,'2021-11-13 16:35:21','2.00','4','newstock','1','','',2100.00,'','1','6','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(930,'PLAIN.RIDGES 30 G','',15.00,'2021-11-18 12:17:00','4.50','4','newstock','1','','',200.00,'','1','19.5','internal','1','209','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(931,'PAINT GLOSS 4 LTR','',2.00,'2021-11-18 12:43:15','1.00','4','newstock','1','','',630.00,'','1','3','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(932,'PAINTS EMULSION 4 LTR','',2.00,'2021-11-18 12:49:52','38.00','4','newstock','1','','',450.00,'','1','40','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(933,'plywood 3mm','',50.00,'2021-11-18 12:55:43','96.00','4','newstock','1','','',330.00,'','1','146','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(934,'BLACK POLYTHENE ROLL','',1.00,'2021-11-18 12:59:35','6.00','4','newstock','1','','',2500.00,'','1','7','internal','1','292','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(935,'PAINT EMULSION 20 LTR','',3.00,'2021-11-18 13:00:22','8.00','4','newstock','1','','',1300.00,'','1','11','internal','1','245','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(936,'ZINGIRA BARBED WIRE610 MTR','',10.00,'2021-11-18 13:01:10','5.00','4','newstock','1','','',3850.00,'','1','15','internal','1','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(937,'ZINGIRA BARBED WIRE 480 MTR','',10.00,'2021-11-18 13:01:43','5.00','4','newstock','1','','',3050.00,'','1','15','internal','1','265','','',0.00,'','3800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(938,'NGOMBE BARBED WIRE 610 MTR','',10.00,'2021-11-18 13:02:23','9.00','4','newstock','1','','',5700.00,'','1','19','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(939,'NAILS 4\"','',100.00,'2021-11-18 13:02:57','111.25','4','newstock','1','','',105.00,'','1','211.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(940,'NAILS 3\"','',50.00,'2021-11-18 13:03:20','195.00','4','newstock','1','','',105.00,'','1','245','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(941,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',80.00,'2021-11-18 13:04:19','145.00','4','newstock','1','','',1065.00,'','1','225','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(942,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','',95.00,'2021-11-18 13:04:49','0.00','4','newstock','1','','',890.00,'','1','95','internal','1','13','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(943,'D12 BARS','',30.00,'2021-11-18 13:06:01','238.00','4','newstock','1','','',1070.00,'','1','268','internal','1','6','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(944,'D8 BARS','',50.00,'2021-11-18 13:06:30','386.00','4','newstock','1','','',510.00,'','1','436','internal','1','3','','',0.00,'','580','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(945,'D10 BARS','',50.00,'2021-11-18 13:06:56','218.00','4','newstock','1','','',730.00,'','1','268','internal','1','4','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(946,'UNION DOOR LOCK','',3.00,'2021-11-18 13:08:49','0.00','4','newstock','1','','',1500.00,'','1','3','internal','1','202','','',0.00,'','2600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(947,'GATE LACH','',10.00,'2021-11-18 17:32:16','0.00','4','newstock','1','','',65.00,'','1','10','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(948,'PAINT GLOSS 4 LTR','',30.00,'2021-11-19 16:24:55','0.00','4','newstock','1','','',630.00,'','1','30','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(949,'BINDING WIRE','',30.00,'2021-11-20 16:22:03','7.00','4','newstock','1','','',120.00,'','1','37','internal','1','102','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(950,'PVC WASTE PIPE 3\"','',5.00,'2021-11-20 16:52:27','0.00','4','newstock','1','','',500.00,'','1','5','internal','1','131','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(951,'HINGIS 4\"','',1.00,'2021-11-24 16:30:18','0.00','4','newstock','1','','',45.00,'','1','1','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(952,'PAINT BRUSH 5\"','',12.00,'2021-11-25 16:53:16','0.00','4','newstock','1','','',80.00,'','1','12','internal','1','269','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(953,'PVC WASTE PIPE 2\"','',2.00,'2021-11-25 16:57:54','0.00','4','newstock','1','','',400.00,'','1','2','internal','1','233','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(954,'CHAINLINK 7FT','',13.00,'2021-11-26 15:44:09','3.00','4','newstock','1','','',2940.00,'','1','16','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(955,'ROOFING NAILS','',100.00,'2021-11-26 15:49:05','187.50','4','newstock','1','','',150.00,'','1','287.5','internal','1','66','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(956,'R6','',10.00,'2021-11-26 15:51:07','25.00','4','newstock','1','','',190.00,'','1','35','internal','1','92','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(957,'WIREMESH LIGHT GUAGE','',10.00,'2021-11-26 15:52:01','1.00','4','newstock','1','','',320.00,'','1','11','internal','1','145','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(958,'WIREMESH MEDIUM GUAGE','',5.00,'2021-11-26 15:52:43','15.00','4','newstock','1','','',420.00,'','1','20','internal','1','146','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(959,'WIREMESH HEAVY GUAGE','',5.00,'2021-11-26 15:53:12','2.00','4','newstock','1','','',620.00,'','1','7','internal','1','147','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(960,'RIDGES MASAI RED','',10.00,'2021-11-26 15:54:25','0.00','4','newstock','1','','',310.00,'','1','10','internal','1','51','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(961,'WATER TANK 3000 LTR','',1.00,'2021-11-26 15:58:35','4.00','4','newstock','1','','',16000.00,'','1','5','internal','1','305','','',0.00,'','19000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(962,'RIDGES BLUE','',20.00,'2021-11-26 16:08:16','0.00','4','newstock','1','','',325.00,'','1','20','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(963,'HINGIS 4\"','',6.00,'2021-11-29 18:03:29','0.00','4','newstock','1','','',45.00,'','3','6','internal','3','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(964,'HINGIS 4\"','',6.00,'2021-11-29 18:05:35','0.00','4','newstock','1','','',45.00,'','1','6','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(965,'CHAINLINK 4FT','',6.00,'2021-11-30 09:34:28','0.00','4','newstock','1','','',1680.00,'','1','6','internal','1','137','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(966,'CHAINLINK 5FT','',2.00,'2021-11-30 09:37:16','0.00','4','newstock','1','','',2100.00,'','1','2','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(967,'CHAINLINK 6FT','',2.00,'2021-11-30 09:38:22','10.00','4','newstock','1','','',2520.00,'','1','12','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(968,'CHAINLINK 7FT','',2.00,'2021-11-30 09:39:23','4.00','4','newstock','1','','',2940.00,'','1','6','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(969,'NAILS 2\"','',50.00,'2021-11-30 09:48:16','0.00','4','newstock','1','','',105.00,'','1','50','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(970,'NAILS 4\"','',50.00,'2021-11-30 09:48:59','151.75','4','newstock','1','','',105.00,'','1','201.75','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(971,'plywood 3mm','',100.00,'2021-11-30 09:50:02','100.00','4','newstock','1','','',330.00,'','1','200','internal','1','8','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(972,'CHAINLINK 5FT','',5.00,'2021-11-30 18:27:52','2.00','4','newstock','1','','',2100.00,'','1','7','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(973,'PVC CARPET','',119.00,'2021-12-01 18:05:00','1.00','5','newstock','1','','',110.00,'','1','120','internal','1','327','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(974,'WELL MAX LED 4 FEET 40W','',29.00,'2021-12-01 18:19:13','0.00','5','newstock','1','','',350.00,'','1','29','internal','1','331','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(975,'DOG CHAIN','',15.00,'2021-12-01 18:19:31','0.00','5','newstock','1','','',120.00,'','1','15','internal','1','330','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(976,'SOLAR 120 W','',1.00,'2021-12-01 18:19:59','0.00','5','newstock','1','','',4800.00,'','1','1','internal','1','329','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(977,'SOLAR 120 W','',1.00,'2021-12-01 18:20:03','1.00','5','newstock','1','','',4800.00,'','1','2','internal','1','329','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(978,'SOLAR 120 W','',1.00,'2021-12-01 18:20:05','2.00','5','newstock','1','','',4800.00,'','1','3','internal','1','329','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(979,'TURPENTINE 5 LTR','',7.00,'2021-12-01 18:21:15','0.00','5','newstock','1','','',750.00,'','1','7','internal','1','328','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(980,'WHITE SPIRIT 5 LTR','',2.00,'2021-12-01 18:24:37','0.00','5','newstock','1','','',900.00,'','1','2','internal','1','333','','',0.00,'','1400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(981,'STANDARD THINNER 5 LTR','',4.00,'2021-12-01 18:24:55','0.00','5','newstock','1','','',900.00,'','1','4','internal','1','332','','',0.00,'','1400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(982,'TURPENTINE 5 LTR','',-6.00,'2021-12-01 18:25:13','7.00','5','newstock','1','','',750.00,'','1','1','internal','1','328','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(983,'BLACK POLYTHENE METER','',50.00,'2021-12-02 13:57:32','8.00','4','newstock','1','','',120.00,'','1','58','internal','1','174','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(984,'RED OXIDE','',12.00,'2021-12-02 13:58:15','14.00','4','newstock','1','','',190.00,'','1','26','internal','1','247','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(985,'SILICONE','',24.00,'2021-12-02 13:59:56','10.00','4','newstock','1','','',200.00,'','1','34','internal','1','246','','',0.00,'','350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(986,'ROLLER PAINT BRUSH','',5.00,'2021-12-02 14:01:44','6.00','4','newstock','1','','',150.00,'','1','11','internal','1','274','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(987,'PAINTS EMULSION 4 LTR','',4.00,'2021-12-02 14:03:40','40.00','4','newstock','1','','',450.00,'','1','44','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(988,'RIDGES CHARCOAL GREY','',10.00,'2021-12-02 14:05:07','21.00','4','newstock','1','','',310.00,'','1','31','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(989,'RIDGES GREEN','',20.00,'2021-12-02 14:05:51','17.00','4','newstock','1','','',310.00,'','1','37','internal','1','49','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(990,'PLAIN SHEET G32','',50.00,'2021-12-02 14:07:04','0.00','4','newstock','1','','',275.00,'','1','50','internal','1','43','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(991,'RIDGES BLUE','',20.00,'2021-12-02 14:07:53','9.00','4','newstock','1','','',325.00,'','1','29','internal','1','46','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(992,'NAILS 3\"','',50.00,'2021-12-02 14:09:14','225.00','4','newstock','1','','',105.00,'','1','275','internal','1','62','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(993,'U NAILS 1.5\"','',50.00,'2021-12-02 14:10:12','109.00','4','newstock','1','','',130.00,'','1','159','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(994,'HINGIS 4\"','',24.00,'2021-12-02 14:11:09','4.00','4','newstock','1','','',45.00,'','1','28','internal','1','278','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(995,'GATE LACH','',12.00,'2021-12-02 14:44:46','0.00','4','newstock','1','','',65.00,'','1','12','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(996,'FLASH DOOR','',1.00,'2021-12-02 14:50:51','0.00','4','newstock','1','','',1550.00,'','1','1','internal','1','267','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(997,'PAINTS GLOSS 1 LTR','',10.00,'2021-12-03 15:45:22','0.75','4','newstock','1','','',180.00,'','1','10.75','internal','1','285','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(998,'G30X2.0MTR','',5.00,'2021-12-04 15:13:14','9.00','4','newstock','1','','',640.00,'','1','14','internal','1','15','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(999,'PVC WASTE PIPE 2\"','',5.00,'2021-12-06 18:08:43','0.00','4','newstock','1','','',400.00,'','1','5','internal','1','233','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1000,'PAINT GLOSS 4 LTR','',15.00,'2021-12-07 17:37:19','0.00','4','newstock','1','','',630.00,'','1','15','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1001,'NGOMBE BARBED WIRE 610 MTR','',5.00,'2021-12-11 16:28:21','10.00','4','newstock','1','','',5700.00,'','1','15','internal','1','253','','',0.00,'','6000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1002,'MAISHA IT4 BLUE 3.0 M','',24.00,'2021-12-11 16:29:57','118.00','4','newstock','1','','',1230.00,'','1','142','internal','1','72','','',0.00,'','1350','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1003,'MAISHA IT4 BLUE 2.5 M','',6.00,'2021-12-11 16:31:02','94.00','4','newstock','1','','',1025.00,'','1','100','internal','1','71','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1004,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',40.00,'2021-12-11 16:32:50','176.00','4','newstock','1','','',1065.00,'','1','216','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1005,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',30.00,'2021-12-11 16:33:37','216.00','4','newstock','1','','',1065.00,'','1','246','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1006,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',32.00,'2021-12-11 16:36:44','246.00','4','newstock','1','','',1065.00,'','1','278','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1007,'G32X3.0MTR','',40.00,'2021-12-11 16:38:35','2.00','4','newstock','1','','',642.00,'','1','42','internal','1','20','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1008,'NAILS 4\"','',100.00,'2021-12-11 16:39:15','99.25','4','newstock','1','','',105.00,'','1','199.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1009,'U NAILS 1.5\"','',50.00,'2021-12-11 16:39:40','109.50','4','newstock','1','','',130.00,'','1','159.5','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1010,'CHAINLINK 5FT','',2.00,'2021-12-11 16:40:17','2.00','4','newstock','1','','',2100.00,'','1','4','internal','1','138','','',0.00,'','2700','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1011,'CHAINLINK 6FT','',2.00,'2021-12-11 16:41:03','11.00','4','newstock','1','','',2520.00,'','1','13','internal','1','139','','',0.00,'','3300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1012,'CHAINLINK 7FT','',2.00,'2021-12-11 16:41:50','2.00','4','newstock','1','','',2940.00,'','1','4','internal','1','140','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1013,'CHAINLINK 8FT','',2.00,'2021-12-11 16:42:32','12.00','4','newstock','1','','',3360.00,'','1','14','internal','1','141','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1014,'ZINGIRA BARBED WIRE610 MTR','',2.00,'2021-12-11 16:45:50','0.00','4','newstock','1','','',3850.00,'','3','2','internal','3','264','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1015,'UNION DOOR LOCK','',3.00,'2021-12-11 17:12:59','2.00','4','newstock','1','','',1500.00,'','1','5','internal','1','202','','',0.00,'','2600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1016,'LEXOR DOOR LOCK','',3.00,'2021-12-11 17:13:36','5.00','4','newstock','1','','',700.00,'','1','8','internal','1','203','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1017,'SINGLE BOWL SINGLE DRAIN (MEDIUM)','',2.00,'2021-12-14 17:34:43','0.00','4','newstock','1','','',1200.00,'','1','2','internal','1','171','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1018,'GATE LACH','',5.00,'2021-12-17 17:54:26','0.00','4','newstock','1','','',65.00,'','1','5','internal','1','277','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1019,'CORNER BAO','',300.00,'2021-12-17 17:59:34','37.00','4','newstock','1','','',15.00,'','1','337','internal','1','299','','',0.00,'','25','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1020,'WATER TANK 1500 LTR','',1.00,'2021-12-18 13:40:33','0.00','4','newstock','1','','',8500.00,'','1','1','internal','1','263','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1021,'MAISHA MABATI /GCI SHEETS G30X2.0MTR','',1.00,'2021-12-18 13:45:18','0.00','4','newstock','1','','',710.00,'','1','1','internal','1','12','','',0.00,'','750','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1022,'6MM PLYWOOD','',5.00,'2021-12-18 17:08:24','1.00','4','newstock','1','','',850.00,'','1','6','internal','1','96','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1023,'SIMBA CEMENT (50KG)','',300.00,'2021-12-20 14:00:17','1114.00','4','newstock','1','','',530.00,'','1','1414','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1024,'NAILS 2\"','',50.00,'2021-12-20 14:04:52','1.00','4','newstock','1','','',105.00,'','1','51','internal','1','60','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1025,'NAILS 4\"','',100.00,'2021-12-20 14:10:28','188.25','4','newstock','1','','',105.00,'','1','288.25','internal','1','63','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1026,'SIMBA CEMENT (50KG)','',160.00,'2021-12-20 14:12:55','1414.00','4','newstock','1','','',530.00,'','1','1574','internal','1','2','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1027,'CHIPBOARD PLAIN','',50.00,'2021-12-20 14:13:57','12.00','4','newstock','1','','',700.00,'','1','62','internal','1','98','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1028,'CHIPBOARD FLOWERED','',20.00,'2021-12-20 14:20:17','31.00','4','newstock','1','','',720.00,'','1','51','internal','1','97','','',0.00,'','1100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1029,'LAMINET DOOR','',3.00,'2021-12-20 14:22:04','2.00','4','newstock','1','','',2600.00,'','1','5','internal','1','266','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1030,'FLASH DOOR','',2.00,'2021-12-20 14:22:56','0.00','4','newstock','1','','',1550.00,'','1','2','internal','1','267','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1031,'ROOFING RUBBER','',400.00,'2021-12-20 15:43:17','38.00','4','newstock','1','','',40.00,'','1','438','internal','1','248','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1032,'HARDBOARD','',8.00,'2021-12-20 15:44:27','31.00','4','newstock','1','','',480.00,'','1','39','internal','1','288','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1033,'PAINT EMULSION 20 LTR','',12.00,'2021-12-20 15:46:50','8.00','4','newstock','1','','',1300.00,'','1','20','internal','1','245','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1034,'PAINTS EMULSION 4 LTR','',16.00,'2021-12-20 15:47:49','42.00','4','newstock','1','','',450.00,'','1','58','internal','1','286','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1035,'TURPETINE 1 LTR','',15.00,'2021-12-20 15:51:49','5.00','4','newstock','1','','',150.00,'','1','20','internal','1','300','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1036,'TURPENTINE 5 LTR','',5.00,'2021-12-20 15:53:34','1.00','4','newstock','1','','',750.00,'','1','6','internal','1','328','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1037,'PAINT GLOSS 4 LTR','',40.00,'2021-12-20 15:57:29','4.00','4','newstock','1','','',630.00,'','1','44','internal','1','284','','',0.00,'','850','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1038,'SQ.TUBES 20X20X1MM','',30.00,'2021-12-20 16:02:37','38.50','4','newstock','1','','',560.00,'','1','68.5','internal','1','53','','',0.00,'','650','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1039,'SQ.TUBES 25X25X1MM','',30.00,'2021-12-20 16:03:15','52.50','4','newstock','1','','',700.00,'','1','82.5','internal','1','54','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1040,'FLAT BAR 20X3MM','',10.00,'2021-12-20 16:04:16','2.50','4','newstock','1','','',270.00,'','1','12.5','internal','1','154','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1041,'Maruthi Welding Rod 3.2mm','',4.00,'2021-12-20 16:42:34','0.75','4','newstock','1','','',180.00,'','1','4.75','internal','1','67','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1042,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','',30.00,'2021-12-20 16:43:07','241.00','4','newstock','1','','',1065.00,'','1','271','internal','1','14','','',0.00,'','1150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1043,'U NAILS 1.5\"','',50.00,'2021-12-20 16:43:51','124.00','4','newstock','1','','',130.00,'','1','174','internal','1','163','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1044,'CEILING NAILS 1.5\"','',25.00,'2021-12-20 16:46:00','24.50','4','newstock','1','','',130.00,'','1','49.5','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1045,'CEILING NAILS 1.5\"','',25.00,'2021-12-20 16:46:42','49.50','4','newstock','1','','',130.00,'','1','74.5','internal','1','165','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1046,'TILES 300X300 (17)','',86.00,'2021-12-20 16:47:55','157.00','4','newstock','1','','',890.00,'','1','243','internal','1','37','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1047,'WALL TILES 200X300 CHINA','',33.00,'2021-12-20 16:50:45','124.00','4','newstock','1','','',450.00,'','1','157','internal','1','36','','',0.00,'','800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1048,'RIDGES CHARCOAL GREY','',15.00,'2021-12-20 16:53:34','31.00','4','newstock','1','','',310.00,'','1','46','internal','1','50','','',0.00,'','480','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1049,'PAINTS GLOSS 1 LTR','',10.00,'2021-12-20 17:36:49','2.75','4','newstock','1','','',180.00,'','1','12.75','internal','1','285','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1050,'MAISHA MABATI /GCI SHEETS G30X2.0MTR','',4.00,'2021-12-20 17:45:20','0.00','4','newstock','1','','',710.00,'','1','4','internal','1','12','','',0.00,'','750','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1051,'PAINT BRUSH 1\"','',5.00,'2021-12-21 17:11:12','0.00','4','newstock','1','','',25.00,'','1','5','internal','1','273','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL),(1052,'MIX ITEMS','',100.00,'2021-12-21 18:21:24','0.50','4','newstock','1','','',2.00,'','1','100.5','internal','1','232','','',0.00,'','5','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,5999.00,150.00,0,1,'active','employee',1),(2,6000.00,7999.00,300.00,0,1,'active','employee',1),(3,8000.00,11999.00,400.00,0,1,'active','employee',1),(4,12000.00,14999.00,500.00,0,1,'active','employee',1),(5,15000.00,19999.00,600.00,0,1,'active','employee',1),(6,20000.00,24999.00,750.00,0,1,'active','employee',1),(7,25000.00,29999.00,850.00,0,1,'active','employee',1),(8,30000.00,34999.00,900.00,0,1,'active','employee',1),(9,35000.00,39000.00,950.00,0,1,'active','employee',1),(10,40000.00,44999.00,1000.00,0,1,'active','employee',1),(11,45000.00,49000.00,1100.00,0,1,'active','employee',1),(12,50000.00,59999.00,1200.00,0,1,'active','employee',1),(13,60000.00,69999.00,1300.00,0,1,'active','employee',1),(14,70000.00,79999.00,1400.00,0,1,'active','employee',1),(15,80000.00,89999.00,1500.00,0,1,'active','employee',1),(16,90000.00,99999.00,1600.00,0,1,'active','employee',1),(17,100000.00,99999999.00,1700.00,0,1,'active','employee',1),(18,0.00,0.00,500.00,0,1,'active','employer',1); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,3000.00,180.00,0,1,'active','employee',1,180.00,0.00,180.00),(2,3000.00,4500.00,270.00,0,1,'active','employee',1,270.00,0.00,270.00),(3,4500.00,6000.00,360.00,0,1,'active','employee',1,360.00,0.00,360.00),(4,6000.00,10000.00,360.00,0,1,'active','employee',1,360.00,240.00,600.00),(5,10000.00,14000.00,360.00,0,1,'active','employee',1,360.00,480.00,840.00),(6,14000.00,18000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(7,18000.00,20000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(8,20000.00,100000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00),(9,100000.00,500000.00,360.00,0,1,'active','employee',1,360.00,720.00,1080.00); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Morning is off','2018-05-17 04:41:13am'),(3,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orderlist` -- LOCK TABLES `orderlist` WRITE; /*!40000 ALTER TABLE `orderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `orderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `outgoingstock` -- DROP TABLE IF EXISTS `outgoingstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `outgoingstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` varchar(50) NOT NULL, `date` varchar(50) NOT NULL, `item_id` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'shop', `comments` text NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) NOT NULL, `town` varchar(20) NOT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) NOT NULL, `nssf` varchar(50) NOT NULL, `nhif` varchar(50) NOT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'yes', `lastbalancedate` varchar(30) NOT NULL, `transactionid` int(11) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, 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=26 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','Admin','robert','254789927564','robisearch@gmail.com','12345678','','female','','','','','18396941613018386','user','1','Robisearch LTD','','','',372005.00,'1','2021-02-22','','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',485.00,1,'','','yes','admin','',0,0,0,'','2019-01-26',0,'2019-03-10',0.00,'2342342234234','3446666','3446666','Yes',5087.50,0,0.00,3.99,'no',0.00,'','2021-02-22 14:21:05',0,'','','','','',NULL,NULL,'',1),(2,'MAIN SUPPLIER','','','N/A','','Robisearch321','17106','male','','','1 ','',NULL,'supplier','1','JOPET','','','',10600.00,'1','2021-01-26 07:21:52','','1','2020-12-29','',0.00,'','','','','','','','','','','','','17106',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',2590293.70,0,2.00,25.50,'no',0.00,'yes','2021-03-08 09:01:16',0,'','','','','','','admin','17106',1),(3,'Cashier','Cashier','WALTER','254724718073','cashier@gmail.com','1111','','female','','','','',NULL,'user','1',NULL,'','','',35035.00,'1','2021-02-19','','1','2021-02-11','Permanent',20000.00,'','2021-02-11','','','','2021-02-11','2021-02-27','sss','ss','Monthly','','2021-03-07','2222',0.00,'','','Single','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','Yes',0.00,0,0.00,0.00,'no',0.00,'','2021-02-28 19:04:36',0,'','','','','',NULL,NULL,'200',1),(4,'VIPUL','PATEL',NULL,'001','vipulpatel@robisearch.com','pareeta123','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2021-05-12','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,'',1),(5,'RAJU','PATEL',NULL,'002','rajupatel@gmail.com','mikil9196','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2021-04-30','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','admin','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,'',1),(6,'RAJU PATEL','',NULL,'254721665500','','','','male','','','1','',NULL,'supplier','1','PARITA HARDWARE LIMIRU','','','',0.00,'5','2021-04-25 10:56:24','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(7,'HARDIK ','',NULL,'254798568245','','','','male','','','1','',NULL,'supplier','1','PARMINI HARDWARE NAROK','','','',0.00,'5','2021-04-25 10:57:35','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(8,'IRENE','','','254739192121','','','','','NAIROBI','','1 ','',NULL,'supplier','1','WIRE PRODUCTS LTD','','','',0.00,'5','2021-04-25 11:09:14','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','','','','',1),(9,'MR.RAO','',NULL,'254734622476','','','','male','','','1','',NULL,'supplier','1','NAILS AND STEEL PRODUCTS LTD','','','',0.00,'5','2021-04-25 11:14:59','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(10,'FAZLU OR MITESH','',NULL,'254721306046','','','','male','','','1','',NULL,'supplier','1','ABBSYNIA IRON AND STEEL LTD','','','',0.00,'5','2021-04-25 11:17:58','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(11,'KEVAL','',NULL,'254731555522','','','','male','','','1','',NULL,'supplier','1','NAIROBI GARMENTS ENTERPRISES LTD','','','',0.00,'5','2021-04-25 11:20:51','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(12,'VANESAA','',NULL,'2547101538987','','','','female','','','1','',NULL,'supplier','1','HILALIUM AND SONS (UR HOME) LTD','','','',0.00,'5','2021-04-25 11:23:32','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(13,'HARSHAD','',NULL,'254734999405','','','','male','','','1','',NULL,'supplier','1','KHETSHI DHARMSHI AND CO.LTD.','','','',0.00,'5','2021-04-25 11:26:02','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(14,'RAKESA','',NULL,'254721976476','','','','male','','','1','',NULL,'supplier','1','RITIKA HARDWARE','','','',0.00,'5','2021-04-25 11:27:43','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',32250.00,0,0.00,0.00,'no',0.00,'yes','2021-06-11 16:13:12',0,'','','','','',NULL,NULL,'',1),(15,'KAUSHAL','',NULL,'254721765773','','','','male','','','1','',NULL,'supplier','1','PAMINI HARDWARE NAROK','','','',0.00,'5','2021-04-25 11:30:23','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',28440.00,0,0.00,0.00,'no',0.00,'yes','2021-06-12 07:28:55',0,'','','','','',NULL,NULL,'',1),(16,'PAVAN','',NULL,'254737553280','','','','male','','','1','',NULL,'supplier','1','TARMAL WIRE PRODUCTS LTD','','','',0.00,'5','2021-04-25 11:33:51','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(17,'RAJUBHAI','',NULL,'254736348964','','','','male','','','1','',NULL,'supplier','1','JUMBO STEEL MILLS LTD.','','','',0.00,'5','2021-04-25 11:36:02','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(18,'DILP','',NULL,'254722606242','','','','male','','','1','',NULL,'supplier','1','DHIR HOLDINGS LTD.','','','',0.00,'5','2021-04-25 11:37:58','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(19,'LUCY','',NULL,'254726179310','','','','male','','','1','',NULL,'supplier','1','MUTHOKINJI','','','',0.00,'5','2021-04-25 11:39:55','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(20,'HARSHAD','',NULL,'254788957640','','','','male','','','1','',NULL,'supplier','1','MEPANI & SON INVESTMENT LTD','','','',0.00,'5','2021-04-25 14:14:48','','1','2021-04-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(21,'AVNISH','',NULL,'254712941575','','','','','','','1','',NULL,'supplier','1','MAISHA MABATI MILLS LTD','','','',0.00,'5','2021-04-29 22:42:51','','1','2021-04-29','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(22,'RAJAN/JATIN','',NULL,'254733905098','','','','male','','','1','',NULL,'supplier','1','ASL','','','',0.00,'5','2021-05-20 21:29:44','','1','2021-05-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(23,'GOPAL','',NULL,'254722222953','','','','male','','','1','',NULL,'supplier','1','RAGSONS (K) LTD','','','',0.00,'5','2021-05-20 21:30:42','','1','2021-05-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(24,'DINESH','',NULL,'254721512431','','','','male','','','1','',NULL,'supplier','1','MAROO PAINTS LTD','','','',0.00,'5','2021-05-20 22:13:41','','1','2021-05-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1),(25,'PATEL','HARDIK',NULL,'254798568245','hardik3082@gmail.com','PAREETA123','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2021-05-22','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,'',1); /*!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),('branch',5),('callcenter',1),('cashiersales',1),('cashiersales',3),('cashiersales',4),('cashiersales',5),('complain',1),('config',1),('config',5),('damagedproducts',1),('damagedproducts',5),('deals',1),('departments',1),('displayreport',1),('documents',1),('documents',6),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstock',5),('incomingstore',1),('journalentry',1),('labourrecords',1),('leavemanagement',1),('lowproducts',1),('lowstocklist',1),('lowstocklist',5),('loyalitycards',1),('members',1),('members',5),('password',1),('password',4),('password',5),('payroll',1),('payrollsetup',1),('productlist',1),('productlist',4),('productlist',5),('products',1),('products',5),('productscategory',1),('productscategory',5),('profile',1),('projectsmanagement',1),('purchases',1),('purchases',5),('recorddelivery',1),('reports',1),('reports',5),('sales',1),('sales',2),('sales',3),('sales',4),('sales',5),('sendsms',1),('task',1),('taskscategory',1),('users',1),('users',5),('viewreturnsales',1),('viewreturnsales',5),('wholesale',1),('wholesale',4),('wholesale',5); /*!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=42604 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 (30257,'documents','6','add'),(30258,'documents','6','update'),(30259,'documents','6','delete'),(30260,'documents','6','viewalldocuments'),(38966,'sales','3','suspend'),(38967,'sales','3','add'),(38968,'sales','3','printreceipt'),(38969,'sales','3','update'),(38970,'sales','3','cash'),(38971,'sales','3','delete'),(38972,'sales','3','moresales'),(38973,'sales','3','sale'),(38974,'sales','3','displaycustomers'),(38975,'sales','3','mpesabalance'),(38976,'sales','3','reprint'),(38977,'sales','3','Logout'),(38978,'sales','3','discount'),(38979,'sales','3','select'),(38980,'sales','3','printbill'),(38981,'sales','3','mpesa'),(38982,'sales','3','order'),(38983,'sales','3','closebill'),(38984,'sales','3','viewbuyingprice'),(38985,'sales','3','clearpayments'),(38986,'sales','3','card'),(38987,'sales','3','updatepaymentmode'),(38988,'sales','3','editsellingprice'),(38989,'sales','3','creditnote'),(38990,'sales','3','cheque'),(38991,'sales','3','salesbeyondbprice'),(38992,'sales','3','points'),(38993,'sales','3','voucher'),(38994,'sales','3','credit'),(38995,'sales','3','dontprint'),(38996,'sales','3','backdatesales'),(38997,'sales','3','giveloyalityponts'),(38998,'sales','3','dontshowstock'),(38999,'sales','3','splitbill'),(39000,'sales','3','salesperson'),(39001,'cashiersales','3','entermpesacode'),(39002,'cashiersales','3','editmpesa'),(39003,'cashiersales','3','all'),(39004,'cashiersales','3','delete'),(39005,'cashiersales','3','editmpesadate'),(39006,'cashiersales','3','cashiersales'),(39007,'cashiersales','3','dontshowtotal'),(39008,'cashiersales','3','adddailycollection'),(39009,'cashiersales','3','viewdailycollections'),(39010,'cashiersales','3','viewtill'),(39011,'cashiersales','3','deletedailycollections'),(39012,'cashiersales','3','reversempesa'),(39013,'cashiersales','3','updatedailycollections'),(39014,'cashiersales','3','clearallsales'),(39015,'cashiersales','3','viewallcollections'),(39016,'cashiersales','3','mpesapendingreport'),(39017,'cashiersales','3','mpesaverifiedreport'),(39929,'sales','2','suspend'),(39930,'sales','2','add'),(39931,'sales','2','printreceipt'),(39932,'sales','2','selectmessage'),(39933,'sales','2','update'),(39934,'sales','2','cash'),(39935,'sales','2','delete'),(39936,'sales','2','moresales'),(39937,'sales','2','sale'),(39938,'sales','2','displaycustomers'),(39939,'sales','2','mpesabalance'),(39940,'sales','2','reprint'),(39941,'sales','2','Logout'),(39942,'sales','2','discount'),(39943,'sales','2','select'),(39944,'sales','2','printbill'),(39945,'sales','2','productdiscount'),(39946,'sales','2','mpesa'),(39947,'sales','2','order'),(39948,'sales','2','closebill'),(39949,'sales','2','viewbuyingprice'),(39950,'sales','2','clearpayments'),(39951,'sales','2','card'),(39952,'sales','2','updatepaymentmode'),(39953,'sales','2','editsellingprice'),(39954,'sales','2','creditnote'),(39955,'sales','2','cheque'),(39956,'sales','2','salesbeyondbprice'),(39957,'sales','2','points'),(39958,'sales','2','voucher'),(39959,'sales','2','credit'),(39960,'sales','2','selectroom'),(39961,'sales','2','dontprint'),(39962,'sales','2','accountlimit'),(39963,'sales','2','backdatesales'),(39964,'sales','2','recordcoins'),(39965,'sales','2','giveloyalityponts'),(39966,'sales','2','dontshowstock'),(39967,'sales','2','leaseitems'),(39968,'sales','2','changetaxstatus'),(39969,'sales','2','splitbill'),(39970,'sales','2','changeuomonsales'),(39971,'sales','2','selecttable'),(39972,'sales','2','sendsms'),(39973,'sales','2','salesperson'),(41404,'sales','1','suspend'),(41405,'sales','1','add'),(41406,'sales','1','printreceipt'),(41407,'sales','1','update'),(41408,'sales','1','cash'),(41409,'sales','1','delete'),(41410,'sales','1','moresales'),(41411,'sales','1','sale'),(41412,'sales','1','mpesabalance'),(41413,'sales','1','reprint'),(41414,'sales','1','Logout'),(41415,'sales','1','discount'),(41416,'sales','1','select'),(41417,'sales','1','printbill'),(41418,'sales','1','productdiscount'),(41419,'sales','1','mpesa'),(41420,'sales','1','order'),(41421,'sales','1','closebill'),(41422,'sales','1','viewbuyingprice'),(41423,'sales','1','clearpayments'),(41424,'sales','1','card'),(41425,'sales','1','updatepaymentmode'),(41426,'sales','1','editsellingprice'),(41427,'sales','1','creditnote'),(41428,'sales','1','cheque'),(41429,'sales','1','salesbeyondbprice'),(41430,'sales','1','points'),(41431,'sales','1','voucher'),(41432,'sales','1','credit'),(41433,'sales','1','dontprint'),(41434,'sales','1','recordcoins'),(41435,'sales','1','splitbill'),(41436,'sales','1','selecttable'),(41437,'sales','1','sendsms'),(41438,'sales','1','salesperson'),(41439,'wholesale','1','sale'),(41440,'wholesale','1','add'),(41441,'wholesale','1','delete'),(41442,'wholesale','1','update'),(41443,'cashiersales','1','entermpesacode'),(41444,'cashiersales','1','editmpesa'),(41445,'cashiersales','1','all'),(41446,'cashiersales','1','delete'),(41447,'cashiersales','1','editmpesadate'),(41448,'cashiersales','1','cashiersales'),(41449,'cashiersales','1','adddailycollection'),(41450,'cashiersales','1','viewdailycollections'),(41451,'cashiersales','1','viewtill'),(41452,'cashiersales','1','deletedailycollections'),(41453,'cashiersales','1','reversempesa'),(41454,'cashiersales','1','updatedailycollections'),(41455,'cashiersales','1','clearallsales'),(41456,'cashiersales','1','viewallcollections'),(41457,'cashiersales','1','mpesapendingreport'),(41458,'cashiersales','1','mpesaverifiedreport'),(41459,'recorddelivery','1','add'),(41460,'recorddelivery','1','view'),(41461,'recorddelivery','1','update'),(41462,'recorddelivery','1','delete'),(41463,'recorddelivery','1','changestatus'),(41464,'recorddelivery','1','report'),(41465,'recorddelivery','1','Dispatched'),(41466,'recorddelivery','1','FailedDelivery'),(41467,'recorddelivery','1','ReturnedandReceived'),(41468,'recorddelivery','1','Delivered'),(41469,'recorddelivery','1','Claimraised'),(41470,'recorddelivery','1','ClaimOK'),(41471,'recorddelivery','1','ClaimDamaged'),(41472,'purchases','1','add'),(41473,'purchases','1','update'),(41474,'purchases','1','delete'),(41475,'purchases','1','updatebuyingprice'),(41476,'purchases','1','updatesellingprice'),(41477,'purchases','1','updateclosedinvoice'),(41478,'purchases','1','viewquotation'),(41479,'purchases','1','viewdirectpurchases'),(41480,'purchases','1','viewserials'),(41481,'purchases','1','viewpurchase'),(41482,'purchases','1','budget'),(41483,'purchases','1','salesorder'),(41484,'purchases','1','showdefaultserials'),(41485,'purchases','1','approve'),(41486,'viewreturnsales','1','add'),(41487,'viewreturnsales','1','update'),(41488,'viewreturnsales','1','delete'),(41489,'viewreturnsales','1','return'),(41490,'viewreturnsales','1','clear'),(41491,'viewreturnsales','1','moresales'),(41492,'income','1','View'),(41493,'income','1','add'),(41494,'income','1','wiewinvoices'),(41495,'incomeexpenses','1','add'),(41496,'incomeexpenses','1','closeexpense'),(41497,'incomeexpenses','1','update'),(41498,'incomeexpenses','1','updateclosedexpenses'),(41499,'incomeexpenses','1','wiewinvoices'),(41500,'incomeexpenses','1','viewbills'),(41501,'incomeexpenses','1','viewdebtors'),(41502,'incomeexpenses','1','viewcreditors'),(41503,'incomeexpenses','1','postrentalexpenses'),(41504,'accomodation','1','viewhouse'),(41505,'accomodation','1','viewrooms'),(41506,'accomodation','1','dailysales'),(41507,'accomodation','1','addhouse'),(41508,'accomodation','1','credit'),(41509,'accomodation','1','cheque'),(41510,'accomodation','1','mpesa'),(41511,'accomodation','1','checkinroom'),(41512,'accomodation','1','points'),(41513,'accomodation','1','cash'),(41514,'accomodation','1','card'),(41515,'accomodation','1','voucher'),(41516,'accomodation','1','checkoutroom'),(41517,'accomodation','1','addroom'),(41518,'accomodation','1','updatecharges'),(41519,'accomodation','1','checkin'),(41520,'accomodation','1','cleanrooms'),(41521,'accomodation','1','givediscount'),(41522,'accomodation','1','addcharges'),(41523,'accomodation','1','postexpense'),(41524,'accomodation','1','updatehouse'),(41525,'accomodation','1','updateroom'),(41526,'accomodation','1','Post Bank Deposits'),(41527,'accomodation','1','managehotel'),(41528,'accomodation','1','assignrooms'),(41529,'accomodation','1','managerental'),(41530,'accomodation','1','housekeeping'),(41531,'accomodation','1','changepayment'),(41532,'accomodation','1','customerregister'),(41533,'accomodation','1','dailypayments'),(41534,'accomodation','1','advancebooking'),(41535,'accomodation','1','checkoutcustomerwithbalance'),(41536,'accomodation','1','managecustomer'),(41537,'accomodation','1','viewreports'),(41538,'accomodation','1','accommodationreceiptionist'),(41539,'accomodation','1','config'),(41540,'accomodation','1','viewroomcleaned'),(41541,'accomodation','1','dailycollections'),(41542,'branch','1','add'),(41543,'branch','1','view'),(41544,'branch','1','update'),(41545,'branch','1','delete'),(41546,'members','1','add'),(41547,'members','1','update'),(41548,'users','1','add'),(41549,'users','1','update'),(41550,'users','1','delete'),(41551,'users','1','deleteallroles'),(41552,'productscategory','1','add'),(41553,'productscategory','1','update'),(41554,'productscategory','1','delete'),(41555,'productlist','1','bulk'),(41556,'productlist','1','move'),(41557,'productlist','1','updatestock'),(41558,'productlist','1','more'),(41559,'productlist','1','transfer'),(41560,'productlist','1','addstock'),(41561,'productlist','1','delete'),(41562,'productlist','1','view'),(41563,'productlist','1','update'),(41564,'productlist','1','add'),(41565,'productlist','1','openclosestock'),(41566,'productlist','1','stocktaking'),(41567,'productlist','1','editstocktaken'),(41568,'productlist','1','editopenclosestock'),(41569,'productlist','1','changeserialstatus'),(41570,'productlist','1','viewserials'),(41571,'productlist','1','viewbprice'),(41572,'products','1','add'),(41573,'products','1','update'),(41574,'products','1','delete'),(41575,'products','1','more'),(41576,'products','1','addstock'),(41577,'products','1','deleteorder'),(41578,'products','1','bulk'),(41579,'products','1','dispatch'),(41580,'products','1','removestock'),(41581,'products','1','price'),(41582,'products','1','removeallstock'),(41583,'products','1','viewbprice'),(41584,'incomingstock','1','add'),(41585,'incomingstock','1','update'),(41586,'incomingstock','1','view'),(41587,'incomingstock','1','delete'),(41588,'incomingstore','1','add'),(41589,'incomingstore','1','delete'),(41590,'incomingstore','1','view'),(41591,'lowstocklist','1','add'),(41592,'lowstocklist','1','more'),(41593,'lowstocklist','1','view'),(41594,'lowproducts','1','add'),(41595,'lowproducts','1','update'),(41596,'damagedproducts','1','add'),(41597,'damagedproducts','1','update'),(41598,'damagedproducts','1','delete'),(41599,'projectsmanagement','1','view'),(41600,'projectsmanagement','1','add'),(41601,'projectsmanagement','1','update'),(41602,'projectsmanagement','1','delete'),(41603,'assets','1','add'),(41604,'assets','1','update'),(41605,'assets','1','delete'),(41606,'accounting','1','deletebank'),(41607,'accounting','1','deleteglaccount'),(41608,'accounting','1','view'),(41609,'bankdeposits','1','add'),(41610,'bankdeposits','1','update'),(41611,'bankdeposits','1','delete'),(41612,'banktransfer','1','add'),(41613,'journalentry','1','add'),(41614,'accountingreports','1','view'),(41615,'departments','1','add'),(41616,'payrollsetup','1','add'),(41617,'labourrecords','1','add'),(41618,'leavemanagement','1','add'),(41619,'biometricrecords','1','add'),(41620,'payroll','1','add'),(41621,'loyalitycards','1','add'),(41622,'loyalitycards','1','update'),(41623,'reports','1','view'),(41624,'reports','1','download'),(41625,'reports','1','delete'),(41626,'reports','1','update'),(41627,'reports','1','viewall'),(41628,'displayreport','1','view'),(41629,'grouping','1','add'),(41630,'grouping','1','update'),(41631,'grouping','1','delete'),(41632,'sendsms','1','add'),(41633,'sendsms','1','update'),(41634,'sendsms','1','delete'),(41635,'sendsms','1','transfersms'),(41636,'documents','1','add'),(41637,'documents','1','update'),(41638,'documents','1','delete'),(41639,'documents','1','viewalldocuments'),(41640,'humanresource','1','add'),(41641,'humanresource','1','update'),(41642,'humanresource','1','approve'),(41643,'humanresource','1','delete'),(41644,'humanresource','1','view'),(41645,'humanresource','1','allocate'),(41646,'humanresource','1','viewallpayroll'),(41647,'humanresource','1','leavesetup'),(41648,'humanresource','1','allleaves '),(41649,'humanresource','1','bioattendance'),(41650,'taskscategory','1','add'),(41651,'taskscategory','1','update'),(41652,'taskscategory','1','delete'),(41653,'task','1','add'),(41654,'task','1','viewall'),(41655,'task','1','update'),(41656,'task','1','delete'),(41657,'task','1','postspecifictask'),(41658,'task','1','postgeneraltask'),(41659,'task','1','viewothersspecifictask'),(41660,'task','1','viewothersgeneraltask'),(41661,'task','1','assigntask'),(41662,'task','1','posttaskforothers'),(41663,'callcenter','1','add'),(41664,'callcenter','1','upadate'),(41665,'callcenter','1','view'),(41666,'callcenter','1','delete'),(41667,'deals','1','add'),(41668,'deals','1','update'),(41669,'deals','1','delete'),(41670,'deals','1','viewall'),(41671,'complain','1','add'),(41672,'complain','1','view'),(41673,'complain','1','update'),(41674,'complain','1','allcompalin'),(41675,'complain','1','delete'),(41676,'events','1','add'),(41677,'events','1','update'),(41678,'events','1','delete'),(41679,'password','1','change'),(41680,'profile','1','update'),(41681,'ecommerce','1','add'),(41682,'ecommerce','1','update'),(41683,'ecommerce','1','delete'),(41684,'ecommerce','1','vieworders'),(41685,'ecommerce','1','setup'),(41686,'ecommerce','1','approveorders'),(41687,'config','1','delete'),(41688,'config','1','add'),(41689,'config','1','update'),(42319,'sales','5','add'),(42320,'sales','5','suspend'),(42321,'sales','5','printreceipt'),(42322,'sales','5','update'),(42323,'sales','5','cash'),(42324,'sales','5','delete'),(42325,'sales','5','moresales'),(42326,'sales','5','sale'),(42327,'sales','5','Logout'),(42328,'sales','5','mpesabalance'),(42329,'sales','5','displaycustomers'),(42330,'sales','5','discount'),(42331,'sales','5','reprint'),(42332,'sales','5','select'),(42333,'sales','5','printbill'),(42334,'sales','5','productdiscount'),(42335,'sales','5','order'),(42336,'sales','5','mpesa'),(42337,'sales','5','closebill'),(42338,'sales','5','editsellingprice'),(42339,'sales','5','viewbuyingprice'),(42340,'sales','5','updatepaymentmode'),(42341,'sales','5','card'),(42342,'sales','5','clearpayments'),(42343,'sales','5','cheque'),(42344,'sales','5','creditnote'),(42345,'sales','5','salesbeyondbprice'),(42346,'sales','5','voucher'),(42347,'sales','5','points'),(42348,'sales','5','credit'),(42349,'sales','5','dontprint'),(42350,'sales','5','backdatesales'),(42351,'sales','5','recordcoins'),(42352,'sales','5','leaseitems'),(42353,'sales','5','changetaxstatus'),(42354,'sales','5','giveloyalityponts'),(42355,'sales','5','changeuomonsales'),(42356,'sales','5','sendsms'),(42357,'sales','5','salesperson'),(42358,'wholesale','5','sale'),(42359,'wholesale','5','add'),(42360,'wholesale','5','delete'),(42361,'wholesale','5','update'),(42362,'cashiersales','5','entermpesacode'),(42363,'cashiersales','5','editmpesa'),(42364,'cashiersales','5','all'),(42365,'cashiersales','5','delete'),(42366,'cashiersales','5','editmpesadate'),(42367,'cashiersales','5','cashiersales'),(42368,'cashiersales','5','adddailycollection'),(42369,'cashiersales','5','viewdailycollections'),(42370,'cashiersales','5','viewtill'),(42371,'cashiersales','5','deletedailycollections'),(42372,'cashiersales','5','reversempesa'),(42373,'cashiersales','5','updatedailycollections'),(42374,'cashiersales','5','clearallsales'),(42375,'cashiersales','5','viewallcollections'),(42376,'cashiersales','5','mpesapendingreport'),(42377,'cashiersales','5','mpesaverifiedreport'),(42378,'purchases','5','add'),(42379,'purchases','5','update'),(42380,'purchases','5','delete'),(42381,'purchases','5','updatebuyingprice'),(42382,'purchases','5','updatesellingprice'),(42383,'purchases','5','updateclosedinvoice'),(42384,'purchases','5','viewquotation'),(42385,'purchases','5','viewdirectpurchases'),(42386,'purchases','5','viewserials'),(42387,'purchases','5','viewpurchase'),(42388,'purchases','5','budget'),(42389,'purchases','5','salesorder'),(42390,'purchases','5','showdefaultserials'),(42391,'purchases','5','approve'),(42392,'viewreturnsales','5','add'),(42393,'viewreturnsales','5','update'),(42394,'viewreturnsales','5','delete'),(42395,'viewreturnsales','5','return'),(42396,'viewreturnsales','5','clear'),(42397,'viewreturnsales','5','moresales'),(42398,'incomeexpenses','5','add'),(42399,'incomeexpenses','5','closeexpense'),(42400,'incomeexpenses','5','update'),(42401,'incomeexpenses','5','updateclosedexpenses'),(42402,'incomeexpenses','5','wiewinvoices'),(42403,'incomeexpenses','5','viewbills'),(42404,'incomeexpenses','5','viewexpense'),(42405,'incomeexpenses','5','viewdebtors'),(42406,'incomeexpenses','5','viewcreditors'),(42407,'branch','5','add'),(42408,'branch','5','view'),(42409,'branch','5','update'),(42410,'branch','5','delete'),(42411,'members','5','add'),(42412,'members','5','update'),(42413,'members','5','deletepeople'),(42414,'users','5','add'),(42415,'users','5','update'),(42416,'users','5','delete'),(42417,'users','5','deleteallroles'),(42418,'productscategory','5','add'),(42419,'productscategory','5','update'),(42420,'productscategory','5','delete'),(42421,'productlist','5','bulk'),(42422,'productlist','5','updatestock'),(42423,'productlist','5','move'),(42424,'productlist','5','more'),(42425,'productlist','5','transfer'),(42426,'productlist','5','addstock'),(42427,'productlist','5','delete'),(42428,'productlist','5','view'),(42429,'productlist','5','update'),(42430,'productlist','5','add'),(42431,'productlist','5','openclosestock'),(42432,'productlist','5','stocktaking'),(42433,'productlist','5','editstocktaken'),(42434,'productlist','5','editopenclosestock'),(42435,'productlist','5','changeserialstatus'),(42436,'productlist','5','viewserials'),(42437,'products','5','add'),(42438,'products','5','update'),(42439,'products','5','delete'),(42440,'products','5','addstock'),(42441,'products','5','more'),(42442,'products','5','bulk'),(42443,'products','5','deleteorder'),(42444,'products','5','dispatch'),(42445,'products','5','removestock'),(42446,'products','5','price'),(42447,'products','5','removeallstock'),(42448,'incomingstock','5','add'),(42449,'incomingstock','5','update'),(42450,'incomingstock','5','view'),(42451,'incomingstock','5','delete'),(42452,'lowstocklist','5','add'),(42453,'lowstocklist','5','more'),(42454,'lowstocklist','5','view'),(42455,'damagedproducts','5','add'),(42456,'damagedproducts','5','update'),(42457,'damagedproducts','5','delete'),(42458,'reports','5','view'),(42459,'reports','5','download'),(42460,'reports','5','delete'),(42461,'reports','5','update'),(42462,'reports','5','viewall'),(42463,'password','5','change'),(42464,'config','5','delete'),(42465,'config','5','add'),(42466,'config','5','update'),(42536,'sales','4','add'),(42537,'sales','4','suspend'),(42538,'sales','4','printreceipt'),(42539,'sales','4','update'),(42540,'sales','4','cash'),(42541,'sales','4','moresales'),(42542,'sales','4','sale'),(42543,'sales','4','Logout'),(42544,'sales','4','mpesabalance'),(42545,'sales','4','displaycustomers'),(42546,'sales','4','discount'),(42547,'sales','4','select'),(42548,'sales','4','printbill'),(42549,'sales','4','productdiscount'),(42550,'sales','4','order'),(42551,'sales','4','mpesa'),(42552,'sales','4','closebill'),(42553,'sales','4','editsellingprice'),(42554,'sales','4','updatepaymentmode'),(42555,'sales','4','card'),(42556,'sales','4','clearpayments'),(42557,'sales','4','cheque'),(42558,'sales','4','creditnote'),(42559,'sales','4','salesbeyondbprice'),(42560,'sales','4','voucher'),(42561,'sales','4','points'),(42562,'sales','4','credit'),(42563,'sales','4','dontprint'),(42564,'sales','4','backdatesales'),(42565,'sales','4','recordcoins'),(42566,'sales','4','leaseitems'),(42567,'sales','4','changetaxstatus'),(42568,'sales','4','giveloyalityponts'),(42569,'wholesale','4','sale'),(42570,'wholesale','4','add'),(42571,'wholesale','4','update'),(42572,'cashiersales','4','entermpesacode'),(42573,'cashiersales','4','editmpesa'),(42574,'cashiersales','4','all'),(42575,'cashiersales','4','editmpesadate'),(42576,'cashiersales','4','cashiersales'),(42577,'cashiersales','4','adddailycollection'),(42578,'cashiersales','4','viewdailycollections'),(42579,'cashiersales','4','viewtill'),(42580,'cashiersales','4','deletedailycollections'),(42581,'cashiersales','4','reversempesa'),(42582,'cashiersales','4','updatedailycollections'),(42583,'cashiersales','4','clearallsales'),(42584,'cashiersales','4','viewallcollections'),(42585,'cashiersales','4','mpesapendingreport'),(42586,'cashiersales','4','mpesaverifiedreport'),(42587,'productlist','4','bulk'),(42588,'productlist','4','updatestock'),(42589,'productlist','4','move'),(42590,'productlist','4','more'),(42591,'productlist','4','transfer'),(42592,'productlist','4','addstock'),(42593,'productlist','4','view'),(42594,'productlist','4','update'),(42595,'productlist','4','add'),(42596,'productlist','4','openclosestock'),(42597,'productlist','4','stocktaking'),(42598,'productlist','4','editstocktaken'),(42599,'productlist','4','editopenclosestock'),(42600,'productlist','4','changeserialstatus'),(42601,'productlist','4','viewserials'),(42602,'productlist','4','viewbprice'),(42603,'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(20) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `agentid` varchar(100) NOT NULL, `landlordid` varchar(100) NOT NULL, `totalhouse` varchar(100) NOT NULL, `country` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `commission` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', `tax` decimal(10,2) NOT NULL, `bank` text NOT NULL, `branch` text NOT NULL, `penalty` decimal(10,2) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(11) NOT NULL, `penaltytype` varchar(30) NOT NULL DEFAULT 'percentage', `areas` varchar(30) NOT NULL DEFAULT 'yes', `coparent` varchar(30) NOT NULL DEFAULT 'yes', `water` varchar(30) NOT NULL DEFAULT 'yes', `garbage` varchar(30) NOT NULL DEFAULT 'yes', `power` varchar(30) NOT NULL DEFAULT 'yes', `showpenalty` varchar(30) NOT NULL, `partial` varchar(30) NOT NULL DEFAULT '', `vat2` decimal(10,0) DEFAULT 0, `invoicedate` varchar(10) NOT NULL DEFAULT '01', `penaltydate` varchar(10) NOT NULL DEFAULT '10', `duedate` varchar(30) NOT NULL DEFAULT '10', `taxtype` varchar(30) NOT NULL DEFAULT 'Landlord', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plot` -- LOCK TABLES `plot` WRITE; /*!40000 ALTER TABLE `plot` DISABLE KEYS */; /*!40000 ALTER TABLE `plot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plotcharges` -- DROP TABLE IF EXISTS `plotcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plotcharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `order` int(10) NOT NULL, `plotcharges` int(5) NOT NULL DEFAULT 1, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plotcharges` -- LOCK TABLES `plotcharges` WRITE; /*!40000 ALTER TABLE `plotcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `plotcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; INSERT INTO `post` VALUES (1,'HOD','HOD','2020-08-08 07:40:57am','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postrecharge` -- DROP TABLE IF EXISTS `postrecharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `postrecharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) DEFAULT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `postrecharge` -- LOCK TABLES `postrecharge` WRITE; /*!40000 ALTER TABLE `postrecharge` DISABLE KEYS */; /*!40000 ALTER TABLE `postrecharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategory` -- DROP TABLE IF EXISTS `productcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=27 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,'CEMENT',0,'','active','1','','1','1','0','','Percentage',NULL),(2,'CHUMA/STEEL BARS',0,'','active','1','','1','1','0','','Percentage',NULL),(3,'MABATI/GCI SHEETS',0,'','active','1','','1','1','0','','Percentage',NULL),(4,'WOOD PRODUCTS',0,'','active','1','','1','1','0','','Percentage',NULL),(5,'NAILS',0,'','active','1','','1','1','0','','Percentage',NULL),(6,'PAINTS',0,'','active','1','','1','1','0','','Percentage',NULL),(8,'TILES',0,'','active','1','','1','1','0','','Percentage',NULL),(10,'RIDGES/KOFIA',0,'','active','1','','1','1','0','','Percentage',NULL),(11,'PIPES',0,'','active','1','','1','1','0','','Percentage',NULL),(12,'STEEL ITEMS',0,'','active','1','','1','1','0','','Percentage',NULL),(13,'CHAIN LINKS ',0,'','active','1','','1','1','0','','Percentage',NULL),(14,'COLOURED SHEET/COLOR MABATI',0,'','active','1','','1','1','0','','Percentage',NULL),(15,'SQUARE TUBES',0,'','active','1','','1','1','0','','Percentage',NULL),(16,'household items',0,'','active','1','','1','1','0','','Percentage',NULL),(17,'GENERAL ITEMS',0,'','active','1','','1','1','0','','Percentage',NULL),(18,'ELECTRICAL ITEMS',0,'','active','1','','1','1','0','','Percentage',NULL),(19,'POWERTOOLS',0,'','active','1','','1','1','0','','Percentage',NULL),(20,'WATER PUMPS',0,'','active','1','','1','1','0','','Percentage',NULL),(23,'PVC PIPES',0,'','active','1','','1','1','0','','Percentage',NULL),(24,'BARBED WIRE ',0,'','active','1','','1','1','0','','Percentage',NULL),(25,'LOCKS',0,'','active','1','','1','1','0','','Percentage',NULL),(26,'CERAMICS',0,'','active','1','','1','1','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `sellingprice2` varchar(20) NOT NULL, `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=475 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,'BAMBURI CEMENT (50KG)','1','9','',16,'550','540','',NULL,'',NULL,NULL,'20',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','1','pcs','Inventory','VATABLE','mainitem','Inclusive'),(2,'SIMBA CEMENT (50KG)','1','16','',16,'530','550','','','0',NULL,NULL,'25',0,0,NULL,0,0,0,1532.00,'','1','1','1','0000-00-00','','active','18','2','pcs','Inventory','VATABLE','mainitem','Inclusive'),(3,'D8 BARS ','2','13','',16,'510','580','','','530',NULL,NULL,'0',0,0,NULL,0,0,0,427.00,'2021-04-27 06:58:33','5','1','1','0000-00-00','','active','13','3','pcs','Inventory','VATABLE','mainitem','Inclusive'),(4,'D10 BARS ','2','17','',16,'730','800','','','750',NULL,NULL,'0',0,0,NULL,0,0,0,237.00,'2021-04-27 06:59:39','5','1','1','0000-00-00','','active','13','4','pcs','Inventory','VATABLE','mainitem','Inclusive'),(5,'D12 BARS ','2','17','',16,'1070','1150','','','1100',NULL,NULL,'20',0,0,NULL,0,0,0,256.00,'2021-04-27 07:02:33','5','1','1','0000-00-00','','active','','6','pcs','Inventory','VATABLE','mainitem','Inclusive'),(6,'plywood 3mm','4','13','',16,'330','500','',NULL,'450',NULL,NULL,'15',0,0,NULL,0,0,0,104.00,'','1','1','1','0000-00-00','','active','','8','pcs','Inventory','VATABLE','mainitem','Inclusive'),(7,'MDF CHERRY','4','13','',16,'2900','3500','',NULL,'3200',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','','9','pcs','Inventory','VATABLE','mainitem','Inclusive'),(8,'BLOCK BOARD 3/4\"','4','13','',16,'2700','3500','',NULL,'3200',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','','10','pcs','Inventory','VATABLE','mainitem','Inclusive'),(9,'MAISHA MABATI /GCI SHEETS G30X2.0MTR','3','12','',16,'710','750','','','750',NULL,NULL,'30',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','12','pcs','Inventory','VATABLE','mainitem','Inclusive'),(10,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','3','12','',16,'890','950','','','930',NULL,NULL,'30',0,0,NULL,0,0,0,39.00,'','1','1','1','0000-00-00','','active','','13','pcs','Inventory','VATABLE','mainitem','Inclusive'),(11,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','3','12','',16,'1065','1150','','','1100',NULL,NULL,'30',0,0,NULL,0,0,0,260.00,'','1','1','1','0000-00-00','','active','','14','pcs','Inventory','VATABLE','mainitem','Inclusive'),(12,' G30X2.0MTR','3','9','MASI / ZINGIRA',16,'640','700','','','700',NULL,NULL,'30',0,0,NULL,0,0,0,0.00,'2021-04-27 21:00:27','5','1','1','0000-00-00','','active','1','15','pcs','Inventory','VATABLE','mainitem','Inclusive'),(13,' G30X2.5MTR','3','10','ZINGIRA',16,'750','900','','','850',NULL,NULL,'30',0,0,NULL,0,0,0,0.00,'2021-04-27 07:43:09','5','1','1','0000-00-00','','active','1','16','pcs','Inventory','VATABLE','mainitem','Inclusive'),(14,'ZINGIRA ROOFING SHEETS G30X3.0MTR','3','10','',16,'900','1050','',NULL,'1000',NULL,NULL,'30',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','17','pcs','Inventory','VATABLE','mainitem','Inclusive'),(15,' G32X2.0MTR','3','10','ZINGIRA / MASI / UGANDA',16,'580','650','','','640',NULL,NULL,'20',0,0,NULL,0,0,0,1.00,'2021-05-20 22:36:20','5','1','1','0000-00-00','','active','1','18','pcs','Inventory','VATABLE','mainitem','Inclusive'),(17,'G32X3.0MTR','3','9','ZINGIRA/MASI/UGANDA',16,'642','800','',NULL,'',NULL,NULL,'0',0,0,NULL,0,0,0,8.00,'2021-05-20 22:32:43','5','1','1','0000-00-00','','active','1','20','pcs','Inventory','VATABLE','mainitem','Inclusive'),(18,'BLACK PIPE 1/2\" CLASS A','11','10','',16,'800','1200','',NULL,'1000',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','21','pcs','Inventory','VATABLE','mainitem','Inclusive'),(19,'MAISHA IT4 BLUE 2.0 M','14','12','',16,'820','900','','','880',NULL,NULL,'15',0,0,NULL,0,0,0,77.00,'','1','1','1','0000-00-00','','active','','34','pcs','Inventory','VATABLE','mainitem','Inclusive'),(20,'TILES 300X450','8','22','WALL TILES INDIA',16,'720','1250','',NULL,'1200',NULL,NULL,'10',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','35','pcs','Inventory','VATABLE','mainitem','Inclusive'),(21,'WALL TILES 200X300 CHINA ','8','22','25 PCS',16,'450','800','',NULL,'750',NULL,NULL,'10',0,0,NULL,0,0,0,157.00,'','1','1','1','0000-00-00','','active','','36','pcs','Inventory','VATABLE','mainitem','Inclusive'),(22,'TILES 300X300 (17)','8','22','FLOOR TILES 17 PCS',16,'890','1000','',NULL,'950',NULL,NULL,'10',0,0,NULL,0,0,0,243.00,'','1','1','1','0000-00-00','','active','','37','pcs','Inventory','VATABLE','mainitem','Inclusive'),(23,'MAISHA TILE RED IT4 2.0M','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','38','pcs','Inventory','VATABLE','mainitem','Inclusive'),(24,'MAISHA IT4 TILE RED 2.5 M','14','12','',16,'1025','1100','','','1100',NULL,NULL,'0',0,0,NULL,0,0,0,23.00,'','1','1','1','0000-00-00','','active','','39','pcs','Inventory','VATABLE','mainitem','Inclusive'),(25,'MAISHA MABATI/GCI SHEETS G 32 X 2.0 METER','3','12','',16,'500','600','','','580',NULL,NULL,'5',0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','','active','','40','pcs','Inventory','VATABLE','mainitem','Inclusive'),(26,' G32X2.5MTR','3','9','MAISHA',16,'725','800','','','800',NULL,NULL,'0',0,0,NULL,0,0,0,34.00,'2021-05-20 22:48:02','5','1','1','0000-00-00','','active','1','19','pcs','Inventory','VATABLE','mainitem','Inclusive'),(27,' G32 X 3.0 MTR ','3','12','MAISHA',16,'870','900','','','850',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2021-05-20 22:29:37','5','1','1','0000-00-00','','active','1','42','pcs','Inventory','VATABLE','mainitem','Inclusive'),(28,'PLAIN SHEET G30 ','3','12','',16,'330','400','',NULL,'350',NULL,NULL,'0',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','','5','pcs','Inventory','VATABLE','mainitem','Inclusive'),(29,'PLAIN SHEET G32','3','12','',16,'275','300','',NULL,'290',NULL,NULL,'0',0,0,NULL,0,0,0,33.00,'','1','1','1','0000-00-00','','active','','43','pcs','Inventory','VATABLE','mainitem','Inclusive'),(30,'FLOOR TILES 600 X 600 INDIA','8','22','4 PCS',16,'1750','2500','',NULL,'1850',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','44','pcs','Inventory','VATABLE','mainitem','Inclusive'),(31,'WALL TILES 200 X 300 INDIA','8','22','16 PCS',16,'500','800','',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','45','pcs','Inventory','VATABLE','mainitem','Inclusive'),(32,'RIDGES BLUE','14','12','',16,'325','480','',NULL,'450',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','46','pcs','Inventory','VATABLE','mainitem','Inclusive'),(33,'RIDGES BRICK RED','14','12','',16,'310','480','','','450',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','','47','pcs','Inventory','VATABLE','mainitem','Inclusive'),(34,'RIDGES TILE RED','14','12','',16,'325','480','',NULL,'450',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','48','pcs','Inventory','VATABLE','mainitem','Inclusive'),(35,'RIDGES GREEN','14','12','',16,'310','480','','','450',NULL,NULL,'0',0,0,NULL,0,0,0,37.00,'','1','1','1','0000-00-00','','active','','49','pcs','Inventory','VATABLE','mainitem','Inclusive'),(36,'RIDGES CHARCOAL GREY','14','12','',16,'310','480','','','450',NULL,NULL,'0',0,0,NULL,0,0,0,31.00,'','1','1','1','0000-00-00','','active','','50','pcs','Inventory','VATABLE','mainitem','Inclusive'),(37,'RIDGES MASAI RED','14','12','',16,'310','480','','','450',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','51','pcs','Inventory','VATABLE','mainitem','Inclusive'),(38,'DURACOAT SUPERFAST 20 LITER','6','15','',16,'330','500','',NULL,'400',NULL,NULL,'10',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','52','pcs','Inventory','VATABLE','mainitem','Inclusive'),(39,'SQ.TUBES 20X20X1MM','15','10','',16,'560','650','',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,68.50,'','1','1','1','0000-00-00','','active','','53','pcs','Inventory','VATABLE','mainitem','Inclusive'),(40,'SQ.TUBES 25X25X1MM','15','10','',16,'700','800','',NULL,'750',NULL,NULL,'10',0,0,NULL,0,0,0,82.50,'','1','1','1','0000-00-00','','active','','54','pcs','Inventory','VATABLE','mainitem','Inclusive'),(41,'SQ.TUBES 30X30X1MM','15','10','',16,'880','1100','',NULL,'980',NULL,NULL,'10',0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','','55','pcs','Inventory','VATABLE','mainitem','Inclusive'),(42,'SQ.TUBES 40X40X1MM','15','10','',16,'1130','1400','',NULL,'1250',NULL,NULL,'10',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','56','pcs','Inventory','VATABLE','mainitem','Inclusive'),(43,'SQ.TUBES 50X50X1.2mm','15','10','',16,'1700','2200','',NULL,'2000',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','57','pcs','Inventory','VATABLE','mainitem','Inclusive'),(44,'NAILS 1\"','5','10','',16,'130','200','',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','','58','pcs','Inventory','VATABLE','mainitem','Inclusive'),(45,'NAILS 1&1/2\"','5','10','',16,'130','200','',NULL,'',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','59','pcs','Inventory','VATABLE','mainitem','Inclusive'),(46,'NAILS 2\"','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,50.50,'','1','1','1','0000-00-00','','active','','60','pcs','Inventory','VATABLE','mainitem','Inclusive'),(47,'NAILS 2.5\"','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,38.50,'','1','1','1','0000-00-00','','active','','61','pcs','Inventory','VATABLE','mainitem','Inclusive'),(48,'NAILS 3\"','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,226.00,'','1','1','1','0000-00-00','','active','','62','pcs','Inventory','VATABLE','mainitem','Inclusive'),(49,'NAILS 4\"','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,287.25,'','1','1','1','0000-00-00','','active','','63','pcs','Inventory','VATABLE','mainitem','Inclusive'),(50,'NAILS 5\"','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,62.50,'','1','1','1','0000-00-00','','active','','64','pcs','Inventory','VATABLE','mainitem','Inclusive'),(51,'NAILS 6\" ','5','10','',16,'105','180','',NULL,'120',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','65','pcs','Inventory','VATABLE','mainitem','Inclusive'),(52,'ROOFING NAILS','5','10','',16,'150.00','250','',NULL,'',NULL,NULL,'0',0,0,NULL,0,0,0,220.50,'','1','1','1','0000-00-00','','active','','66','pcs','Inventory','VATABLE','mainitem','Inclusive'),(53,'Maruthi Welding Rod 3.2mm','17','22','',16,'180','250','',NULL,'210',NULL,NULL,'5',0,0,NULL,0,0,0,4.75,'','1','1','1','0000-00-00','','active','','67','pcs','Inventory','VATABLE','mainitem','Inclusive'),(54,'Maruthi Welding Rods 2.5mm','17','22','',16,'180','250','',NULL,'210',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','68','pcs','Inventory','VATABLE','mainitem','Inclusive'),(55,'Simba Welding Rod 3.2mm','17','22','',16,'190','250','',NULL,'210',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','69','pcs','Inventory','VATABLE','mainitem','Inclusive'),(56,'MAISHA IT4 TILE RED 3.0 M','14','12','',16,'1230','1350','','','1300',NULL,NULL,'5',0,0,NULL,0,0,0,57.00,'','1','1','1','0000-00-00','','active','','70','pcs','Inventory','VATABLE','mainitem','Inclusive'),(57,'MAISHA IT4 BLUE 2.5 M','14','12','',16,'1025','1150','','','1100',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','','active','','71','pcs','Inventory','VATABLE','mainitem','Inclusive'),(58,'MAISHA IT4 BLUE 3.0 M','14','12','',16,'1230','1350','','','1300',NULL,NULL,'5',0,0,NULL,0,0,0,141.00,'','1','1','1','0000-00-00','','active','','72','pcs','Inventory','VATABLE','mainitem','Inclusive'),(59,'MAISHA IT4 GREEN 2.0 M','14','12','',16,'820','850','','','800',NULL,NULL,'5',0,0,NULL,0,0,0,106.00,'','1','1','1','0000-00-00','','active','','73','pcs','Inventory','VATABLE','mainitem','Inclusive'),(60,'MAISHA IT4 GREEN 2.5 M','14','12','',16,'1025','1050','','','1000',NULL,NULL,'0',0,0,NULL,0,0,0,167.00,'','1','1','1','0000-00-00','','active','','74','pcs','Inventory','VATABLE','mainitem','Inclusive'),(61,'MAISHA IT4 GREEN 3.0 M','14','12','',16,'1230','1350','','','1300',NULL,NULL,'5',0,0,NULL,0,0,0,102.00,'','1','1','1','0000-00-00','','active','','75','pcs','Inventory','VATABLE','mainitem','Inclusive'),(62,'MAISHA IT4 BRICK RED 2.0 M','14','12','',16,'800','900','','','850',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','76','pcs','Inventory','VATABLE','mainitem','Inclusive'),(63,'MAISHA IT4 BRICK RED 2.5 M','14','12','',16,'1025','1150','','','1100',NULL,NULL,'5',0,0,NULL,0,0,0,40.00,'','1','1','1','0000-00-00','','active','','77','pcs','Inventory','VATABLE','mainitem','Inclusive'),(64,'MAISHA IT4 BRICK RED 3.0 M','14','12','',16,'1290','1350','','','1300',NULL,NULL,'1',0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','','78','pcs','Inventory','VATABLE','mainitem','Inclusive'),(65,'MAISHA IT4 MASAI RED 2.0 M','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'5',0,0,NULL,0,0,0,57.00,'','1','1','1','0000-00-00','','active','','79','pcs','Inventory','VATABLE','mainitem','Inclusive'),(66,'MAISHA IT4 MASAI RED 2.5 M','14','12','',16,'1025','1150','','','1100',NULL,NULL,'5',0,0,NULL,0,0,0,36.00,'','1','1','1','0000-00-00','','active','','80','pcs','Inventory','VATABLE','mainitem','Inclusive'),(67,'MAISHA IT4 MASAI RED 3.0 M','14','12','',16,'1230','1250','','','1200',NULL,NULL,'5',0,0,NULL,0,0,0,66.00,'','1','1','1','0000-00-00','','active','','81','pcs','Inventory','VATABLE','mainitem','Inclusive'),(68,'MAISHA IT4 C/GREY 2.0 M','14','12','',16,'820','850','','','800',NULL,NULL,'5',0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','','active','','82','pcs','Inventory','VATABLE','mainitem','Inclusive'),(69,'MAISHA IT4 C/GREY 2.5M M','14','12','',16,'1025','1050','','','1000',NULL,NULL,'5',0,0,NULL,0,0,0,76.00,'','1','1','1','0000-00-00','','active','','83','pcs','Inventory','VATABLE','mainitem','Inclusive'),(70,'MAISHA IT4 C/GREY 3.0M','14','12','',16,'1230','1250','','','1200',NULL,NULL,'5',0,0,NULL,0,0,0,118.00,'','1','1','1','0000-00-00','','active','','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(71,'NYUMBA GCI 30X2M','3','28','',16,'640','700','',NULL,'680',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','85','pcs','Inventory','VATABLE','mainitem','Inclusive'),(72,'SQ.TUBES 50X50X1.5 mm','15','10','',16,'2100','2600','',NULL,'2400',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','86','pcs','Inventory','VATABLE','mainitem','Inclusive'),(73,'SQ.TUBES 50X50X2.0 mm','15','10','',16,'2700','3500','',NULL,'3200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','87','pcs','Inventory','VATABLE','mainitem','Inclusive'),(74,'SQ.TUBES 20X20X1.2MM','15','10','',16,'650','750','',NULL,'700',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','88','pcs','Inventory','VATABLE','mainitem','Inclusive'),(75,'SQ.TUBES 40X25X1MM','15','10','',16,'920','1100','',NULL,'1050',NULL,NULL,'0',0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','','89','pcs','Inventory','VATABLE','mainitem','Inclusive'),(76,'SQ.TUBES 75X75X2.5MM','15','10','',16,'5000','7000','',NULL,'6500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','90','pcs','Inventory','VATABLE','mainitem','Inclusive'),(77,'D16 STEEL BAR','2','24','',16,'1900','1950','','','1900',NULL,NULL,'0',0,0,NULL,0,0,0,26.00,'','1','1','1','0000-00-00','','active','','91','pcs','Inventory','VATABLE','mainitem','Inclusive'),(78,'R6','2','17','ROUND BAR 6 MM',16,'190','300','',NULL,'250',NULL,NULL,'0',0,0,NULL,0,0,0,35.00,'2021-04-27 07:05:31','5','1','1','0000-00-00','','active','','92','pcs','Inventory','VATABLE','mainitem','Inclusive'),(79,'R8','2','17','ROUND BAR 8 MM',16,'500','650','',NULL,'600',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'2021-04-27 07:06:33','5','1','1','0000-00-00','','active','','93','pcs','Inventory','VATABLE','mainitem','Inclusive'),(80,'SQ.TUBES 100X100X3MM','15','10','',16,'8000','14000','',NULL,'12000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','94','pcs','Inventory','VATABLE','mainitem','Inclusive'),(81,'MARINE BOARD','4','28','',16,'2800','3500','',NULL,'3200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','95','pcs','Inventory','VATABLE','mainitem','Inclusive'),(82,'6MM PLYWOOD','4','28','',16,'850','1500','',NULL,'1250',NULL,NULL,'1',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','','96','pcs','Inventory','VATABLE','mainitem','Inclusive'),(83,'CHIPBOARD FLOWERED','4','28','',16,'720','1100','',NULL,'950',NULL,NULL,'1',0,0,NULL,0,0,0,51.00,'','1','1','1','0000-00-00','','active','','97','pcs','Inventory','VATABLE','mainitem','Inclusive'),(84,'CHIPBOARD PLAIN','4','13','',16,'700','1100','',NULL,'900',NULL,NULL,'1',0,0,NULL,0,0,0,62.00,'','1','1','1','0000-00-00','','active','','98','pcs','Inventory','VATABLE','mainitem','Inclusive'),(85,'CHIPBOARD PLAIN 9MM','4','13','',16,'750','1100','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','99','pcs','Inventory','VATABLE','mainitem','Inclusive'),(86,'CHIPBOARD MDF','4','13','',16,'2600','3500','',NULL,'3000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','100','pcs','Inventory','VATABLE','mainitem','Inclusive'),(87,'RAZOR WIRE','17','22','',16,'1400','2800','',NULL,'2200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','101','pcs','Inventory','VATABLE','mainitem','Inclusive'),(88,'BINDING WIRE','17','10','',16,'120','200','',NULL,'170',NULL,NULL,'25',0,0,NULL,0,0,0,25.00,'','1','1','1','0000-00-00','','active','','102','pcs','Inventory','VATABLE','mainitem','Inclusive'),(89,'HOOP IRON','17','22','',16,'120','180','','','150',NULL,NULL,'1',0,0,NULL,0,0,0,460.00,'','1','1','1','0000-00-00','','active','','103','pcs','Inventory','VATABLE','mainitem','Inclusive'),(90,'LIME 25KG','17','22','',16,'150','250','',NULL,'250',NULL,NULL,'1',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','104','pcs','Inventory','VATABLE','mainitem','Inclusive'),(91,'NYUMBA GCI 30X2.5M','3','28','',16,'800','850','',NULL,'830',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','105','pcs','Inventory','VATABLE','mainitem','Inclusive'),(92,'NYUMBA GCI 30X3M','3','28','',16,'960','1050','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','106','pcs','Inventory','VATABLE','mainitem','Inclusive'),(93,'BLUE 11/3 X 2M','14','12','',16,'780','850','',NULL,'840',NULL,NULL,'1',0,0,NULL,0,0,0,104.00,'','1','1','1','0000-00-00','','active','','107','pcs','Inventory','VATABLE','mainitem','Inclusive'),(94,'BLUE 11/3 X 2.5M','14','12','',16,'900','1100','','','1050',NULL,NULL,'0',0,0,NULL,0,0,0,45.00,'','1','1','1','0000-00-00','','active','','108','pcs','Inventory','VATABLE','mainitem','Inclusive'),(95,'BLUE 11/3 X 3 M','14','12','',16,'1180','1250','',NULL,'1200',NULL,NULL,'0',0,0,NULL,0,0,0,66.00,'','1','1','1','0000-00-00','','active','','109','pcs','Inventory','VATABLE','mainitem','Inclusive'),(96,'TILE RED 11/3 X 2M ','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,78.00,'','1','1','1','0000-00-00','','active','','110','pcs','Inventory','VATABLE','mainitem','Inclusive'),(97,'TILE RED 11/3 X 2.5M','14','12','',16,'975','1050','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','','111','pcs','Inventory','VATABLE','mainitem','Inclusive'),(98,'TILE RED 11/3 X 3M','14','12','',16,'1180','1250','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,30.00,'','1','1','1','0000-00-00','','active','','112','pcs','Inventory','VATABLE','mainitem','Inclusive'),(99,'GREEN 11/3 X 2M','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,45.00,'','1','1','1','0000-00-00','','active','','113','pcs','Inventory','VATABLE','mainitem','Inclusive'),(100,'GREEN 11/3 X 2.5M','14','12','',16,'975','1050','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','','active','','114','pcs','Inventory','VATABLE','mainitem','Inclusive'),(101,'GREEN 11/3 X 3M','14','12','',16,'1180','1250','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,66.00,'','1','1','1','0000-00-00','','active','','115','pcs','Inventory','VATABLE','mainitem','Inclusive'),(102,'BRICK RED 11/3 X 2M','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','116','pcs','Inventory','VATABLE','mainitem','Inclusive'),(103,'BRICK RED 11/3 X 2.5M','14','12','',16,'975','1050','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','','active','','117','pcs','Inventory','VATABLE','mainitem','Inclusive'),(104,'BRICK RED 11/3 X 3M','14','12','',16,'1180','1250','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','118','pcs','Inventory','VATABLE','mainitem','Inclusive'),(105,'BRIGHT RED 11/3 X 2M','14','12','',16,'780','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','119','pcs','Inventory','VATABLE','mainitem','Inclusive'),(106,'BRIGHT RED 11/3 X 2.5M','14','12','',16,'975','1050','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,23.00,'','1','1','1','0000-00-00','','active','','120','pcs','Inventory','VATABLE','mainitem','Inclusive'),(107,'BRIGHT RED 11/3 X 3M','14','12','',16,'1180','1250','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,55.00,'','1','1','1','0000-00-00','','active','','121','pcs','Inventory','VATABLE','mainitem','Inclusive'),(108,'TRANSPARENT SHEET 2M','17','22','',16,'620','800','',NULL,'700',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','122','pcs','Inventory','VATABLE','mainitem','Inclusive'),(109,'TRANSPARENT SHEET 2.5M','17','22','',16,'800','1000','',NULL,'900',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','123','pcs','Inventory','VATABLE','mainitem','Inclusive'),(110,'TRANSPARENT SHEET 3M','17','22','',16,'950','1200','',NULL,'1100',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','124','pcs','Inventory','VATABLE','mainitem','Inclusive'),(111,'SAFARI GREEN RIDGES ','14','12','',16,'320','480','',NULL,'430',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','125','pcs','Inventory','VATABLE','mainitem','Inclusive'),(112,'TILE RED RIDGES','14','12','',16,'380','450','',NULL,'430',NULL,NULL,'1',0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','','126','pcs','Inventory','VATABLE','mainitem','Inclusive'),(113,'BLUE RIDGES','14','12','',16,'320','480','',NULL,'430',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','127','pcs','Inventory','VATABLE','mainitem','Inclusive'),(114,'GREEN RIDGES','14','12','',16,'320','480','',NULL,'430',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','128','pcs','Inventory','VATABLE','mainitem','Inclusive'),(116,'MAASAI RED RIDGES','14','12','',16,'320','480','',NULL,'430',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','130','pcs','Inventory','VATABLE','mainitem','Inclusive'),(117,'PVC WASTE PIPE 3\"','11','22','',16,'500','700','',NULL,'600',NULL,NULL,'1',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','','131','pcs','Inventory','VATABLE','mainitem','Inclusive'),(118,'PVC WASTE PIPE 4\"','11','22','',16,'1000','1500','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,5.50,'','1','1','1','0000-00-00','','active','','132','pcs','Inventory','VATABLE','mainitem','Inclusive'),(119,'PVC WASTE PIPE 6\"','11','22','',16,'1800','3000','',NULL,'2500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','133','pcs','Inventory','VATABLE','mainitem','Inclusive'),(120,'UGANDA 32G X 3M','3','23','',16,'750','900','',NULL,'850',NULL,NULL,'1',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','','134','pcs','Inventory','VATABLE','mainitem','Inclusive'),(121,'UGANDA 32G X 2.5M','3','23','',16,'625','800','',NULL,'750',NULL,NULL,'1',0,0,NULL,0,0,0,142.00,'','1','1','1','0000-00-00','','active','','135','pcs','Inventory','VATABLE','mainitem','Inclusive'),(122,'UGANDA 32G X 2M','3','23','',16,'500','650','',NULL,'600',NULL,NULL,'1',0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','','136','pcs','Inventory','VATABLE','mainitem','Inclusive'),(123,'CHAINLINK 4FT ','13','10','',16,'1680','2000','',NULL,'1900',NULL,NULL,'1',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','137','pcs','Inventory','VATABLE','mainitem','Inclusive'),(124,'CHAINLINK 5FT ','13','10','',16,'2100','2700','',NULL,'2500',NULL,NULL,'1',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','138','pcs','Inventory','VATABLE','mainitem','Inclusive'),(125,'CHAINLINK 6FT ','13','10','',16,'2520','3300','',NULL,'3000',NULL,NULL,'1',0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','','139','pcs','Inventory','VATABLE','mainitem','Inclusive'),(126,'CHAINLINK 7FT ','13','10','',16,'2940','4000','',NULL,'3500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','140','pcs','Inventory','VATABLE','mainitem','Inclusive'),(127,'CHAINLINK 8FT ','13','10','',16,'3360','4500','',NULL,'4000',NULL,NULL,'1',0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','','141','pcs','Inventory','VATABLE','mainitem','Inclusive'),(128,'NGOMBE CHAINLINK 14G X 8FT','13','10','',16,'8000','10000','',NULL,'10000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','142','pcs','Inventory','VATABLE','mainitem','Inclusive'),(129,'NGOMBE CHAINLINK 14G X 6FT','13','10','',16,'6000','8000','',NULL,'8000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','143','pcs','Inventory','VATABLE','mainitem','Inclusive'),(130,'FARASI CHAIN LINK 14G X 6FT','13','10','',16,'4800','6500','',NULL,'6000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','144','pcs','Inventory','VATABLE','mainitem','Inclusive'),(131,'WIREMESH LIGHT GUAGE ','17','10','',16,'320','500','',NULL,'450',NULL,NULL,'1',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','145','pcs','Inventory','VATABLE','mainitem','Inclusive'),(132,'WIREMESH MEDIUM GUAGE ','17','10','',16,'420','600','',NULL,'550',NULL,NULL,'1',0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','','active','','146','pcs','Inventory','VATABLE','mainitem','Inclusive'),(133,'WIREMESH HEAVY GUAGE ','17','10','',16,'620','850','',NULL,'750',NULL,NULL,'1',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','','147','pcs','Inventory','VATABLE','mainitem','Inclusive'),(134,'MS PLATE 1MM (18G)','12','10','',16,'3200','3800','',NULL,'3500',NULL,NULL,'1',0,0,NULL,0,0,0,4.50,'','1','1','1','0000-00-00','','active','','148','pcs','Inventory','VATABLE','mainitem','Inclusive'),(135,'CHECKERED PLATE','12','10','',16,'4500','6500','',NULL,'6000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','149','pcs','Inventory','VATABLE','mainitem','Inclusive'),(136,'BRC 610','12','10','',16,'3000','5000','',NULL,'4500',NULL,NULL,'1',0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','','150','pcs','Inventory','VATABLE','mainitem','Inclusive'),(137,'BRC A142','12','10','',16,'24000','30000','',NULL,'28500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','151','pcs','Inventory','VATABLE','mainitem','Inclusive'),(138,'BRC A66','12','10','',16,'13500','20000','',NULL,'18500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','152','pcs','Inventory','VATABLE','mainitem','Inclusive'),(139,'BRC A98','12','10','',16,'18500','25000','',NULL,'24000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','153','pcs','Inventory','VATABLE','mainitem','Inclusive'),(140,'FLAT BAR 20X3MM','12','22','',16,'270','400','',NULL,'350',NULL,NULL,'1',0,0,NULL,0,0,0,12.50,'','1','1','1','0000-00-00','','active','','154','pcs','Inventory','VATABLE','mainitem','Inclusive'),(141,'TEMBO BARBED WIRE 610M','24','30','',16,'3800','4800','',NULL,'4500',NULL,NULL,'1',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','155','pcs','Inventory','VATABLE','mainitem','Inclusive'),(142,'ABBYSINIA BARBED WIRE 610M','24','31','',16,'3800','4800','',NULL,'4500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','156','pcs','Inventory','VATABLE','mainitem','Inclusive'),(143,'FARASI BARBED WIRE 610M','24','10','',16,'3800','4800','',NULL,'4500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','157','pcs','Inventory','VATABLE','mainitem','Inclusive'),(144,'FARASI BARBED WIRE 480M','24','10','',16,'3000','4000','',NULL,'3500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','158','pcs','Inventory','VATABLE','mainitem','Inclusive'),(145,'ANGLE LINE 25X25X3MM','12','24','',16,'600','900','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','159','pcs','Inventory','VATABLE','mainitem','Inclusive'),(146,'ANGLE LINE 40X40X4MM','12','24','',16,'1300','2000','',NULL,'1800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','160','pcs','Inventory','VATABLE','mainitem','Inclusive'),(147,'T BAR 3/4\"','12','24','',16,'600','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','161','pcs','Inventory','VATABLE','mainitem','Inclusive'),(148,'Z BAR 3/4\"','12','24','',16,'850','1000','',NULL,'950',NULL,NULL,'1',0,0,NULL,0,0,0,1.50,'','1','1','1','0000-00-00','','active','','162','pcs','Inventory','VATABLE','mainitem','Inclusive'),(149,'U NAILS 1.5\"','5','30','',16,'130','200','',NULL,'180',NULL,NULL,'1',0,0,NULL,0,0,0,169.00,'','1','1','1','0000-00-00','','active','','163','pcs','Inventory','VATABLE','mainitem','Inclusive'),(150,'CEILING NAILS 1.5\"','5','30','',16,'130','200','',NULL,'180',NULL,NULL,'1',0,0,NULL,0,0,0,74.50,'','1','1','1','0000-00-00','','active','','165','pcs','Inventory','VATABLE','mainitem','Inclusive'),(151,'CLOSED COUPLE SET ','17','22','',16,'7500','12000','',NULL,'11000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','166','pcs','Inventory','VATABLE','mainitem','Inclusive'),(152,'CHICKEN WIRE 6FTX1/2\" ','17','22','',16,'2600','4000','','','4000',NULL,NULL,'1',0,0,NULL,0,0,0,3.00,'2021-05-31 21:59:22','5','1','1','0000-00-00','','active','1','167','pcs','Inventory','VATABLE','mainitem','Inclusive'),(153,'CHICKEN WIRE 6FTX1\"','17','22','',16,'100','200','','','200',NULL,NULL,'`1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','168','pcs','Inventory','VATABLE','mainitem','Inclusive'),(154,'CHICKEN WIRE 3FTX1/2\"','17','12','',16,'50','150','','','120',NULL,NULL,'1',0,0,NULL,0,0,0,25.00,'2021-05-06 23:05:27','5','1','1','0000-00-00','','active','1','169','MTR','Inventory','VATABLE','mainitem','Inclusive'),(155,'CHICKEN WIRE 3FTX3/4\"','17','22','',16,'50','150','','','100',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','170','pcs','Inventory','VATABLE','mainitem','Inclusive'),(156,'SINGLE BOWL SINGLE DRAIN (MEDIUM)','17','22','',16,'1200','3000','',NULL,'2500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','171','pcs','Inventory','VATABLE','mainitem','Inclusive'),(157,'SINGLE BOWL SINGLE DRAIN (HEAVY)','17','22','',16,'1500','3000','',NULL,'2800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','172','pcs','Inventory','VATABLE','mainitem','Inclusive'),(158,'DOUBLE BOWL DOUBLE DRAIN','17','22','',16,'3000','5500','',NULL,'5000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','173','pcs','Inventory','VATABLE','mainitem','Inclusive'),(159,'BLACK POLYTHENE METER','17','22','',16,'120','200','','','150',NULL,NULL,'1',0,0,NULL,0,0,0,20.00,'2021-05-31 21:50:01','5','1','1','0000-00-00','','active','1','174','MTR','Inventory','VATABLE','mainitem','Inclusive'),(160,'SINGLE BOWL ','17','22','',16,'800','2000','',NULL,'1500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','175','pcs','Inventory','VATABLE','mainitem','Inclusive'),(161,'FLOOR TILES 300 X 300 INDIA','8','22','11 PCS INDIA',16,'600','850','',NULL,'800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','176','pcs','Inventory','VATABLE','mainitem','Inclusive'),(162,'TILES 35X35 EGYPT','8','22','',16,'800','1200','',NULL,'1050',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','177','pcs','Inventory','VATABLE','mainitem','Inclusive'),(163,'TILES 40X40 (12)','8','22','GOODWILL12 PCS',16,'1100','1600','',NULL,'1500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','178','pcs','Inventory','VATABLE','mainitem','Inclusive'),(164,'TILES INDIA 40X40','8','22','6 PCS INDIA',16,'700','1200','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','179','pcs','Inventory','VATABLE','mainitem','Inclusive'),(165,'TILES INDONESIA 40X40','8','22','INDONESIA 6 PCS',16,'1000','1800','',NULL,'1500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','180','pcs','Inventory','VATABLE','mainitem','Inclusive'),(166,'TILES 50X50','8','22','',16,'1250','2500','',NULL,'2000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','181','pcs','Inventory','VATABLE','mainitem','Inclusive'),(167,'TILES FLOOR 600X600 INDIA','8','26','BLACK NERO',16,'1500','2500','',NULL,'2000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','183','pcs','Inventory','VATABLE','mainitem','Inclusive'),(168,'TILES 600X600','8','27','GOODWILL',16,'1250','2500','',NULL,'2000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','184','pcs','Inventory','VATABLE','mainitem','Inclusive'),(170,'GROUT 3KG','17','35','',16,'120','450','',NULL,'',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','185','pcs','Inventory','VATABLE','mainitem','Inclusive'),(171,'GROUT 1KG','17','35','',16,'40','150','',NULL,'100',NULL,NULL,'1',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','186','pcs','Inventory','VATABLE','mainitem','Inclusive'),(172,'WATEPROOF CEMENT','17','22','',16,'70','200','',NULL,'150',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','187','pcs','Inventory','VATABLE','mainitem','Inclusive'),(173,'WOOD PRESERVATIVE 20 LTRS','17','20','',16,'600','1500','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','','188','pcs','Inventory','VATABLE','mainitem','Inclusive'),(174,'SHOVEL STEEL','17','34','',16,'320','550','',NULL,'450',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','189','pcs','Inventory','VATABLE','mainitem','Inclusive'),(175,'SHOVEL WOOD','17','34','',16,'280','500','',NULL,'450',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','190','pcs','Inventory','VATABLE','mainitem','Inclusive'),(176,'MANHOLE COVER 12 X12 ','17','22','',16,'650','1500','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','191','pcs','Inventory','VATABLE','mainitem','Inclusive'),(177,'MANHOLE COVER 18 X18','17','22','',16,'800','1500','',NULL,'1400',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','192','pcs','Inventory','VATABLE','mainitem','Inclusive'),(178,'MANHOLE COVER 18 X 24','17','22','',16,'1400','2500','',NULL,'2200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','193','pcs','Inventory','VATABLE','mainitem','Inclusive'),(179,'cutting disk 9\"','17','22','',16,'180','300','',NULL,'250',NULL,NULL,'1',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','','194','pcs','Inventory','VATABLE','mainitem','Inclusive'),(180,'GRINDING DISK 9\"','17','22','',16,'200','400','',NULL,'350',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','195','pcs','Inventory','VATABLE','mainitem','Inclusive'),(181,'AUDDY LOCK 50 MM','25','38','',16,'150 ','450','',NULL,'400',NULL,NULL,'1',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','','196','pcs','Inventory','VATABLE','mainitem','Inclusive'),(182,'AUDDY LOCK 40 MM','25','38','',16,'150 ','450','',NULL,'400',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','197','pcs','Inventory','VATABLE','mainitem','Inclusive'),(183,'HEHE LOCK 50 MM','25','38','',16,'180','450','',NULL,'400',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','198','pcs','Inventory','VATABLE','mainitem','Inclusive'),(184,'MINDY LOCK 40 MM','25','38','',16,'350','800','',NULL,'700',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','199','pcs','Inventory','VATABLE','mainitem','Inclusive'),(185,'MINDY LOCK 50 MM','25','38','',16,'450','1200','',NULL,'1000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','200','pcs','Inventory','VATABLE','mainitem','Inclusive'),(186,'MINDY LOCK 60 MM','25','38','',16,'550','1500','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','201','pcs','Inventory','VATABLE','mainitem','Inclusive'),(187,'UNION DOOR LOCK','25','37','',16,'1500','2600','',NULL,'2500',NULL,NULL,'1',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','','202','pcs','Inventory','VATABLE','mainitem','Inclusive'),(188,'LEXOR DOOR LOCK','25','37','',16,'700','1500','',NULL,'1200',NULL,NULL,'1',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','','203','pcs','Inventory','VATABLE','mainitem','Inclusive'),(189,'MEASURING TAPE 5 M','17','37','',16,'50','200','',NULL,'150',NULL,NULL,'1',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','','204','pcs','Inventory','VATABLE','mainitem','Inclusive'),(190,'MEASURING TAPE 7.5 M','17','37','',16,'80','80','',NULL,'200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','205','pcs','Inventory','VATABLE','mainitem','Inclusive'),(191,'DPC 1 X 7 M','17','37','',16,'850','2000','',NULL,'1500',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','206','pcs','Inventory','VATABLE','mainitem','Inclusive'),(192,'PVC CORNER STRIP','17','34','',16,'50','200','',NULL,'150',NULL,NULL,'1',0,0,NULL,0,0,0,26.00,'','1','1','1','0000-00-00','','active','','207','pcs','Inventory','VATABLE','mainitem','Inclusive'),(193,'ALLUMINIUM CORNER STRIP','17','34','',16,'150 ','400','',NULL,'350',NULL,NULL,'1',0,0,NULL,0,0,0,30.00,'','1','1','1','0000-00-00','','active','','208','pcs','Inventory','VATABLE','mainitem','Inclusive'),(194,'PLAIN.RIDGES 30 G','3','6','',16,'200','350','',NULL,'300',NULL,NULL,'1',0,0,NULL,0,0,0,7.50,'2021-04-28 16:12:35','5','1','1','0000-00-00','','active','1','209','pcs','Inventory','VATABLE','mainitem','Inclusive'),(195,'PLAIN RIDGES 32 G','3','6','',16,'180','350','',NULL,'300',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'2021-04-29 22:41:09','5','1','1','0000-00-00','','active','1','210','pcs','Inventory','VATABLE','mainitem','Inclusive'),(196,'TOILET P TRAP','26','22','',16,'1400','3000','',NULL,'2500',NULL,NULL,'1',0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','','211','pcs','Inventory','VATABLE','mainitem','Inclusive'),(197,'HT GALV.FENCING WIRE 50 KG','13','30','',16,'12600','15000','','','13500',NULL,NULL,'0',0,0,NULL,0,0,0,52.00,'','1','1','1','0000-00-00','','active','','212','pcs','Inventory','VATABLE','mainitem','Inclusive'),(198,'FLAT BAR 40 X 3 M','12','28','',16,'570','750','',NULL,'700',NULL,NULL,'1',0,0,NULL,0,0,0,0.50,'','1','1','1','0000-00-00','','active','','213','pcs','Inventory','VATABLE','mainitem','Inclusive'),(199,'ANGLE LINE 40X40X3 MM','12','28','',16,'1100','1500','',NULL,'1400',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','214','pcs','Inventory','VATABLE','mainitem','Inclusive'),(200,'FLAT BAR 25 X 3 M','12','28','',16,'400','600','',NULL,'',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','215','pcs','Inventory','VATABLE','mainitem','Inclusive'),(201,'FLAT BAR 50 X 3 M','12','28','',16,'800','1200','',NULL,'1100',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','216','pcs','Inventory','VATABLE','mainitem','Inclusive'),(202,'ANGLE LINE 50X50X3 MM','12','28','',16,'1600','2000','',NULL,'1800',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','','217','pcs','Inventory','VATABLE','mainitem','Inclusive'),(203,'TEE BAR 3/4','12','7','',16,'630','800','','0','',NULL,NULL,'0',0,0,'8071071619341904',0,0,0,13.00,'2021-04-25 12:13:41','5','1','1','0000-00-00','','active','','218','pcs','Inventory','VATABLE','mainitem','Inclusive'),(204,'SQ.TUBES 75 X 50 X 2 MM','15','7','',16,'3500','4800','','1','4500',NULL,NULL,'0',0,0,'2440661619342050',0,0,0,2.00,'2021-04-25 12:17:58','5','1','1','0000-00-00','','active','','219','pcs','Inventory','VATABLE','mainitem','Inclusive'),(205,'TEMBO BARBED WIRE 480 MITR','24','8','',16,'3050','4000','','1','3600',NULL,NULL,'0',0,0,'1675081619345547',0,0,0,5.00,'2021-04-25 13:16:40','5','1','1','0000-00-00','','active','','220','pcs','Inventory','VATABLE','mainitem','Inclusive'),(206,'NGOMBE HT WIRE X 50 KG','24','13','',16,'14000','16000','','1','15000',NULL,NULL,'0',0,0,'2059051619345896',0,0,0,20.00,'2021-04-25 13:22:40','5','1','1','0000-00-00','','active','','221','pcs','Inventory','VATABLE','mainitem','Inclusive'),(207,'PVC PRESSURE 2\'\'','11','15','',16,'800','1000','','1','900',NULL,NULL,'0',0,0,'7333081619346865',0,0,0,8.00,'2021-04-25 13:36:57','5','1','1','0000-00-00','','active','','222','pcs','Inventory','VATABLE','mainitem','Inclusive'),(208,'11/3 C/GREY 2 MTR','14','9','',16,'720','840','','1','800',NULL,NULL,'0',0,0,'7999361619351208',0,0,0,121.00,'2021-04-25 14:51:16','5','1','1','0000-00-00','','active','','223','pcs','Inventory','VATABLE','mainitem','Inclusive'),(209,'BATTERY 100 AMP','18','6','',16,'8500','14000','','1','12000',NULL,NULL,'0',0,0,'8820851619353195',0,0,0,2.00,'2021-04-25 15:23:11','5','1','1','0000-00-00','','active','','224','pcs','Inventory','VATABLE','mainitem','Inclusive'),(210,'BATTERY 200 AMP','18','6','',16,'20000','28500','','1','27000',NULL,NULL,'0',0,0,'4849511619353392',0,0,0,0.00,'2021-04-25 15:24:29','5','1','1','0000-00-00','','active','','225','pcs','Inventory','VATABLE','mainitem','Inclusive'),(211,'BATTERY 80 AMP','18','6','',16,'6500','9500','','1','8500',NULL,NULL,'0',0,0,'5044861619353470',0,0,0,2.00,'2021-04-25 15:25:50','5','1','1','0000-00-00','','active','','226','pcs','Inventory','VATABLE','mainitem','Inclusive'),(212,'BATTERY 120 AMP','18','6','',16,'10000','16000','','1','15000',NULL,NULL,'0',0,0,'7747701619353811',0,0,0,2.00,'2021-04-25 15:31:40','5','1','1','0000-00-00','','active','','227','pcs','Inventory','VATABLE','mainitem','Inclusive'),(213,'11/3 MAISHA C/GREY 2 MTR','14','17','',16,'800','900','','1','880',NULL,NULL,'0',0,0,'9539941619353969',0,0,0,26.00,'2021-04-25 15:34:34','5','1','1','0000-00-00','','active','','228','pcs','Inventory','VATABLE','mainitem','Inclusive'),(214,'11/3 C/GREY 2.5 MTR','14','17','',16,'720','840','','1','800',NULL,NULL,'0',0,0,'5994011619356017',0,0,0,105.00,'2021-04-25 16:07:59','5','1','1','0000-00-00','','active','','229','pcs','Inventory','VATABLE','mainitem','Inclusive'),(215,'PVC CEILING','17','15','',16,'1950','2500','','0','2200',NULL,NULL,'0',0,0,'4296711619496393',0,0,0,5.00,'2021-04-27 07:08:05','5','1','1','0000-00-00','','active','','230','pcs','Inventory','VATABLE','mainitem','Inclusive'),(216,' CEILING NAILS','5','9','',16,'130','200','','0','180',NULL,NULL,'0',0,0,'6100401619496486',0,0,0,12.50,'2021-04-27 07:10:47','5','1','1','0000-00-00','','active','','231','pcs','Inventory','VATABLE','mainitem','Inclusive'),(217,'MIX ITEMS','17','15','',16,'2','5','','0','',NULL,NULL,'0',0,0,'8483891619496648',0,0,0,99.50,'2021-04-27 07:12:04','5','1','1','0000-00-00','','active','','232','pcs','Inventory','VATABLE','mainitem','Inclusive'),(218,'PVC WASTE PIPE 2\"','23','15','',16,'400','550','','0','600',NULL,NULL,'0',0,0,'7098111619496799',0,0,0,3.00,'2021-04-27 07:14:38','5','1','1','0000-00-00','','active','','233','pcs','Inventory','VATABLE','mainitem','Inclusive'),(219,'MDF WHITE','4','6','',16,'3050','3500','','0','',NULL,NULL,'0',0,0,'6574401619496879',0,0,0,0.00,'2021-04-27 07:17:06','5','1','1','0000-00-00','','active','','234','pcs','Inventory','VATABLE','mainitem','Inclusive'),(220,'SOLAR 200 W','18','6','',16,'8000','18000','','0','1',NULL,NULL,'0',0,0,'9452171619497026',0,0,0,2.00,'2021-04-27 07:18:31','5','1','1','0000-00-00','','active','','235','pcs','Inventory','VATABLE','mainitem','Inclusive'),(221,'SOLAR 100 W','18','6','',16,'4000','9000','','0','',NULL,NULL,'0',0,0,'4890451619497114',0,0,0,1.00,'2021-04-27 07:19:40','5','1','1','0000-00-00','','active','','236','pcs','Inventory','VATABLE','mainitem','Inclusive'),(222,'SOLAR 50 W','18','6','',16,'2000','4500','','0','',NULL,NULL,'0',0,0,'2810911619497183',0,0,0,0.00,'2021-04-27 07:20:36','5','1','1','0000-00-00','','active','','237','pcs','Inventory','VATABLE','mainitem','Inclusive'),(223,'SOLAR 40 W','18','6','',16,'1600','3500','','0','',NULL,NULL,'0',0,0,'9364651619497236',0,0,0,4.00,'2021-04-27 07:21:34','5','1','1','0000-00-00','','active','','238','pcs','Inventory','VATABLE','mainitem','Inclusive'),(224,'Z BAR LIGHT 3/4\"','12','6','',16,'580','800','','0','750',NULL,NULL,'0',0,0,'8158511619609563',0,0,0,38.50,'2021-04-28 14:33:53','5','1','1','0000-00-00','','active','','239','pcs','Inventory','VATABLE','mainitem','Inclusive'),(225,'SOLAR 80 W','18','6','',16,'3000','6500','','0','6000',NULL,NULL,'0',0,0,'9858151619615394',0,0,0,1.00,'2021-04-28 16:10:53','5','1','1','0000-00-00','','active','','240','pcs','Inventory','VATABLE','mainitem','Inclusive'),(226,'TANGIT 1 LTR','17','15','',16,'1200','1500','','0','1400',NULL,NULL,'0',0,0,'6251041619623747',0,0,0,4.00,'2021-04-28 18:30:28','5','1','1','0000-00-00','','active','','241','pcs','Inventory','VATABLE','mainitem','Inclusive'),(227,' BLADE HACK SAW','17','15','',16,'90','150','','0','120',NULL,NULL,'0',0,0,'3779721619623948',0,0,0,9.00,'2021-04-28 18:33:33','5','1','1','0000-00-00','','active','','242','pcs','Inventory','VATABLE','mainitem','Inclusive'),(228,'CHIKEN WIRE 3 FFET ','24','15','',16,'50','150','','0','100',NULL,NULL,'0',0,0,'5871421619624253',0,0,0,0.00,'2021-04-28 18:39:32','5','1','1','0000-00-00','','active','','243','pcs','Inventory','VATABLE','mainitem','Inclusive'),(229,'PVC GUTTER','17','15','',16,'800','1000','','0','900',NULL,NULL,'0',0,0,'6979221619625392',0,0,0,2.00,'2021-04-28 18:57:10','5','1','1','0000-00-00','','active','','244','pcs','Inventory','VATABLE','mainitem','Inclusive'),(230,'PAINT EMULSION 20 LTR','6','7','',16,'1300','2000','','0','1800',NULL,NULL,'0',0,0,'4800561619625789',0,0,0,20.00,'2021-05-20 22:20:08','5','1','1','0000-00-00','','active','','245','pcs','Inventory','VATABLE','mainitem','Inclusive'),(231,'SILICONE','17','15','',16,'200','350','','0','300',NULL,NULL,'0',0,0,'6848671619637934',0,0,0,33.00,'2021-04-28 22:26:18','5','1','1','0000-00-00','','active','','246','pcs','Inventory','VATABLE','mainitem','Inclusive'),(232,'RED OXIDE','17','15','',16,'190','350','','0','300',NULL,NULL,'0',0,0,'2172141619638925',0,0,0,14.00,'2021-04-28 22:42:52','5','1','1','0000-00-00','','active','','247','pcs','Inventory','VATABLE','mainitem','Inclusive'),(233,'ROOFING RUBBER','17','15','',16,'40','150','','0','150',NULL,NULL,'0',0,0,'7130421619639931',0,0,0,431.00,'2021-04-28 22:59:46','5','1','1','0000-00-00','','active','','248','pcs','Inventory','VATABLE','mainitem','Inclusive'),(234,'CABLE TWE 2.5 MM MASAI','18','6','',16,'115','150','','0','',NULL,NULL,'0',0,0,'2404891619688445',0,0,0,175.00,'2021-04-29 12:40:42','5','1','1','0000-00-00','','active','','249','pcs','Inventory','VATABLE','mainitem','Inclusive'),(235,'CABLE TWE 2.5 MM JSB','18','6','',16,'80','120','','0','',NULL,NULL,'0',0,0,'9871291619688983',0,0,0,0.00,'2021-04-29 12:37:52','5','1','1','0000-00-00','','active','','250','pcs','Inventory','VATABLE','mainitem','Inclusive'),(236,'CABLE TWE 2.5 MM ASL','18','6','ASL',16,'115','150','','0','',NULL,NULL,'0',0,0,'4750551619689454',0,0,0,6.00,'2021-04-29 12:46:18','5','1','1','0000-00-00','','active','','251','pcs','Inventory','VATABLE','mainitem','Inclusive'),(237,'CABLE TWE 1.5 MM MASAI','18','6','',16,'70','100','','0','',NULL,NULL,'0',0,0,'377501619689594',0,0,0,1.00,'2021-04-29 12:48:41','5','1','1','0000-00-00','','active','','252','pcs','Inventory','VATABLE','mainitem','Inclusive'),(238,'NGOMBE BARBED WIRE 610 MTR','24','7','',16,'5700','6000','','0','',NULL,NULL,'0',0,0,'9879691619689767',0,0,0,7.00,'2021-04-29 12:51:30','5','1','1','0000-00-00','','active','','253','pcs','Inventory','VATABLE','mainitem','Inclusive'),(239,'BULB 5 /7/9/ WATT','18','6','DP / NICE ONE',16,'80','200','','0','',NULL,NULL,'0',0,0,'5012601619689903',0,0,0,329.00,'2021-04-29 12:59:10','5','1','1','0000-00-00','','active','','254','pcs','Inventory','VATABLE','mainitem','Inclusive'),(240,'BULB 15 WATT','18','6','',16,'150','250','','0','',NULL,NULL,'0',0,0,'4683621619690350',0,0,0,7.00,'2021-04-29 13:00:16','5','1','1','0000-00-00','','active','','255','pcs','Inventory','VATABLE','mainitem','Inclusive'),(241,'EUROPLUS BULB 16 WATT','18','6','',16,'150 ','300','','0','',NULL,NULL,'0',0,0,'5426561619690431',0,0,0,40.00,'2021-04-29 13:03:13','5','1','1','0000-00-00','','active','','256','pcs','Inventory','VATABLE','mainitem','Inclusive'),(242,'4.0 CABLE SINGLE ASL','18','6','',16,'4000','6000','','0','5500',NULL,NULL,'0',0,0,'9139921619690612',0,0,0,7.00,'2021-04-29 13:06:31','5','1','1','0000-00-00','','active','','257','pcs','Inventory','VATABLE','mainitem','Inclusive'),(243,'1.5 MM CABLE SINGLE ASL','18','6','',16,'2500','4000','','0','',NULL,NULL,'0',0,0,'1811831619690906',0,0,0,4.00,'2021-04-29 13:09:52','5','1','1','0000-00-00','','active','','258','pcs','Inventory','VATABLE','mainitem','Inclusive'),(244,'SWITCH / SOCKET','18','6','',16,'150 ','300','','0','300',NULL,NULL,'0',0,0,'584921619691031',0,0,0,314.00,'2021-04-29 13:12:03','5','1','1','0000-00-00','','active','','259','pcs','Inventory','VATABLE','mainitem','Inclusive'),(246,'SWITCH / SOCKET','18','6','',16,'150 ','300','','0','300',NULL,NULL,'0',0,0,'584921619691031',0,0,0,1.00,'2021-04-30 12:44:10','1','1','2','0000-00-00','','active','','259','pcs','Inventory','VATABLE','mainitem','Inclusive'),(250,'ANGLE LINE 3/4\"X3 MM','12','17','',16,'600','800','','0','750',NULL,NULL,'0',0,0,'7542641619852809',0,0,0,0.00,'2021-05-01 10:09:49','5','1','3','0000-00-00','','active','','260','pcs','Inventory','VATABLE','mainitem','Inclusive'),(251,'ANGLE LINE 3/4\"X3 MM','12','17','',16,'600','800','','0','750',NULL,NULL,'0',0,0,'7542641619852809',0,0,0,0.00,'2021-05-01 10:09:49','5','1','2','0000-00-00','','active','','260','pcs','Inventory','VATABLE','mainitem','Inclusive'),(252,'ANGLE LINE 3/4\"X3 MM','12','17','',16,'600','800','','0','750',NULL,NULL,'0',0,0,'7542641619852809',0,0,0,0.00,'2021-05-01 10:09:49','5','1','1','0000-00-00','','active','','260','pcs','Inventory','VATABLE','mainitem','Inclusive'),(253,'BRC A98 STANDARD','12','9','',16,'18500','24500','','0','24000',NULL,NULL,'0',0,0,'6838511619861423',0,0,0,0.00,'2021-05-01 12:31:29','5','1','3','0000-00-00','','active','','261','pcs','Inventory','VATABLE','mainitem','Inclusive'),(254,'BRC A98 STANDARD','12','9','',16,'18500','24500','','0','24000',NULL,NULL,'0',0,0,'6838511619861423',0,0,0,0.00,'2021-05-01 12:31:29','5','1','2','0000-00-00','','active','','261','pcs','Inventory','VATABLE','mainitem','Inclusive'),(255,'BRC A98 STANDARD','12','9','',16,'18500','24500','','0','24000',NULL,NULL,'0',0,0,'6838511619861423',0,0,0,0.00,'2021-05-01 12:31:29','5','1','1','0000-00-00','','active','','261','pcs','Inventory','VATABLE','mainitem','Inclusive'),(256,'BRC 610 LIGHT','12','9','',16,'2800','4500','','0','4500',NULL,NULL,'0',0,0,'490111619861490',0,0,0,0.00,'2021-05-01 12:32:36','5','1','3','0000-00-00','','active','','262','pcs','Inventory','VATABLE','mainitem','Inclusive'),(257,'BRC 610 LIGHT','12','9','',16,'2800','4500','','0','4500',NULL,NULL,'0',0,0,'490111619861490',0,0,0,0.00,'2021-05-01 12:32:36','5','1','2','0000-00-00','','active','','262','pcs','Inventory','VATABLE','mainitem','Inclusive'),(258,'BRC 610 LIGHT','12','9','',16,'2800','4500','','0','4500',NULL,NULL,'0',0,0,'490111619861490',0,0,0,0.00,'2021-05-01 12:32:36','5','1','1','0000-00-00','','active','','262','pcs','Inventory','VATABLE','mainitem','Inclusive'),(259,'WATER TANK 1500 LTR','17','15','',16,'8500','12000','','0','',NULL,NULL,'0',0,0,'587651619871546',0,0,0,0.00,'2021-05-01 15:20:24','5','1','3','0000-00-00','','active','','263','pcs','Inventory','VATABLE','mainitem','Inclusive'),(260,'WATER TANK 1500 LTR','17','15','',16,'8500','12000','','0','',NULL,NULL,'0',0,0,'587651619871546',0,0,0,0.00,'2021-05-01 15:20:24','5','1','2','0000-00-00','','active','','263','pcs','Inventory','VATABLE','mainitem','Inclusive'),(261,'WATER TANK 1500 LTR','17','15','',16,'8500','12000','','0','',NULL,NULL,'0',0,0,'587651619871546',0,0,0,0.00,'2021-05-01 15:20:24','5','1','1','0000-00-00','','active','','263','pcs','Inventory','VATABLE','mainitem','Inclusive'),(262,'ZINGIRA BARBED WIRE610 MTR','24','9','',16,'3850','5000','','0','',NULL,NULL,'0',0,0,'89681620314453',0,0,0,2.00,'2021-05-06 18:21:53','5','1','3','0000-00-00','','active','','264','pcs','Inventory','VATABLE','mainitem','Inclusive'),(263,'ZINGIRA BARBED WIRE610 MTR','24','9','',16,'3850','5000','','0','',NULL,NULL,'0',0,0,'89681620314453',0,0,0,0.00,'2021-05-06 18:21:53','5','1','2','0000-00-00','','active','','264','pcs','Inventory','VATABLE','mainitem','Inclusive'),(264,'ZINGIRA BARBED WIRE610 MTR','24','9','',16,'3850','5000','','0','',NULL,NULL,'0',0,0,'89681620314453',0,0,0,11.00,'2021-05-06 18:21:53','5','1','1','0000-00-00','','active','','264','pcs','Inventory','VATABLE','mainitem','Inclusive'),(265,'ZINGIRA BARBED WIRE 480 MTR','24','9','',16,'3050','3800','','0','',NULL,NULL,'0',0,0,'6418891621517930',0,0,0,0.00,'2021-05-20 16:40:27','5','1','3','0000-00-00','','active','','265','pcs','Inventory','VATABLE','mainitem','Inclusive'),(266,'ZINGIRA BARBED WIRE 480 MTR','24','9','',16,'3050','3800','','0','',NULL,NULL,'0',0,0,'6418891621517930',0,0,0,0.00,'2021-05-20 16:40:27','5','1','2','0000-00-00','','active','','265','pcs','Inventory','VATABLE','mainitem','Inclusive'),(267,'ZINGIRA BARBED WIRE 480 MTR','24','9','',16,'3050','3800','','0','',NULL,NULL,'0',0,0,'6418891621517930',0,0,0,11.00,'2021-05-20 16:40:27','5','1','1','0000-00-00','','active','','265','pcs','Inventory','VATABLE','mainitem','Inclusive'),(268,'LAMINET DOOR','4','11','',16,'2600','4000','','0','',NULL,NULL,'0',0,0,'8812371621523362',0,0,0,0.00,'2021-05-20 18:12:18','5','1','3','0000-00-00','','active','','266','pcs','Inventory','VATABLE','mainitem','Inclusive'),(269,'LAMINET DOOR','4','11','',16,'2600','4000','','0','',NULL,NULL,'0',0,0,'8812371621523362',0,0,0,0.00,'2021-05-20 18:12:18','5','1','2','0000-00-00','','active','','266','pcs','Inventory','VATABLE','mainitem','Inclusive'),(270,'LAMINET DOOR','4','11','',16,'2600','4000','','0','',NULL,NULL,'0',0,0,'8812371621523362',0,0,0,5.00,'2021-05-20 18:12:18','5','1','1','0000-00-00','','active','','266','pcs','Inventory','VATABLE','mainitem','Inclusive'),(271,'FLASH DOOR','4','11','',16,'1550','2500','','0','',NULL,NULL,'0',0,0,'4029651621523558',0,0,0,0.00,'2021-05-20 18:14:20','5','1','3','0000-00-00','','active','','267','pcs','Inventory','VATABLE','mainitem','Inclusive'),(272,'FLASH DOOR','4','11','',16,'1550','2500','','0','',NULL,NULL,'0',0,0,'4029651621523558',0,0,0,0.00,'2021-05-20 18:14:20','5','1','2','0000-00-00','','active','','267','pcs','Inventory','VATABLE','mainitem','Inclusive'),(273,'FLASH DOOR','4','11','',16,'1550','2500','','0','',NULL,NULL,'0',0,0,'4029651621523558',0,0,0,2.00,'2021-05-20 18:14:20','5','1','1','0000-00-00','','active','','267','pcs','Inventory','VATABLE','mainitem','Inclusive'),(274,'PAINT BRUSH 6\"','17','23','',16,'120','250','','0','',NULL,NULL,'0',0,0,'1746141621535468',0,0,0,0.00,'2021-05-20 21:31:56','5','1','3','0000-00-00','','active','','268','pcs','Inventory','VATABLE','mainitem','Inclusive'),(275,'PAINT BRUSH 6\"','17','23','',16,'120','250','','0','',NULL,NULL,'0',0,0,'1746141621535468',0,0,0,0.00,'2021-05-20 21:31:56','5','1','2','0000-00-00','','active','','268','pcs','Inventory','VATABLE','mainitem','Inclusive'),(276,'PAINT BRUSH 6\"','17','23','',16,'120','250','','0','',NULL,NULL,'0',0,0,'1746141621535468',0,0,0,0.00,'2021-05-20 21:31:56','5','1','1','0000-00-00','','active','','268','pcs','Inventory','VATABLE','mainitem','Inclusive'),(277,'PAINT BRUSH 5\"','17','23','',16,'80','200','','0','',NULL,NULL,'0',0,0,'4185911621535530',0,0,0,0.00,'2021-05-20 21:33:08','5','1','3','0000-00-00','','active','','269','pcs','Inventory','VATABLE','mainitem','Inclusive'),(278,'PAINT BRUSH 5\"','17','23','',16,'80','200','','0','',NULL,NULL,'0',0,0,'4185911621535530',0,0,0,0.00,'2021-05-20 21:33:08','5','1','2','0000-00-00','','active','','269','pcs','Inventory','VATABLE','mainitem','Inclusive'),(279,'PAINT BRUSH 5\"','17','23','',16,'80','200','','0','',NULL,NULL,'0',0,0,'4185911621535530',0,0,0,0.00,'2021-05-20 21:33:08','5','1','1','0000-00-00','','active','','269','pcs','Inventory','VATABLE','mainitem','Inclusive'),(280,'PAINT BRUSH 4\"','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'224291621535603',0,0,0,0.00,'2021-05-20 21:34:24','5','1','3','0000-00-00','','active','','270','pcs','Inventory','VATABLE','mainitem','Inclusive'),(281,'PAINT BRUSH 4\"','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'224291621535603',0,0,0,0.00,'2021-05-20 21:34:24','5','1','2','0000-00-00','','active','','270','pcs','Inventory','VATABLE','mainitem','Inclusive'),(282,'PAINT BRUSH 4\"','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'224291621535603',0,0,0,3.00,'2021-05-20 21:34:24','5','1','1','0000-00-00','','active','','270','pcs','Inventory','VATABLE','mainitem','Inclusive'),(283,'PAINT BRUSH 3\"','17','23','',16,'50','100','','0','',NULL,NULL,'0',0,0,'4665001621535679',0,0,0,0.00,'2021-05-20 21:35:41','5','1','3','0000-00-00','','active','','271','pcs','Inventory','VATABLE','mainitem','Inclusive'),(284,'PAINT BRUSH 3\"','17','23','',16,'50','100','','0','',NULL,NULL,'0',0,0,'4665001621535679',0,0,0,0.00,'2021-05-20 21:35:41','5','1','2','0000-00-00','','active','','271','pcs','Inventory','VATABLE','mainitem','Inclusive'),(285,'PAINT BRUSH 3\"','17','23','',16,'50','100','','0','',NULL,NULL,'0',0,0,'4665001621535679',0,0,0,14.00,'2021-05-20 21:35:41','5','1','1','0000-00-00','','active','','271','pcs','Inventory','VATABLE','mainitem','Inclusive'),(286,'PAINT BRUSH 2\"','17','23','',16,'33','100','','0','',NULL,NULL,'0',0,0,'7151771621535743',0,0,0,0.00,'2021-05-20 21:38:18','5','1','3','0000-00-00','','active','','272','pcs','Inventory','VATABLE','mainitem','Inclusive'),(287,'PAINT BRUSH 2\"','17','23','',16,'33','100','','0','',NULL,NULL,'0',0,0,'7151771621535743',0,0,0,0.00,'2021-05-20 21:38:18','5','1','2','0000-00-00','','active','','272','pcs','Inventory','VATABLE','mainitem','Inclusive'),(288,'PAINT BRUSH 2\"','17','23','',16,'33','100','','0','',NULL,NULL,'0',0,0,'7151771621535743',0,0,0,3.00,'2021-05-20 21:38:18','5','1','1','0000-00-00','','active','','272','pcs','Inventory','VATABLE','mainitem','Inclusive'),(289,'PAINT BRUSH 1\"','17','23','',16,'25','50','','0','',NULL,NULL,'0',0,0,'7975511621535930',0,0,0,0.00,'2021-05-20 21:40:06','5','1','3','0000-00-00','','active','','273','pcs','Inventory','VATABLE','mainitem','Inclusive'),(290,'PAINT BRUSH 1\"','17','23','',16,'25','50','','0','',NULL,NULL,'0',0,0,'7975511621535930',0,0,0,0.00,'2021-05-20 21:40:06','5','1','2','0000-00-00','','active','','273','pcs','Inventory','VATABLE','mainitem','Inclusive'),(291,'PAINT BRUSH 1\"','17','23','',16,'25','50','','0','',NULL,NULL,'0',0,0,'7975511621535930',0,0,0,3.00,'2021-05-20 21:40:06','5','1','1','0000-00-00','','active','','273','pcs','Inventory','VATABLE','mainitem','Inclusive'),(292,'ROLLER PAINT BRUSH','17','23','',16,'150 ','500','','0','',NULL,NULL,'0',0,0,'2994781621536022',0,0,0,0.00,'2021-05-20 21:42:05','5','1','3','0000-00-00','','active','','274','pcs','Inventory','VATABLE','mainitem','Inclusive'),(293,'ROLLER PAINT BRUSH','17','23','',16,'150 ','500','','0','',NULL,NULL,'0',0,0,'2994781621536022',0,0,0,0.00,'2021-05-20 21:42:05','5','1','2','0000-00-00','','active','','274','pcs','Inventory','VATABLE','mainitem','Inclusive'),(294,'ROLLER PAINT BRUSH','17','23','',16,'150 ','500','','0','',NULL,NULL,'0',0,0,'2994781621536022',0,0,0,10.00,'2021-05-20 21:42:05','5','1','1','0000-00-00','','active','','274','pcs','Inventory','VATABLE','mainitem','Inclusive'),(295,'FILE JK 8\"','17','23','',16,'80','150','','0','',NULL,NULL,'0',0,0,'3276951621536157',0,0,0,0.00,'2021-05-20 21:45:47','5','1','3','0000-00-00','','active','','275','pcs','Inventory','VATABLE','mainitem','Inclusive'),(296,'FILE JK 8\"','17','23','',16,'80','150','','0','',NULL,NULL,'0',0,0,'3276951621536157',0,0,0,0.00,'2021-05-20 21:45:47','5','1','2','0000-00-00','','active','','275','pcs','Inventory','VATABLE','mainitem','Inclusive'),(297,'FILE JK 8\"','17','23','',16,'80','150','','0','',NULL,NULL,'0',0,0,'3276951621536157',0,0,0,30.00,'2021-05-20 21:45:47','5','1','1','0000-00-00','','active','','275','pcs','Inventory','VATABLE','mainitem','Inclusive'),(298,'TOWER BOLT','17','23','',16,'30','150','','0','',NULL,NULL,'0',0,0,'2655861621536363',0,0,0,0.00,'2021-05-20 21:49:48','5','1','3','0000-00-00','','active','','276','pcs','Inventory','VATABLE','mainitem','Inclusive'),(299,'TOWER BOLT','17','23','',16,'30','150','','0','',NULL,NULL,'0',0,0,'2655861621536363',0,0,0,0.00,'2021-05-20 21:49:48','5','1','2','0000-00-00','','active','','276','pcs','Inventory','VATABLE','mainitem','Inclusive'),(300,'TOWER BOLT','17','23','',16,'30','150','','0','',NULL,NULL,'0',0,0,'2655861621536363',0,0,0,12.00,'2021-05-20 21:49:48','5','1','1','0000-00-00','','active','','276','pcs','Inventory','VATABLE','mainitem','Inclusive'),(301,'GATE LACH','17','23','',16,'65','200','','0','',NULL,NULL,'0',0,0,'7707551621536589',0,0,0,0.00,'2021-05-20 21:51:45','5','1','3','0000-00-00','','active','','277','pcs','Inventory','VATABLE','mainitem','Inclusive'),(302,'GATE LACH','17','23','',16,'65','200','','0','',NULL,NULL,'0',0,0,'7707551621536589',0,0,0,0.00,'2021-05-20 21:51:45','5','1','2','0000-00-00','','active','','277','pcs','Inventory','VATABLE','mainitem','Inclusive'),(303,'GATE LACH','17','23','',16,'65','200','','0','',NULL,NULL,'0',0,0,'7707551621536589',0,0,0,4.00,'2021-05-20 21:51:45','5','1','1','0000-00-00','','active','','277','pcs','Inventory','VATABLE','mainitem','Inclusive'),(304,'HINGIS 4\"','17','23','',16,'45','100','','0','',NULL,NULL,'0',0,0,'183461621536777',0,0,0,6.00,'2021-05-20 21:54:29','5','1','3','0000-00-00','','active','','278','pcs','Inventory','VATABLE','mainitem','Inclusive'),(305,'PAINTS 1/2 LTR','6','24','',16,'45','100','','0','',NULL,NULL,'0',0,0,'183461621536777',0,0,0,0.00,'2021-07-17 13:49:30','5','1','2','0000-00-00','','active','','320','ltr','Inventory','VATABLE','mainitem','Inclusive'),(306,'HINGIS 4\"','17','23','',16,'45','100','','0','',NULL,NULL,'0',0,0,'183461621536777',0,0,0,12.00,'2021-05-20 21:54:29','5','1','1','0000-00-00','','active','','278','pcs','Inventory','VATABLE','mainitem','Inclusive'),(307,'WIRE BRUSH','17','23','',16,'50','200','','0','',NULL,NULL,'0',0,0,'1364661621536888',0,0,0,0.00,'2021-05-20 21:57:43','5','1','3','0000-00-00','','active','','279','pcs','Inventory','VATABLE','mainitem','Inclusive'),(308,'WIRE BRUSH','17','23','',16,'50','200','','0','',NULL,NULL,'0',0,0,'1364661621536888',0,0,0,0.00,'2021-05-20 21:57:43','5','1','2','0000-00-00','','active','','279','pcs','Inventory','VATABLE','mainitem','Inclusive'),(310,'WIRE BRUSH','17','23','',16,'50','200','','0','',NULL,NULL,'0',0,0,'7204851621537223',0,0,0,0.00,'2021-05-20 22:01:11','5','1','3','0000-00-00','','active','','280','pcs','Inventory','VATABLE','mainitem','Inclusive'),(311,'WIRE BRUSH','17','23','',16,'50','200','','0','',NULL,NULL,'0',0,0,'7204851621537223',0,0,0,0.00,'2021-05-20 22:01:11','5','1','2','0000-00-00','','active','','280','pcs','Inventory','VATABLE','mainitem','Inclusive'),(312,'WIRE BRUSH','17','23','',16,'50','200','','0','',NULL,NULL,'0',0,0,'7204851621537223',0,0,0,17.00,'2021-05-20 22:01:11','5','1','1','0000-00-00','','active','','280','pcs','Inventory','VATABLE','mainitem','Inclusive'),(313,'PVC VENT','17','23','',16,'55','200','','0','',NULL,NULL,'0',0,0,'8030661621537291',0,0,0,0.00,'2021-05-20 22:02:55','5','1','3','0000-00-00','','active','','281','pcs','Inventory','VATABLE','mainitem','Inclusive'),(314,'PVC VENT','17','23','',16,'55','200','','0','',NULL,NULL,'0',0,0,'8030661621537291',0,0,0,0.00,'2021-05-20 22:02:55','5','1','2','0000-00-00','','active','','281','pcs','Inventory','VATABLE','mainitem','Inclusive'),(315,'PVC VENT','17','23','',16,'55','200','','0','',NULL,NULL,'0',0,0,'8030661621537291',0,0,0,7.00,'2021-05-20 22:02:55','5','1','1','0000-00-00','','active','','281','pcs','Inventory','VATABLE','mainitem','Inclusive'),(316,'WHEEL BARROW','17','23','',16,'1800','2500','','0','',NULL,NULL,'0',0,0,'9318851621537480',0,0,0,0.00,'2021-05-20 22:06:43','5','1','3','0000-00-00','','active','','282','pcs','Inventory','VATABLE','mainitem','Inclusive'),(317,'WHEEL BARROW','17','23','',16,'1800','2500','','0','',NULL,NULL,'0',0,0,'9318851621537480',0,0,0,0.00,'2021-05-20 22:06:43','5','1','2','0000-00-00','','active','','282','pcs','Inventory','VATABLE','mainitem','Inclusive'),(318,'WHEEL BARROW','17','23','',16,'1800','2500','','0','',NULL,NULL,'0',0,0,'9318851621537480',0,0,0,3.00,'2021-05-20 22:06:43','5','1','1','0000-00-00','','active','','282','pcs','Inventory','VATABLE','mainitem','Inclusive'),(319,'FLUSH HANDLE','17','23','',16,'140','300','','0','',NULL,NULL,'0',0,0,'8590791621537618',0,0,0,0.00,'2021-05-20 22:08:27','5','1','3','0000-00-00','','active','','283','pcs','Inventory','VATABLE','mainitem','Inclusive'),(320,'FLUSH HANDLE','17','23','',16,'140','300','','0','',NULL,NULL,'0',0,0,'8590791621537618',0,0,0,0.00,'2021-05-20 22:08:27','5','1','2','0000-00-00','','active','','283','pcs','Inventory','VATABLE','mainitem','Inclusive'),(321,'FLUSH HANDLE','17','23','',16,'140','300','','0','',NULL,NULL,'0',0,0,'8590791621537618',0,0,0,5.00,'2021-05-20 22:08:27','5','1','1','0000-00-00','','active','','283','pcs','Inventory','VATABLE','mainitem','Inclusive'),(322,'PAINT GLOSS 4 LTR','6','24','',16,'630','850','','0','',NULL,NULL,'0',0,0,'2875081621538029',0,0,0,0.00,'2021-05-20 22:14:48','5','1','3','0000-00-00','','active','','284','pcs','Inventory','VATABLE','mainitem','Inclusive'),(323,'PAINT GLOSS 4 LTR','6','24','',16,'630','850','','0','',NULL,NULL,'0',0,0,'2875081621538029',0,0,0,0.00,'2021-05-20 22:14:48','5','1','2','0000-00-00','','active','','284','pcs','Inventory','VATABLE','mainitem','Inclusive'),(324,'PAINT GLOSS 4 LTR','6','24','',16,'630','850','','0','',NULL,NULL,'0',0,0,'2875081621538029',0,0,0,42.00,'2021-05-20 22:14:48','5','1','1','0000-00-00','','active','','284','pcs','Inventory','VATABLE','mainitem','Inclusive'),(325,'PAINTS GLOSS 1 LTR','6','24','',16,'180','300','','0','',NULL,NULL,'0',0,0,'8498961621538112',0,0,0,0.00,'2021-05-20 22:16:29','5','1','3','0000-00-00','','active','','285','pcs','Inventory','VATABLE','mainitem','Inclusive'),(326,'PAINTS GLOSS 1 LTR','6','24','',16,'180','300','','0','',NULL,NULL,'0',0,0,'8498961621538112',0,0,0,0.00,'2021-05-20 22:16:29','5','1','2','0000-00-00','','active','','285','pcs','Inventory','VATABLE','mainitem','Inclusive'),(327,'PAINTS GLOSS 1 LTR','6','24','',16,'180','300','','0','',NULL,NULL,'0',0,0,'8498961621538112',0,0,0,9.75,'2021-05-20 22:16:29','5','1','1','0000-00-00','','active','','285','pcs','Inventory','VATABLE','mainitem','Inclusive'),(328,'PAINTS EMULSION 4 LTR','6','24','',16,'350','600','','0','',NULL,NULL,'0',0,0,'7365681621538204',0,0,0,0.00,'2021-05-20 22:17:48','5','1','3','0000-00-00','','active','','286','pcs','Inventory','VATABLE','mainitem','Inclusive'),(329,'PAINTS EMULSION 4 LTR','6','24','',16,'350','600','','0','',NULL,NULL,'0',0,0,'7365681621538204',0,0,0,0.00,'2021-05-20 22:17:48','5','1','2','0000-00-00','','active','','286','pcs','Inventory','VATABLE','mainitem','Inclusive'),(330,'PAINTS EMULSION 4 LTR','6','24','',16,'450','600','','0','',NULL,NULL,'0',0,0,'7365681621538204',0,0,0,55.00,'2021-05-20 22:17:48','5','1','1','0000-00-00','','active','','286','pcs','Inventory','VATABLE','mainitem','Inclusive'),(331,'GOUSE WIRE','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'1677421621684417',0,0,0,0.00,'2021-05-22 14:56:43','4','1','3','0000-00-00','','active','','287','MTR','Inventory','VATABLE','mainitem','Inclusive'),(332,'GOUSE WIRE','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'1677421621684417',0,0,0,0.00,'2021-05-22 14:56:43','4','1','2','0000-00-00','','active','','287','MTR','Inventory','VATABLE','mainitem','Inclusive'),(333,'GOUSE WIRE','17','23','',16,'60','150','','0','',NULL,NULL,'0',0,0,'1677421621684417',0,0,0,45.00,'2021-05-22 14:56:43','4','1','1','0000-00-00','','active','','287','MTR','Inventory','VATABLE','mainitem','Inclusive'),(334,'HARDBOARD','4','11','',16,'480','600','','0','',NULL,NULL,'0',0,0,'6451721621684604',0,0,0,0.00,'2021-05-22 14:57:49','4','1','3','0000-00-00','','active','','288','pcs','Inventory','VATABLE','mainitem','Inclusive'),(335,'HARDBOARD','4','11','',16,'480','600','','0','',NULL,NULL,'0',0,0,'6451721621684604',0,0,0,0.00,'2021-05-22 14:57:49','4','1','2','0000-00-00','','active','','288','pcs','Inventory','VATABLE','mainitem','Inclusive'),(336,'HARDBOARD','4','11','',16,'480','600','','0','',NULL,NULL,'0',0,0,'6451721621684604',0,0,0,39.00,'2021-05-22 14:57:49','4','1','1','0000-00-00','','active','','288','pcs','Inventory','VATABLE','mainitem','Inclusive'),(337,'BUSH 1\"','17','23','',16,'35','80','','0','',NULL,NULL,'0',0,0,'6368141621684697',0,0,0,0.00,'2021-05-22 14:59:57','4','1','3','0000-00-00','','active','','289','pcs','Inventory','VATABLE','mainitem','Inclusive'),(338,'BUSH 1\"','17','23','',16,'35','80','','0','',NULL,NULL,'0',0,0,'6368141621684697',0,0,0,0.00,'2021-05-22 14:59:57','4','1','2','0000-00-00','','active','','289','pcs','Inventory','VATABLE','mainitem','Inclusive'),(339,'BUSH 1\"','17','23','',16,'35','80','','0','',NULL,NULL,'0',0,0,'6368141621684697',0,0,0,134.00,'2021-05-22 14:59:57','4','1','1','0000-00-00','','active','','289','pcs','Inventory','VATABLE','mainitem','Inclusive'),(340,'OXFORD HINGIS 4\"','17','23','',16,'120','300','','0','',NULL,NULL,'0',0,0,'8501621971995',0,0,0,0.00,'2021-05-25 22:47:53','5','1','3','0000-00-00','','active','','290','pcs','Inventory','VATABLE','mainitem','Inclusive'),(341,'OXFORD HINGIS 4\"','17','23','',16,'120','300','','0','',NULL,NULL,'0',0,0,'8501621971995',0,0,0,0.00,'2021-05-25 22:47:53','5','1','2','0000-00-00','','active','','290','pcs','Inventory','VATABLE','mainitem','Inclusive'),(342,'OXFORD HINGIS 4\"','17','23','',16,'120','300','','0','',NULL,NULL,'0',0,0,'8501621971995',0,0,0,21.00,'2021-05-25 22:47:53','5','1','1','0000-00-00','','active','','290','pcs','Inventory','VATABLE','mainitem','Inclusive'),(343,'MAISHA IT4 C/GREY 2.0 M','14','12','',16,'820','850','','','800',NULL,NULL,'5',0,0,NULL,0,0,0,29.00,'2021-05-28 15:43:12','5','1','3','0000-00-00','','active','','82','pcs','Inventory','VATABLE','mainitem','Inclusive'),(344,'MAISHA IT4 C/GREY 3.0M','14','12','',16,'1230','1250','','','1200',NULL,NULL,'5',0,0,NULL,0,0,0,51.00,'2021-05-28 15:44:52','5','1','3','0000-00-00','','active','','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(345,'RIDGES CHARCOAL GREY','14','12','',16,'310','480','','','450',NULL,NULL,'0',0,0,NULL,0,0,0,33.00,'2021-05-28 15:47:12','5','1','3','0000-00-00','','active','','50','pcs','Inventory','VATABLE','mainitem','Inclusive'),(346,'PVC GUTTER','23','15','',16,'700','900','','0','800',NULL,NULL,'0',0,0,'4365251622446946',0,0,0,0.00,'2021-05-31 10:43:13','5','1','3','0000-00-00','','active','','291','pcs','Inventory','VATABLE','mainitem','Inclusive'),(347,'PVC GUTTER','23','15','',16,'700','900','','0','800',NULL,NULL,'0',0,0,'4365251622446946',0,0,0,0.00,'2021-05-31 10:43:13','5','1','2','0000-00-00','','active','','291','pcs','Inventory','VATABLE','mainitem','Inclusive'),(349,'BLACK POLYTHENE ROLL','17','22','',16,'2500','4000','','0','3500',NULL,NULL,'0',0,0,'6466681622487016',0,0,0,-1.00,'2021-05-31 21:51:45','5','1','3','0000-00-00','','active','','292','pcs','Inventory','VATABLE','mainitem','Inclusive'),(350,'BLACK POLYTHENE ROLL','17','22','',16,'2500','4000','','0','3500',NULL,NULL,'0',0,0,'6466681622487016',0,0,0,0.00,'2021-05-31 21:51:45','5','1','2','0000-00-00','','active','','292','pcs','Inventory','VATABLE','mainitem','Inclusive'),(351,'BLACK POLYTHENE ROLL','17','22','',16,'2500','4000','','0','3500',NULL,NULL,'0',0,0,'6466681622487016',0,0,0,7.00,'2021-05-31 21:51:45','5','1','1','0000-00-00','','active','','292','pcs','Inventory','VATABLE','mainitem','Inclusive'),(352,'SOLAR CHARGE CONTROLLER','18','22','',16,'1500','3000','','0','2500',NULL,NULL,'0',0,0,'4124711622487119',0,0,0,0.00,'2021-05-31 21:54:46','5','1','3','0000-00-00','','active','','293','pcs','Inventory','VATABLE','mainitem','Inclusive'),(353,'SOLAR CHARGE CONTROLLER','18','22','',16,'1500','3000','','0','2500',NULL,NULL,'0',0,0,'4124711622487119',0,0,0,0.00,'2021-05-31 21:54:46','5','1','2','0000-00-00','','active','','293','pcs','Inventory','VATABLE','mainitem','Inclusive'),(354,'SOLAR CHARGE CONTROLLER','18','22','',16,'1500','3000','','0','2500',NULL,NULL,'0',0,0,'4124711622487119',0,0,0,7.00,'2021-05-31 21:54:46','5','1','1','0000-00-00','','active','','293','pcs','Inventory','VATABLE','mainitem','Inclusive'),(355,'INVERTER 300/600/1000 WATTS','18','22','',16,'1500','4000','','0','3500',NULL,NULL,'0',0,0,'7806231622487303',0,0,0,0.00,'2021-05-31 21:56:34','5','1','3','0000-00-00','','active','','294','pcs','Inventory','VATABLE','mainitem','Inclusive'),(356,'INVERTER 300/600/1000 WATTS','18','22','',16,'1500','4000','','0','3500',NULL,NULL,'0',0,0,'7806231622487303',0,0,0,0.00,'2021-05-31 21:56:34','5','1','2','0000-00-00','','active','','294','pcs','Inventory','VATABLE','mainitem','Inclusive'),(357,'INVERTER 300/600/1000 WATTS','18','22','',16,'1500','4000','','0','3500',NULL,NULL,'0',0,0,'7806231622487303',0,0,0,4.00,'2021-05-31 21:56:34','5','1','1','0000-00-00','','active','','294','pcs','Inventory','VATABLE','mainitem','Inclusive'),(358,'FILLER','17','22','',16,'60','150','','0','100',NULL,NULL,'0',0,0,'629881622612655',0,0,0,0.00,'2021-06-02 08:47:18','5','1','3','0000-00-00','','active','','295','pcs','Inventory','VATABLE','mainitem','Inclusive'),(359,'FILLER','17','22','',16,'60','150','','0','100',NULL,NULL,'0',0,0,'629881622612655',0,0,0,0.00,'2021-06-02 08:47:18','5','1','2','0000-00-00','','active','','295','pcs','Inventory','VATABLE','mainitem','Inclusive'),(360,'FILLER','17','22','',16,'60','150','','0','100',NULL,NULL,'0',0,0,'629881622612655',0,0,0,6.00,'2021-06-02 08:47:18','5','1','1','0000-00-00','','active','','295','pcs','Inventory','VATABLE','mainitem','Inclusive'),(361,'FILLER BAG 25 KG','17','22','',16,'1400','2500','','0','2000',NULL,NULL,'0',0,0,'4979311622612867',0,0,0,0.00,'2021-06-02 08:48:52','5','1','3','0000-00-00','','active','','296','pcs','Inventory','VATABLE','mainitem','Inclusive'),(362,'FILLER BAG 25 KG','17','22','',16,'1400','2500','','0','2000',NULL,NULL,'0',0,0,'4979311622612867',0,0,0,0.00,'2021-06-02 08:48:52','5','1','2','0000-00-00','','active','','296','pcs','Inventory','VATABLE','mainitem','Inclusive'),(363,'FILLER BAG 25 KG','17','22','',16,'1400','2500','','0','2000',NULL,NULL,'0',0,0,'4979311622612867',0,0,0,0.00,'2021-06-02 08:48:52','5','1','1','0000-00-00','','active','','296','pcs','Inventory','VATABLE','mainitem','Inclusive'),(364,'WATER TANK 2300 LTR','17','15','',16,'14000','15000','','0','14000',NULL,NULL,'0',0,0,'9487681622613043',0,0,0,0.00,'2021-06-02 08:51:49','5','1','3','0000-00-00','','active','','297','pcs','Inventory','VATABLE','mainitem','Inclusive'),(365,'WATER TANK 2300 LTR','17','15','',16,'14000','15000','','0','14000',NULL,NULL,'0',0,0,'9487681622613043',0,0,0,0.00,'2021-06-02 08:51:49','5','1','2','0000-00-00','','active','','297','pcs','Inventory','VATABLE','mainitem','Inclusive'),(366,'WATER TANK 2300 LTR','17','15','',16,'14000','15000','','0','14000',NULL,NULL,'0',0,0,'9487681622613043',0,0,0,0.00,'2021-06-02 08:51:49','5','1','1','0000-00-00','','active','','297','pcs','Inventory','VATABLE','mainitem','Inclusive'),(367,'ROTO WATER TANK 2300 LTR','17','6','',16,'16000','18500','','0','18000',NULL,NULL,'0',0,0,'2646801622751076',0,0,0,0.00,'2021-06-03 23:12:34','5','1','3','0000-00-00','','active','','298','pcs','Inventory','VATABLE','mainitem','Inclusive'),(368,'ROTO WATER TANK 2300 LTR','17','6','',16,'16000','18500','','0','18000',NULL,NULL,'0',0,0,'2646801622751076',0,0,0,0.00,'2021-06-03 23:12:34','5','1','2','0000-00-00','','active','','298','pcs','Inventory','VATABLE','mainitem','Inclusive'),(369,'ROTO WATER TANK 2300 LTR','17','6','',16,'16000','18500','','0','18000',NULL,NULL,'0',0,0,'2646801622751076',0,0,0,1.00,'2021-06-03 23:12:34','5','1','1','0000-00-00','','active','','298','pcs','Inventory','VATABLE','mainitem','Inclusive'),(370,'CORNER BAO ','4','15','',16,'15','25','','0','',NULL,NULL,'0',0,0,'2711831622992643',0,0,0,0.00,'2021-06-06 18:18:12','5','1','3','0000-00-00','','active','','299','pcs','Inventory','VATABLE','mainitem','Inclusive'),(371,'CORNER BAO ','4','15','',16,'15','25','','0','',NULL,NULL,'0',0,0,'2711831622992643',0,0,0,0.00,'2021-06-06 18:18:12','5','1','2','0000-00-00','','active','','299','pcs','Inventory','VATABLE','mainitem','Inclusive'),(372,'CORNER BAO ','4','15','',16,'15','25','','0','',NULL,NULL,'0',0,0,'2711831622992643',0,0,0,148.00,'2021-06-06 18:18:12','5','1','1','0000-00-00','','active','','299','pcs','Inventory','VATABLE','mainitem','Inclusive'),(373,'TURPETINE 1 LTR','6','24','',16,'150 ','250','','0','250',NULL,NULL,'0',0,0,'5088491623092732',0,0,0,0.00,'2021-06-07 22:07:16','5','1','3','0000-00-00','','active','','300','pcs','Inventory','VATABLE','mainitem','Inclusive'),(374,'TURPETINE 1 LTR','6','24','',16,'150 ','250','','0','250',NULL,NULL,'0',0,0,'5088491623092732',0,0,0,0.00,'2021-06-07 22:07:16','5','1','2','0000-00-00','','active','','300','pcs','Inventory','VATABLE','mainitem','Inclusive'),(375,'TURPETINE 1 LTR','6','24','',16,'150 ','250','','0','250',NULL,NULL,'0',0,0,'5088491623092732',0,0,0,17.00,'2021-06-07 22:07:16','5','1','1','0000-00-00','','active','','300','pcs','Inventory','VATABLE','mainitem','Inclusive'),(376,'PPR PIPE 1/2\"','11','15','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2127711623092858',0,0,0,0.00,'2021-06-07 22:08:47','5','1','3','0000-00-00','','active','','301','pcs','Inventory','VATABLE','mainitem','Inclusive'),(377,'PPR PIPE 1/2\"','11','15','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2127711623092858',0,0,0,0.00,'2021-06-07 22:08:47','5','1','2','0000-00-00','','active','','301','pcs','Inventory','VATABLE','mainitem','Inclusive'),(378,'PPR PIPE 1/2\"','11','15','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2127711623092858',0,0,0,0.00,'2021-06-07 22:08:47','5','1','1','0000-00-00','','active','','301','pcs','Inventory','VATABLE','mainitem','Inclusive'),(379,'PPR PIPE 3/4\"','11','15','',16,'150 ','300','','0','250',NULL,NULL,'0',0,0,'6674371623092943',0,0,0,0.00,'2021-06-07 22:09:48','5','1','3','0000-00-00','','active','','302','pcs','Inventory','VATABLE','mainitem','Inclusive'),(380,'PPR PIPE 3/4\"','11','15','',16,'150 ','300','','0','250',NULL,NULL,'0',0,0,'6674371623092943',0,0,0,0.00,'2021-06-07 22:09:48','5','1','2','0000-00-00','','active','','302','pcs','Inventory','VATABLE','mainitem','Inclusive'),(381,'PPR PIPE 3/4\"','11','15','',16,'150 ','300','','0','250',NULL,NULL,'0',0,0,'6674371623092943',0,0,0,15.00,'2021-06-07 22:09:48','5','1','1','0000-00-00','','active','','302','pcs','Inventory','VATABLE','mainitem','Inclusive'),(382,'PPR ELBOW 1/2\"','17','15','',16,'10','40','','0','40',NULL,NULL,'0',0,0,'7871381623093002',0,0,0,0.00,'2021-06-07 22:11:36','5','1','3','0000-00-00','','active','','303','pcs','Inventory','VATABLE','mainitem','Inclusive'),(383,'PPR ELBOW 1/2\"','17','15','',16,'10','40','','0','40',NULL,NULL,'0',0,0,'7871381623093002',0,0,0,0.00,'2021-06-07 22:11:36','5','1','2','0000-00-00','','active','','303','pcs','Inventory','VATABLE','mainitem','Inclusive'),(384,'PPR ELBOW 1/2\"','17','15','',16,'10','40','','0','40',NULL,NULL,'0',0,0,'7871381623093002',0,0,0,10.00,'2021-06-07 22:11:36','5','1','1','0000-00-00','','active','','303','pcs','Inventory','VATABLE','mainitem','Inclusive'),(385,'PPR ELBOW 3/4\"','17','15','',16,'20','50','','0','50',NULL,NULL,'0',0,0,'2129521623093097',0,0,0,0.00,'2021-06-07 22:13:02','5','1','3','0000-00-00','','active','','304','pcs','Inventory','VATABLE','mainitem','Inclusive'),(386,'PPR ELBOW 3/4\"','17','15','',16,'20','50','','0','50',NULL,NULL,'0',0,0,'2129521623093097',0,0,0,0.00,'2021-06-07 22:13:02','5','1','2','0000-00-00','','active','','304','pcs','Inventory','VATABLE','mainitem','Inclusive'),(387,'PPR ELBOW 3/4\"','17','15','',16,'20','50','','0','50',NULL,NULL,'0',0,0,'2129521623093097',0,0,0,4.00,'2021-06-07 22:13:02','5','1','1','0000-00-00','','active','','304','pcs','Inventory','VATABLE','mainitem','Inclusive'),(388,'WATER TANK 3000 LTR','17','15','',16,'16000','19000','','0','18000',NULL,NULL,'0',0,0,'1182531623252496',0,0,0,0.00,'2021-06-09 18:29:56','5','1','3','0000-00-00','','active','','305','pcs','Inventory','VATABLE','mainitem','Inclusive'),(389,'WATER TANK 3000 LTR','17','15','',16,'16000','19000','','0','18000',NULL,NULL,'0',0,0,'1182531623252496',0,0,0,0.00,'2021-06-09 18:29:56','5','1','2','0000-00-00','','active','','305','pcs','Inventory','VATABLE','mainitem','Inclusive'),(390,'WATER TANK 3000 LTR','17','15','',16,'16000','19000','','0','18000',NULL,NULL,'0',0,0,'1182531623252496',0,0,0,5.00,'2021-06-09 18:29:56','5','1','1','0000-00-00','','active','','305','pcs','Inventory','VATABLE','mainitem','Inclusive'),(391,'CARPET','17','12','',16,'120','200','','0','180',NULL,NULL,'0',0,0,'7636961623253023',0,0,0,0.00,'2021-06-09 18:38:03','5','1','3','0000-00-00','','active','','306','pcs','Inventory','VATABLE','mainitem','Inclusive'),(392,'CARPET','17','12','',16,'120','200','','0','180',NULL,NULL,'0',0,0,'7636961623253023',0,0,0,0.00,'2021-06-09 18:38:03','5','1','2','0000-00-00','','active','','306','pcs','Inventory','VATABLE','mainitem','Inclusive'),(393,'CARPET','17','12','',16,'120','200','','0','180',NULL,NULL,'0',0,0,'7636961623253023',0,0,0,2.00,'2021-06-09 18:38:03','5','1','1','0000-00-00','','active','','306','pcs','Inventory','VATABLE','mainitem','Inclusive'),(394,'WATER HEATER','18','22','',16,'150','500','','0','350',NULL,NULL,'0',0,0,'8552051623338181',0,0,0,0.00,'2021-06-10 18:18:25','5','1','3','0000-00-00','','active','','307','pcs','Inventory','VATABLE','mainitem','Inclusive'),(395,'WATER HEATER','18','22','',16,'150','500','','0','350',NULL,NULL,'0',0,0,'8552051623338181',0,0,0,0.00,'2021-06-10 18:18:25','5','1','2','0000-00-00','','active','','307','pcs','Inventory','VATABLE','mainitem','Inclusive'),(396,'WATER HEATER','18','22','',16,'150','500','','0','350',NULL,NULL,'0',0,0,'8552051623338181',0,0,0,6.00,'2021-06-10 18:18:25','5','1','1','0000-00-00','','active','','307','pcs','Inventory','VATABLE','mainitem','Inclusive'),(397,'INSTANT SHOWER','18','22','',16,'950','2500','','0','2000',NULL,NULL,'0',0,0,'6229591623339155',0,0,0,0.00,'2021-06-10 18:34:01','5','1','3','0000-00-00','','active','','308','pcs','Inventory','VATABLE','mainitem','Inclusive'),(398,'INSTANT SHOWER','18','22','',16,'950','2500','','0','2000',NULL,NULL,'0',0,0,'6229591623339155',0,0,0,0.00,'2021-06-10 18:34:01','5','1','2','0000-00-00','','active','','308','pcs','Inventory','VATABLE','mainitem','Inclusive'),(399,'INSTANT SHOWER','18','22','',16,'950','2500','','0','2000',NULL,NULL,'0',0,0,'6229591623339155',0,0,0,2.00,'2021-06-10 18:34:01','5','1','1','0000-00-00','','active','','308','pcs','Inventory','VATABLE','mainitem','Inclusive'),(400,'CONDUTE PIPES','18','15','',16,'110','150','','0','120',NULL,NULL,'0',0,0,'6987861623426624',0,0,0,0.00,'2021-06-11 18:53:18','5','1','3','0000-00-00','','active','','309','pcs','Inventory','VATABLE','mainitem','Inclusive'),(401,'CONDUTE PIPES','18','15','',16,'110','150','','0','120',NULL,NULL,'0',0,0,'6987861623426624',0,0,0,0.00,'2021-06-11 18:53:18','5','1','2','0000-00-00','','active','','309','pcs','Inventory','VATABLE','mainitem','Inclusive'),(402,'CONDUTE PIPES','18','15','',16,'110','150','','0','120',NULL,NULL,'0',0,0,'6987861623426624',0,0,0,4.00,'2021-06-11 18:53:18','5','1','1','0000-00-00','','active','','309','pcs','Inventory','VATABLE','mainitem','Inclusive'),(403,'COUPLER','18','6','',16,'5','20','','0','10',NULL,NULL,'0',0,0,'2973401623426821',0,0,0,0.00,'2021-06-11 18:58:50','5','1','3','0000-00-00','','active','','310','pcs','Inventory','VATABLE','mainitem','Inclusive'),(404,'COUPLER','18','6','',16,'5','20','','0','10',NULL,NULL,'0',0,0,'2973401623426821',0,0,0,0.00,'2021-06-11 18:58:50','5','1','2','0000-00-00','','active','','310','pcs','Inventory','VATABLE','mainitem','Inclusive'),(405,'COUPLER','18','6','',16,'5','20','','0','10',NULL,NULL,'0',0,0,'2973401623426821',0,0,0,90.00,'2021-06-11 18:58:50','5','1','1','0000-00-00','','active','','310','pcs','Inventory','VATABLE','mainitem','Inclusive'),(406,'ALARM LOCK','25','23','',16,'550','2000','','0','1500',NULL,NULL,'0',0,0,'593031624781371',0,0,0,0.00,'2021-06-27 11:10:40','5','1','3','0000-00-00','','active','','311','pcs','Inventory','VATABLE','mainitem','Inclusive'),(407,'ALARM LOCK','25','23','',16,'550','2000','','0','1500',NULL,NULL,'0',0,0,'593031624781371',0,0,0,0.00,'2021-06-27 11:10:40','5','1','2','0000-00-00','','active','','311','pcs','Inventory','VATABLE','mainitem','Inclusive'),(408,'ALARM LOCK','25','23','',16,'550','2000','','0','1500',NULL,NULL,'0',0,0,'593031624781371',0,0,0,2.00,'2021-06-27 11:10:40','5','1','1','0000-00-00','','active','','311','pcs','Inventory','VATABLE','mainitem','Inclusive'),(409,'HOSE PIPE 1/2 X 60 FEET ','11','23','',16,'600','800','','0','800',NULL,NULL,'0',0,0,'6329741626513197',0,0,0,0.00,'2021-07-17 12:14:55','5','1','3','0000-00-00','','active','','312','pcs','Inventory','VATABLE','mainitem','Inclusive'),(410,'HOSE PIPE 1/2 X 60 FEET ','11','23','',16,'600','800','','0','800',NULL,NULL,'0',0,0,'6329741626513197',0,0,0,0.00,'2021-07-17 12:14:55','5','1','2','0000-00-00','','active','','312','pcs','Inventory','VATABLE','mainitem','Inclusive'),(411,'HOSE PIPE 1/2 X 60 FEET ','11','23','',16,'600','800','','0','800',NULL,NULL,'0',0,0,'6329741626513197',0,0,0,3.00,'2021-07-17 12:14:55','5','1','1','0000-00-00','','active','','312','pcs','Inventory','VATABLE','mainitem','Inclusive'),(412,'HOSE PIPE 3/4 X 60 FEET ','11','23','',16,'1000','1600','','0','1600',NULL,NULL,'0',0,0,'3697301626513295',0,0,0,0.00,'2021-07-17 12:18:44','5','1','3','0000-00-00','','active','','313','pcs','Inventory','VATABLE','mainitem','Inclusive'),(413,'HOSE PIPE 3/4 X 60 FEET ','11','23','',16,'1000','1600','','0','1600',NULL,NULL,'0',0,0,'3697301626513295',0,0,0,0.00,'2021-07-17 12:18:44','5','1','2','0000-00-00','','active','','313','pcs','Inventory','VATABLE','mainitem','Inclusive'),(414,'HOSE PIPE 3/4 X 60 FEET ','11','23','',16,'1000','1600','','0','1600',NULL,NULL,'0',0,0,'3697301626513295',0,0,0,0.00,'2021-07-17 12:18:44','5','1','1','0000-00-00','','active','','313','pcs','Inventory','VATABLE','mainitem','Inclusive'),(415,'HOSE PIPE 3/4 X 120 FEET ','6','23','',16,'1800','3000','','0','3000',NULL,NULL,'0',0,0,'20481626513528',0,0,0,0.00,'2021-07-17 12:20:13','5','1','3','0000-00-00','','active','','314','pcs','Inventory','VATABLE','mainitem','Inclusive'),(416,'HOSE PIPE 3/4 X 120 FEET ','6','23','',16,'1800','3000','','0','3000',NULL,NULL,'0',0,0,'20481626513528',0,0,0,0.00,'2021-07-17 12:20:13','5','1','2','0000-00-00','','active','','314','pcs','Inventory','VATABLE','mainitem','Inclusive'),(417,'HOSE PIPE 3/4 X 120 FEET ','6','23','',16,'1800','3000','','0','3000',NULL,NULL,'0',0,0,'20481626513528',0,0,0,3.00,'2021-07-17 12:20:13','5','1','1','0000-00-00','','active','','314','pcs','Inventory','VATABLE','mainitem','Inclusive'),(418,'HOSE PIPE 1/2 X 120 FEET ','11','23','',16,'1200','2000','','0','1800',NULL,NULL,'0',0,0,'6235181626513641',0,0,0,0.00,'2021-07-17 12:21:58','5','1','3','0000-00-00','','active','','315','pcs','Inventory','VATABLE','mainitem','Inclusive'),(419,'HOSE PIPE 1/2 X 120 FEET ','11','23','',16,'1200','2000','','0','1800',NULL,NULL,'0',0,0,'6235181626513641',0,0,0,0.00,'2021-07-17 12:21:58','5','1','2','0000-00-00','','active','','315','pcs','Inventory','VATABLE','mainitem','Inclusive'),(420,'HOSE PIPE 1/2 X 120 FEET ','11','23','',16,'1200','2000','','0','1800',NULL,NULL,'0',0,0,'6235181626513641',0,0,0,0.00,'2021-07-17 12:21:58','5','1','1','0000-00-00','','active','','315','pcs','Inventory','VATABLE','mainitem','Inclusive'),(421,'WOOD PRESERVATIVE POWDER','17','23','',16,'120','800','','0','500',NULL,NULL,'0',0,0,'3698481626515315',0,0,0,0.00,'2021-07-17 12:54:17','5','1','3','0000-00-00','POWDER','active','','316','pcs','Inventory','VATABLE','mainitem','Inclusive'),(422,'WOOD PRESERVATIVE POWDER','17','23','',16,'120','800','','0','500',NULL,NULL,'0',0,0,'3698481626515315',0,0,0,0.00,'2021-07-17 12:54:17','5','1','2','0000-00-00','POWDER','active','','316','pcs','Inventory','VATABLE','mainitem','Inclusive'),(423,'WOOD PRESERVATIVE POWDER','17','23','',16,'120','800','','0','500',NULL,NULL,'0',0,0,'3698481626515315',0,0,0,6.00,'2021-07-17 12:54:17','5','1','1','0000-00-00','POWDER','active','','316','pcs','Inventory','VATABLE','mainitem','Inclusive'),(424,'WOOD PRESERVATIVE 5 LTRS','17','23','',16,'300','500','','0','500',NULL,NULL,'0',0,0,'4832131626517030',0,0,0,0.00,'2021-07-17 13:18:15','5','1','3','0000-00-00','','active','','317','pcs','Inventory','VATABLE','mainitem','Inclusive'),(425,'WOOD PRESERVATIVE 5 LTRS','17','23','',16,'300','500','','0','500',NULL,NULL,'0',0,0,'4832131626517030',0,0,0,0.00,'2021-07-17 13:18:15','5','1','2','0000-00-00','','active','','317','pcs','Inventory','VATABLE','mainitem','Inclusive'),(426,'WOOD PRESERVATIVE 5 LTRS','17','23','',16,'300','500','','0','500',NULL,NULL,'0',0,0,'4832131626517030',0,0,0,3.00,'2021-07-17 13:18:15','5','1','1','0000-00-00','','active','','317','pcs','Inventory','VATABLE','mainitem','Inclusive'),(427,'WATER TANK 1000 LTR','17','15','',16,'6000','8000','','0','8000',NULL,NULL,'0',0,0,'415251626517106',0,0,0,0.00,'2021-07-17 13:20:11','5','1','3','0000-00-00','','active','','318','pcs','Inventory','VATABLE','mainitem','Inclusive'),(428,'WATER TANK 1000 LTR','17','15','',16,'6000','8000','','0','8000',NULL,NULL,'0',0,0,'415251626517106',0,0,0,0.00,'2021-07-17 13:20:11','5','1','2','0000-00-00','','active','','318','pcs','Inventory','VATABLE','mainitem','Inclusive'),(429,'WATER TANK 1000 LTR','17','15','',16,'6000','8000','','0','8000',NULL,NULL,'0',0,0,'415251626517106',0,0,0,0.00,'2021-07-17 13:20:11','5','1','1','0000-00-00','','active','','318','pcs','Inventory','VATABLE','mainitem','Inclusive'),(430,'PAINTS 1/4 LTR','6','24','',16,'75','150','','0','100',NULL,NULL,'0',0,0,'9019881626517669',0,0,0,0.00,'2021-07-17 13:29:09','5','1','3','0000-00-00','','active','','319','pcs','Inventory','VATABLE','mainitem','Inclusive'),(431,'PAINTS 1/4 LTR','6','24','',16,'75','150','','0','100',NULL,NULL,'0',0,0,'9019881626517669',0,0,0,0.00,'2021-07-17 13:29:09','5','1','2','0000-00-00','','active','','319','pcs','Inventory','VATABLE','mainitem','Inclusive'),(432,'PAINTS 1/4 LTR','6','24','',16,'75','150','','0','100',NULL,NULL,'0',0,0,'9019881626517669',0,0,0,118.00,'2021-07-17 13:29:09','5','1','1','0000-00-00','','active','','319','pcs','Inventory','VATABLE','mainitem','Inclusive'),(433,'PAINTS 1/2 LTR','5','24','',16,'120','200','','0','200',NULL,NULL,'0',0,0,'7121211626517768',0,0,0,0.00,'2021-07-17 13:31:08','5','1','3','0000-00-00','','active','','320','ltr','Inventory','VATABLE','mainitem','Inclusive'),(434,'PAINTS 1/2 LTR','5','24','',16,'120','200','','0','200',NULL,NULL,'0',0,0,'7121211626517768',0,0,0,0.00,'2021-07-17 13:31:08','5','1','2','0000-00-00','','active','','320','ltr','Inventory','VATABLE','mainitem','Inclusive'),(435,'PAINTS 1/2 LTR','5','24','',16,'120','200','','0','200',NULL,NULL,'0',0,0,'7121211626517768',0,0,0,91.00,'2021-07-17 13:31:08','5','1','1','0000-00-00','','active','','320','ltr','Inventory','VATABLE','mainitem','Inclusive'),(436,'TUBE 2 FEET','18','22','',16,'80','150','','0','150',NULL,NULL,'0',0,0,'491611626517936',0,0,0,0.00,'2021-07-17 13:33:24','5','1','3','0000-00-00','','active','','321','pcs','Inventory','VATABLE','mainitem','Inclusive'),(437,'TUBE 2 FEET','18','22','',16,'80','150','','0','150',NULL,NULL,'0',0,0,'491611626517936',0,0,0,0.00,'2021-07-17 13:33:24','5','1','2','0000-00-00','','active','','321','pcs','Inventory','VATABLE','mainitem','Inclusive'),(438,'TUBE 2 FEET','18','22','',16,'80','150','','0','150',NULL,NULL,'0',0,0,'491611626517936',0,0,0,0.00,'2021-07-17 13:33:24','5','1','1','0000-00-00','','active','','321','pcs','Inventory','VATABLE','mainitem','Inclusive'),(439,'TUBE 4 FEET','18','22','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2056561626518106',0,0,0,0.00,'2021-07-17 13:35:49','5','1','3','0000-00-00','','active','','322','pcs','Inventory','VATABLE','mainitem','Inclusive'),(440,'TUBE 4 FEET','18','22','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2056561626518106',0,0,0,0.00,'2021-07-17 13:35:49','5','1','2','0000-00-00','','active','','322','pcs','Inventory','VATABLE','mainitem','Inclusive'),(441,'TUBE 4 FEET','18','22','',16,'120','250','','0','200',NULL,NULL,'0',0,0,'2056561626518106',0,0,0,36.00,'2021-07-17 13:35:49','5','1','1','0000-00-00','','active','','322','pcs','Inventory','VATABLE','mainitem','Inclusive'),(442,'GATEVALVE 3/4','17','23','',16,'300','900','','0','900',NULL,NULL,'0',0,0,'5107491626518349',0,0,0,0.00,'2021-07-17 13:41:03','5','1','3','0000-00-00','','active','','323','pcs','Inventory','VATABLE','mainitem','Inclusive'),(443,'GATEVALVE 3/4','17','23','',16,'300','900','','0','900',NULL,NULL,'0',0,0,'5107491626518349',0,0,0,0.00,'2021-07-17 13:41:03','5','1','2','0000-00-00','','active','','323','pcs','Inventory','VATABLE','mainitem','Inclusive'),(444,'GATEVALVE 3/4','17','23','',16,'300','900','','0','900',NULL,NULL,'0',0,0,'5107491626518349',0,0,0,5.00,'2021-07-17 13:41:03','5','1','1','0000-00-00','','active','','323','pcs','Inventory','VATABLE','mainitem','Inclusive'),(445,'GATEVALVE 1\"','17','23','',16,'400','1500','','0','1500',NULL,NULL,'0',0,0,'5219761626518479',0,0,0,0.00,'2021-07-17 13:43:29','5','1','3','0000-00-00','','active','','324','pcs','Inventory','VATABLE','mainitem','Inclusive'),(446,'GATEVALVE 1\"','17','23','',16,'400','1500','','0','1500',NULL,NULL,'0',0,0,'5219761626518479',0,0,0,0.00,'2021-07-17 13:43:29','5','1','2','0000-00-00','','active','','324','pcs','Inventory','VATABLE','mainitem','Inclusive'),(447,'GATEVALVE 1\"','17','23','',16,'400','1500','','0','1500',NULL,NULL,'0',0,0,'5219761626518479',0,0,0,5.00,'2021-07-17 13:43:29','5','1','1','0000-00-00','','active','','324','pcs','Inventory','VATABLE','mainitem','Inclusive'),(448,'GATEVALVE 1/2\"','17','7','',16,'250','600','','0','500',NULL,NULL,'0',0,0,'9067831626518631',0,0,0,0.00,'2021-07-17 13:44:39','5','1','3','0000-00-00','','active','','325','pcs','Inventory','VATABLE','mainitem','Inclusive'),(449,'GATEVALVE 1/2\"','17','7','',16,'250','600','','0','500',NULL,NULL,'0',0,0,'9067831626518631',0,0,0,0.00,'2021-07-17 13:44:39','5','1','2','0000-00-00','','active','','325','pcs','Inventory','VATABLE','mainitem','Inclusive'),(450,'GATEVALVE 1/2\"','17','7','',16,'250','600','','0','500',NULL,NULL,'0',0,0,'9067831626518631',0,0,0,2.00,'2021-07-17 13:44:39','5','1','1','0000-00-00','','active','','325','pcs','Inventory','VATABLE','mainitem','Inclusive'),(451,'GATEVALVE 1.5\"','17','23','',16,'800','2000','','0','2000',NULL,NULL,'0',0,0,'311551626518697',0,0,0,0.00,'2021-07-17 13:46:52','5','1','3','0000-00-00','','active','','326','pcs','Inventory','VATABLE','mainitem','Inclusive'),(452,'GATEVALVE 1.5\"','17','23','',16,'800','2000','','0','2000',NULL,NULL,'0',0,0,'311551626518697',0,0,0,0.00,'2021-07-17 13:46:52','5','1','2','0000-00-00','','active','','326','pcs','Inventory','VATABLE','mainitem','Inclusive'),(453,'GATEVALVE 1.5\"','17','23','',16,'800','2000','','0','2000',NULL,NULL,'0',0,0,'311551626518697',0,0,0,0.00,'2021-07-17 13:46:52','5','1','1','0000-00-00','','active','','326','pcs','Inventory','VATABLE','mainitem','Inclusive'),(454,'PVC CARPET','17','23','',16,'110','200','','0','200',NULL,NULL,'0',0,0,'5517871638370868',0,0,0,1.00,'2021-12-01 18:03:48','5','1','3','0000-00-00','','active','','327','MTR','Inventory','VATABLE','mainitem','Inclusive'),(455,'PVC CARPET','17','23','',16,'110','200','','0','200',NULL,NULL,'0',0,0,'5517871638370868',0,0,0,1.00,'2021-12-01 18:03:48','5','1','2','0000-00-00','','active','','327','MTR','Inventory','VATABLE','mainitem','Inclusive'),(456,'PVC CARPET','17','23','',16,'110','200','','0','200',NULL,NULL,'0',0,0,'5517871638370868',0,0,0,100.00,'2021-12-01 18:03:48','5','1','1','0000-00-00','','active','','327','MTR','Inventory','VATABLE','mainitem','Inclusive'),(457,'TURPENTINE 5 LTR','6','23','',16,'750','1000','','0','',NULL,NULL,'0',0,0,'9898371638371489',0,0,0,0.00,'2021-12-01 18:13:35','5','1','3','0000-00-00','','active','','328','pcs','Inventory','VATABLE','mainitem','Inclusive'),(458,'TURPENTINE 5 LTR','6','23','',16,'750','1000','','0','',NULL,NULL,'0',0,0,'9898371638371489',0,0,0,0.00,'2021-12-01 18:13:35','5','1','2','0000-00-00','','active','','328','pcs','Inventory','VATABLE','mainitem','Inclusive'),(459,'TURPENTINE 5 LTR','6','23','',16,'750','1000','','0','',NULL,NULL,'0',0,0,'9898371638371489',0,0,0,6.00,'2021-12-01 18:13:35','5','1','1','0000-00-00','','active','','328','pcs','Inventory','VATABLE','mainitem','Inclusive'),(460,'SOLAR 120 W','17','2','',16,'4800','10000','','0','',NULL,NULL,'0',0,0,'7545361638371616',0,0,0,0.00,'2021-12-01 18:15:10','5','1','3','0000-00-00','','active','','329','pcs','Inventory','VATABLE','mainitem','Inclusive'),(461,'SOLAR 120 W','17','2','',16,'4800','10000','','0','',NULL,NULL,'0',0,0,'7545361638371616',0,0,0,0.00,'2021-12-01 18:15:10','5','1','2','0000-00-00','','active','','329','pcs','Inventory','VATABLE','mainitem','Inclusive'),(462,'SOLAR 120 W','17','2','',16,'4800','10000','','0','',NULL,NULL,'0',0,0,'7545361638371616',0,0,0,3.00,'2021-12-01 18:15:10','5','1','1','0000-00-00','','active','','329','pcs','Inventory','VATABLE','mainitem','Inclusive'),(463,'DOG CHAIN','17','23','',16,'120','400','','0','',NULL,NULL,'0',0,0,'9018701638371710',0,0,0,0.00,'2021-12-01 18:17:25','5','1','3','0000-00-00','','active','','330','pcs','Inventory','VATABLE','mainitem','Inclusive'),(464,'DOG CHAIN','17','23','',16,'120','400','','0','',NULL,NULL,'0',0,0,'9018701638371710',0,0,0,0.00,'2021-12-01 18:17:25','5','1','2','0000-00-00','','active','','330','pcs','Inventory','VATABLE','mainitem','Inclusive'),(465,'DOG CHAIN','17','23','',16,'120','400','','0','',NULL,NULL,'0',0,0,'9018701638371710',0,0,0,15.00,'2021-12-01 18:17:25','5','1','1','0000-00-00','','active','','330','pcs','Inventory','VATABLE','mainitem','Inclusive'),(466,'WELL MAX LED 4 FEET 40W','18','22','',16,'350','1200','','0','',NULL,NULL,'0',0,0,'7933151638371846',0,0,0,0.00,'2021-12-01 18:18:55','5','1','3','0000-00-00','','active','','331','pcs','Inventory','VATABLE','mainitem','Inclusive'),(467,'WELL MAX LED 4 FEET 40W','18','22','',16,'350','1200','','0','',NULL,NULL,'0',0,0,'7933151638371846',0,0,0,0.00,'2021-12-01 18:18:55','5','1','2','0000-00-00','','active','','331','pcs','Inventory','VATABLE','mainitem','Inclusive'),(468,'WELL MAX LED 4 FEET 40W','18','22','',16,'350','1200','','0','',NULL,NULL,'0',0,0,'7933151638371846',0,0,0,29.00,'2021-12-01 18:18:55','5','1','1','0000-00-00','','active','','331','pcs','Inventory','VATABLE','mainitem','Inclusive'),(469,'STANDARD THINNER 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'9649531638372086',0,0,0,0.00,'2021-12-01 18:23:20','5','1','3','0000-00-00','','active','','332','ltr','Inventory','VATABLE','mainitem','Inclusive'),(470,'STANDARD THINNER 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'9649531638372086',0,0,0,0.00,'2021-12-01 18:23:20','5','1','2','0000-00-00','','active','','332','ltr','Inventory','VATABLE','mainitem','Inclusive'),(471,'STANDARD THINNER 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'9649531638372086',0,0,0,4.00,'2021-12-01 18:23:20','5','1','1','0000-00-00','','active','','332','ltr','Inventory','VATABLE','mainitem','Inclusive'),(472,'WHITE SPIRIT 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'5701371638372201',0,0,0,0.00,'2021-12-01 18:24:05','5','1','3','0000-00-00','','active','','333','pcs','Inventory','VATABLE','mainitem','Inclusive'),(473,'WHITE SPIRIT 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'5701371638372201',0,0,0,0.00,'2021-12-01 18:24:05','5','1','2','0000-00-00','','active','','333','pcs','Inventory','VATABLE','mainitem','Inclusive'),(474,'WHITE SPIRIT 5 LTR','6','24','',16,'900','1400','','0','',NULL,NULL,'0',0,0,'5701371638372201',0,0,0,2.00,'2021-12-01 18:24:05','5','1','1','0000-00-00','','active','','333','pcs','Inventory','VATABLE','mainitem','Inclusive'); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `code` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `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=319 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,'BAMBURI CEMENT (50KG)','1','1','9','',16,'550','540',NULL,'',NULL,NULL,20,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(2,'SIMBA CEMENT (50KG)','2','1','16','',16,'530','550','','0',NULL,NULL,25,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','18','','','','VATABLE','mainitem','Inclusive'),(3,'D8 BARS ','3','2','13','',16,'510','580','','530',NULL,NULL,0,0,0,'51619495882',0,0,0,0.00,'2021-04-27 06:58:33','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(4,'D10 BARS ','4','2','17','',16,'730','800','','750',NULL,NULL,0,0,0,'51619495937',0,0,0,0.00,'2021-04-27 06:59:39','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(5,'D12 BARS ','6','2','17','',16,'1070','1150','','1100',NULL,NULL,20,0,0,'51619496116',0,0,0,0.00,'2021-04-27 07:02:33','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(6,'plywood 3mm','8','4','13','',16,'330','500',NULL,'450',NULL,NULL,15,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(7,'MDF CHERRY','9','4','13','',16,'2900','3500',NULL,'3200',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(8,'BLOCK BOARD 3/4\"','10','4','13','',16,'2700','3500',NULL,'3200',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(9,'MAISHA MABATI /GCI SHEETS G30X2.0MTR','12','3','12','',16,'710','750','','750',NULL,NULL,30,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(10,'MAISHA MABATI /GCI SHEETS G30X2.5MTR','13','3','12','',16,'890','950','','930',NULL,NULL,30,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(11,'MAISHA MABATI /GCI SHEETS G30X3.0MTR','14','3','12','',16,'1065','1150','','1100',NULL,NULL,30,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(12,' G30X2.0MTR','15','3','9','MASI / ZINGIRA',16,'640','700','','700',NULL,NULL,30,0,0,'51619546396',0,0,0,0.00,'2021-04-27 21:00:27','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(13,' G30X2.5MTR','16','3','10','ZINGIRA',16,'750','900','','850',NULL,NULL,30,0,0,'51619498566',0,0,0,0.00,'2021-04-27 07:43:09','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(14,'ZINGIRA ROOFING SHEETS G30X3.0MTR','17','3','10','',16,'900','1050',NULL,'1000',NULL,NULL,30,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(15,' G32X2.0MTR','18','3','10','ZINGIRA / MASI / UGANDA',16,'580','650','','640',NULL,NULL,20,0,0,'51621539341',0,0,0,0.00,'2021-05-20 22:36:20','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(16,' G32X2.5MTR','19','3','9','MAISHA',16,'725','800','','800',NULL,NULL,20,0,0,'51621540052',0,0,0,0.00,'2021-05-20 22:48:02','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(17,'G32X3.0MTR','20','3','9','ZINGIRA/MASI/UGANDA',16,'642','800','','',NULL,NULL,20,0,0,'51621539087',0,0,0,0.00,'2021-05-20 22:32:43','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(18,'BLACK PIPE 1/2\" CLASS A','21','11','10','',16,'800','1200',NULL,'1000',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(19,'MAISHA IT4 BLUE 2.0 M','34','14','12','',16,'820','900','','880',NULL,NULL,15,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(20,'TILES 300X450','35','8','22','WALL TILES INDIA',16,'720','1250',NULL,'1200',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(21,'WALL TILES 200X300 CHINA ','36','8','22','25 PCS',16,'450','800',NULL,'750',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(22,'TILES 300X300 (17)','37','8','22','FLOOR TILES 17 PCS',16,'890','1000',NULL,'950',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(23,'MAISHA TILE RED IT4 2.0M','38','14','12','',16,'780','850',NULL,'800',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(24,'MAISHA IT4 TILE RED 2.5 M','39','14','12','',16,'1025','1100','','1100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(25,'MAISHA MABATI/GCI SHEETS G 32 X 2.0 METER','40','3','12','',16,'500','600','','580',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(26,' G32X2.5MTR','41','3','9','MAISHA',16,'700','800','','800',NULL,NULL,0,0,0,'51621539533',0,0,0,0.00,'2021-05-20 22:39:02','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(27,' G32 X 3.0 MTR ','42','3','12','MAISHA',16,'870','900','','850',NULL,NULL,5,0,0,'51621538938',0,0,0,0.00,'2021-05-20 22:29:37','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(28,'PLAIN SHEET G30 ','5','3','12','',16,'330','400',NULL,'350',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(29,'PLAIN SHEET G32','43','3','12','',16,'275','300',NULL,'290',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(30,'FLOOR TILES 600 X 600 INDIA','44','8','22','4 PCS',16,'1750','2500',NULL,'1850',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(31,'WALL TILES 200 X 300 INDIA','45','8','22','16 PCS',16,'500','800',NULL,'600',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(32,'RIDGES BLUE','46','14','12','',16,'325','480',NULL,'450',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(33,'RIDGES BRICK RED','47','14','12','',16,'310','480','','450',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(34,'RIDGES TILE RED','48','14','12','',16,'325','480',NULL,'450',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(35,'RIDGES GREEN','49','14','12','',16,'310','480','','450',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(36,'RIDGES CHARCOAL GREY','50','14','12','',16,'310','480','','450',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(37,'RIDGES MASAI RED','51','14','12','',16,'310','480','','450',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(38,'DURACOAT SUPERFAST 20 LITER','52','6','15','',16,'330','500',NULL,'400',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(39,'SQ.TUBES 20X20X1MM','53','15','10','',16,'560','650',NULL,'600',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(40,'SQ.TUBES 25X25X1MM','54','15','10','',16,'700','800',NULL,'750',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(41,'SQ.TUBES 30X30X1MM','55','15','10','',16,'880','1100',NULL,'980',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(42,'SQ.TUBES 40X40X1MM','56','15','10','',16,'1130','1400',NULL,'1250',NULL,NULL,10,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(43,'SQ.TUBES 50X50X1.2mm','57','15','10','',16,'1700','2200',NULL,'2000',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(44,'NAILS 1\"','58','5','10','',16,'130','200',NULL,'120',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(45,'NAILS 1&1/2\"','59','5','10','',16,'130','200',NULL,'',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(46,'NAILS 2\"','60','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(47,'NAILS 2.5\"','61','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(48,'NAILS 3\"','62','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(49,'NAILS 4\"','63','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(50,'NAILS 5\"','64','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(51,'NAILS 6\" ','65','5','10','',16,'105','180',NULL,'120',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(52,'ROOFING NAILS','66','5','10','',16,'150.00','250',NULL,'',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(53,'Maruthi Welding Rod 3.2mm','67','17','22','',16,'180','250',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'),(54,'Maruthi Welding Rods 2.5mm','68','17','22','',16,'180','250',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'),(55,'Simba Welding Rod 3.2mm','69','17','22','',16,'190','250',NULL,'210',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(56,'MAISHA IT4 TILE RED 3.0 M','70','14','12','',16,'1230','1350','','1300',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(57,'MAISHA IT4 BLUE 2.5 M','71','14','12','',16,'1025','1150','','1100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(58,'MAISHA IT4 BLUE 3.0 M','72','14','12','',16,'1230','1350','','1300',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(59,'MAISHA IT4 GREEN 2.0 M','73','14','12','',16,'820','850','','800',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(60,'MAISHA IT4 GREEN 2.5 M','74','14','12','',16,'1025','1050','','1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(61,'MAISHA IT4 GREEN 3.0 M','75','14','12','',16,'1230','1350','','1300',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(62,'MAISHA IT4 BRICK RED 2.0 M','76','14','12','',16,'800','900','','850',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(63,'MAISHA IT4 BRICK RED 2.5 M','77','14','12','',16,'1025','1150','','1100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(64,'MAISHA IT4 BRICK RED 3.0 M','78','14','12','',16,'1290','1350','','1300',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(65,'MAISHA IT4 MASAI RED 2.0 M','79','14','12','',16,'780','850',NULL,'800',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(66,'MAISHA IT4 MASAI RED 2.5 M','80','14','12','',16,'1025','1150','','1100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(67,'MAISHA IT4 MASAI RED 3.0 M','81','14','12','',16,'1230','1250','','1200',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(68,'MAISHA IT4 C/GREY 2.0 M','82','14','12','',16,'820','850','','800',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(69,'MAISHA IT4 C/GREY 2.5M M','83','14','12','',16,'1025','1050','','1000',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(70,'MAISHA IT4 C/GREY 3.0M','84','14','12','',16,'1230','1250','','1200',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(71,'NYUMBA GCI 30X2M','85','3','28','',16,'640','700',NULL,'680',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(72,'SQ.TUBES 50X50X1.5 mm','86','15','10','',16,'2100','2600',NULL,'2400',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(73,'SQ.TUBES 50X50X2.0 mm','87','15','10','',16,'2700','3500',NULL,'3200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(74,'SQ.TUBES 20X20X1.2MM','88','15','10','',16,'650','750',NULL,'700',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(75,'SQ.TUBES 40X25X1MM','89','15','10','',16,'920','1100',NULL,'1050',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(76,'SQ.TUBES 75X75X2.5MM','90','15','10','',16,'5000','7000',NULL,'6500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(77,'D16 STEEL BAR','91','2','24','',16,'1900','1950','','1900',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(78,'R6','92','2','17','ROUND BAR 6 MM',16,'190','300','','250',NULL,NULL,0,0,0,'51619496315',0,0,0,0.00,'2021-04-27 07:05:31','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(79,'R8','93','2','17','ROUND BAR 8 MM',16,'500','650','','600',NULL,NULL,1,0,0,'51619496345',0,0,0,0.00,'2021-04-27 07:06:33','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(80,'SQ.TUBES 100X100X3MM','94','15','10','',16,'8000','14000',NULL,'12000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(81,'MARINE BOARD','95','4','28','',16,'2800','3500',NULL,'3200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(82,'6MM PLYWOOD','96','4','28','',16,'850','1500',NULL,'1250',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(83,'CHIPBOARD FLOWERED','97','4','28','',16,'720','1100',NULL,'950',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(84,'CHIPBOARD PLAIN','98','4','13','',16,'700','1100',NULL,'900',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(85,'CHIPBOARD PLAIN 9MM','99','4','13','',16,'750','1100',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(86,'CHIPBOARD MDF','100','4','13','',16,'2600','3500',NULL,'3000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(87,'RAZOR WIRE','101','17','22','',16,'1400','2800',NULL,'2200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(88,'BINDING WIRE','102','17','10','',16,'120','200',NULL,'170',NULL,NULL,25,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(89,'HOOP IRON','103','17','22','',16,'120','180','','150',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(90,'LIME 25KG','104','17','22','',16,'150','250',NULL,'250',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(91,'NYUMBA GCI 30X2.5M','105','3','28','',16,'800','850',NULL,'830',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(92,'NYUMBA GCI 30X3M','106','3','28','',16,'960','1050',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(93,'BLUE 11/3 X 2M','107','14','12','',16,'780','850',NULL,'840',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(94,'BLUE 11/3 X 2.5M','108','14','12','',16,'900','1100','','1050',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(95,'BLUE 11/3 X 3 M','109','14','12','',16,'1180','1250',NULL,'1200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(96,'TILE RED 11/3 X 2M ','110','14','12','',16,'780','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(97,'TILE RED 11/3 X 2.5M','111','14','12','',16,'975','1050',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(98,'TILE RED 11/3 X 3M','112','14','12','',16,'1180','1250',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(99,'GREEN 11/3 X 2M','113','14','12','',16,'780','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(100,'GREEN 11/3 X 2.5M','114','14','12','',16,'975','1050',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(101,'GREEN 11/3 X 3M','115','14','12','',16,'1180','1250',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(102,'BRICK RED 11/3 X 2M','116','14','12','',16,'780','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(103,'BRICK RED 11/3 X 2.5M','117','14','12','',16,'975','1050',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(104,'BRICK RED 11/3 X 3M','118','14','12','',16,'1180','1250',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(105,'BRIGHT RED 11/3 X 2M','119','14','12','',16,'780','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(106,'BRIGHT RED 11/3 X 2.5M','120','14','12','',16,'975','1050',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(107,'BRIGHT RED 11/3 X 3M','121','14','12','',16,'1180','1250',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(108,'TRANSPARENT SHEET 2M','122','17','22','',16,'620','800',NULL,'700',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(109,'TRANSPARENT SHEET 2.5M','123','17','22','',16,'800','1000',NULL,'900',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(110,'TRANSPARENT SHEET 3M','124','17','22','',16,'950','1200',NULL,'1100',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(111,'SAFARI GREEN RIDGES ','125','14','12','',16,'320','480',NULL,'430',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(112,'TILE RED RIDGES','126','14','12','',16,'380','450',NULL,'430',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(113,'BLUE RIDGES','127','14','12','',16,'320','480',NULL,'430',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(114,'GREEN RIDGES','128','14','12','',16,'320','480',NULL,'430',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(116,'MAASAI RED RIDGES','130','14','12','',16,'320','480',NULL,'430',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(117,'PVC WASTE PIPE 3\"','131','11','22','',16,'500','700',NULL,'600',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(118,'PVC WASTE PIPE 4\"','132','11','22','',16,'1000','1500',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(119,'PVC WASTE PIPE 6\"','133','11','22','',16,'1800','3000',NULL,'2500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(120,'UGANDA 32G X 3M','134','3','23','',16,'750','900',NULL,'850',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(121,'UGANDA 32G X 2.5M','135','3','23','',16,'625','800',NULL,'750',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(122,'UGANDA 32G X 2M','136','3','23','',16,'500','650',NULL,'600',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(123,'CHAINLINK 4FT ','137','13','10','',16,'1680','2000',NULL,'1900',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(124,'CHAINLINK 5FT ','138','13','10','',16,'2100','2700',NULL,'2500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(125,'CHAINLINK 6FT ','139','13','10','',16,'2520','3300',NULL,'3000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(126,'CHAINLINK 7FT ','140','13','10','',16,'2940','4000',NULL,'3500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(127,'CHAINLINK 8FT ','141','13','10','',16,'3360','4500',NULL,'4000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(128,'NGOMBE CHAINLINK 14G X 8FT','142','13','10','',16,'8000','10000',NULL,'10000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(129,'NGOMBE CHAINLINK 14G X 6FT','143','13','10','',16,'6000','8000',NULL,'8000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(130,'FARASI CHAIN LINK 14G X 6FT','144','13','10','',16,'4800','6500',NULL,'6000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(131,'WIREMESH LIGHT GUAGE ','145','17','10','',16,'320','500',NULL,'450',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(132,'WIREMESH MEDIUM GUAGE ','146','17','10','',16,'420','600',NULL,'550',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(133,'WIREMESH HEAVY GUAGE ','147','17','10','',16,'620','850',NULL,'750',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(134,'MS PLATE 1MM (18G)','148','12','10','',16,'3200','3800',NULL,'3500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(135,'CHECKERED PLATE','149','12','10','',16,'4500','6500',NULL,'6000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(136,'BRC 610','150','12','10','',16,'3000','5000',NULL,'4500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(137,'BRC A142','151','12','10','',16,'24000','30000',NULL,'28500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(138,'BRC A66','152','12','10','',16,'13500','20000',NULL,'18500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(139,'BRC A98','153','12','10','',16,'18500','25000',NULL,'24000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(140,'FLAT BAR 20X3MM','154','12','22','',16,'270','400',NULL,'350',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(141,'TEMBO BARBED WIRE 610M','155','24','30','',16,'3800','4800',NULL,'4500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(142,'ABBYSINIA BARBED WIRE 610M','156','24','31','',16,'3800','4800',NULL,'4500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(143,'FARASI BARBED WIRE 610M','157','24','10','',16,'3800','4800',NULL,'4500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(144,'FARASI BARBED WIRE 480M','158','24','10','',16,'3000','4000',NULL,'3500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(145,'ANGLE LINE 25X25X3MM','159','12','24','',16,'600','900',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(146,'ANGLE LINE 40X40X4MM','160','12','24','',16,'1300','2000',NULL,'1800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(147,'T BAR 3/4\"','161','12','24','',16,'600','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(148,'Z BAR 3/4\"','162','12','24','',16,'850','1000',NULL,'950',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(149,'U NAILS 1.5\"','163','5','30','',16,'130','200',NULL,'180',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(150,'CEILING NAILS 1.5\"','165','5','30','',16,'130','200',NULL,'180',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(151,'CLOSED COUPLE SET ','166','17','22','',16,'7500','12000',NULL,'11000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(152,'CHICKEN WIRE 6FTX1/2\" ','167','17','22','',16,'2600','4000','','4000',NULL,NULL,1,0,0,'51622487552',0,0,0,0.00,'2021-05-31 21:59:22','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(153,'CHICKEN WIRE 6FTX1\"','168','17','22','',16,'100','200','','200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(154,'CHICKEN WIRE 3FTX1/2\"','169','17','12','',16,'50','150','','120',NULL,NULL,1,0,0,'51620331490',0,0,0,0.00,'2021-05-06 23:05:27','5','1','1','0000-00-00','','active','MTR','Inventory','','','','VATABLE','mainitem','Inclusive'),(155,'CHICKEN WIRE 3FTX3/4\"','170','17','22','',16,'50','150','','100',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(156,'SINGLE BOWL SINGLE DRAIN (MEDIUM)','171','17','22','',16,'1200','3000',NULL,'2500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(157,'SINGLE BOWL SINGLE DRAIN (HEAVY)','172','17','22','',16,'1500','3000',NULL,'2800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(158,'DOUBLE BOWL DOUBLE DRAIN','173','17','22','',16,'3000','5500',NULL,'5000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(159,'BLACK POLYTHENE METER','174','17','22','',16,'120','200','','150',NULL,NULL,1,0,0,'51622486979',0,0,0,0.00,'2021-05-31 21:50:01','5','1','1','0000-00-00','','active','MTR','Inventory','','','','VATABLE','mainitem','Inclusive'),(160,'SINGLE BOWL ','175','17','22','',16,'800','2000',NULL,'1500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(161,'FLOOR TILES 300 X 300 INDIA','176','8','22','11 PCS INDIA',16,'600','850',NULL,'800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(162,'TILES 35X35 EGYPT','177','8','22','',16,'800','1200',NULL,'1050',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(163,'TILES 40X40 (12)','178','8','22','GOODWILL12 PCS',16,'1100','1600',NULL,'1500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(164,'TILES INDIA 40X40','179','8','22','6 PCS INDIA',16,'700','1200',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(165,'TILES INDONESIA 40X40','180','8','22','INDONESIA 6 PCS',16,'1000','1800',NULL,'1500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(166,'TILES 50X50','181','8','22','',16,'1250','2500',NULL,'2000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(167,'TILES FLOOR 600X600 INDIA','183','8','26','BLACK NERO',16,'1500','2500',NULL,'2000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(168,'TILES 600X600','184','8','27','GOODWILL',16,'1250','2500',NULL,'2000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(169,'Ndovu cement (50KG)','7','1','11','',16,'522','550',NULL,'',NULL,NULL,20,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(170,'GROUT 3KG','185','17','35','',16,'120','450',NULL,'',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(171,'GROUT 1KG','186','17','35','',16,'40','150',NULL,'100',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(172,'WATEPROOF CEMENT','187','17','22','',16,'70','200',NULL,'150',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(173,'WOOD PRESERVATIVE 20 LTRS','188','17','20','',16,'600','1500',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(174,'SHOVEL STEEL','189','17','34','',16,'320','550',NULL,'450',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(175,'SHOVEL WOOD','190','17','34','',16,'280','500',NULL,'450',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(176,'MANHOLE COVER 12 X12 ','191','17','22','',16,'650','1500',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(177,'MANHOLE COVER 18 X18','192','17','22','',16,'800','1500',NULL,'1400',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(178,'MANHOLE COVER 18 X 24','193','17','22','',16,'1400','2500',NULL,'2200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(179,'cutting disk 9\"','194','17','22','',16,'180','300',NULL,'250',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(180,'GRINDING DISK 9\"','195','17','22','',16,'200','400',NULL,'350',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(181,'AUDDY LOCK 50 MM','196','25','38','',16,'150 ','450',NULL,'400',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(182,'AUDDY LOCK 40 MM','197','25','38','',16,'150 ','450',NULL,'400',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(183,'HEHE LOCK 50 MM','198','25','38','',16,'180','450',NULL,'400',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(184,'MINDY LOCK 40 MM','199','25','38','',16,'350','800',NULL,'700',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(185,'MINDY LOCK 50 MM','200','25','38','',16,'450','1200',NULL,'1000',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(186,'MINDY LOCK 60 MM','201','25','38','',16,'550','1500',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(187,'UNION DOOR LOCK','202','25','37','',16,'1500','2600',NULL,'2500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(188,'LEXOR DOOR LOCK','203','25','37','',16,'700','1500',NULL,'1200',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(189,'MEASURING TAPE 5 M','204','17','37','',16,'50','200',NULL,'150',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(190,'MEASURING TAPE 7.5 M','205','17','37','',16,'80','80',NULL,'200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(191,'DPC 1 X 7 M','206','17','37','',16,'850','2000',NULL,'1500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(192,'PVC CORNER STRIP','207','17','34','',16,'50','200',NULL,'150',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(193,'ALLUMINIUM CORNER STRIP','208','17','34','',16,'150 ','400',NULL,'350',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(194,'PLAIN.RIDGES 30 G','209','3','6','',16,'200','350','','300',NULL,NULL,1,0,0,'51619615509',0,0,0,0.00,'2021-04-28 16:12:35','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(195,'PLAIN RIDGES 32 G','210','3','6','',16,'180','350','','300',NULL,NULL,1,0,0,'51619725233',0,0,0,0.00,'2021-04-29 22:41:09','5','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(196,'TOILET P TRAP','211','26','22','',16,'1400','3000',NULL,'2500',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(197,'HT GALV.FENCING WIRE 50 KG','212','13','30','',16,'12600','15000','','13500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(198,'FLAT BAR 40 X 3 M','213','12','28','',16,'570','750',NULL,'700',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(199,'ANGLE LINE 40X40X3 MM','214','12','28','',16,'1100','1500',NULL,'1400',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(200,'FLAT BAR 25 X 3 M','215','12','28','',16,'400','600',NULL,'',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(201,'FLAT BAR 50 X 3 M','216','12','28','',16,'800','1200',NULL,'1100',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(202,'ANGLE LINE 50X50X3 MM','217','12','28','',16,'1600','2000',NULL,'1800',NULL,NULL,1,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(203,'TEE BAR 3/4','218','12','7','',16,'630','800','1','750',NULL,NULL,0,0,0,'51619341987',0,0,0,0.00,'2021-04-25 12:13:41','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(204,'SQ.TUBES 75 X 50 X 2 MM','219','15','7','',16,'3500','4800','1','4500',NULL,NULL,0,0,0,'2440661619342050',0,0,0,0.00,'2021-04-25 12:17:58','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(205,'TEMBO BARBED WIRE 480 MITR','220','24','8','',16,'3050','4000','1','3600',NULL,NULL,0,0,0,'1675081619345547',0,0,0,0.00,'2021-04-25 13:16:40','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(206,'NGOMBE HT WIRE X 50 KG','221','24','13','',16,'14000','16000','1','15000',NULL,NULL,0,0,0,'2059051619345896',0,0,0,0.00,'2021-04-25 13:22:40','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(207,'PVC PRESSURE 2\'\'','222','11','15','',16,'800','1000','1','900',NULL,NULL,0,0,0,'7333081619346865',0,0,0,0.00,'2021-04-25 13:36:57','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(208,'11/3 C/GREY 2 MTR','223','14','9','',16,'720','840','1','800',NULL,NULL,0,0,0,'51619351461',0,0,0,0.00,'2021-04-25 14:51:16','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(209,'BATTERY 100 AMP','224','18','6','',16,'8500','14000','1','12000',NULL,NULL,0,0,0,'8820851619353195',0,0,0,0.00,'2021-04-25 15:23:11','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(210,'BATTERY 200 AMP','225','18','6','',16,'20000','28500','1','27000',NULL,NULL,0,0,0,'4849511619353392',0,0,0,0.00,'2021-04-25 15:24:29','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(211,'BATTERY 80 AMP','226','18','6','',16,'6500','9500','1','8500',NULL,NULL,0,0,0,'5044861619353470',0,0,0,0.00,'2021-04-25 15:25:50','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(212,'BATTERY 120 AMP','227','18','6','',16,'10000','16000','1','15000',NULL,NULL,0,0,0,'7747701619353811',0,0,0,0.00,'2021-04-25 15:31:40','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(213,'11/3 MAISHA C/GREY 2 MTR','228','14','17','',16,'800','900','1','880',NULL,NULL,0,0,0,'9539941619353969',0,0,0,0.00,'2021-04-25 15:34:34','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(214,'11/3 C/GREY 2.5 MTR','229','14','17','',16,'720','840','1','800',NULL,NULL,0,0,0,'5994011619356017',0,0,0,0.00,'2021-04-25 16:07:59','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(215,'PVC CEILING','230','17','15','',16,'1950','2500','0','2200',NULL,NULL,0,0,0,'4296711619496393',0,0,0,0.00,'2021-04-27 07:08:05','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(216,' CEILING NAILS','231','5','9','',16,'130','200','0','180',NULL,NULL,0,0,0,'6100401619496486',0,0,0,0.00,'2021-04-27 07:10:47','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(217,'MIX ITEMS','232','17','15','',16,'2','5','0','',NULL,NULL,0,0,0,'8483891619496648',0,0,0,0.00,'2021-04-27 07:12:04','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(218,'PVC WASTE PIPE 2\"','233','23','15','',16,'400','550','0','600',NULL,NULL,0,0,0,'7098111619496799',0,0,0,0.00,'2021-04-27 07:14:38','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(219,'MDF WHITE','234','4','6','',16,'3050','3500','0','',NULL,NULL,0,0,0,'6574401619496879',0,0,0,0.00,'2021-04-27 07:17:06','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(220,'SOLAR 200 W','235','18','6','',16,'8000','18000','0','1',NULL,NULL,0,0,0,'9452171619497026',0,0,0,0.00,'2021-04-27 07:18:31','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(221,'SOLAR 100 W','236','18','6','',16,'4000','9000','0','',NULL,NULL,0,0,0,'4890451619497114',0,0,0,0.00,'2021-04-27 07:19:40','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(222,'SOLAR 50 W','237','18','6','',16,'2000','4500','0','',NULL,NULL,0,0,0,'2810911619497183',0,0,0,0.00,'2021-04-27 07:20:36','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(223,'SOLAR 40 W','238','18','6','',16,'1600','3500','0','',NULL,NULL,0,0,0,'9364651619497236',0,0,0,0.00,'2021-04-27 07:21:34','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(224,'Z BAR LIGHT 3/4\"','239','12','6','',16,'580','800','0','750',NULL,NULL,0,0,0,'8158511619609563',0,0,0,0.00,'2021-04-28 14:33:53','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(225,'SOLAR 80 W','240','18','6','',16,'3000','6500','0','6000',NULL,NULL,0,0,0,'9858151619615394',0,0,0,0.00,'2021-04-28 16:10:53','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(226,'TANGIT 1 LTR','241','17','15','',16,'1200','1500','0','1400',NULL,NULL,0,0,0,'6251041619623747',0,0,0,0.00,'2021-04-28 18:30:28','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(227,' BLADE HACK SAW','242','17','15','',16,'90','150','0','120',NULL,NULL,0,0,0,'3779721619623948',0,0,0,0.00,'2021-04-28 18:33:33','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(228,'CHIKEN WIRE 3 FFET ','243','24','15','',16,'50','150','0','100',NULL,NULL,0,0,0,'5871421619624253',0,0,0,0.00,'2021-04-28 18:39:32','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(229,'PVC GUTTER','244','17','15','',16,'800','1000','0','900',NULL,NULL,0,0,0,'6979221619625392',0,0,0,0.00,'2021-04-28 18:57:10','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(230,'PAINT EMULSION 20 LTR','245','6','7','',16,'1300','2000','0','1800',NULL,NULL,0,0,0,'51621538386',0,0,0,0.00,'2021-05-20 22:20:08','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(231,'SILICONE','246','17','15','',16,'200','350','0','300',NULL,NULL,0,0,0,'6848671619637934',0,0,0,0.00,'2021-04-28 22:26:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(232,'RED OXIDE','247','17','15','',16,'190','350','0','300',NULL,NULL,0,0,0,'2172141619638925',0,0,0,0.00,'2021-04-28 22:42:52','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(233,'ROOFING RUBBER','248','17','15','',16,'40','150','0','150',NULL,NULL,0,0,0,'7130421619639931',0,0,0,0.00,'2021-04-28 22:59:46','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(234,'CABLE TWE 2.5 MM MASAI','249','18','6','',16,'115','150','0','',NULL,NULL,0,0,0,'51619689185',0,0,0,0.00,'2021-04-29 12:40:42','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(235,'CABLE TWE 2.5 MM JSB','250','18','6','',16,'80','120','0','',NULL,NULL,0,0,0,'9871291619688983',0,0,0,0.00,'2021-04-29 12:37:52','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(236,'CABLE TWE 2.5 MM ASL','251','18','6','ASL',16,'115','150','0','',NULL,NULL,0,0,0,'4750551619689454',0,0,0,0.00,'2021-04-29 12:46:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(237,'CABLE TWE 1.5 MM MASAI','252','18','6','',16,'70','100','0','',NULL,NULL,0,0,0,'377501619689594',0,0,0,0.00,'2021-04-29 12:48:41','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(238,'NGOMBE BARBED WIRE 610 MTR','253','24','7','',16,'5700','6000','0','',NULL,NULL,0,0,0,'9879691619689767',0,0,0,0.00,'2021-04-29 12:51:30','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(239,'BULB 5 /7/9/ WATT','254','18','6','DP / NICE ONE',16,'80','200','0','',NULL,NULL,0,0,0,'51619690277',0,0,0,0.00,'2021-04-29 12:59:10','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(240,'BULB 15 WATT','255','18','6','',16,'150','250','0','',NULL,NULL,0,0,0,'4683621619690350',0,0,0,0.00,'2021-04-29 13:00:16','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(241,'EUROPLUS BULB 16 WATT','256','18','6','',16,'150 ','300','0','',NULL,NULL,0,0,0,'5426561619690431',0,0,0,0.00,'2021-04-29 13:03:13','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(242,'4.0 CABLE SINGLE ASL','257','18','6','',16,'4000','6000','0','5500',NULL,NULL,0,0,0,'51619690767',0,0,0,0.00,'2021-04-29 13:06:31','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(243,'1.5 MM CABLE SINGLE ASL','258','18','6','',16,'2500','4000','0','',NULL,NULL,0,0,0,'1811831619690906',0,0,0,0.00,'2021-04-29 13:09:52','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(244,'SWITCH / SOCKET','259','18','6','',16,'150 ','300','0','300',NULL,NULL,0,0,0,'584921619691031',0,0,0,1.00,'2021-04-29 13:12:03','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(245,'ANGLE LINE 3/4\"X3 MM','260','12','17','',16,'600','800','0','750',NULL,NULL,0,0,0,'7542641619852809',0,0,0,0.00,'2021-05-01 10:09:49','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(246,'BRC A98 STANDARD','261','12','9','',16,'18500','24500','0','24000',NULL,NULL,0,0,0,'6838511619861423',0,0,0,0.00,'2021-05-01 12:31:29','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(247,'BRC 610 LIGHT','262','12','9','',16,'2800','4500','0','4500',NULL,NULL,0,0,0,'490111619861490',0,0,0,0.00,'2021-05-01 12:32:36','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(248,'WATER TANK 1500 LTR','263','17','15','',16,'8500','12000','0','',NULL,NULL,0,0,0,'587651619871546',0,0,0,0.00,'2021-05-01 15:20:24','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(249,'ZINGIRA BARBED WIRE610 MTR','264','24','9','',16,'3850','5000','0','',NULL,NULL,0,0,0,'89681620314453',0,0,0,0.00,'2021-05-06 18:21:53','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(250,'ZINGIRA BARBED WIRE 480 MTR','265','24','9','',16,'3050','3800','0','',NULL,NULL,0,0,0,'6418891621517930',0,0,0,0.00,'2021-05-20 16:40:27','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(251,'LAMINET DOOR','266','4','11','',16,'2600','4000','0','',NULL,NULL,0,0,0,'8812371621523362',0,0,0,0.00,'2021-05-20 18:12:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(252,'FLASH DOOR','267','4','11','',16,'1550','2500','0','',NULL,NULL,0,0,0,'4029651621523558',0,0,0,0.00,'2021-05-20 18:14:20','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(253,'PAINT BRUSH 6\"','268','17','23','',16,'120','250','0','',NULL,NULL,0,0,0,'1746141621535468',0,0,0,0.00,'2021-05-20 21:31:56','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(254,'PAINT BRUSH 5\"','269','17','23','',16,'80','200','0','',NULL,NULL,0,0,0,'4185911621535530',0,0,0,0.00,'2021-05-20 21:33:08','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(255,'PAINT BRUSH 4\"','270','17','23','',16,'60','150','0','',NULL,NULL,0,0,0,'224291621535603',0,0,0,0.00,'2021-05-20 21:34:24','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(256,'PAINT BRUSH 3\"','271','17','23','',16,'50','100','0','',NULL,NULL,0,0,0,'4665001621535679',0,0,0,0.00,'2021-05-20 21:35:41','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(257,'PAINT BRUSH 2\"','272','17','23','',16,'33','100','0','',NULL,NULL,0,0,0,'7151771621535743',0,0,0,0.00,'2021-05-20 21:38:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(258,'PAINT BRUSH 1\"','273','17','23','',16,'25','50','0','',NULL,NULL,0,0,0,'7975511621535930',0,0,0,0.00,'2021-05-20 21:40:06','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(259,'ROLLER PAINT BRUSH','274','17','23','',16,'150 ','500','0','',NULL,NULL,0,0,0,'2994781621536022',0,0,0,0.00,'2021-05-20 21:42:05','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(260,'FILE JK 8\"','275','17','23','',16,'80','150','0','',NULL,NULL,0,0,0,'3276951621536157',0,0,0,0.00,'2021-05-20 21:45:47','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(261,'TOWER BOLT','276','17','23','',16,'30','150','0','',NULL,NULL,0,0,0,'2655861621536363',0,0,0,0.00,'2021-05-20 21:49:48','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(262,'GATE LACH','277','17','23','',16,'65','200','0','',NULL,NULL,0,0,0,'7707551621536589',0,0,0,0.00,'2021-05-20 21:51:45','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(263,'HINGIS 4\"','278','17','23','',16,'45','100','0','',NULL,NULL,0,0,0,'183461621536777',0,0,0,0.00,'2021-05-20 21:54:29','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(264,'WIRE BRUSH','279','17','23','',16,'50','200','0','',NULL,NULL,0,0,0,'1364661621536888',0,0,0,0.00,'2021-05-20 21:57:43','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(265,'WIRE BRUSH','280','17','23','',16,'50','200','0','',NULL,NULL,0,0,0,'7204851621537223',0,0,0,0.00,'2021-05-20 22:01:11','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(266,'PVC VENT','281','17','23','',16,'55','200','0','',NULL,NULL,0,0,0,'8030661621537291',0,0,0,0.00,'2021-05-20 22:02:55','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(267,'WHEEL BARROW','282','17','23','',16,'1800','2500','0','',NULL,NULL,0,0,0,'9318851621537480',0,0,0,0.00,'2021-05-20 22:06:43','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(268,'FLUSH HANDLE','283','17','23','',16,'140','300','0','',NULL,NULL,0,0,0,'8590791621537618',0,0,0,0.00,'2021-05-20 22:08:27','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(269,'PAINT GLOSS 4 LTR','284','6','24','',16,'630','850','0','',NULL,NULL,0,0,0,'2875081621538029',0,0,0,0.00,'2021-05-20 22:14:48','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(270,'PAINTS GLOSS 1 LTR','285','6','24','',16,'180','300','0','',NULL,NULL,0,0,0,'8498961621538112',0,0,0,0.00,'2021-05-20 22:16:29','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(271,'PAINTS EMULSION 4 LTR','286','6','24','',16,'450','600','0','',NULL,NULL,0,0,0,'7365681621538204',0,0,0,0.00,'2021-05-20 22:17:48','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(272,'GOUSE WIRE','287','17','23','',16,'60','150','0','',NULL,NULL,0,0,0,'1677421621684417',0,0,0,0.00,'2021-05-22 14:56:43','4','1','','0000-00-00','','active','MTR','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(273,'HARDBOARD','288','4','11','',16,'480','600','0','',NULL,NULL,0,0,0,'6451721621684604',0,0,0,0.00,'2021-05-22 14:57:49','4','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(274,'BUSH 1\"','289','17','23','',16,'35','80','0','',NULL,NULL,0,0,0,'6368141621684697',0,0,0,0.00,'2021-05-22 14:59:57','4','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(275,'OXFORD HINGIS 4\"','290','17','23','',16,'120','300','0','',NULL,NULL,0,0,0,'8501621971995',0,0,0,0.00,'2021-05-25 22:47:53','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(276,'PVC GUTTER','291','23','15','',16,'700','900','0','800',NULL,NULL,0,0,0,'4365251622446946',0,0,0,0.00,'2021-05-31 10:43:13','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(277,'BLACK POLYTHENE ROLL','292','17','22','',16,'2500','4000','0','3500',NULL,NULL,0,0,0,'6466681622487016',0,0,0,0.00,'2021-05-31 21:51:45','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(278,'SOLAR CHARGE CONTROLLER','293','18','22','',16,'1500','3000','0','2500',NULL,NULL,0,0,0,'4124711622487119',0,0,0,0.00,'2021-05-31 21:54:46','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(279,'INVERTER 300/600/1000 WATTS','294','18','22','',16,'1500','4000','0','3500',NULL,NULL,0,0,0,'7806231622487303',0,0,0,0.00,'2021-05-31 21:56:34','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(280,'FILLER','295','17','22','',16,'60','150','0','100',NULL,NULL,0,0,0,'629881622612655',0,0,0,0.00,'2021-06-02 08:47:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(281,'FILLER BAG 25 KG','296','17','22','',16,'1400','2500','0','2000',NULL,NULL,0,0,0,'4979311622612867',0,0,0,0.00,'2021-06-02 08:48:52','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(282,'WATER TANK 2300 LTR','297','17','15','',16,'14000','15000','0','14000',NULL,NULL,0,0,0,'9487681622613043',0,0,0,0.00,'2021-06-02 08:51:49','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(283,'ROTO WATER TANK 2300 LTR','298','17','6','',16,'16000','18500','0','18000',NULL,NULL,0,0,0,'2646801622751076',0,0,0,0.00,'2021-06-03 23:12:34','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(284,'CORNER BAO ','299','4','15','',16,'15','25','0','',NULL,NULL,0,0,0,'2711831622992643',0,0,0,0.00,'2021-06-06 18:18:12','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(285,'TURPETINE 1 LTR','300','6','24','',16,'150 ','250','0','250',NULL,NULL,0,0,0,'5088491623092732',0,0,0,0.00,'2021-06-07 22:07:16','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(286,'PPR PIPE 1/2\"','301','11','15','',16,'120','250','0','200',NULL,NULL,0,0,0,'2127711623092858',0,0,0,0.00,'2021-06-07 22:08:47','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(287,'PPR PIPE 3/4\"','302','11','15','',16,'150 ','300','0','250',NULL,NULL,0,0,0,'6674371623092943',0,0,0,0.00,'2021-06-07 22:09:48','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(288,'PPR ELBOW 1/2\"','303','17','15','',16,'10','40','0','40',NULL,NULL,0,0,0,'7871381623093002',0,0,0,0.00,'2021-06-07 22:11:36','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(289,'PPR ELBOW 3/4\"','304','17','15','',16,'20','50','0','50',NULL,NULL,0,0,0,'2129521623093097',0,0,0,0.00,'2021-06-07 22:13:02','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(290,'WATER TANK 3000 LTR','305','17','15','',16,'16000','19000','0','18000',NULL,NULL,0,0,0,'1182531623252496',0,0,0,0.00,'2021-06-09 18:29:56','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(291,'CARPET','306','17','12','',16,'120','200','0','180',NULL,NULL,0,0,0,'7636961623253023',0,0,0,0.00,'2021-06-09 18:38:03','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(292,'WATER HEATER','307','18','22','',16,'150','500','0','350',NULL,NULL,0,0,0,'8552051623338181',0,0,0,0.00,'2021-06-10 18:18:25','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(293,'INSTANT SHOWER','308','18','22','',16,'950','2500','0','2000',NULL,NULL,0,0,0,'6229591623339155',0,0,0,0.00,'2021-06-10 18:34:01','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(294,'CONDUTE PIPES','309','18','15','',16,'110','150','0','120',NULL,NULL,0,0,0,'6987861623426624',0,0,0,0.00,'2021-06-11 18:53:18','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(295,'COUPLER','310','18','6','',16,'5','20','0','10',NULL,NULL,0,0,0,'2973401623426821',0,0,0,0.00,'2021-06-11 18:58:50','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(296,'ALARM LOCK','311','25','23','',16,'550','2000','0','1500',NULL,NULL,0,0,0,'593031624781371',0,0,0,0.00,'2021-06-27 11:10:40','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(297,'HOSE PIPE 1/2 X 60 FEET ','312','11','23','',16,'600','800','0','800',NULL,NULL,0,0,0,'6329741626513197',0,0,0,0.00,'2021-07-17 12:14:55','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(298,'HOSE PIPE 3/4 X 60 FEET ','313','11','23','',16,'1000','1600','0','1600',NULL,NULL,0,0,0,'3697301626513295',0,0,0,0.00,'2021-07-17 12:18:44','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(299,'HOSE PIPE 3/4 X 120 FEET ','314','6','23','',16,'1800','3000','0','3000',NULL,NULL,0,0,0,'20481626513528',0,0,0,0.00,'2021-07-17 12:20:13','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(300,'HOSE PIPE 1/2 X 120 FEET ','315','11','23','',16,'1200','2000','0','1800',NULL,NULL,0,0,0,'6235181626513641',0,0,0,0.00,'2021-07-17 12:21:58','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(301,'WOOD PRESERVATIVE POWDER','316','17','23','',16,'120','800','0','500',NULL,NULL,0,0,0,'3698481626515315',0,0,0,0.00,'2021-07-17 12:54:17','5','1','','0000-00-00','POWDER','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(302,'WOOD PRESERVATIVE 5 LTRS','317','17','23','',16,'300','500','0','500',NULL,NULL,0,0,0,'4832131626517030',0,0,0,0.00,'2021-07-17 13:18:15','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(303,'WATER TANK 1000 LTR','318','17','15','',16,'6000','8000','0','8000',NULL,NULL,0,0,0,'415251626517106',0,0,0,0.00,'2021-07-17 13:20:11','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(304,'PAINTS 1/4 LTR','319','6','24','',16,'75','150','0','100',NULL,NULL,0,0,0,'9019881626517669',0,0,0,0.00,'2021-07-17 13:29:09','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(305,'PAINTS 1/2 LTR','320','6','24','',16,'120','200','0','200',NULL,NULL,0,0,0,'51626518862',0,0,0,0.00,'2021-07-17 13:49:30','5','1','','0000-00-00','','active','ltr','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(306,'TUBE 2 FEET','321','18','22','',16,'80','150','0','150',NULL,NULL,0,0,0,'491611626517936',0,0,0,0.00,'2021-07-17 13:33:24','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(307,'TUBE 4 FEET','322','18','22','',16,'120','250','0','200',NULL,NULL,0,0,0,'2056561626518106',0,0,0,0.00,'2021-07-17 13:35:49','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(308,'GATEVALVE 3/4','323','17','23','',16,'300','900','0','900',NULL,NULL,0,0,0,'5107491626518349',0,0,0,0.00,'2021-07-17 13:41:03','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(309,'GATEVALVE 1\"','324','17','23','',16,'400','1500','0','1500',NULL,NULL,0,0,0,'5219761626518479',0,0,0,0.00,'2021-07-17 13:43:29','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(310,'GATEVALVE 1/2\"','325','17','7','',16,'250','600','0','500',NULL,NULL,0,0,0,'9067831626518631',0,0,0,0.00,'2021-07-17 13:44:39','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(311,'GATEVALVE 1.5\"','326','17','23','',16,'800','2000','0','2000',NULL,NULL,0,0,0,'311551626518697',0,0,0,0.00,'2021-07-17 13:46:52','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(312,'PVC CARPET','327','17','23','',16,'110','200','0','200',NULL,NULL,0,0,0,'5517871638370868',0,0,0,0.00,'2021-12-01 18:03:48','5','1','','0000-00-00','','active','MTR','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(313,'TURPENTINE 5 LTR','328','6','23','',16,'750','1000','0','',NULL,NULL,0,0,0,'9898371638371489',0,0,0,0.00,'2021-12-01 18:13:35','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(314,'SOLAR 120 W','329','17','2','',16,'4800','10000','0','',NULL,NULL,0,0,0,'7545361638371616',0,0,0,0.00,'2021-12-01 18:15:10','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(315,'DOG CHAIN','330','17','23','',16,'120','400','0','',NULL,NULL,0,0,0,'9018701638371710',0,0,0,0.00,'2021-12-01 18:17:25','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(316,'WELL MAX LED 4 FEET 40W','331','18','22','',16,'350','1200','0','',NULL,NULL,0,0,0,'7933151638371846',0,0,0,0.00,'2021-12-01 18:18:55','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(317,'STANDARD THINNER 5 LTR','332','6','24','',16,'900','1400','0','',NULL,NULL,0,0,0,'9649531638372086',0,0,0,0.00,'2021-12-01 18:23:20','5','1','','0000-00-00','','active','ltr','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(318,'WHITE SPIRIT 5 LTR','333','6','24','',16,'900','1400','0','',NULL,NULL,0,0,0,'5701371638372201',0,0,0,0.00,'2021-12-01 18:24:05','5','1','','0000-00-00','','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (1,'NAIROBI ABC','','2021-02-22 13:14:21','active','1','','1',''); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudget` -- DROP TABLE IF EXISTS `projectsbudget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudget` -- LOCK TABLES `projectsbudget` WRITE; /*!40000 ALTER TABLE `projectsbudget` DISABLE KEYS */; INSERT INTO `projectsbudget` VALUES (1,'180.00','2021-02-22 00:00:00',300.00,0.00,0.00,'2021','',1,1,1,0,'',' 23:59:59',1,'100','',NULL,NULL),(2,'167.00','2021-02-22 00:00:00',4000.00,0.00,0.00,'2021','',1,1,1,0,'',' 23:59:59',1,'200','',NULL,NULL); /*!40000 ALTER TABLE `projectsbudget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorder` -- DROP TABLE IF EXISTS `purchaseorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorder` ( `id` int(11) NOT NULL AUTO_INCREMENT, `supplier` varchar(30) NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` varchar(30) NOT NULL, `paiddate` varchar(30) NOT NULL, `updateddate` varchar(30) NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) NOT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text NOT NULL, `entrydate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) NOT NULL DEFAULT 'new', `branchto` varchar(30) NOT NULL DEFAULT '', `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) NOT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; INSERT INTO `purchaseorder` VALUES (1,'14','51623417022','','OO1','','5','2021-06-11 16:11:54','','','','','','','','purchases',32250.00,'1',0.00,'2021-06-11 16:10:22','2021-07-11 16:10:22','2021-06-11 16:13:12','5','','VATABLE','4448.28',27801.72,'16','0.00','closed','','',1,0,'new','1','25',0,NULL,NULL),(2,'15','51623471745','','001','','5','2021-06-12 07:23:01','','','','','','','','purchases',28440.00,'1',0.00,'2021-06-11 07:22:25','2021-07-11 07:22:25','2021-06-12 07:28:55','5','','VATABLE','3922.76',24517.24,'16','0.00','closed','','',1,0,'new','1','81',0,NULL,NULL); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; INSERT INTO `purchaseorderlist` VALUES (1,'11616253790','131.00','1','2500','','2500','0','2021-03-20 18:24:14','','advance pos','','93.40','QT','344.83','','','1','pcs','1','2021-03-20 15:24:14','1','1','new','1','new','',''),(2,'11616253790','5099873015506.00','1','2500','','2500','0','2021-03-20 18:24:22','','','','1750','QT','344.83','','','1','','1','2021-03-20 15:24:22','1','4','new','1','new','',''); /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'jkuat','11616253790','2021-03-20 18:23:10','','','1','2021-03-20 18:23:40','robert','','2021-03-20 18:23:10','','','70% DOWNPAYMENT','','new','7650','1','1','No',1); /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recharge` -- LOCK TABLES `recharge` WRITE; /*!40000 ALTER TABLE `recharge` DISABLE KEYS */; INSERT INTO `recharge` VALUES (1,500.00,1,1,'2021-03-06 05:35:16am','',0,'','',500.00,1.00,0.00,500.00,'670221791737.00','',''); /*!40000 ALTER TABLE `recharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `report` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `type` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `school` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `contact` varchar(60) NOT NULL, `place` varchar(60) NOT NULL, `occurancedate` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomsales` -- DROP TABLE IF EXISTS `roomsales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomsales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `plotno` int(11) NOT NULL, `houseno` varchar(20) NOT NULL, `customerid` int(20) DEFAULT NULL, `dateposted` varchar(30) NOT NULL, `total` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(10) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'New', `description` text NOT NULL, `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `branch` int(11) NOT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; INSERT INTO `salary` VALUES (1,1,1,20000.00,0.00,950.00,0.00,'JKUAT KCB','775879','2','Monthly',19050.00,20000.00,1,'2021','Monthly','March','900','2021-03-27 06:19:42',2400.00,'111616815182',1,0.00),(2,1,1,20000.00,0.00,0.00,0.00,'JKUAT KCB','775879333','2','Monthly',20000.00,20000.00,500,'2021','Monthly','March','900','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(3,1,1,15217.40,0.00,0.00,0.00,'N/A','N/A','3','Monthly',15217.40,15217.40,66,'2021','Monthly','March','11','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(4,1,1,38615.00,0.00,0.00,0.00,'N/A','N/A','3','Monthly',38615.00,38615.00,65,'2021','Monthly','March','005','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(5,1,1,17852.00,0.00,0.00,0.00,'N/A','N/A','3','Monthly',17852.00,17852.00,64,'2021','Monthly','March','4','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(6,1,1,18990.00,0.00,0.00,0.00,'N/A','N/A','3','Monthly',18990.00,18990.00,63,'2021','Monthly','March','003','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(7,1,1,20944.00,0.00,0.00,0.00,'N/A','N/A','3','Monthly',20944.00,20944.00,62,'2021','Monthly','March','001','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(8,1,1,19881.00,0.00,0.00,0.00,'N/A','N/A','3','Monthly',19881.00,19881.00,60,'2021','Monthly','March','2','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(9,1,1,0.00,0.00,0.00,0.00,'','','','',0.00,0.00,7,'2021','','March','','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(10,1,1,0.00,0.00,0.00,0.00,'','','','',0.00,0.00,4,'2021','','March','','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(11,1,1,0.00,0.00,0.00,0.00,'','','','',0.00,0.00,2,'2021','','March','900','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00),(12,1,1,20000.00,0.00,950.00,0.00,'JKUAT KCB','775879','2','Monthly',19050.00,20000.00,1,'2021','Monthly','March','900','2021-03-27 06:20:29',2400.00,'111616815229',1,0.00); /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Overtime','2021-02-05 05:19:24','Active','1','','1','Pay','Fixed','Fixed',1.00,100.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Bonus','2021-02-04 07:00:33','Active','1','','1','Pay','Variable','Variable',1.00,300.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'NHIF','2019-03-28 12:52:09','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(15,11,'Advances','2019-03-28 13:00:47','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(20,12,'staff Uniforms','2019-11-26 15:15:36','Active','351','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','416','','1','Deduction','Variable','Variable',1.00,0.00,''),(22,17,'Monthly Salary','2020-12-08 08:51:06','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''); /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3104 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','','2021-03-20 13:20:05','','0','1','2021-03-20 13:20:05','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','11616235600','No','','','','','','','','',0.00,0.00,0,NULL),(2,'','Cash','','2021-03-20 13:20:19','','0','1','2021-03-20 13:20:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','11616235607','No','','','','','','','','',0.00,0.00,0,NULL),(3,'','Cash','','2021-03-20 13:20:27','','0','1','2021-03-20 13:20:27','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616235623','No','','','','','','','','',0.00,0.00,0,NULL),(4,'','Invoice','','2021-03-20 13:20:34','','-150','1','2021-03-20 13:20:34','515','0','150','1','retail',NULL,'150','1','0','0','150','0','0','0','printed',' ','','1','0','11616235630','No','','','','','','','','',0.00,0.00,0,NULL),(5,'','Mpesa','','2021-03-20 13:20:55','','0','1','2021-03-20 13:20:55','','0','0','1','retail','150','0','1','0','0','0','0','150','0','printed',' ','','1','0','11616235648','No','','','','','','','','',0.00,0.00,0,NULL),(6,'','Cash','','2021-03-20 14:14:08','','0','1','2021-03-20 14:14:08','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','0','11616238773','No','','','','','','','','',0.00,0.00,0,NULL),(7,'','Cash','','2021-03-20 14:14:36','','0','1','2021-03-20 14:14:36','','6370','6370','1','retail',NULL,'6370','1','0','0','0','0','0','0','printed',' ','','1','0','11616238851','No','','','','','','','','',0.00,0.00,0,NULL),(8,'','Cash','','2021-03-22 05:38:16','','0','1','2021-03-22 05:38:16','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','11616380688','No','','','','','','','','',0.00,0.00,0,NULL),(9,'rrrr','Card','','2021-03-22 05:38:21','','0','1','2021-03-22 05:38:21','','0','1500','1','retail',NULL,'1500','1','1500','0','0','0','0','0','printed',' ','','1','0','11616380698','Cleared','','','','','','','','',0.00,0.00,0,NULL),(10,'44444','Mpesa','','2021-03-22 05:38:32','','0','1','2021-03-22 05:38:32','','0','7200','1','retail',NULL,'7200','1','0','0','0','0','7200','0','printed',' ','','1','0','11616380706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(11,'34343443','Bank','','2021-03-22 05:38:49','','0','1','2021-03-22 05:38:49','','0','550','1','retail',NULL,'550','1','0','0','0','0','0','550','printed',' ','','1','0','11616380721','Cleared','','','','','','','','',0.00,0.00,0,NULL),(12,'','Cash','','2021-03-22 05:39:01','','0','1','2021-03-22 05:39:01','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','11616380735','No','','','','','','','','',0.00,0.00,0,NULL),(13,'','Cash','','2021-03-22 05:39:08','','0','1','2021-03-22 05:39:08','','6200','6200','1','retail','6350','6200','1','0','0','0','0','0','0','printed',' ','','1','0','11616380743','No','','','','','','','','',0.00,0.00,0,NULL),(14,'','Cash','','2021-03-22 14:14:25','','0','1','2021-03-22 14:14:25','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','11616391119','No','','','','','','','','',0.00,0.00,0,NULL),(15,'','Cash','','2021-03-22 14:23:51','','0','1','2021-03-22 14:23:51','','94','94','1','retail',NULL,'94','1','0','0','0','0','0','0','printed',' ','','1','0','11616412228','No','','','','','','','','',0.00,0.00,0,NULL),(16,'','Cash','','2021-03-22 14:23:58','','0','1','2021-03-22 14:23:58','','94','94','1','retail',NULL,'94','1','0','0','0','0','0','0','printed',' ','','1','0','11616412234','No','','','','','','','','',0.00,0.00,0,NULL),(17,'','Cash','','2021-03-22 14:24:05','','0','1','2021-03-22 14:24:05','','94','94','1','retail',NULL,'94','1','0','0','0','0','0','0','printed',' ','','1','0','11616412241','No','','','','','','','','',0.00,0.00,0,NULL),(18,'','Invoice','','2021-03-22 15:30:38','','-7200','1','2021-03-22 15:30:38','514','0','7200','1','retail',NULL,'7200','1','0','0','7200','0','0','0','printed',' ','','1','0','11616416232','No','','','','','','','','',0.00,0.00,0,NULL),(19,'','Cash','','2021-03-23 08:00:11','','0','1','2021-03-23 08:00:11','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616475606','No','','','','','','','','',0.00,0.00,0,NULL),(20,'','Invoice','','2021-03-23 09:46:34','','-2000','1','2021-03-23 09:46:34','514','0','2000','1','retail',NULL,'2000','1','0','0','2000','0','0','0','printed',' ','','1','0','11616481981','No','','','','','','','','',0.00,0.00,0,NULL),(21,'','Cash','','2021-03-23 15:46:24','','0','1','2021-03-23 15:46:24','','1570','1570','1','retail',NULL,'1570','1','0','0','0','0','0','0','printed',' ','','1','0','11616503350','No','','','','','','','','',0.00,0.00,0,NULL),(22,'','Cash','','2021-03-23 15:56:02','','0','1','2021-03-23 15:56:02','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','11616504150','Cleared','1','2021-03-23 16:53:44','','','','','','',0.00,0.00,0,NULL),(23,'','Cash','','2021-03-23 15:56:18','','0','1','2021-03-23 15:56:18','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','11616504165','Cleared','1','2021-03-23 16:53:44','','','','','','',0.00,0.00,0,NULL),(24,'','Cash','','2021-03-23 16:49:21','','0','1','2021-03-23 16:49:21','','8200','8200','1','retail',NULL,'8200','1','0','0','0','0','0','0','printed',' ','','1','0','11616504185','Cleared','1','2021-03-23 16:53:44','','','','','','',0.00,0.00,0,NULL),(25,'','Cash','','2021-03-23 16:51:23','','0','1','2021-03-23 16:51:23','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','new',' ','','1','0','11616507474','No','','','','','','','','',0.00,0.00,0,NULL),(26,'','Cash','','2021-03-23 16:51:58','','0','1','2021-03-23 16:51:58','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616507507','No','','','','','','','','',0.00,0.00,0,NULL),(27,'','Cash','','2021-03-23 17:12:03','','0','2','2021-03-23 17:12:03','','2470','2470','1','retail',NULL,'2470','1','0','0','0','0','0','0','new',' ','','1','0','21616508664','No','','','','','','','','',0.00,0.00,0,NULL),(28,'','Invoice','','2021-03-24 13:35:34','','-8200','1','2021-03-24 13:35:34','515','0','8200','1','retail',NULL,'8200','1','0','0','8200','0','0','0','printed',' ','','1','0','11616582127','No','','','','','','','','',0.00,0.00,0,NULL),(29,'','Cash','','2021-03-24 15:35:58','','0','1','2021-03-24 15:35:58','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','11616589344','No','','','','','','','','',0.00,0.00,0,NULL),(30,'','Cash','','2021-03-24 15:36:07','','0','1','2021-03-24 15:36:07','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','0','11616589361','No','','','','','','','','',0.00,0.00,0,NULL),(31,'','Cash','','2021-03-24 15:36:21','','0','1','2021-03-24 15:36:21','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','0','11616589370','No','','','','','','','','',0.00,0.00,0,NULL),(32,'','Cash','','2021-03-24 15:36:35','','0','1','2021-03-24 15:36:35','','170','170','1','retail','340','170','1','0','0','0','0','0','0','printed',' ','','1','0','11616589384','No','','','','','','','','',0.00,0.00,0,NULL),(33,'','Cash','','2021-03-24 15:36:46','','0','1','2021-03-24 15:36:46','','0','0','1','retail','170','0','1','0','0','0','0','0','0','printed',' ','','1','0','11616589398','No','','','','','','','','',0.00,0.00,0,NULL),(34,'','Cash','','2021-03-24 15:55:14','','0','1','2021-03-24 15:55:14','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616590510','No','','','','','','','','',0.00,0.00,0,NULL),(35,'','Cash','','2021-03-24 16:03:27','','0','1','2021-03-24 16:03:27','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','11616590959','No','','','','','','','','',0.00,0.00,0,NULL),(36,'','Cash','','2021-03-25 06:59:54','','0','1','2021-03-25 06:59:54','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','11616644788','No','','','','','','','','',0.00,0.00,0,NULL),(37,'','Cash','','2021-03-25 07:00:01','','0','1','2021-03-25 07:00:01','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','11616644796','No','','','','','','','','',0.00,0.00,0,NULL),(38,'','Cash','','2021-03-25 07:00:08','','0','1','2021-03-25 07:00:08','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','11616644804','No','','','','','','','','',0.00,0.00,0,NULL),(39,'','Cash','','2021-03-25 11:14:01','','0','1','2021-03-25 11:14:01','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','11616659925','No','','','','','','','','',0.00,0.00,0,NULL),(40,'','Cash','','2021-03-25 12:25:24','','0','1','2021-03-25 12:25:24','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616664320','No','','','','','','','','',0.00,0.00,0,NULL),(41,'','Cash','','2021-03-25 14:51:35','','0','1','2021-03-25 14:51:35','','200','200','1','wholesale','400','200','1','0','0','0','0','0','0','printed',' ','','1','0','11616673087','No','','','','','','','','',0.00,0.00,NULL,NULL),(42,'','Cash','','2021-03-25 14:58:59','','0','1','2021-03-25 14:58:59','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','11616673531','No','','','','','','','','',0.00,0.00,0,NULL),(43,'','Cash','','2021-03-26 05:23:53','','0','1','2021-03-26 05:23:53','','1701','1701','1','retail',NULL,'1701','1','0','0','0','0','0','0','printed',' ','','1','0','11616678011','No','','','','','','','','',0.00,0.00,0,NULL),(44,'','Invoice','','2021-03-26 06:25:33','','-2000','1','2021-03-26 06:25:33','515','0','2000','1','retail',NULL,'2000','1','0','0','2000','0','0','0','printed',' ','','1','0','11616729116','No','','','','','','','','',0.00,0.00,515,NULL),(45,'','Cash','','2021-03-28 21:52:25','','0','1','2021-03-28 21:52:25','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','11616957540','No','','','','','','','','',0.00,0.00,0,NULL),(46,'','Cash','','2021-03-28 21:52:37','','0','1','2021-03-28 21:52:37','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','11616957548','No','','','','','','','','',0.00,0.00,0,NULL),(47,'','Cash','','2021-03-28 21:52:44','','0','1','2021-03-28 21:52:44','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','0','11616957560','No','','','','','','','','',0.00,0.00,0,NULL),(48,'','Cash','','2021-03-28 21:54:57','','0','1','2021-03-28 21:53:08','','1000','1000','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed','','','1','0','11616957567','Cleared','1','2021-03-28 22:08:49','','','','','','',0.00,0.00,0,NULL),(49,'','Cash','','2021-03-28 22:11:14','','-200','1','2021-03-28 22:11:14','','1000','1400','1','retail',NULL,'1400','1','0','0','0','0','200','0','printed','','','1','0','11616958661','Cleared','1','2021-03-28 22:12:58','','','','','','',0.00,0.00,0,NULL),(50,'','Cash','','2021-03-29 06:15:32','','0','1','2021-03-29 06:15:32','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','new',' ','','1','0','11616987722','No','','','','','','','','',0.00,0.00,0,NULL),(51,'','Invoice','','2021-03-29 06:20:04','','-6200','1','2021-03-29 06:20:04','516','0','6200','1','retail',NULL,'6200','1','0','0','6200','0','0','0','printed',' ','','1','0','11616987746','No','','','','','','','','',0.00,0.00,0,NULL),(52,'','Invoice','','2021-03-29 06:20:53','','-1000','1','2021-03-29 06:20:53','515','0','1000','1','retail',NULL,'1000','1','0','0','1000','0','0','0','printed',' ','','1','0','11616988049','No','','','','','','','','',0.00,0.00,0,NULL),(53,'','Cash','','2021-03-29 06:53:52','','0','1','2021-03-29 06:21:55','515','14100','14100','1','retail',NULL,'14100','1','0','0','0','0','0','0','printed',' ','','2','0','11616988060','No','1','2021-03-29 06:53:52','','','','','','',0.00,0.00,0,NULL),(54,'','Invoice','','2021-03-29 06:29:03','','-200','1','2021-03-29 06:25:44','515','0','200','1','retail',NULL,'200','1','0','0','200','0','0','0','printed',' ','','1','0','11616988341','No','1','2021-03-29 06:29:03','','','','','','',0.00,0.00,0,NULL),(55,'','Cash','','2021-03-29 06:53:27','','0','1','2021-03-29 06:53:27','','324','324','1','retail',NULL,'324','1','0','0','0','0','0','0','printed',' ','','2','0','11616989163','No','','','','','','','','',0.00,0.00,0,NULL),(56,'','Cash','','2021-03-29 06:58:28','','0','1','2021-03-29 06:55:22','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','printed',' ','','2','0','11616988577','No','1','2021-03-29 06:58:28','','','','','','',0.00,0.00,0,NULL),(57,'','Cash','','2021-03-29 07:00:07','','0','1','2021-03-29 07:00:07','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','2','0','11616990050','No','','','','','','','','',0.00,0.00,0,NULL),(58,'','Cash','','2021-03-29 07:01:59','','0','1','2021-03-29 07:01:59','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','11616990468','No','','','','','','','','',0.00,0.00,0,NULL),(59,'','Cash','','2021-03-29 07:05:10','','0','1','2021-03-29 07:05:10','','9350','9350','1','retail',NULL,'9350','1','0','0','0','0','0','0','new',' ','','1','0','11616990628','No','','','','','','','','',0.00,0.00,0,NULL),(60,'','Cash','','2021-03-29 07:06:10','','0','1','2021-03-29 07:06:10','','8350','8350','1','retail',NULL,'8350','1','0','0','0','0','0','0','printed',' ','','2','0','11616990725','No','','','','','','','','',0.00,0.00,0,NULL),(61,'','Cash','','2021-03-29 07:06:50','','0','1','2021-03-29 07:06:50','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','2','0','11616990792','No','','','','','','','','',0.00,0.00,0,NULL),(62,'','Cash','','2021-03-29 07:35:43','','0','1','2021-03-29 07:35:43','','7850','7850','1','retail',NULL,'7850','1','0','0','0','0','0','0','new',' ','','2','0','11616992484','No','','','','','','','','',0.00,0.00,0,NULL),(63,'','Cash','','2021-03-29 10:56:42','','0','1','2021-03-29 10:56:42','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','new',' ','','1','0','11617004585','No','','','','','','','','',0.00,0.00,0,NULL),(64,'','Cash','','2021-03-29 10:56:57','','0','1','2021-03-29 10:56:57','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','new',' ','','1','0','11617004608','No','','','','','','','','',0.00,0.00,0,NULL),(65,'','Cash','','2021-03-29 10:57:37','','0','1','2021-03-29 10:57:37','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','new',' ','','1','0','11617004618','No','','','','','','','','',0.00,0.00,0,NULL),(66,'','Cash','','2021-03-29 10:57:53','','0','1','2021-03-29 10:57:53','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','new',' ','','1','0','11617004671','No','','','','','','','','',0.00,0.00,0,NULL),(67,'','Cash','','2021-03-29 11:22:56','','0','1','2021-03-29 11:22:56','','6650','6650','1','retail',NULL,'6650','1','0','0','0','0','0','0','new',' ','','2','0','11617006168','No','','','','','','','','',0.00,0.00,0,NULL),(68,'','Cash','','2021-03-29 11:28:11','','0','1','2021-03-29 11:28:11','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','new',' ','','1','0','11617006460','No','','','','','','','','',0.00,0.00,0,NULL),(69,'','Cash','','2021-03-29 11:29:37','','0','1','2021-03-29 11:29:37','','2120','2120','1','retail',NULL,'2120','1','0','0','0','0','0','0','new',' ','','1','0','11617006493','No','','','','','','','','',0.00,0.00,0,NULL),(70,'','Cash','','2021-03-29 11:35:21','','0','1','2021-03-29 11:35:21','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','new',' ','','2','0','11617006897','No','','','','','','','','',0.00,0.00,0,NULL),(71,'','Cash','','2021-03-29 11:40:57','','0','1','2021-03-29 11:40:57','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','new',' ','','2','0','11617007214','No','','','','','','','','',0.00,0.00,0,NULL),(72,'','Cash','','2021-03-29 11:41:51','','0','1','2021-03-29 11:41:51','','12850','12850','1','retail',NULL,'12850','1','0','0','0','0','0','0','new',' ','','2','0','11617007260','No','','','','','','','','',0.00,0.00,0,NULL),(73,'','Cash','','2021-03-29 11:50:06','','0','1','2021-03-29 11:44:20','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','new',' ','','2','0','11617007314','No','1','2021-03-29 11:50:06','','','','','','',0.00,0.00,0,NULL),(74,'','Cash','','2021-03-29 11:49:06','','0','1','2021-03-29 11:49:06','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','new',' ','','2','0','11617007688','No','','','','','','','','',0.00,0.00,0,NULL),(75,'','Cash','','2021-03-29 11:51:35','','0','1','2021-03-29 11:51:35','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','new',' ','','2','0','11617007875','No','','','','','','','','',0.00,0.00,0,NULL),(76,'','Cash','','2021-03-29 11:52:52','','0','1','2021-03-29 11:52:52','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','new',' ','','2','0','11617007971','No','','','','','','','','',0.00,0.00,0,NULL),(77,'','Cash','','2021-03-29 11:55:57','','0','1','2021-03-29 11:55:57','','1450','1450','1','retail',NULL,'1450','1','0','0','0','0','0','0','new',' ','','2','0','11617008146','No','','','','','','','','',0.00,0.00,0,NULL),(78,'','Cash','','2021-03-29 11:57:27','','0','1','2021-03-29 11:57:27','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','new',' ','','2','0','11617008159','No','','','','','','','','',0.00,0.00,0,NULL),(79,'','Cash','','2021-03-29 12:01:09','','0','1','2021-03-29 12:01:09','','1190','1190','1','retail',NULL,'1190','1','0','0','0','0','0','0','new',' ','','1','0','11617008455','No','','','','','','','','',0.00,0.00,0,NULL),(80,'','Cash','','2021-03-29 12:01:51','','0','1','2021-03-29 12:01:51','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','new',' ','','2','0','11617008499','No','','','','','','','','',0.00,0.00,0,NULL),(81,'','Cash','','2021-03-29 12:05:20','','0','1','2021-03-29 12:05:20','','19900','19900','1','retail',NULL,'19900','1','0','0','0','0','0','0','new',' ','','2','0','11617008710','No','','','','','','','','',0.00,0.00,0,NULL),(82,'','Cash','','2021-03-29 12:06:39','','0','1','2021-03-29 12:06:39','','16850','16850','1','retail',NULL,'16850','1','0','0','0','0','0','0','new',' ','','2','0','11617008788','No','','','','','','','','',0.00,0.00,0,NULL),(83,'','Cash','','2021-03-29 12:07:55','','0','1','2021-03-29 12:07:55','','22600','22600','1','retail',NULL,'22600','1','0','0','0','0','0','0','new',' ','','1','0','11617008825','No','','','','','','','','',0.00,0.00,0,NULL),(84,'','Cash','','2021-03-29 12:08:47','','0','1','2021-03-29 12:08:47','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','new',' ','','2','0','11617008923','No','','','','','','','','',0.00,0.00,0,NULL),(85,'','Cash','','2021-03-29 12:10:52','','0','1','2021-03-29 12:10:52','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','new',' ','','2','0','11617009048','No','','','','','','','','',0.00,0.00,0,NULL),(86,'','Cash','','2021-03-29 12:14:01','','0','1','2021-03-29 12:14:01','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','new',' ','','2','0','11617009238','No','','','','','','','','',0.00,0.00,0,NULL),(87,'','Cash','','2021-03-29 12:15:15','','0','1','2021-03-29 12:15:15','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','new',' ','','2','0','11617009312','No','','','','','','','','',0.00,0.00,0,NULL),(88,'','Cash','','2021-03-29 12:18:16','','0','1','2021-03-29 12:18:16','','10150','10150','1','retail',NULL,'10150','1','0','0','0','0','0','0','new',' ','','1','0','11617009458','No','','','','','','','','',0.00,0.00,0,NULL),(89,'','Cash','','2021-03-29 12:20:41','','0','1','2021-03-29 12:20:41','','11500','11500','1','retail',NULL,'11500','1','0','0','0','0','0','0','new',' ','','2','0','11617009633','No','','','','','','','','',0.00,0.00,0,NULL),(90,'','Cash','','2021-03-29 12:21:40','','0','1','2021-03-29 12:21:40','','13400','13400','1','retail',NULL,'13400','1','0','0','0','0','0','0','new',' ','','1','0','11617009673','No','','','','','','','','',0.00,0.00,0,NULL),(91,'','Cash','','2021-03-29 12:22:43','','0','1','2021-03-29 12:22:43','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','new',' ','','2','0','11617009756','No','','','','','','','','',0.00,0.00,0,NULL),(92,'','Cash','','2021-03-29 12:24:46','','0','1','2021-03-29 12:24:46','','11500','11500','1','retail',NULL,'11500','1','0','0','0','0','0','0','new',' ','','2','0','11617009838','No','','','','','','','','',0.00,0.00,0,NULL),(93,'','Cash','','2021-03-29 12:26:19','','0','1','2021-03-29 12:26:19','','8850','8850','1','retail',NULL,'8850','1','0','0','0','0','0','0','new',' ','','1','0','11617009962','No','','','','','','','','',0.00,0.00,0,NULL),(94,'','Cash','','2021-03-29 12:29:41','','0','1','2021-03-29 12:29:41','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','new',' ','','1','0','11617010177','No','','','','','','','','',0.00,0.00,0,NULL),(95,'','Cash','','2021-03-29 12:31:27','','0','1','2021-03-29 12:31:27','','5150','5150','1','retail',NULL,'5150','1','0','0','0','0','0','0','new',' ','','1','0','11617010281','No','','','','','','','','',0.00,0.00,0,NULL),(96,'','Cash','','2021-03-29 12:34:25','','0','1','2021-03-29 12:34:25','','770','770','1','retail',NULL,'770','1','0','0','0','0','0','0','new',' ','','1','0','11617010457','No','','','','','','','','',0.00,0.00,0,NULL),(97,'','Cash','','2021-03-29 12:36:04','','0','1','2021-03-29 12:36:04','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','new',' ','','1','0','11617010556','No','','','','','','','','',0.00,0.00,0,NULL),(98,'','Cash','','2021-03-29 12:42:07','','0','1','2021-03-29 12:42:07','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','new',' ','','2','0','11617010913','No','','','','','','','','',0.00,0.00,0,NULL),(99,'','Cash','','2021-03-29 16:16:09','','0','1','2021-03-29 16:16:09','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','11617016843','No','','','','','','','','',0.00,0.00,0,NULL),(100,'','Cash','','2021-03-29 16:18:19','','0','1','2021-03-29 16:16:32','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','11617023770','No','1','2021-03-29 16:18:19','','','','','','',0.00,0.00,0,NULL),(101,'','Cash','','2021-03-29 16:18:30','','0','1','2021-03-29 16:18:30','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','11617023902','No','','','','','','','','',0.00,0.00,0,NULL),(102,'','Cash','','2021-03-29 16:31:39','','0','1','2021-03-29 16:31:16','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','11617023936','No','1','2021-03-29 16:31:39','','','','','','',0.00,0.00,0,NULL),(103,'','Cash','','2021-03-29 16:32:09','','0','1','2021-03-29 16:32:09','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','11617024707','No','','','','','','','','',0.00,0.00,0,NULL),(104,'','Cash','','2021-03-30 05:24:04','','0','1','2021-03-30 05:24:04','','1120','1120','1','retail',NULL,'1120','1','0','0','0','0','0','0','printed',' ','','1','0','11617025110','No','','','','','','','','',0.00,0.00,0,NULL),(105,'','Cash','','2021-03-30 05:24:18','','-1050','1','2021-03-30 05:24:18','','100','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed','','','1','0','11617071048','Cleared','1','2021-03-30 05:24:46','','','','','','',0.00,0.00,0,NULL),(106,'','Cash','','2021-03-30 05:33:20','','-1000','1','2021-03-30 05:29:05','','1000','2000','1','retail','1000','2000','1','0','0','0','0','0','0','printed','','','1','0','11617071290','Cleared','1','2021-03-30 05:47:12','','','','','','',0.00,0.00,0,NULL),(107,'2222','Invoice','','2021-03-30 05:33:31','','-6350','1','2021-03-30 05:33:31','514','0','6350','1','retail','','6350','1','0','0','6350','0','0','0','printed','2222','','1','0','11617071603','Cleared','1','2021-03-30 05:45:38','','','','','','',0.00,0.00,0,NULL),(108,'','Invoice','','2021-03-30 09:40:23','','-7150','1','2021-03-30 09:40:23','515','0','7150','1','retail',NULL,'7150','1','0','0','7150','0','0','0','printed',' ','','1','0','11617086401','No','','','','','','','','',0.00,0.00,0,NULL),(109,'','Cash','','2021-03-30 15:13:09','','0','1','2021-03-30 15:13:09','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','11617106382','No','','','','','','','','',0.00,0.00,0,NULL),(110,'','Cash','','2021-03-30 15:13:20','','0','1','2021-03-30 15:13:20','','13400','13400','1','retail',NULL,'13400','1','0','0','0','0','0','0','printed',' ','','1','0','11617106390','No','','','','','','','','',0.00,0.00,0,NULL),(111,'','Cash','','2021-04-28 18:34:34','','0','5','2021-04-28 18:34:34','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','51619623873','Cleared','','','','','','','','',0.00,0.00,0,NULL),(112,'','Cash','','2021-04-28 18:46:40','','0','5','2021-04-28 18:46:40','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','51619624082','Cleared','','','','','','','','',0.00,0.00,0,NULL),(113,'','Cash','','2021-04-28 18:48:15','','0','5','2021-04-28 18:48:15','','3720','3720','1','retail',NULL,'3720','1','0','0','0','0','0','0','printed',' ','','1','0','51619624850','Cleared','','','','','','','','',0.00,0.00,0,NULL),(114,'','Cash','','2021-04-28 19:00:59','','0','5','2021-04-28 19:00:59','','48300','48300','1','retail',NULL,'48300','1','0','0','0','0','0','0','printed',' ','','1','0','51619624901','Cleared','','','','','','','','',0.00,0.00,0,NULL),(115,'','Cash','','2021-04-28 19:02:22','','0','5','2021-04-28 19:02:22','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','51619625669','Cleared','','','','','','','','',0.00,0.00,0,NULL),(116,'','Cash','','2021-04-28 19:06:04','','0','5','2021-04-28 19:06:04','','17400','17400','1','retail',NULL,'17400','1','0','0','0','0','0','0','printed',' ','','1','0','51619625748','Cleared','','','','','','','','',0.00,0.00,0,NULL),(117,'','Cash','','2021-04-28 19:06:28','','0','5','2021-04-28 19:06:28','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','51619625971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(118,'','Cash','','2021-04-28 19:07:28','','0','5','2021-04-28 19:07:28','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','51619625993','Cleared','','','','','','','','',0.00,0.00,0,NULL),(119,'','Cash','','2021-04-28 19:07:54','','0','5','2021-04-28 19:07:54','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','51619626056','Cleared','','','','','','','','',0.00,0.00,0,NULL),(120,'','Cash','','2021-04-28 19:09:27','','0','5','2021-04-28 19:09:27','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','51619626142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(121,'','Mpesa','','2021-04-28 19:11:44','','0','5','2021-04-28 19:11:44','','0','5600','1','retail',NULL,'5600','1','0','0','0','0','5600','0','printed',' ','','1','0','51619626171','Cleared','','','','','','','','',0.00,0.00,0,NULL),(122,'','Cash','','2021-04-28 20:03:49','','0','4','2021-04-28 20:03:49','','1120','1120','1','retail',NULL,'1120','1','0','0','0','0','0','0','printed',' ','','1','0','41619629382','Cleared','','','','','','','','',0.00,0.00,0,NULL),(123,'','Cash','','2021-04-28 20:09:58','','0','4','2021-04-28 20:09:58','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41619629437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(124,'','Cash','','2021-04-28 20:16:00','','0','4','2021-04-28 20:16:00','','9700','9700','1','retail',NULL,'9700','1','0','0','0','0','0','0','printed',' ','','1','0','41619629835','Cleared','','','','','','','','',0.00,0.00,0,NULL),(125,'','Cash','','2021-04-28 20:18:37','','0','4','2021-04-28 20:18:37','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41619630168','Cleared','','','','','','','','',0.00,0.00,0,NULL),(126,'','Cash','','2021-04-28 20:19:30','','0','4','2021-04-28 20:19:30','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41619630325','Cleared','','','','','','','','',0.00,0.00,0,NULL),(127,'','Cash','','2021-04-28 20:56:21','','0','5','2021-04-28 20:56:21','','23280','23280','1','retail',NULL,'23280','1','0','0','0','0','0','0','printed',' ','','1','0','51619630813','Cleared','','','','','','','','',0.00,0.00,0,NULL),(128,'','Cash','','2021-04-28 21:05:01','','0','5','2021-04-28 21:05:01','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','51619632599','Cleared','','','','','','','','',0.00,0.00,0,NULL),(129,'','Cash','','2021-04-28 21:07:24','','0','5','2021-04-28 21:07:24','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','51619633109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(130,'','Cash','','2021-04-28 21:13:06','','0','5','2021-04-28 21:13:06','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','51619633254','Cleared','','','','','','','','',0.00,0.00,0,NULL),(131,'','Cash','','2021-04-28 21:23:29','','0','5','2021-04-28 21:23:29','','23500','23500','1','retail',NULL,'23500','1','0','0','0','0','0','0','printed',' ','','1','0','51619633594','Cleared','','','','','','','','',0.00,0.00,0,NULL),(132,'','Cash','','2021-04-28 21:26:34','','0','5','2021-04-28 21:26:34','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','51619634215','Cleared','','','','','','','','',0.00,0.00,0,NULL),(133,'','Cash','','2021-04-28 21:33:03','','0','5','2021-04-28 21:33:03','','12750','12750','1','retail',NULL,'12750','1','0','0','0','0','0','0','printed',' ','','1','0','51619634761','Cleared','','','','','','','','',0.00,0.00,0,NULL),(134,'','Cash','','2021-04-28 21:34:11','','0','5','2021-04-28 21:34:11','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','51619634791','Cleared','','','','','','','','',0.00,0.00,0,NULL),(135,'','Cash','','2021-04-28 21:35:24','','0','5','2021-04-28 21:35:24','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','51619634857','Cleared','','','','','','','','',0.00,0.00,0,NULL),(136,'','Cash','','2021-04-28 21:35:59','','0','5','2021-04-28 21:35:59','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','51619634938','Cleared','','','','','','','','',0.00,0.00,0,NULL),(137,'','Cash','','2021-04-28 21:36:43','','0','5','2021-04-28 21:36:43','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','51619634966','Cleared','','','','','','','','',0.00,0.00,0,NULL),(138,'','Cash','','2021-04-28 21:37:19','','0','5','2021-04-28 21:37:19','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','51619635008','Cleared','','','','','','','','',0.00,0.00,0,NULL),(139,'','Cash','','2021-04-28 21:39:42','','0','5','2021-04-28 21:39:42','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','51619635044','Cleared','','','','','','','','',0.00,0.00,0,NULL),(140,'','Cash','','2021-04-28 21:40:09','','0','5','2021-04-28 21:40:09','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','51619635188','Cleared','','','','','','','','',0.00,0.00,0,NULL),(141,'','Cash','','2021-04-28 21:40:35','','0','5','2021-04-28 21:40:35','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','51619635217','Cleared','','','','','','','','',0.00,0.00,0,NULL),(142,'','Cash','','2021-05-06 23:16:37','','0','5','2021-04-28 21:43:48','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','51619635353','Cleared','5','2021-05-06 23:16:37','','','','','','',0.00,0.00,0,NULL),(143,'','Cash','','2021-04-28 21:49:33','','0','5','2021-04-28 21:49:33','','4100','4100','1','retail',NULL,'4100','1','0','0','0','0','0','0','printed',' ','','1','0','51619635441','Cleared','','','','','','','','',0.00,0.00,0,NULL),(144,'','Cash','','2021-04-28 21:50:43','','0','5','2021-04-28 21:50:43','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','51619635781','Cleared','','','','','','','','',0.00,0.00,0,NULL),(145,'','Cash','','2021-04-28 22:03:55','','0','5','2021-04-28 22:03:55','','2970','2970','1','retail',NULL,'2970','1','0','0','0','0','0','0','printed',' ','','1','0','41619630376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(146,'','Cash','','2021-04-28 22:04:58','','0','5','2021-04-28 22:04:58','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','51619636644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(147,'','Cash','','2021-04-28 22:07:45','','0','5','2021-04-28 22:07:45','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','51619636704','Cleared','','','','','','','','',0.00,0.00,0,NULL),(148,'','Cash','','2021-04-28 22:13:25','','0','5','2021-04-28 22:13:25','','7900','7900','1','retail',NULL,'7900','1','0','0','0','0','0','0','printed',' ','','1','0','51619636874','Cleared','','','','','','','','',0.00,0.00,0,NULL),(149,'','Cash','','2021-04-28 22:23:25','','0','5','2021-04-28 22:23:25','','76800','76800','1','retail',NULL,'76800','1','0','0','0','0','0','0','printed',' ','','1','0','51619637221','Cleared','','','','','','','','',0.00,0.00,0,NULL),(150,'','Cash','','2021-04-28 22:24:45','','0','5','2021-04-28 22:24:45','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','51619637811','Cleared','','','','','','','','',0.00,0.00,0,NULL),(151,'','Cash','','2021-04-28 22:28:57','','0','5','2021-04-28 22:28:57','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','51619637997','Cleared','','','','','','','','',0.00,0.00,0,NULL),(152,'','Cash','','2021-04-28 22:32:10','','0','5','2021-04-28 22:32:10','','5250','5250','1','retail',NULL,'5250','1','0','0','0','0','0','0','printed',' ','','1','0','51619638148','Cleared','','','','','','','','',0.00,0.00,0,NULL),(153,'','Cash','','2021-04-28 22:34:25','','0','5','2021-04-28 22:34:25','','2550','2550','1','retail',NULL,'2550','1','0','0','0','0','0','0','printed',' ','','1','0','51619638337','Cleared','','','','','','','','',0.00,0.00,0,NULL),(154,'','Cash','','2021-04-28 22:38:00','','0','5','2021-04-28 22:38:00','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' ','','1','0','51619638472','Cleared','','','','','','','','',0.00,0.00,0,NULL),(155,'','Cash','','2021-04-28 22:39:21','','0','5','2021-04-28 22:39:21','','6150','6150','1','retail',NULL,'6150','1','0','0','0','0','0','0','printed',' ','','1','0','51619638688','Cleared','','','','','','','','',0.00,0.00,0,NULL),(156,'','Cash','','2021-04-28 22:47:43','','0','5','2021-04-28 22:47:44','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','51619638769','Cleared','','','','','','','','',0.00,0.00,0,NULL),(157,'','Cash','','2021-04-28 22:48:30','','0','5','2021-04-28 22:48:30','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','51619639268','Cleared','','','','','','','','',0.00,0.00,0,NULL),(158,'','Cash','','2021-04-28 23:01:30','','0','5','2021-04-28 23:01:31','','35700','35700','1','retail',NULL,'35700','1','0','0','0','0','0','0','printed',' ','','1','0','51619639417','Cleared','','','','','','','','',0.00,0.00,0,NULL),(159,'','Cash','','2021-04-28 23:02:25','','0','5','2021-04-28 23:02:25','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','51619640112','Cleared','','','','','','','','',0.00,0.00,0,NULL),(160,'','Cash','','2021-04-28 23:02:59','','0','5','2021-04-28 23:02:59','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','51619640151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(161,'','Cash','','2021-04-28 23:03:37','','0','5','2021-04-28 23:03:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','51619640195','Cleared','','','','','','','','',0.00,0.00,0,NULL),(162,'','Cash','','2021-04-29 15:12:30','','0','4','2021-04-29 15:12:30','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41619698061','Cleared','','','','','','','','',0.00,0.00,0,NULL),(163,'','Cash','','2021-04-29 15:14:57','','0','4','2021-04-29 15:14:57','','11800','11800','1','retail',NULL,'11800','1','0','0','0','0','0','0','printed',' ','','1','0','41619698376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(164,'','Cash','','2021-04-29 15:16:56','','0','4','2021-04-29 15:16:56','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41619698514','Cleared','','','','','','','','',0.00,0.00,0,NULL),(165,'','Cash','','2021-04-29 15:17:48','','0','4','2021-04-29 15:17:48','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41619698625','Cleared','','','','','','','','',0.00,0.00,0,NULL),(166,'','Cash','','2021-04-29 15:23:14','','0','4','2021-04-29 15:23:14','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41619698695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(167,'','Cash','','2021-04-29 15:28:57','','0','4','2021-04-29 15:28:57','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41619699073','Cleared','','','','','','','','',0.00,0.00,0,NULL),(168,'','Cash','','2021-04-29 15:29:32','','0','4','2021-04-29 15:29:32','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41619699342','Cleared','','','','','','','','',0.00,0.00,0,NULL),(169,'','Cash','','2021-04-29 15:30:51','','0','4','2021-04-29 15:30:51','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41619699376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(170,'','Cash','','2021-04-29 15:31:08','','0','4','2021-04-29 15:31:08','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41619699455','Cleared','','','','','','','','',0.00,0.00,0,NULL),(171,'','Cash','','2021-04-29 15:31:30','','0','4','2021-04-29 15:31:30','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41619699479','Cleared','','','','','','','','',0.00,0.00,0,NULL),(172,'','Cash','','2021-04-29 15:36:42','','0','4','2021-04-29 15:36:42','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41619699694','Cleared','','','','','','','','',0.00,0.00,0,NULL),(173,'','Cash','','2021-04-29 15:37:08','','0','4','2021-04-29 15:37:08','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41619699808','Cleared','','','','','','','','',0.00,0.00,0,NULL),(174,'','Cash','','2021-04-29 15:37:31','','0','4','2021-04-29 15:37:31','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41619699833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(175,'','Cash','','2021-04-29 15:39:04','','0','4','2021-04-29 15:39:04','','12800','12800','1','retail',NULL,'12800','1','0','0','0','0','0','0','printed',' ','','1','0','41619699855','Cleared','','','','','','','','',0.00,0.00,0,NULL),(176,'','Cash','','2021-05-06 23:13:58','','0','4','2021-04-29 15:44:07','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41619700124','Cleared','5','2021-05-06 23:13:58','','','','','','',0.00,0.00,0,NULL),(177,'','Cash','','2021-05-01 14:39:30','','0','4','2021-05-01 14:39:30','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41619868473','Cleared','','','','','','','','',0.00,0.00,0,NULL),(178,'','Cash','','2021-05-01 14:42:41','','0','4','2021-05-01 14:42:41','','25500','25500','1','retail',NULL,'25500','1','0','0','0','0','0','0','printed',' ','','1','0','41619869179','Cleared','','','','','','','','',0.00,0.00,0,NULL),(179,'','Cash','','2021-05-01 14:43:58','','0','4','2021-05-01 14:43:58','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41619869372','Cleared','','','','','','','','',0.00,0.00,0,NULL),(180,'','Cash','','2021-05-01 14:45:08','','0','4','2021-05-01 14:45:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41619869447','Cleared','','','','','','','','',0.00,0.00,0,NULL),(181,'','Cash','','2021-05-01 14:49:45','','0','4','2021-05-01 14:49:45','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41619869518','Cleared','','','','','','','','',0.00,0.00,0,NULL),(182,'','Cash','','2021-05-01 14:50:31','','0','4','2021-05-01 14:50:31','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41619869794','Cleared','','','','','','','','',0.00,0.00,0,NULL),(183,'','Cash','','2021-05-01 15:08:41','','0','4','2021-05-01 15:08:41','','46100','46100','1','retail',NULL,'46100','1','0','0','0','0','0','0','printed',' ','','1','0','41619869836','Cleared','','','','','','','','',0.00,0.00,0,NULL),(184,'','Cash','','2021-05-01 15:11:03','','0','4','2021-05-01 15:11:03','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41619870929','Cleared','','','','','','','','',0.00,0.00,0,NULL),(185,'','Cash','','2021-05-01 15:14:21','','0','4','2021-05-01 15:14:21','','11200','11200','1','retail',NULL,'11200','1','0','0','0','0','0','0','printed',' ','','1','0','41619871228','Cleared','','','','','','','','',0.00,0.00,0,NULL),(186,'','Cash','','2021-05-01 15:16:10','','0','4','2021-05-01 15:16:10','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41619871305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(187,'','Cash','','2021-05-01 15:17:32','','0','4','2021-05-01 15:17:32','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41619871375','Cleared','','','','','','','','',0.00,0.00,0,NULL),(188,'','Cash','','2021-05-01 15:18:13','','0','4','2021-05-01 15:18:13','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41619871462','Cleared','','','','','','','','',0.00,0.00,0,NULL),(189,'','Cash','','2021-05-01 15:19:48','','0','4','2021-05-01 15:19:48','','36750','36750','1','retail',NULL,'36750','1','0','0','0','0','0','0','printed',' ','','1','0','41619871502','Cleared','','','','','','','','',0.00,0.00,0,NULL),(190,'','Cash','','2021-05-01 15:21:55','','0','4','2021-05-01 15:21:55','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41619871598','Cleared','','','','','','','','',0.00,0.00,0,NULL),(191,'','Cash','','2021-05-01 15:22:31','','0','4','2021-05-01 15:22:31','','12300','12300','1','retail',NULL,'12300','1','0','0','0','0','0','0','printed',' ','','1','0','41619871722','Cleared','','','','','','','','',0.00,0.00,0,NULL),(192,'','Cash','','2021-05-01 15:25:29','','0','4','2021-05-01 15:25:29','','8950','8950','1','retail',NULL,'8950','1','0','0','0','0','0','0','printed',' ','','1','0','41619871755','Cleared','','','','','','','','',0.00,0.00,0,NULL),(193,'','Cash','','2021-05-01 15:28:39','','0','4','2021-05-01 15:28:39','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41619872060','Cleared','','','','','','','','',0.00,0.00,0,NULL),(194,'','Cash','','2021-05-03 16:52:12','','0','4','2021-05-03 16:52:12','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41620049739','Cleared','','','','','','','','',0.00,0.00,0,NULL),(195,'','Cash','','2021-05-03 16:53:25','','0','4','2021-05-03 16:53:25','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41620049937','Cleared','','','','','','','','',0.00,0.00,0,NULL),(196,'','Cash','','2021-05-03 16:53:50','','0','4','2021-05-03 16:53:50','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41620050012','Cleared','','','','','','','','',0.00,0.00,0,NULL),(197,'','Cash','','2021-05-03 16:57:03','','0','4','2021-05-03 16:57:03','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41620050037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(198,'','Cash','','2021-05-03 17:05:37','','0','4','2021-05-03 17:05:37','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41620050230','Cleared','4','2021-05-03 17:05:37','','','','','','',0.00,0.00,0,NULL),(199,'','Cash','','2021-05-03 17:09:47','','0','4','2021-05-03 17:09:47','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41620050766','Cleared','','','','','','','','',0.00,0.00,0,NULL),(200,'','Cash','','2021-05-03 17:15:19','','0','4','2021-05-03 17:15:19','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41620051024','Cleared','','','','','','','','',0.00,0.00,0,NULL),(201,'','Cash','','2021-05-03 17:56:51','','0','4','2021-05-03 17:56:51','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41620051324','Cleared','','','','','','','','',0.00,0.00,0,NULL),(202,'','Cash','','2021-05-03 17:57:34','','0','4','2021-05-03 17:57:34','','15600','15600','1','retail',NULL,'15600','1','0','0','0','0','0','0','printed',' ','','1','0','41620053824','Cleared','','','','','','','','',0.00,0.00,0,NULL),(203,'','Cash','','2021-05-03 17:58:52','','0','4','2021-05-03 17:58:52','','6250','6250','1','retail',NULL,'6250','1','0','0','0','0','0','0','printed',' ','','1','0','41620053876','Cleared','','','','','','','','',0.00,0.00,0,NULL),(204,'','Cash','','2021-05-03 18:04:16','','0','4','2021-05-03 18:04:16','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41620053941','Cleared','','','','','','','','',0.00,0.00,0,NULL),(205,'','Cash','','2021-05-03 22:28:30','','0','5','2021-05-03 22:28:30','','26600','26600','1','retail',NULL,'26600','1','0','0','0','0','0','0','printed',' ','','1','0','51620070019','Cleared','','','','','','','','',0.00,0.00,0,NULL),(206,'','Mpesa','','2021-05-03 22:34:10','','0','5','2021-05-03 22:32:48','','0','13900','1','retail',NULL,'13900','1','0','0','0','0','13900','0','printed',' ','','1','0','51620070283','Cleared','5','2021-05-03 22:34:10','','','','','','',0.00,0.00,0,NULL),(207,'','Mpesa','','2021-05-03 22:33:42','','0','5','2021-05-03 22:33:42','','0','12600','1','retail',NULL,'12600','1','0','0','0','0','12600','0','printed',' ','','1','0','51620070373','Cleared','','','','','','','','',0.00,0.00,0,NULL),(208,'','Cash','','2021-05-04 14:51:07','','0','4','2021-05-04 14:51:07','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41620128461','Cleared','','','','','','','','',0.00,0.00,0,NULL),(209,'','Cash','','2021-05-04 14:56:00','','0','4','2021-05-04 14:56:00','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41620129175','Cleared','','','','','','','','',0.00,0.00,0,NULL),(210,'','Cash','','2021-05-04 16:48:22','','0','4','2021-05-04 16:48:22','','11200','11200','1','retail',NULL,'11200','1','0','0','0','0','0','0','printed',' ','','1','0','41620136030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(211,'','Cash','','2021-05-04 16:49:23','','0','4','2021-05-04 16:49:23','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','0','41620136107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(212,'','Cash','','2021-05-04 16:51:23','','0','4','2021-05-04 16:51:23','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41620136167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(213,'','Cash','','2021-05-04 16:58:49','','0','4','2021-05-04 16:58:49','','15750','15750','1','retail',NULL,'15750','1','0','0','0','0','0','0','printed',' ','','1','0','41620136295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(214,'','Cash','','2021-05-04 17:04:29','','0','4','2021-05-04 17:04:29','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41620136950','Cleared','','','','','','','','',0.00,0.00,0,NULL),(215,'','Cash','','2021-05-04 17:20:08','','0','4','2021-05-04 17:20:08','','14920','14920','1','retail',NULL,'14920','1','0','0','0','0','0','0','printed',' ','','1','0','41620137076','Cleared','','','','','','','','',0.00,0.00,0,NULL),(216,'','Cash','','2021-05-04 17:27:18','','0','4','2021-05-04 17:27:18','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41620138351','Cleared','','','','','','','','',0.00,0.00,0,NULL),(217,'','Cash','','2021-05-04 17:28:16','','0','4','2021-05-04 17:28:16','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41620138445','Cleared','','','','','','','','',0.00,0.00,0,NULL),(218,'','Cash','','2021-05-04 17:28:59','','0','4','2021-05-04 17:28:59','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41620138505','Cleared','','','','','','','','',0.00,0.00,0,NULL),(219,'','Cash','','2021-05-04 17:35:49','','0','4','2021-05-04 17:35:49','','19850','19850','1','retail',NULL,'19850','1','0','0','0','0','0','0','printed',' ','','1','0','41620138552','Cleared','','','','','','','','',0.00,0.00,0,NULL),(220,'','Cash','','2021-05-04 17:39:07','','0','4','2021-05-04 17:39:07','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41620139079','Cleared','','','','','','','','',0.00,0.00,0,NULL),(221,'','Cash','','2021-05-04 17:40:48','','0','4','2021-05-04 17:40:48','','18600','18600','1','retail',NULL,'18600','1','0','0','0','0','0','0','printed',' ','','1','0','41620139188','Cleared','','','','','','','','',0.00,0.00,0,NULL),(222,'','Cash','','2021-05-04 17:43:55','','0','4','2021-05-04 17:43:55','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41620139254','Cleared','','','','','','','','',0.00,0.00,0,NULL),(223,'','Cash','','2021-05-04 17:47:54','','0','4','2021-05-04 17:47:54','','7350','7350','1','retail',NULL,'7350','1','0','0','0','0','0','0','printed',' ','','1','0','41620139444','Cleared','','','','','','','','',0.00,0.00,0,NULL),(224,'','Cash','','2021-05-05 16:27:07','','0','4','2021-05-05 16:27:07','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41620221111','Cleared','','','','','','','','',0.00,0.00,0,NULL),(225,'','Cash','','2021-05-05 17:31:01','','0','4','2021-05-05 17:31:01','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41620221456','Cleared','','','','','','','','',0.00,0.00,0,NULL),(226,'','Cash','','2021-05-05 17:35:26','','0','4','2021-05-05 17:35:26','','1160','1160','1','retail',NULL,'1160','1','0','0','0','0','0','0','printed',' ','','1','0','41620225264','Cleared','','','','','','','','',0.00,0.00,0,NULL),(227,'','Cash','','2021-05-05 17:38:25','','0','4','2021-05-05 17:38:26','','23800','23800','1','retail',NULL,'23800','1','0','0','0','0','0','0','printed',' ','','1','0','41620225334','Cleared','','','','','','','','',0.00,0.00,0,NULL),(228,'','Cash','','2021-05-05 17:39:06','','0','4','2021-05-05 17:39:06','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','0','41620225512','Cleared','','','','','','','','',0.00,0.00,0,NULL),(229,'','Cash','','2021-05-05 17:39:41','','0','4','2021-05-05 17:39:41','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','0','41620225554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(230,'','Cash','','2021-05-05 17:40:17','','0','4','2021-05-05 17:40:17','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620225588','Cleared','','','','','','','','',0.00,0.00,0,NULL),(231,'','Cash','','2021-05-05 17:41:53','','0','4','2021-05-05 17:41:53','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41620225624','Cleared','','','','','','','','',0.00,0.00,0,NULL),(232,'','Cash','','2021-05-05 17:43:58','','0','4','2021-05-05 17:43:58','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41620225726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(233,'','Cash','','2021-05-05 17:49:59','','0','4','2021-05-05 17:49:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620225864','Cleared','','','','','','','','',0.00,0.00,0,NULL),(234,'','Cash','','2021-05-05 17:52:38','','0','4','2021-05-05 17:52:38','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' ','','1','0','41620226204','Cleared','','','','','','','','',0.00,0.00,0,NULL),(235,'','Cash','','2021-05-05 17:53:31','','0','4','2021-05-05 17:53:31','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41620226365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(236,'','Cash','','2021-05-05 18:01:33','','0','4','2021-05-05 18:01:33','','11800','11800','1','retail',NULL,'11800','1','0','0','0','0','0','0','printed',' ','','1','0','41620226417','Cleared','','','','','','','','',0.00,0.00,0,NULL),(237,'','Cash','','2021-05-05 18:04:36','','0','4','2021-05-05 18:04:36','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41620227008','Cleared','','','','','','','','',0.00,0.00,0,NULL),(238,'','Cash','','2021-05-05 18:06:21','','0','4','2021-05-05 18:06:21','','34000','34000','1','retail',NULL,'34000','1','0','0','0','0','0','0','printed',' ','','1','0','41620227080','Cleared','','','','','','','','',0.00,0.00,0,NULL),(239,'','Cash','','2021-05-06 17:34:08','','0','4','2021-05-06 08:31:44','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620278724','Cleared','5','2021-05-06 17:34:08','','','','','','',0.00,0.00,0,NULL),(240,'','Cash','','2021-05-06 09:48:29','','0','4','2021-05-06 09:48:29','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41620283639','Cleared','','','','','','','','',0.00,0.00,0,NULL),(241,'','Cash','','2021-05-06 12:30:41','','0','4','2021-05-06 12:30:41','','1120','1120','1','retail',NULL,'1120','1','0','0','0','0','0','0','printed',' ','','1','0','41620293347','Cleared','','','','','','','','',0.00,0.00,0,NULL),(242,'','Cash','','2021-05-06 12:32:42','','0','4','2021-05-06 12:32:42','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620293451','Cleared','','','','','','','','',0.00,0.00,0,NULL),(243,'','Cash','','2021-05-06 12:34:54','','0','4','2021-05-06 12:34:54','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41620293570','Cleared','','','','','','','','',0.00,0.00,0,NULL),(244,'','Cash','','2021-05-06 12:35:36','','0','4','2021-05-06 12:35:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41620293700','Cleared','4','2021-05-06 12:35:36','','','','','','',0.00,0.00,0,NULL),(245,'','Cash','','2021-05-06 15:38:47','','0','4','2021-05-06 15:38:47','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41620304400','Cleared','','','','','','','','',0.00,0.00,0,NULL),(246,'','Cash','','2021-05-06 15:42:04','','0','4','2021-05-06 15:42:04','','13400','13400','1','retail',NULL,'13400','1','0','0','0','0','0','0','printed',' ','','1','0','41620304778','Cleared','','','','','','','','',0.00,0.00,0,NULL),(247,'','Cash','','2021-05-06 17:06:01','','0','4','2021-05-06 17:06:01','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620309899','Cleared','','','','','','','','',0.00,0.00,0,NULL),(248,'','Cash','','2021-05-06 17:07:02','','0','4','2021-05-06 17:07:02','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41620309971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(249,'','Cash','','2021-05-06 17:16:20','','0','4','2021-05-06 17:16:20','','21350','21350','1','retail',NULL,'21350','1','0','0','0','0','0','0','printed',' ','','1','0','41620310314','Cleared','','','','','','','','',0.00,0.00,0,NULL),(250,'','Cash','','2021-05-06 17:20:23','','0','4','2021-05-06 17:20:23','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41620310607','Cleared','','','','','','','','',0.00,0.00,0,NULL),(251,'','Cash','','2021-05-06 17:30:52','','0','4','2021-05-06 17:30:52','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41620311428','Cleared','','','','','','','','',0.00,0.00,0,NULL),(252,'','Cash','','2021-05-06 17:58:06','','0','4','2021-04-29 17:58:06','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' ','','1','0','41620312642','Cleared','','','','','','','','',0.00,0.00,0,NULL),(253,'','Cash','','2021-05-06 17:59:17','','0','4','2021-04-29 17:59:17','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41620313104','Cleared','','','','','','','','',0.00,0.00,0,NULL),(254,'','Cash','','2021-05-06 18:00:30','','0','4','2021-04-29 18:00:30','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620313181','Cleared','','','','','','','','',0.00,0.00,0,NULL),(255,'','Cash','','2021-05-06 18:01:27','','0','4','2021-04-29 18:01:27','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41620313252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(256,'','Cash','','2021-05-06 18:10:18','','0','4','2021-04-30 18:10:18','','23000','23000','1','retail',NULL,'23000','1','0','0','0','0','0','0','printed',' ','','1','0','41620313434','Cleared','','','','','','','','',0.00,0.00,0,NULL),(257,'','Cash','','2021-05-06 18:12:00','','0','4','2021-04-30 18:12:00','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41620313898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(258,'','Cash','','2021-05-06 18:13:32','','0','4','2021-04-30 18:13:32','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41620313933','Cleared','','','','','','','','',0.00,0.00,0,NULL),(259,'','Cash','','2021-05-06 18:15:52','','0','4','2021-04-30 18:15:53','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41620314121','Cleared','','','','','','','','',0.00,0.00,0,NULL),(260,'','Cash','','2021-05-06 18:17:10','','0','4','2021-04-30 18:17:10','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620314166','Cleared','','','','','','','','',0.00,0.00,0,NULL),(261,'','Cash','','2021-05-06 18:17:53','','0','4','2021-04-30 18:17:53','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41620314240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(262,'','Cash','','2021-05-06 18:24:20','','0','4','2021-04-30 18:24:20','','28200','28200','1','retail',NULL,'28200','1','0','0','0','0','0','0','printed',' ','','1','0','41620314542','Cleared','','','','','','','','',0.00,0.00,0,NULL),(263,'','Cash','','2021-05-06 18:26:19','','0','4','2021-05-06 18:26:19','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41620314673','Cleared','','','','','','','','',0.00,0.00,0,NULL),(264,'','Cash','','2021-05-06 18:27:08','','0','4','2021-04-30 18:27:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620314786','Cleared','','','','','','','','',0.00,0.00,0,NULL),(265,'','Cash','','2021-05-06 18:29:50','','0','4','2021-04-30 18:29:50','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41620314922','Cleared','','','','','','','','',0.00,0.00,0,NULL),(266,'','Cash','','2021-05-07 08:38:35','','0','4','2021-05-07 08:38:35','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41620365836','Cleared','','','','','','','','',0.00,0.00,0,NULL),(267,'','Cash','','2021-05-07 08:40:04','','0','4','2021-05-07 08:40:04','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41620365934','Cleared','','','','','','','','',0.00,0.00,0,NULL),(268,'','Cash','','2021-05-07 12:26:47','','0','4','2021-05-07 12:26:47','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41620379424','Cleared','','','','','','','','',0.00,0.00,0,NULL),(269,'','Cash','','2021-05-07 12:31:17','','0','4','2021-05-07 12:31:17','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41620379824','Cleared','','','','','','','','',0.00,0.00,0,NULL),(270,'','Cash','','2021-05-07 13:23:40','','0','4','2021-05-07 13:23:40','','20000','20000','1','retail',NULL,'20000','1','0','0','0','0','0','0','printed',' ','','1','0','41620379988','Cleared','','','','','','','','',0.00,0.00,0,NULL),(271,'','Cash','','2021-05-07 13:47:35','','0','4','2021-05-07 13:47:35','','12600','12600','1','retail',NULL,'12600','1','0','0','0','0','0','0','printed',' ','','1','0','41620384349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(272,'','Cash','','2021-05-07 13:56:54','','0','4','2021-05-07 13:56:54','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620384476','Cleared','','','','','','','','',0.00,0.00,0,NULL),(273,'','Cash','','2021-05-07 14:00:34','','0','4','2021-05-07 14:00:34','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41620385023','Cleared','','','','','','','','',0.00,0.00,0,NULL),(274,'','Cash','','2021-05-07 14:26:28','','0','4','2021-05-07 14:26:28','','23850','23850','1','retail',NULL,'23850','1','0','0','0','0','0','0','printed',' ','','1','0','41620385260','Cleared','','','','','','','','',0.00,0.00,0,NULL),(275,'','Cash','','2021-05-07 14:31:54','','0','4','2021-05-07 14:31:54','','9450','9450','1','retail',NULL,'9450','1','0','0','0','0','0','0','printed',' ','','1','0','41620386803','Cleared','','','','','','','','',0.00,0.00,0,NULL),(276,'','Cash','','2021-05-07 16:18:51','','0','4','2021-05-07 16:18:51','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41620393236','Cleared','','','','','','','','',0.00,0.00,0,NULL),(277,'','Cash','','2021-05-07 16:58:22','','0','4','2021-04-30 16:58:22','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' </BR>60W SOLAR LAMP ','','1','0','41620393539','Cleared','','','','','','','','',0.00,0.00,0,NULL),(278,'','Cash','','2021-05-07 17:02:57','','0','4','2021-04-30 17:02:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' </BR>BARSH 3\'\r\nE.WHITE 1LTR ','','1','0','41620396097','Cleared','','','','','','','','',0.00,0.00,0,NULL),(279,'','Cash','','2021-05-07 17:11:54','','0','4','2021-05-01 17:11:54','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41620396648','Cleared','','','','','','','','',0.00,0.00,0,NULL),(280,'','Cash','','2021-05-07 17:23:09','','0','4','2021-05-01 17:23:09','','40000','40000','1','retail',NULL,'40000','1','0','0','0','0','0','0','printed',' ','','1','0','41620396741','Cleared','','','','','','','','',0.00,0.00,0,NULL),(281,'','Cash','','2021-05-07 17:24:15','','0','4','2021-05-07 17:24:15','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>PAINT 1LTR ','','1','0','41620397402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(282,'','Cash','','2021-05-07 17:43:56','','0','4','2021-05-07 17:43:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41620398614','Cleared','','','','','','','','',0.00,0.00,0,NULL),(283,'','Cash','','2021-05-07 17:45:30','','0','4','2021-05-07 17:45:30','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>E.PINK 4LTR ','','1','0','41620398685','Cleared','','','','','','','','',0.00,0.00,0,NULL),(284,'','Cash','','2021-05-07 17:48:42','','0','4','2021-05-07 17:48:42','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41620398902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(285,'','Cash','','2021-05-07 18:01:21','','0','4','2021-05-07 18:01:21','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' </BR>DOOR FAREM ','','1','0','41620399651','Cleared','','','','','','','','',0.00,0.00,0,NULL),(286,'','Cash','','2021-05-08 08:27:34','','0','4','2021-05-08 08:27:34','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41620451561','Cleared','','','','','','','','',0.00,0.00,0,NULL),(287,'','Cash','','2021-05-08 13:38:58','','0','4','2021-05-08 13:38:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620470197','Cleared','','','','','','','','',0.00,0.00,0,NULL),(288,'','Cash','','2021-05-08 13:42:30','','0','4','2021-05-08 13:42:30','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' </BR>sped ','','1','0','41620470351','Cleared','','','','','','','','',0.00,0.00,0,NULL),(289,'','Cash','','2021-05-08 13:44:37','','0','4','2021-05-08 13:44:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41620470588','Cleared','','','','','','','','',0.00,0.00,0,NULL),(290,'','Cash','','2021-05-08 13:51:07','','0','4','2021-05-08 13:51:07','','560','560','1','retail',NULL,'560','1','0','0','0','0','0','0','printed',' ','','1','0','41620470692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(291,'','Cash','','2021-05-08 13:56:13','','0','4','2021-05-08 13:56:13','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','0','41620471232','Cleared','','','','','','','','',0.00,0.00,0,NULL),(292,'','Cash','','2021-05-08 13:57:31','','0','4','2021-05-08 13:57:31','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41620471416','Cleared','','','','','','','','',0.00,0.00,0,NULL),(293,'','Cash','','2021-05-08 14:25:33','','0','4','2021-05-08 14:25:33','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41620472151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(294,'','Cash','','2021-05-08 14:50:12','','0','4','2021-05-08 14:50:12','','3750','3750','1','retail',NULL,'3750','1','0','0','0','0','0','0','printed',' ','','1','0','41620473145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(295,'','Cash','','2021-05-08 14:52:11','','0','4','2021-05-08 14:52:11','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41620474638','Cleared','','','','','','','','',0.00,0.00,0,NULL),(296,'','Cash','','2021-05-08 14:54:50','','0','4','2021-05-08 14:54:50','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41620474741','Cleared','','','','','','','','',0.00,0.00,0,NULL),(297,'','Cash','','2021-05-08 15:03:53','','0','4','2021-05-08 15:03:53','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41620474897','Cleared','','','','','','','','',0.00,0.00,0,NULL),(298,'','Cash','','2021-05-08 18:01:34','','0','4','2021-05-08 18:01:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41620485957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(299,'','Cash','','2021-05-08 18:03:01','','0','4','2021-05-08 18:03:01','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41620486102','Cleared','','','','','','','','',0.00,0.00,0,NULL),(300,'','Cash','','2021-05-10 12:37:46','','0','4','2021-05-10 12:37:46','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','0','41620639377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(301,'','Cash','','2021-05-10 12:39:19','','0','4','2021-05-10 12:39:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620639475','Cleared','','','','','','','','',0.00,0.00,0,NULL),(302,'','Cash','','2021-05-10 12:40:50','','0','4','2021-05-10 12:40:50','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41620639564','Cleared','','','','','','','','',0.00,0.00,0,NULL),(303,'','Cash','','2021-05-10 12:46:42','','0','4','2021-05-10 12:46:42','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41620639666','Cleared','','','','','','','','',0.00,0.00,0,NULL),(304,'','Cash','','2021-05-10 16:32:04','','0','4','2021-05-10 16:32:04','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' ','','1','0','41620653359','Cleared','','','','','','','','',0.00,0.00,0,NULL),(305,'','Cash','','2021-05-10 16:32:49','','0','4','2021-05-10 16:32:49','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620653534','Cleared','','','','','','','','',0.00,0.00,0,NULL),(306,'','Cash','','2021-05-10 16:37:12','','0','4','2021-05-10 16:37:12','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41620653574','Cleared','','','','','','','','',0.00,0.00,0,NULL),(307,'','Cash','','2021-05-10 16:42:18','','0','4','2021-05-10 16:42:18','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41620654063','Cleared','','','','','','','','',0.00,0.00,0,NULL),(308,'','Cash','','2021-05-10 16:48:27','','0','4','2021-05-10 16:48:27','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41620654271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(309,'','Cash','','2021-05-10 16:51:08','','0','4','2021-05-10 16:51:08','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41620654519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(310,'','Cash','','2021-05-10 17:51:18','','0','4','2021-05-10 17:51:18','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41620654673','Cleared','','','','','','','','',0.00,0.00,0,NULL),(311,'','Cash','','2021-05-10 18:43:57','','0','4','2021-05-10 18:43:57','','47000','47000','1','retail',NULL,'47000','1','0','0','0','0','0','0','printed',' </BR>TANK 3000LTR 1 PIC\r\nPVC CONAR 5PIC\r\nPVC JOINT 5 PIC\r\nPVC CILP 24PIC\r\nE.WHITE 20 LTR ','','1','0','41620660754','Cleared','','','','','','','','',0.00,0.00,0,NULL),(312,'','Cash','','2021-05-11 11:35:03','','0','4','2021-05-11 11:35:03','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41620717015','Cleared','','','','','','','','',0.00,0.00,0,NULL),(313,'','Cash','','2021-05-11 11:36:12','','0','4','2021-05-11 11:36:12','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>cilecon ','','1','0','41620722111','Cleared','','','','','','','','',0.00,0.00,0,NULL),(314,'','Cash','','2021-05-11 11:39:20','','0','4','2021-05-11 11:39:20','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41620722217','Cleared','','','','','','','','',0.00,0.00,0,NULL),(315,'','Cash','','2021-05-11 11:43:32','','0','4','2021-05-11 11:43:32','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41620722373','Cleared','','','','','','','','',0.00,0.00,0,NULL),(316,'','Cash','','2021-05-11 17:10:54','','0','4','2021-05-11 17:10:54','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41620742170','Cleared','','','','','','','','',0.00,0.00,0,NULL),(317,'','Cash','','2021-05-11 17:13:21','','0','4','2021-05-11 17:13:21','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' </BR>batree.55ah ','','1','0','41620742263','Cleared','','','','','','','','',0.00,0.00,0,NULL),(318,'','Cash','','2021-05-11 17:16:42','','0','4','2021-05-11 17:16:42','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41620742435','Cleared','','','','','','','','',0.00,0.00,0,NULL),(319,'','Cash','','2021-05-11 17:18:14','','0','4','2021-05-11 17:18:14','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41620742616','Cleared','','','','','','','','',0.00,0.00,0,NULL),(320,'','Cash','','2021-05-11 17:21:03','','0','4','2021-05-11 17:21:03','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41620742700','Cleared','','','','','','','','',0.00,0.00,0,NULL),(321,'','Cash','','2021-05-11 17:28:10','','0','4','2021-05-11 17:28:10','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41620742873','Cleared','','','','','','','','',0.00,0.00,0,NULL),(322,'','Cash','','2021-05-11 17:29:57','','0','4','2021-05-11 17:29:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620743301','Cleared','','','','','','','','',0.00,0.00,0,NULL),(323,'','Cash','','2021-05-11 17:36:00','','0','4','2021-05-11 17:36:00','','2350','2350','1','retail',NULL,'2350','1','0','0','0','0','0','0','printed',' ','','1','0','41620743405','Cleared','','','','','','','','',0.00,0.00,0,NULL),(324,'','Cash','','2021-05-11 17:37:05','','0','4','2021-05-11 17:37:05','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>m.tap ','','1','0','41620743767','Cleared','','','','','','','','',0.00,0.00,0,NULL),(325,'','Cash','','2021-05-11 17:39:41','','0','4','2021-05-11 17:39:41','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41620743845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(326,'','Cash','','2021-05-11 17:41:10','','0','4','2021-05-11 17:41:10','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41620743990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(327,'','Cash','','2021-05-11 19:41:09','','0','4','2021-05-11 17:43:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620744090','Cleared','5','2021-05-11 19:41:09','','','','','','',0.00,0.00,0,NULL),(328,'','Cash','','2021-05-11 17:46:14','','0','4','2021-05-11 17:46:14','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' ','','1','0','41620744209','Cleared','','','','','','','','',0.00,0.00,0,NULL),(329,'','Cash','','2021-05-11 17:49:53','','0','4','2021-05-11 17:49:53','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>roler.tartain ','','1','0','41620744378','Cleared','','','','','','','','',0.00,0.00,0,NULL),(330,'','Cash','','2021-05-11 17:51:34','','0','4','2021-05-11 17:51:34','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>karpet ','','1','0','41620744647','Cleared','','','','','','','','',0.00,0.00,0,NULL),(331,'','Cash','','2021-05-11 17:54:00','','0','4','2021-05-11 17:54:00','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41620744717','Cleared','','','','','','','','',0.00,0.00,0,NULL),(332,'','Cash','','2021-05-11 17:56:17','','0','4','2021-05-11 17:56:17','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41620744853','Cleared','','','','','','','','',0.00,0.00,0,NULL),(333,'','Cash','','2021-05-12 16:16:38','','0','4','2021-05-12 16:16:38','','880','880','1','retail',NULL,'880','1','0','0','0','0','0','0','printed',' ','','1','0','41620825074','Cleared','','','','','','','','',0.00,0.00,0,NULL),(334,'','Cash','','2021-05-12 16:18:45','','0','4','2021-05-12 16:18:45','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>4.fettub ','','1','0','41620825411','Cleared','','','','','','','','',0.00,0.00,0,NULL),(335,'','Cash','','2021-05-12 16:19:52','','0','4','2021-05-12 16:19:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620825572','Cleared','','','','','','','','',0.00,0.00,0,NULL),(336,'','Cash','','2021-05-12 16:21:14','','0','4','2021-05-12 16:21:14','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41620825607','Cleared','','','','','','','','',0.00,0.00,0,NULL),(337,'','Cash','','2021-05-12 16:51:37','','0','4','2021-05-12 16:51:37','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41620825832','Cleared','','','','','','','','',0.00,0.00,0,NULL),(338,'','Cash','','2021-05-12 17:00:04','','0','4','2021-05-12 17:00:04','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41620827513','Cleared','','','','','','','','',0.00,0.00,0,NULL),(339,'','Cash','','2021-05-12 17:04:40','','0','4','2021-05-12 17:04:40','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620828009','Cleared','','','','','','','','',0.00,0.00,0,NULL),(340,'','Cash','','2021-05-12 17:06:26','','0','4','2021-05-12 17:06:26','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41620828297','Cleared','','','','','','','','',0.00,0.00,0,NULL),(341,'','Cash','','2021-05-12 17:08:26','','0','4','2021-05-12 17:08:26','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620828395','Cleared','','','','','','','','',0.00,0.00,0,NULL),(342,'','Cash','','2021-05-12 17:14:54','','0','4','2021-05-12 17:14:54','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' </BR>pvc.gatars ','','1','0','41620828569','Cleared','','','','','','','','',0.00,0.00,0,NULL),(343,'','Cash','','2021-05-12 17:16:02','','0','4','2021-05-12 17:16:02','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620828928','Cleared','','','','','','','','',0.00,0.00,0,NULL),(344,'','Cash','','2021-05-12 17:17:39','','0','4','2021-05-12 17:17:39','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620828989','Cleared','','','','','','','','',0.00,0.00,0,NULL),(345,'','Cash','','2021-05-12 17:18:21','','0','4','2021-05-12 17:18:21','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620829065','Cleared','','','','','','','','',0.00,0.00,0,NULL),(346,'','Cash','','2021-05-12 17:19:33','','0','4','2021-05-12 17:19:33','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' </BR>r.raber ','','1','0','41620829107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(347,'','Cash','','2021-05-12 17:21:36','','0','4','2021-05-12 17:21:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41620829245','Cleared','','','','','','','','',0.00,0.00,0,NULL),(348,'','Cash','','2021-05-12 17:22:57','','0','4','2021-05-12 17:22:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620829302','Cleared','','','','','','','','',0.00,0.00,0,NULL),(349,'','Cash','','2021-05-12 17:24:57','','0','4','2021-05-12 17:24:57','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41620829453','Cleared','','','','','','','','',0.00,0.00,0,NULL),(350,'','Cash','','2021-05-12 18:02:33','','0','4','2021-05-12 18:02:33','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620830355','Cleared','','','','','','','','',0.00,0.00,0,NULL),(351,'','Cash','','2021-05-13 09:17:08','','0','4','2021-05-13 09:17:08','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>brasesh ','','1','0','41620886538','Cleared','','','','','','','','',0.00,0.00,0,NULL),(352,'','Cash','','2021-05-13 09:19:02','','0','4','2021-05-13 09:19:02','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>fila ','','1','0','41620886651','Cleared','','','','','','','','',0.00,0.00,0,NULL),(353,'','Cash','','2021-05-13 09:22:29','','0','4','2021-05-13 09:22:29','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>pant.1/4 ','','1','0','41620886913','Cleared','','','','','','','','',0.00,0.00,0,NULL),(354,'','Cash','','2021-05-13 15:49:56','','0','4','2021-05-13 15:49:56','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41620909750','Cleared','','','','','','','','',0.00,0.00,0,NULL),(355,'','Cash','','2021-05-13 15:52:29','','0','4','2021-05-13 15:52:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620910247','Cleared','','','','','','','','',0.00,0.00,0,NULL),(356,'','Cash','','2021-05-13 15:54:57','','0','4','2021-05-13 15:54:57','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41620910355','Cleared','','','','','','','','',0.00,0.00,0,NULL),(357,'','Cash','','2021-05-13 16:02:13','','0','4','2021-05-13 16:02:13','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','0','41620910531','Cleared','','','','','','','','',0.00,0.00,0,NULL),(358,'','Cash','','2021-05-13 16:13:08','','0','4','2021-05-13 16:13:08','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41620910947','Cleared','','','','','','','','',0.00,0.00,0,NULL),(359,'','Cash','','2021-05-13 16:14:42','','0','4','2021-05-13 16:14:42','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1.kg.b.wire ','','1','0','41620911595','Cleared','','','','','','','','',0.00,0.00,0,NULL),(360,'','Cash','','2021-05-13 16:16:44','','0','4','2021-05-13 16:16:44','','16800','16800','1','retail',NULL,'16800','1','0','0','0','0','0','0','printed',' ','','1','0','41620911719','Cleared','','','','','','','','',0.00,0.00,0,NULL),(361,'','Cash','','2021-05-13 16:18:20','','0','4','2021-05-13 16:18:20','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41620911813','Cleared','','','','','','','','',0.00,0.00,0,NULL),(362,'','Cash','','2021-05-13 17:50:33','','0','4','2021-05-13 17:50:33','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','0','41620917393','Cleared','','','','','','','','',0.00,0.00,0,NULL),(363,'','Cash','','2021-05-13 17:52:02','','0','4','2021-05-13 17:52:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>maroo ','','1','0','41620917443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(364,'','Cash','','2021-05-13 17:57:07','','0','4','2021-05-13 17:57:07','','770','770','1','retail',NULL,'770','1','0','0','0','0','0','0','printed',' ','','1','0','41620917549','Cleared','','','','','','','','',0.00,0.00,0,NULL),(365,'','Cash','','2021-05-13 17:58:31','','0','4','2021-05-13 17:58:31','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620917844','Cleared','','','','','','','','',0.00,0.00,0,NULL),(366,'','Cash','','2021-05-13 18:05:00','','0','4','2021-05-13 18:05:00','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' </BR>wir.mash.l.w.rood ','','1','0','41620917926','Cleared','','','','','','','','',0.00,0.00,0,NULL),(367,'','Cash','','2021-05-13 18:11:33','','0','4','2021-05-13 18:11:33','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' </BR>EIE.KETTLE TEE ','','1','0','41620918568','Cleared','','','','','','','','',0.00,0.00,0,NULL),(368,'','Cash','','2021-05-13 18:22:23','','0','4','2021-05-13 18:22:23','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' </BR>JK CHVE 8PIC\r\nJK CHVE 8PIC\r\nHINGES 16 PIC ','','1','0','41620919219','Cleared','','','','','','','','',0.00,0.00,0,NULL),(369,'','Cash','','2021-05-13 18:27:33','','0','4','2021-05-13 18:27:33','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41620919591','Cleared','','','','','','','','',0.00,0.00,0,NULL),(370,'','Cash','','2021-05-14 10:11:26','','0','4','2021-05-14 10:11:26','','8100','8100','1','retail',NULL,'8100','1','0','0','0','0','0','0','printed',' ','','1','0','41620969996','Cleared','','','','','','','','',0.00,0.00,0,NULL),(371,'','Cash','','2021-05-14 10:19:59','','0','4','2021-05-14 10:19:59','','3370','3370','1','retail',NULL,'3370','1','0','0','0','0','0','0','printed',' ','','1','0','41620976321','Cleared','','','','','','','','',0.00,0.00,0,NULL),(372,'','Cash','','2021-05-14 14:53:56','','0','4','2021-05-14 14:53:56','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' </BR>tarpntin.5l ','','1','0','41620977005','Cleared','','','','','','','','',0.00,0.00,0,NULL),(373,'','Cash','','2021-05-14 14:56:13','','0','4','2021-05-14 14:56:13','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41620993302','Cleared','','','','','','','','',0.00,0.00,0,NULL),(374,'','Cash','','2021-05-14 14:59:23','','0','4','2021-05-14 14:59:23','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41620993489','Cleared','','','','','','','','',0.00,0.00,0,NULL),(375,'','Cash','','2021-05-14 15:14:55','','0','4','2021-05-14 15:14:55','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41620993574','Cleared','','','','','','','','',0.00,0.00,0,NULL),(376,'','Cash','','2021-05-14 15:16:18','','0','4','2021-05-14 15:16:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41620994510','Cleared','','','','','','','','',0.00,0.00,0,NULL),(377,'','Cash','','2021-05-14 15:17:57','','0','4','2021-05-14 15:17:57','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41620994586','Cleared','','','','','','','','',0.00,0.00,0,NULL),(378,'','Cash','','2021-05-14 15:19:09','','0','4','2021-05-14 15:19:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41620994695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(379,'','Cash','','2021-05-14 15:19:59','','0','4','2021-05-14 15:19:59','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>nova.h.c.macin ','','1','0','41620994756','Cleared','','','','','','','','',0.00,0.00,0,NULL),(380,'','Cash','','2021-05-14 15:22:06','','0','4','2021-05-14 15:22:06','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41620994837','Cleared','','','','','','','','',0.00,0.00,0,NULL),(381,'','Cash','','2021-05-14 15:30:35','','0','4','2021-05-14 15:30:35','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41620994934','Cleared','','','','','','','','',0.00,0.00,0,NULL),(382,'','Cash','','2021-05-14 15:34:16','','0','4','2021-05-14 15:34:16','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41620995605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(383,'','Cash','','2021-05-14 15:36:14','','0','4','2021-05-14 15:36:14','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','0','41620995661','Cleared','','','','','','','','',0.00,0.00,0,NULL),(384,'','Cash','','2021-05-14 17:19:40','','0','4','2021-05-14 17:19:40','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' </BR>18.ba.skru\r\npbox.6ps ','','1','0','41620996015','Cleared','','','','','','','','',0.00,0.00,0,NULL),(385,'','Cash','','2021-05-14 17:55:54','','0','4','2021-05-14 17:55:54','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' </BR>BLACK POLITHIN 3MTR ','','1','0','41621003778','Cleared','','','','','','','','',0.00,0.00,0,NULL),(386,'','Cash','','2021-05-15 15:22:35','','0','4','2021-05-15 15:22:35','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>CLICON ','','1','0','41621080673','Cleared','','','','','','','','',0.00,0.00,0,NULL),(387,'','Cash','','2021-05-15 15:37:30','','0','4','2021-05-15 15:37:30','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41621081383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(388,'','Cash','','2021-05-15 15:39:32','','0','4','2021-05-15 15:39:32','','2020','2020','1','retail',NULL,'2020','1','0','0','0','0','0','0','printed',' ','','1','0','41621082261','Cleared','','','','','','','','',0.00,0.00,0,NULL),(389,'','Cash','','2021-05-15 15:41:46','','0','4','2021-05-15 15:41:46','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41621082378','Cleared','','','','','','','','',0.00,0.00,0,NULL),(390,'','Cash','','2021-05-15 15:42:50','','0','4','2021-05-15 15:42:50','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41621082521','Cleared','','','','','','','','',0.00,0.00,0,NULL),(391,'','Cash','','2021-05-15 15:44:23','','0','4','2021-05-15 15:44:23','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41621082586','Cleared','','','','','','','','',0.00,0.00,0,NULL),(392,'','Cash','','2021-05-15 15:52:42','','0','4','2021-05-15 15:52:42','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41621082684','Cleared','','','','','','','','',0.00,0.00,0,NULL),(393,'','Cash','','2021-05-15 15:54:43','','0','4','2021-05-15 15:54:43','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41621083190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(394,'','Cash','','2021-05-15 15:58:25','','0','4','2021-05-15 15:58:25','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' </BR>CLICON.STEL.NALLS ','','1','0','41621083291','Cleared','','','','','','','','',0.00,0.00,0,NULL),(395,'','Cash','','2021-05-15 16:03:11','','0','4','2021-05-15 16:03:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621083550','Cleared','','','','','','','','',0.00,0.00,0,NULL),(396,'','Cash','','2021-05-15 16:03:57','','0','4','2021-05-15 16:03:57','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','0','41621083796','Cleared','','','','','','','','',0.00,0.00,0,NULL),(397,'','Cash','','2021-05-15 16:08:38','','0','4','2021-05-15 16:08:38','','2350','2350','1','retail',NULL,'2350','1','0','0','0','0','0','0','printed',' </BR>1.L.TARPNTIN\r\n1L.BLAK\r\n1.BRASH ','','1','0','41621083842','Cleared','','','','','','','','',0.00,0.00,0,NULL),(398,'','Cash','','2021-05-15 16:15:43','','0','4','2021-05-15 16:15:43','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' </BR>3KGPATTY\r\n6PCHINGSH4* ','','1','0','41621084299','Cleared','','','','','','','','',0.00,0.00,0,NULL),(399,'','Cash','','2021-05-15 16:19:18','','0','4','2021-05-15 16:19:18','','14300','14300','1','retail',NULL,'14300','1','0','0','0','0','0','0','printed',' ','','1','0','41621084643','Cleared','','','','','','','','',0.00,0.00,0,NULL),(400,'','Cash','','2021-05-15 16:24:39','','0','4','2021-05-15 16:24:39','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' </BR>WHORPRUF5KG ','','1','0','41621084958','Cleared','','','','','','','','',0.00,0.00,0,NULL),(401,'','Cash','','2021-05-15 17:53:51','','0','4','2021-05-15 17:53:51','','44000','44000','1','retail',NULL,'44000','1','0','0','0','0','0','0','printed',' ','','1','0','41621086854','Cleared','','','','','','','','',0.00,0.00,0,NULL),(402,'','Cash','','2021-05-15 17:56:02','','0','4','2021-05-15 17:56:02','','27500','27500','1','retail',NULL,'27500','1','0','0','0','0','0','0','printed',' ','','1','0','41621090507','Cleared','','','','','','','','',0.00,0.00,0,NULL),(403,'','Cash','','2021-05-15 17:58:52','','0','4','2021-05-15 17:58:52','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621090602','Cleared','','','','','','','','',0.00,0.00,0,NULL),(404,'','Cash','','2021-05-17 14:29:57','','0','4','2021-05-17 14:29:57','','26300','26300','1','retail',NULL,'26300','1','0','0','0','0','0','0','printed',' ','','1','0','41621250614','Cleared','','','','','','','','',0.00,0.00,0,NULL),(405,'','Cash','','2021-05-17 14:33:34','','0','4','2021-05-17 14:33:34','','4920','4920','1','retail',NULL,'4920','1','0','0','0','0','0','0','printed',' ','','1','0','41621251016','Cleared','','','','','','','','',0.00,0.00,0,NULL),(406,'','Cash','','2021-05-17 15:19:10','','0','4','2021-05-17 15:19:10','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41621252061','Cleared','','','','','','','','',0.00,0.00,0,NULL),(407,'','Cash','','2021-05-17 15:27:33','','0','4','2021-05-17 15:27:33','','8600','8600','1','retail',NULL,'8600','1','0','0','0','0','0','0','printed',' ','','1','0','41621254052','Cleared','','','','','','','','',0.00,0.00,0,NULL),(408,'','Cash','','2021-05-17 15:28:50','','0','4','2021-05-17 15:28:50','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621254460','Cleared','','','','','','','','',0.00,0.00,0,NULL),(409,'','Cash','','2021-05-17 15:30:20','','0','4','2021-05-17 15:30:20','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41621254536','Cleared','','','','','','','','',0.00,0.00,0,NULL),(410,'','Cash','','2021-05-17 15:32:47','','0','4','2021-05-17 15:32:47','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' ','','1','0','41621254625','Cleared','','','','','','','','',0.00,0.00,0,NULL),(411,'','Cash','','2021-05-17 15:36:15','','0','4','2021-05-17 15:36:15','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41621254773','Cleared','','','','','','','','',0.00,0.00,0,NULL),(412,'','Cash','','2021-05-17 15:57:20','','0','4','2021-05-17 15:57:20','','31500','31500','1','retail',NULL,'31500','1','0','0','0','0','0','0','printed',' ','','1','0','41621254983','Cleared','','','','','','','','',0.00,0.00,0,NULL),(413,'','Cash','','2021-05-17 16:00:13','','0','4','2021-05-17 16:00:13','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41621256247','Cleared','','','','','','','','',0.00,0.00,0,NULL),(414,'','Cash','','2021-05-17 16:02:50','','0','4','2021-05-17 16:02:50','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41621256431','Cleared','','','','','','','','',0.00,0.00,0,NULL),(415,'','Cash','','2021-05-17 17:55:27','','0','4','2021-05-17 17:55:27','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41621263006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(416,'','Cash','','2021-05-17 18:02:03','','0','4','2021-05-17 18:02:03','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41621263393','Cleared','','','','','','','','',0.00,0.00,0,NULL),(417,'','Cash','','2021-05-17 18:02:37','','0','4','2021-05-17 18:02:37','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41621263738','Cleared','','','','','','','','',0.00,0.00,0,NULL),(418,'','Cash','','2021-05-17 18:04:05','','0','4','2021-05-17 18:04:05','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41621263764','Cleared','','','','','','','','',0.00,0.00,0,NULL),(419,'','Cash','','2021-05-17 18:06:45','','0','4','2021-05-17 18:06:45','','17700','17700','1','retail',NULL,'17700','1','0','0','0','0','0','0','printed',' </BR>BODEX 300GRM ','','1','0','41621263858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(420,'','Cash','','2021-05-17 18:12:27','','0','4','2021-05-17 18:12:27','','48550','48550','1','retail',NULL,'48550','1','0','0','0','0','0','0','printed',' </BR>ZINGRA 480 MTR 2 ROLL ','','1','0','41621264104','Cleared','','','','','','','','',0.00,0.00,0,NULL),(421,'','Cash','','2021-05-18 17:23:03','','0','4','2021-05-18 17:23:03','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41621347668','Cleared','','','','','','','','',0.00,0.00,0,NULL),(422,'','Cash','','2021-05-18 17:24:30','','0','4','2021-05-18 17:24:30','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>4.fettub ','','1','0','41621347794','Cleared','','','','','','','','',0.00,0.00,0,NULL),(423,'','Cash','','2021-05-18 17:25:39','','0','4','2021-05-18 17:25:39','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>brush4* ','','1','0','41621347903','Cleared','','','','','','','','',0.00,0.00,0,NULL),(424,'','Cash','','2021-05-18 17:29:21','','0','4','2021-05-18 17:29:21','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41621347985','Cleared','','','','','','','','',0.00,0.00,0,NULL),(425,'','Cash','','2021-05-18 17:30:10','','0','4','2021-05-18 17:30:10','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621348167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(426,'','Cash','','2021-05-19 08:21:04','','0','4','2021-05-18 08:21:04','','3750','3750','1','retail',NULL,'3750','1','0','0','0','0','0','0','printed',' ','','1','0','41621348215','Cleared','','','','','','','','',0.00,0.00,0,NULL),(427,'','Cash','','2021-05-20 16:35:25','','0','4','2021-05-18 08:28:19','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41621401852','Cleared','5','2021-05-20 16:35:25','','','','','','',0.00,0.00,0,NULL),(428,'','Cash','','2021-05-19 08:37:51','','0','4','2021-05-18 08:37:51','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>4.0.t.cables ','','1','0','41621402575','Cleared','','','','','','','','',0.00,0.00,0,NULL),(429,'','Cash','','2021-05-19 08:39:53','','0','4','2021-05-18 08:39:53','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41621402746','Cleared','','','','','','','','',0.00,0.00,0,NULL),(430,'','Cash','','2021-05-19 08:41:15','','0','4','2021-05-18 08:41:15','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41621402812','Cleared','','','','','','','','',0.00,0.00,0,NULL),(431,'','Cash','','2021-05-19 08:42:27','','0','4','2021-05-18 08:42:27','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41621402889','Cleared','','','','','','','','',0.00,0.00,0,NULL),(432,'','Cash','','2021-05-19 08:43:26','','0','4','2021-05-18 08:43:26','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621402960','Cleared','','','','','','','','',0.00,0.00,0,NULL),(433,'','Cash','','2021-05-19 08:46:00','','0','4','2021-05-18 08:46:00','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>2.li.blakpaint ','','1','0','41621403017','Cleared','','','','','','','','',0.00,0.00,0,NULL),(434,'','Cash','','2021-05-19 08:54:53','','0','4','2021-05-18 08:54:53','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' </BR>4*.hingsh2pcs\r\ngatlah.1pcs ','','1','0','41621403202','Cleared','','','','','','','','',0.00,0.00,0,NULL),(435,'','Cash','','2021-05-19 08:59:02','','0','4','2021-05-18 08:59:02','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41621403772','Cleared','','','','','','','','',0.00,0.00,0,NULL),(436,'','Cash','','2021-05-19 09:01:15','','0','4','2021-05-18 09:01:15','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41621403970','Cleared','','','','','','','','',0.00,0.00,0,NULL),(437,'','Cash','','2021-05-19 09:22:58','','0','4','2021-05-18 09:22:58','','5750','5750','1','retail',NULL,'5750','1','0','0','0','0','0','0','printed',' </BR>r.6.2pcs\r\n4*.brush.2pcs\r\n1.lit.po.glu\r\n2.fet.sand.paper ','','1','0','41621404089','Cleared','','','','','','','','',0.00,0.00,0,NULL),(438,'','Cash','','2021-05-19 09:28:23','','0','4','2021-05-18 09:28:24','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41621405529','Cleared','','','','','','','','',0.00,0.00,0,NULL),(439,'','Cash','','2021-05-19 09:31:08','','0','4','2021-05-18 09:31:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41621405725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(440,'','Cash','','2021-05-19 09:50:56','','0','4','2021-05-18 09:50:56','','6650','6650','1','retail',NULL,'6650','1','0','0','0','0','0','0','printed',' ','','1','0','41621406973','Cleared','','','','','','','','',0.00,0.00,0,NULL),(441,'','Cash','','2021-05-19 10:05:07','','0','4','2021-05-19 10:05:07','','1320','1320','1','retail',NULL,'1320','1','0','0','0','0','0','0','printed',' ','','1','0','41621407706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(442,'','Cash','','2021-05-21 08:38:45','','0','4','2021-05-18 08:38:45','','3750','3750','1','retail',NULL,'3750','1','0','0','0','0','0','0','printed',' ','','1','0','41621575408','Cleared','','','','','','','','',0.00,0.00,0,NULL),(443,'','Cash','','2021-05-21 08:45:31','','0','4','2021-05-19 08:45:31','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41621575829','Cleared','','','','','','','','',0.00,0.00,0,NULL),(444,'','Cash','','2021-05-21 08:54:02','','0','4','2021-05-19 08:54:02','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41621575964','Cleared','','','','','','','','',0.00,0.00,0,NULL),(445,'','Cash','','2021-05-21 09:04:48','','0','4','2021-05-19 09:04:48','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41621576745','Cleared','','','','','','','','',0.00,0.00,0,NULL),(446,'','Cash','','2021-05-21 09:07:29','','0','4','2021-05-19 09:07:29','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41621577103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(447,'','Cash','','2021-05-21 09:09:32','','0','4','2021-05-19 09:09:32','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41621577324','Cleared','','','','','','','','',0.00,0.00,0,NULL),(448,'','Cash','','2021-05-21 09:15:18','','0','4','2021-05-19 09:15:18','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41621577615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(449,'','Cash','','2021-05-21 09:16:10','','0','4','2021-05-19 09:16:10','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621577734','Cleared','','','','','','','','',0.00,0.00,0,NULL),(450,'','Cash','','2021-05-21 09:20:04','','0','4','2021-05-19 09:20:04','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41621577788','Cleared','','','','','','','','',0.00,0.00,0,NULL),(451,'','Cash','','2021-05-21 09:28:43','','0','4','2021-05-19 09:28:43','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41621578249','Cleared','','','','','','','','',0.00,0.00,0,NULL),(452,'','Cash','','2021-05-21 10:17:48','','0','4','2021-05-19 10:17:48','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41621581421','Cleared','','','','','','','','',0.00,0.00,0,NULL),(453,'','Cash','','2021-05-21 10:23:03','','0','4','2021-05-19 10:23:03','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41621581593','Cleared','','','','','','','','',0.00,0.00,0,NULL),(454,'','Cash','','2021-05-21 10:31:14','','0','4','2021-05-19 10:31:14','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41621581801','Cleared','','','','','','','','',0.00,0.00,0,NULL),(455,'','Cash','','2021-05-21 10:34:39','','0','4','2021-05-19 10:34:39','','6985','6985','1','retail',NULL,'6985','1','0','0','0','0','0','0','printed',' ','','1','0','41621582302','Cleared','','','','','','','','',0.00,0.00,0,NULL),(456,'','Cash','','2021-05-21 10:36:55','','0','4','2021-05-19 10:36:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621582505','Cleared','','','','','','','','',0.00,0.00,0,NULL),(457,'','Cash','','2021-05-21 10:38:46','','0','4','2021-05-19 10:38:46','','1680','1680','1','retail',NULL,'1680','1','0','0','0','0','0','0','printed',' ','','1','0','41621582645','Cleared','','','','','','','','',0.00,0.00,0,NULL),(458,'','Cash','','2021-05-21 10:46:33','','0','4','2021-05-20 10:46:33','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41621583113','Cleared','','','','','','','','',0.00,0.00,0,NULL),(459,'','Cash','','2021-05-21 10:48:45','','0','4','2021-05-20 10:48:45','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41621583207','Cleared','','','','','','','','',0.00,0.00,0,NULL),(460,'','Cash','','2021-05-21 10:50:24','','0','4','2021-05-20 10:50:24','','16650','16650','1','retail',NULL,'16650','1','0','0','0','0','0','0','printed',' ','','1','0','41621583343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(461,'','Cash','','2021-05-21 10:51:37','','0','4','2021-05-20 10:51:37','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41621583440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(462,'','Cash','','2021-05-21 10:55:32','','0','4','2021-05-20 10:55:32','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41621583519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(463,'','Cash','','2021-05-21 11:43:06','','0','4','2021-05-20 11:43:06','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41621583753','Cleared','','','','','','','','',0.00,0.00,0,NULL),(464,'','Cash','','2021-05-21 11:44:24','','0','4','2021-05-20 11:44:24','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621586605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(465,'','Cash','','2021-05-21 11:45:26','','0','4','2021-05-20 11:45:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41621586675','Cleared','','','','','','','','',0.00,0.00,0,NULL),(466,'','Cash','','2021-05-21 11:50:02','','0','4','2021-05-20 11:50:02','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41621586752','Cleared','','','','','','','','',0.00,0.00,0,NULL),(467,'','Cash','','2021-05-21 11:51:03','','0','4','2021-05-20 11:51:03','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41621587013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(468,'','Cash','','2021-05-21 11:52:27','','0','4','2021-05-20 11:52:27','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41621587075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(469,'','Cash','','2021-05-21 11:54:23','','0','4','2021-05-20 11:54:23','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41621587156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(470,'','Cash','','2021-05-21 11:56:19','','0','4','2021-05-20 11:56:19','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41621587272','Cleared','','','','','','','','',0.00,0.00,0,NULL),(471,'','Cash','','2021-05-21 11:58:20','','0','4','2021-05-20 11:58:20','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621587402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(472,'','Cash','','2021-05-21 12:02:01','','0','4','2021-05-21 12:02:01','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41621587517','Cleared','','','','','','','','',0.00,0.00,0,NULL),(473,'','Cash','','2021-05-21 12:02:28','','0','4','2021-05-21 12:02:28','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41621587725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(474,'','Cash','','2021-05-21 12:04:41','','0','4','2021-05-21 12:04:41','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621587848','Cleared','','','','','','','','',0.00,0.00,0,NULL),(475,'','Cash','','2021-05-21 12:07:25','','0','4','2021-05-21 12:07:25','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41621587906','Cleared','','','','','','','','',0.00,0.00,0,NULL),(476,'','Cash','','2021-05-21 12:08:19','','0','4','2021-05-21 12:08:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41621588050','Cleared','','','','','','','','',0.00,0.00,0,NULL),(477,'','Cash','','2021-05-21 18:17:15','','0','4','2021-05-21 18:17:16','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41621610212','Cleared','','','','','','','','',0.00,0.00,0,NULL),(478,'','Cash','','2021-05-21 18:19:08','','0','4','2021-05-21 18:19:08','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>KARPET 4MTR ','','1','0','41621610305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(479,'','Cash','','2021-05-21 18:22:05','','0','4','2021-05-21 18:22:05','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41621610396','Cleared','','','','','','','','',0.00,0.00,0,NULL),(480,'','Cash','','2021-05-21 18:24:07','','0','4','2021-05-21 18:24:07','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41621610530','Cleared','','','','','','','','',0.00,0.00,0,NULL),(481,'','Cash','','2021-05-21 18:27:47','','0','4','2021-05-21 18:27:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>S.PEPAR,P40 :2FIT ','','1','0','41621610660','Cleared','','','','','','','','',0.00,0.00,0,NULL),(482,'','Cash','','2021-05-21 18:29:18','','0','4','2021-05-21 18:29:18','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41621610924','Cleared','','','','','','','','',0.00,0.00,0,NULL),(483,'','Cash','','2021-05-21 18:29:57','','0','4','2021-05-21 18:29:57','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41621610965','Cleared','','','','','','','','',0.00,0.00,0,NULL),(484,'','Cash','','2021-05-21 18:33:00','','0','4','2021-05-21 18:33:00','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41621611121','Cleared','','','','','','','','',0.00,0.00,0,NULL),(485,'','Cash','','2021-05-22 14:36:58','','0','4','2021-05-22 14:36:58','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621682974','Cleared','','','','','','','','',0.00,0.00,0,NULL),(486,'','Cash','','2021-05-22 14:39:56','','0','4','2021-05-22 14:39:56','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41621683428','Cleared','','','','','','','','',0.00,0.00,0,NULL),(487,'','Cash','','2021-05-22 14:40:38','','0','4','2021-05-22 14:40:38','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621683604','Cleared','','','','','','','','',0.00,0.00,0,NULL),(488,'','Cash','','2021-05-22 14:41:57','','0','4','2021-05-22 14:41:57','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41621683643','Cleared','','','','','','','','',0.00,0.00,0,NULL),(489,'','Cash','','2021-05-22 14:43:50','','0','4','2021-05-22 14:43:50','','14300','14300','1','retail',NULL,'14300','1','0','0','0','0','0','0','printed',' ','','1','0','41621683723','Cleared','','','','','','','','',0.00,0.00,0,NULL),(490,'','Cash','','2021-05-22 14:50:57','','0','4','2021-05-22 14:50:57','','60300','60300','1','retail',NULL,'60300','1','0','0','0','0','0','0','printed',' ','','1','0','41621683836','Cleared','','','','','','','','',0.00,0.00,0,NULL),(491,'','Cash','','2021-05-22 14:53:05','','0','4','2021-05-22 14:53:05','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41621684292','Cleared','','','','','','','','',0.00,0.00,0,NULL),(492,'','Cash','','2021-05-22 15:14:38','','0','4','2021-05-22 15:14:38','','2350','2350','1','retail',NULL,'2350','1','0','0','0','0','0','0','printed',' ','','1','0','41621684390','Cleared','','','','','','','','',0.00,0.00,0,NULL),(493,'','Cash','','2021-05-22 15:18:03','','0','4','2021-05-22 15:18:03','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41621685705','Cleared','','','','','','','','',0.00,0.00,0,NULL),(494,'','Cash','','2021-05-22 15:24:43','','0','4','2021-05-22 15:24:43','','14300','14300','1','retail',NULL,'14300','1','0','0','0','0','0','0','printed',' ','','1','0','41621685901','Cleared','','','','','','','','',0.00,0.00,0,NULL),(495,'','Cash','','2021-05-22 15:39:09','','0','4','2021-05-22 15:39:09','','8850','8850','1','retail',NULL,'8850','1','0','0','0','0','0','0','printed',' ','','1','0','41621686288','Cleared','','','','','','','','',0.00,0.00,0,NULL),(496,'','Cash','','2021-05-22 17:50:22','','0','4','2021-05-22 17:50:22','','83000','83000','1','retail',NULL,'83000','1','0','0','0','0','0','0','printed',' ','','1','0','41621687168','Cleared','','','','','','','','',0.00,0.00,0,NULL),(497,'','Cash','','2021-05-22 17:52:36','','0','4','2021-05-22 17:52:36','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41621695035','Cleared','','','','','','','','',0.00,0.00,0,NULL),(498,'','Cash','','2021-05-22 18:08:02','','0','4','2021-05-22 18:08:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1.lit.ems.waet.pant ','','1','0','41621695169','Cleared','','','','','','','','',0.00,0.00,0,NULL),(499,'','Cash','','2021-05-22 18:22:53','','0','4','2021-05-22 18:22:53','','58000','58000','1','retail',NULL,'58000','1','0','0','0','0','0','0','printed',' ','','1','0','41621696332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(500,'','Cash','','2021-05-22 18:25:12','','0','4','2021-05-22 18:25:12','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41621696981','Cleared','','','','','','','','',0.00,0.00,0,NULL),(501,'','Cash','','2021-05-22 18:26:00','','0','4','2021-05-22 18:26:00','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41621697124','Cleared','','','','','','','','',0.00,0.00,0,NULL),(502,'','Cash','','2021-05-22 18:27:09','','0','4','2021-05-22 18:27:09','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41621697168','Cleared','','','','','','','','',0.00,0.00,0,NULL),(503,'','Cash','','2021-05-22 18:28:50','','0','4','2021-05-22 18:28:51','','930','930','1','retail',NULL,'930','1','0','0','0','0','0','0','printed',' ','','1','0','41621697275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(504,'','Cash','','2021-05-22 18:30:13','','0','4','2021-05-22 18:30:13','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','printed',' ','','1','0','41621697337','Cleared','','','','','','','','',0.00,0.00,0,NULL),(505,'','Cash','','2021-05-22 18:30:48','','0','4','2021-05-22 18:30:48','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41621697420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(506,'','Cash','','2021-05-22 18:32:00','','0','4','2021-05-22 18:32:00','','19875','19875','1','retail',NULL,'19875','1','0','0','0','0','0','0','printed',' ','','1','0','41621697454','Cleared','','','','','','','','',0.00,0.00,0,NULL),(507,'','Cash','','2021-05-22 18:32:28','','0','4','2021-05-22 18:32:28','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621697525','Cleared','','','','','','','','',0.00,0.00,0,NULL),(508,'','Cash','','2021-05-22 18:39:23','','0','4','2021-05-22 18:39:23','','11300','11300','1','retail',NULL,'11300','1','0','0','0','0','0','0','printed',' ','','1','0','41621697553','Cleared','','','','','','','','',0.00,0.00,0,NULL),(509,'','Cash','','2021-05-22 18:40:32','','0','4','2021-05-22 18:40:32','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41621698007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(510,'','Cash','','2021-05-24 10:28:37','','0','4','2021-05-24 10:28:37','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41621834720','Cleared','','','','','','','','',0.00,0.00,0,NULL),(511,'','Cash','','2021-05-24 11:11:06','','0','4','2021-05-24 11:11:06','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>b.holder.1.psc ','','1','0','41621841343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(512,'','Cash','','2021-05-24 17:09:46','','0','4','2021-05-24 17:09:46','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41621865235','Cleared','','','','','','','','',0.00,0.00,0,NULL),(513,'','Cash','','2021-05-24 17:11:43','','0','4','2021-05-24 17:11:43','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41621865433','Cleared','','','','','','','','',0.00,0.00,0,NULL),(514,'','Cash','','2021-05-24 17:12:27','','0','4','2021-05-24 17:12:27','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41621865508','Cleared','','','','','','','','',0.00,0.00,0,NULL),(515,'','Cash','','2021-05-24 17:17:44','','0','4','2021-05-24 17:17:44','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41621865551','Cleared','','','','','','','','',0.00,0.00,0,NULL),(516,'','Cash','','2021-05-24 17:20:14','','0','4','2021-05-24 17:20:14','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41621865873','Cleared','','','','','','','','',0.00,0.00,0,NULL),(517,'','Cash','','2021-05-24 17:21:44','','0','4','2021-05-24 17:21:44','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41621866029','Cleared','','','','','','','','',0.00,0.00,0,NULL),(518,'','Cash','','2021-05-24 17:23:03','','0','4','2021-05-24 17:23:03','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621866114','Cleared','','','','','','','','',0.00,0.00,0,NULL),(519,'','Cash','','2021-05-24 17:25:04','','0','4','2021-05-24 17:25:04','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41621866190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(520,'','Cash','','2021-05-24 17:26:04','','0','4','2021-05-24 17:26:04','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621866310','Cleared','','','','','','','','',0.00,0.00,0,NULL),(521,'','Cash','','2021-05-24 17:27:04','','0','4','2021-05-24 17:27:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621866368','Cleared','','','','','','','','',0.00,0.00,0,NULL),(522,'','Cash','','2021-05-24 17:27:54','','0','4','2021-05-24 17:27:54','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41621866432','Cleared','','','','','','','','',0.00,0.00,0,NULL),(523,'','Cash','','2021-05-24 17:32:40','','0','4','2021-05-24 17:32:40','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621866589','Cleared','','','','','','','','',0.00,0.00,0,NULL),(524,'','Cash','','2021-05-24 17:35:08','','0','4','2021-05-24 17:35:08','','10180','10180','1','retail',NULL,'10180','1','0','0','0','0','0','0','printed',' ','','1','0','41621866764','Cleared','','','','','','','','',0.00,0.00,0,NULL),(525,'','Cash','','2021-05-24 17:35:44','','0','4','2021-05-24 17:35:44','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41621866918','Cleared','','','','','','','','',0.00,0.00,0,NULL),(526,'','Cash','','2021-05-24 17:36:15','','0','4','2021-05-24 17:36:15','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41621866951','Cleared','','','','','','','','',0.00,0.00,0,NULL),(527,'','Cash','','2021-05-24 17:55:11','','0','4','2021-05-24 17:55:11','','13800','13800','1','retail',NULL,'13800','1','0','0','0','0','0','0','printed',' ','','1','0','41621867812','Cleared','','','','','','','','',0.00,0.00,0,NULL),(528,'','Cash','','2021-05-24 17:57:56','','0','4','2021-05-24 17:57:56','','4250','4250','1','retail',NULL,'4250','1','0','0','0','0','0','0','printed',' ','','1','0','41621868138','Cleared','','','','','','','','',0.00,0.00,0,NULL),(529,'','Cash','','2021-05-24 17:59:05','','0','4','2021-05-24 17:59:05','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41621868304','Cleared','','','','','','','','',0.00,0.00,0,NULL),(530,'','Cash','','2021-05-24 17:59:35','','0','4','2021-05-24 17:59:35','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41621868352','Cleared','','','','','','','','',0.00,0.00,0,NULL),(531,'','Cash','','2021-05-24 18:10:06','','0','4','2021-05-24 18:10:06','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41621868865','Cleared','','','','','','','','',0.00,0.00,0,NULL),(532,'','Cash','','2021-05-25 12:32:16','','0','4','2021-05-25 12:32:16','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621935098','Cleared','','','','','','','','',0.00,0.00,0,NULL),(533,'','Cash','','2021-05-25 12:36:34','','0','4','2021-05-25 12:36:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41621935353','Cleared','','','','','','','','',0.00,0.00,0,NULL),(534,'','Cash','','2021-05-25 13:12:50','','0','4','2021-05-25 13:12:50','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41621937545','Cleared','','','','','','','','',0.00,0.00,0,NULL),(535,'','Cash','','2021-05-25 13:34:03','','0','4','2021-05-25 13:34:03','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41621938724','Cleared','','','','','','','','',0.00,0.00,0,NULL),(536,'','Cash','','2021-05-25 13:49:13','','0','4','2021-05-25 13:49:13','','9600','9600','1','retail',NULL,'9600','1','0','0','0','0','0','0','printed',' ','','1','0','41621938852','Cleared','','','','','','','','',0.00,0.00,0,NULL),(537,'','Cash','','2021-05-25 13:51:15','','0','4','2021-05-25 13:51:15','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41621939764','Cleared','','','','','','','','',0.00,0.00,0,NULL),(538,'','Cash','','2021-05-25 22:55:17','','0','4','2021-05-25 14:03:35','','31500','31500','1','retail',NULL,'31500','1','0','0','0','0','0','0','printed',' ','','1','0','41621939880','Cleared','5','2021-05-25 22:55:18','','','','','','',0.00,0.00,0,NULL),(539,'','Cash','','2021-05-25 14:06:43','','0','4','2021-05-25 14:06:43','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41621940680','Cleared','','','','','','','','',0.00,0.00,0,NULL),(540,'','Cash','','2021-05-25 17:29:02','','0','4','2021-05-25 17:29:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41621952896','Cleared','','','','','','','','',0.00,0.00,0,NULL),(541,'','Cash','','2021-05-25 17:31:03','','0','4','2021-05-25 17:31:03','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41621952956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(542,'','Cash','','2021-05-25 17:36:03','','0','4','2021-05-25 17:36:03','','8600','8600','1','retail',NULL,'8600','1','0','0','0','0','0','0','printed',' ','','1','0','41621953068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(543,'','Cash','','2021-05-25 17:36:28','','0','4','2021-05-25 17:36:28','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41621953378','Cleared','','','','','','','','',0.00,0.00,0,NULL),(544,'','Cash','','2021-05-25 17:37:07','','0','4','2021-05-25 17:37:07','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41621953396','Cleared','','','','','','','','',0.00,0.00,0,NULL),(545,'','Cash','','2021-05-25 17:38:03','','0','4','2021-05-25 17:38:03','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41621953437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(546,'','Cash','','2021-05-25 17:39:07','','0','4','2021-05-25 17:39:07','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41621953489','Cleared','','','','','','','','',0.00,0.00,0,NULL),(547,'','Cash','','2021-05-25 17:40:08','','0','4','2021-05-25 17:40:08','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','0','41621953554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(548,'','Cash','','2021-05-25 17:44:42','','0','4','2021-05-25 17:44:42','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41621953612','Cleared','','','','','','','','',0.00,0.00,0,NULL),(549,'','Cash','','2021-05-25 18:11:23','','0','4','2021-05-25 18:11:23','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','41621955119','Cleared','','','','','','','','',0.00,0.00,0,NULL),(550,'','Cash','','2021-05-26 15:33:34','','0','4','2021-05-26 15:33:35','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41622032384','Cleared','','','','','','','','',0.00,0.00,0,NULL),(551,'','Cash','','2021-05-26 15:34:36','','0','4','2021-05-26 15:34:36','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41622032425','Cleared','','','','','','','','',0.00,0.00,0,NULL),(552,'','Cash','','2021-05-26 15:40:46','','0','4','2021-05-26 15:40:46','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41622032484','Cleared','','','','','','','','',0.00,0.00,0,NULL),(553,'','Cash','','2021-05-26 15:41:52','','0','4','2021-05-26 15:41:52','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41622032855','Cleared','','','','','','','','',0.00,0.00,0,NULL),(554,'','Cash','','2021-05-26 15:44:09','','0','4','2021-05-26 15:44:09','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41622032926','Cleared','','','','','','','','',0.00,0.00,0,NULL),(555,'','Cash','','2021-05-26 15:46:55','','0','4','2021-05-26 15:46:55','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41622033129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(556,'','Cash','','2021-05-26 15:54:47','','0','4','2021-05-26 15:54:47','','6050','6050','1','retail',NULL,'6050','1','0','0','0','0','0','0','printed',' ','','1','0','41622033530','Cleared','','','','','','','','',0.00,0.00,0,NULL),(557,'','Cash','','2021-05-26 15:55:45','','0','4','2021-05-26 15:55:45','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41622033693','Cleared','','','','','','','','',0.00,0.00,0,NULL),(558,'','Cash','','2021-05-26 15:57:58','','0','4','2021-05-26 15:57:58','','2150','2150','1','retail',NULL,'2150','1','0','0','0','0','0','0','printed',' ','','1','0','41622033750','Cleared','','','','','','','','',0.00,0.00,0,NULL),(559,'','Cash','','2021-05-26 15:58:29','','0','4','2021-05-26 15:58:29','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41622033883','Cleared','','','','','','','','',0.00,0.00,0,NULL),(560,'','Cash','','2021-05-26 16:03:15','','0','4','2021-05-26 16:03:15','','2950','2950','1','retail',NULL,'2950','1','0','0','0','0','0','0','printed',' ','','1','0','41622033919','Cleared','','','','','','','','',0.00,0.00,0,NULL),(561,'','Cash','','2021-05-26 17:59:34','','0','4','2021-05-26 17:59:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41622041094','Cleared','','','','','','','','',0.00,0.00,0,NULL),(562,'','Cash','','2021-05-26 18:00:59','','0','4','2021-05-26 18:00:59','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1/2.lir.pant ','','1','0','41622041228','Cleared','','','','','','','','',0.00,0.00,0,NULL),(563,'','Cash','','2021-05-27 16:10:49','','0','4','2021-05-27 16:10:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>mite.1psc ','','1','0','41622121011','Cleared','','','','','','','','',0.00,0.00,0,NULL),(564,'','Cash','','2021-05-27 16:12:36','','0','4','2021-05-27 16:12:36','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41622121080','Cleared','','','','','','','','',0.00,0.00,0,NULL),(565,'','Cash','','2021-05-27 16:13:27','','0','4','2021-05-27 16:13:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41622121167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(566,'','Cash','','2021-05-27 16:28:17','','0','4','2021-05-27 16:28:17','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41622121213','Cleared','','','','','','','','',0.00,0.00,0,NULL),(567,'','Cash','','2021-05-27 16:30:24','','0','4','2021-05-27 16:30:24','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41622122129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(568,'','Cash','','2021-05-27 16:44:57','','0','4','2021-05-27 16:44:57','','19600','19600','1','retail',NULL,'19600','1','0','0','0','0','0','0','printed',' ','','1','0','41622122725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(569,'','Cash','','2021-05-27 16:47:23','','0','4','2021-05-27 16:47:23','','11800','11800','1','retail',NULL,'11800','1','0','0','0','0','0','0','printed',' ','','1','0','41622123142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(570,'','Cash','','2021-05-27 16:48:37','','0','4','2021-05-27 16:48:37','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622123252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(571,'','Cash','','2021-05-27 16:58:33','','0','4','2021-05-27 16:58:33','','20750','20750','1','retail',NULL,'20750','1','0','0','0','0','0','0','printed',' ','','1','0','41622123332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(572,'','Cash','','2021-05-27 17:00:22','','0','4','2021-05-27 17:00:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41622123926','Cleared','','','','','','','','',0.00,0.00,0,NULL),(573,'','Cash','','2021-05-27 17:01:25','','0','4','2021-05-27 17:01:25','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41622124027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(574,'','Cash','','2021-05-27 17:03:23','','0','4','2021-05-27 17:03:23','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622124098','Cleared','','','','','','','','',0.00,0.00,0,NULL),(575,'','Cash','','2021-05-28 14:13:31','','0','4','2021-05-28 14:13:31','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622200365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(576,'','Cash','','2021-05-28 14:19:24','','0','4','2021-05-28 14:19:24','','32000','32000','1','retail',NULL,'32000','1','0','0','0','0','0','0','printed',' ','','1','0','41622200415','Cleared','','','','','','','','',0.00,0.00,0,NULL),(577,'','Cash','','2021-05-28 14:22:45','','0','4','2021-05-28 14:22:45','','30450','30450','1','retail',NULL,'30450','1','0','0','0','0','0','0','printed',' ','','1','0','41622200770','Cleared','','','','','','','','',0.00,0.00,0,NULL),(578,'','Cash','','2021-05-28 14:30:13','','0','4','2021-05-28 14:30:13','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622201361','Cleared','','','','','','','','',0.00,0.00,0,NULL),(579,'','Cash','','2021-05-28 14:31:09','','0','4','2021-05-28 14:31:09','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>10pcs.1/4pant ','','1','0','41622201425','Cleared','','','','','','','','',0.00,0.00,0,NULL),(580,'','Cash','','2021-05-28 14:40:52','','0','4','2021-05-28 14:40:52','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622202016','Cleared','','','','','','','','',0.00,0.00,0,NULL),(581,'','Cash','','2021-05-28 14:41:16','','0','4','2021-05-28 14:41:16','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41622202064','Cleared','','','','','','','','',0.00,0.00,0,NULL),(582,'','Cash','','2021-05-28 14:42:02','','0','4','2021-05-28 14:42:02','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41622202085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(583,'','Cash','','2021-05-28 14:42:49','','0','4','2021-05-28 14:42:49','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41622202130','Cleared','','','','','','','','',0.00,0.00,0,NULL),(584,'','Cash','','2021-05-28 14:46:08','','0','4','2021-05-28 14:46:08','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41622202179','Cleared','','','','','','','','',0.00,0.00,0,NULL),(585,'','Cash','','2021-05-28 14:53:37','','0','4','2021-05-28 14:53:37','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41622202374','Cleared','','','','','','','','',0.00,0.00,0,NULL),(586,'','Cash','','2021-05-28 14:54:46','','0','4','2021-05-28 14:54:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41622202822','Cleared','','','','','','','','',0.00,0.00,0,NULL),(587,'','Cash','','2021-05-28 14:55:45','','0','4','2021-05-28 14:55:45','','4950','4950','1','retail',NULL,'4950','1','0','0','0','0','0','0','printed',' ','','1','0','41622202890','Cleared','','','','','','','','',0.00,0.00,0,NULL),(588,'','Cash','','2021-05-28 14:57:58','','0','4','2021-05-28 14:57:58','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41622202995','Cleared','','','','','','','','',0.00,0.00,0,NULL),(589,'','Cash','','2021-05-28 18:16:13','','0','4','2021-05-28 18:16:13','','18500','18500','1','retail',NULL,'18500','1','0','0','0','0','0','0','printed',' </BR>TANK 3000LTR ','','1','0','41622214951','Cleared','','','','','','','','',0.00,0.00,0,NULL),(590,'','Cash','','2021-05-28 18:19:52','','0','4','2021-05-28 18:19:52','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' </BR>1ROLL ','','1','0','41622215164','Cleared','','','','','','','','',0.00,0.00,0,NULL),(591,'','Cash','','2021-05-28 18:25:18','','0','4','2021-05-28 18:25:18','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41622215282','Cleared','','','','','','','','',0.00,0.00,0,NULL),(592,'','Cash','','2021-05-28 18:26:31','','0','4','2021-05-28 18:26:31','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' </BR>SOLAR LITE 60W ','','1','0','41622215523','Cleared','','','','','','','','',0.00,0.00,0,NULL),(593,'','Cash','','2021-05-28 18:29:52','','0','4','2021-05-28 18:29:52','','8200','8200','1','retail',NULL,'8200','1','0','0','0','0','0','0','printed',' ','','1','0','41622215639','Cleared','','','','','','','','',0.00,0.00,0,NULL),(594,'','Cash','','2021-05-28 18:31:16','','0','4','2021-05-28 18:31:16','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41622215808','Cleared','','','','','','','','',0.00,0.00,0,NULL),(595,'','Cash','','2021-05-28 18:35:39','','0','4','2021-05-28 18:35:39','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41622215880','Cleared','','','','','','','','',0.00,0.00,0,NULL),(596,'','Cash','','2021-05-28 18:48:50','','0','4','2021-05-28 18:48:50','','37000','37000','1','retail',NULL,'37000','1','0','0','0','0','0','0','printed',' ','','1','0','41622216259','Cleared','','','','','','','','',0.00,0.00,0,NULL),(597,'','Cash','','2021-05-29 13:46:44','','0','4','2021-05-29 13:46:44','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622285068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(598,'','Cash','','2021-05-29 13:48:46','','0','4','2021-05-29 13:48:46','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41622285212','Cleared','','','','','','','','',0.00,0.00,0,NULL),(599,'','Cash','','2021-05-29 14:17:01','','0','4','2021-05-29 14:17:01','','7900','7900','1','retail',NULL,'7900','1','0','0','0','0','0','0','printed',' </BR>10.kg.fila ','','1','0','41622285332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(600,'','Cash','','2021-05-29 14:25:43','','0','4','2021-05-29 14:25:43','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41622287057','Cleared','','','','','','','','',0.00,0.00,0,NULL),(601,'','Cash','','2021-05-29 14:28:34','','0','4','2021-05-29 14:28:34','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41622287552','Cleared','','','','','','','','',0.00,0.00,0,NULL),(602,'','Cash','','2021-05-29 14:32:19','','0','4','2021-05-29 14:32:19','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' </BR>8.li.em.pant ','','1','0','41622287726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(603,'','Cash','','2021-05-29 14:36:39','','0','4','2021-05-29 14:36:39','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41622287978','Cleared','','','','','','','','',0.00,0.00,0,NULL),(604,'','Cash','','2021-05-29 14:39:01','','0','4','2021-05-29 14:39:01','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>cuttng.desk.2pcs ','','1','0','41622288205','Cleared','','','','','','','','',0.00,0.00,0,NULL),(605,'','Cash','','2021-05-29 14:40:37','','0','4','2021-05-29 14:40:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622288381','Cleared','','','','','','','','',0.00,0.00,0,NULL),(606,'','Cash','','2021-05-29 14:41:55','','0','4','2021-05-29 14:41:55','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41622288446','Cleared','','','','','','','','',0.00,0.00,0,NULL),(607,'','Cash','','2021-05-29 15:09:47','','0','4','2021-05-29 15:09:47','','21750','21750','1','retail',NULL,'21750','1','0','0','0','0','0','0','printed',' ','','1','0','41622288522','Cleared','','','','','','','','',0.00,0.00,0,NULL),(608,'','Cash','','2021-05-29 17:15:06','','0','4','2021-05-29 17:15:06','','8600','8600','1','retail',NULL,'8600','1','0','0','0','0','0','0','printed',' ','','1','0','41622297565','Cleared','','','','','','','','',0.00,0.00,0,NULL),(609,'','Cash','','2021-05-29 17:15:59','','0','4','2021-05-29 17:15:59','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41622297731','Cleared','','','','','','','','',0.00,0.00,0,NULL),(610,'','Cash','','2021-05-29 17:17:41','','0','4','2021-05-29 17:17:41','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' </BR>red.oxed.10 ','','1','0','41622297764','Cleared','','','','','','','','',0.00,0.00,0,NULL),(611,'','Cash','','2021-05-29 17:19:44','','0','4','2021-05-29 17:19:44','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41622297897','Cleared','','','','','','','','',0.00,0.00,0,NULL),(612,'','Cash','','2021-05-29 17:23:29','','0','4','2021-05-29 17:23:29','','45800','45800','1','retail',NULL,'45800','1','0','0','0','0','0','0','printed',' ','','1','0','41622297988','Cleared','','','','','','','','',0.00,0.00,0,NULL),(613,'','Cash','','2021-05-29 17:24:59','','0','4','2021-05-29 17:24:59','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41622298228','Cleared','','','','','','','','',0.00,0.00,0,NULL),(614,'','Cash','','2021-05-29 17:26:54','','0','4','2021-05-29 17:26:54','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41622298305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(615,'','Cash','','2021-05-29 17:27:32','','0','4','2021-05-29 17:27:32','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41622298421','Cleared','','','','','','','','',0.00,0.00,0,NULL),(616,'','Cash','','2021-05-31 10:38:28','','0','4','2021-05-29 17:33:18','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41622298590','Cleared','5','2021-05-31 10:38:28','','','','','','',0.00,0.00,0,NULL),(617,'','Cash','','2021-05-31 10:54:31','','0','4','2021-05-29 17:34:45','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41622298829','Cleared','5','2021-05-31 10:54:31','','','','','','',0.00,0.00,0,NULL),(618,'','Cash','','2021-05-29 17:40:48','','0','4','2021-05-29 17:40:48','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41622299225','Cleared','','','','','','','','',0.00,0.00,0,NULL),(619,'','Cash','','2021-05-29 17:52:38','','0','4','2021-05-29 17:52:38','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622299339','Cleared','','','','','','','','',0.00,0.00,0,NULL),(620,'','Cash','','2021-05-29 17:54:11','','0','4','2021-05-29 17:54:11','','16900','16900','1','retail',NULL,'16900','1','0','0','0','0','0','0','printed',' ','','1','0','41622300006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(621,'','Cash','','2021-05-31 17:02:56','','0','4','2021-05-31 17:02:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622463167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(622,'','Cash','','2021-05-31 17:03:32','','0','4','2021-05-31 17:03:32','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41622469783','Cleared','','','','','','','','',0.00,0.00,0,NULL),(623,'','Cash','','2021-05-31 17:04:52','','0','4','2021-05-31 17:04:52','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41622469817','Cleared','','','','','','','','',0.00,0.00,0,NULL),(624,'','Cash','','2021-05-31 22:06:59','','0','4','2021-05-31 17:06:34','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622469897','Cleared','5','2021-05-31 22:06:59','','','','','','',0.00,0.00,0,NULL),(625,'','Cash','','2021-05-31 17:07:50','','0','4','2021-05-31 17:07:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622470019','Cleared','','','','','','','','',0.00,0.00,0,NULL),(626,'','Cash','','2021-05-31 17:10:19','','0','4','2021-05-31 17:10:19','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622470075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(627,'','Cash','','2021-05-31 22:08:52','','0','4','2021-05-31 17:11:09','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622470227','Cleared','5','2021-05-31 22:08:52','','','','','','',0.00,0.00,0,NULL),(628,'','Cash','','2021-05-31 22:03:51','','0','4','2021-05-31 17:18:11','','19800','19800','1','retail',NULL,'19800','1','0','0','0','0','0','0','printed',' ','','1','0','41622470300','Cleared','5','2021-05-31 22:03:51','','','','','','',0.00,0.00,0,NULL),(629,'','Cash','','2021-05-31 17:26:16','','0','4','2021-05-31 17:26:16','','3650','3650','1','retail',NULL,'3650','1','0','0','0','0','0','0','printed',' ','','1','0','41622471026','Cleared','','','','','','','','',0.00,0.00,0,NULL),(630,'','Cash','','2021-05-31 17:27:48','','0','4','2021-05-31 17:27:48','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41622471189','Cleared','','','','','','','','',0.00,0.00,0,NULL),(631,'','Cash','','2021-05-31 17:30:31','','0','4','2021-05-31 17:30:31','','2050','2050','1','retail',NULL,'2050','1','0','0','0','0','0','0','printed',' ','','1','0','41622471275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(632,'','Cash','','2021-05-31 17:32:52','','0','4','2021-05-31 17:32:52','','2775','2775','1','retail',NULL,'2775','1','0','0','0','0','0','0','printed',' ','','1','0','41622471440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(633,'','Cash','','2021-05-31 17:33:46','','0','4','2021-05-31 17:33:46','','9250','9250','1','retail',NULL,'9250','1','0','0','0','0','0','0','printed',' ','','1','0','41622471579','Cleared','','','','','','','','',0.00,0.00,0,NULL),(634,'','Cash','','2021-05-31 17:34:34','','0','4','2021-05-31 17:34:34','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>1/4.pant ','','1','0','41622471631','Cleared','','','','','','','','',0.00,0.00,0,NULL),(635,'','Cash','','2021-05-31 17:41:25','','0','4','2021-05-31 17:41:25','','11600','11600','1','retail',NULL,'11600','1','0','0','0','0','0','0','printed',' ','','1','0','41622471692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(636,'','Cash','','2021-05-31 17:46:23','','0','4','2021-05-31 17:46:23','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','41622472092','Cleared','','','','','','','','',0.00,0.00,0,NULL),(637,'','Cash','','2021-05-31 17:53:38','','0','4','2021-05-31 17:53:38','','19260','19260','1','retail',NULL,'19260','1','0','0','0','0','0','0','printed',' ','','1','0','41622472409','Cleared','','','','','','','','',0.00,0.00,0,NULL),(638,'','Cash','','2021-05-31 18:03:37','','0','4','2021-05-31 18:03:37','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' </BR>tap.1/2\r\nglu.1/4 ','','1','0','41622472845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(639,'','Cash','','2021-05-31 18:23:50','','0','4','2021-05-31 18:23:50','','69750','69750','1','retail',NULL,'69750','1','0','0','0','0','0','0','printed',' ','','1','0','41622474243','Cleared','','','','','','','','',0.00,0.00,0,NULL),(640,'','Cash','','2021-06-01 14:00:40','','0','4','2021-06-01 14:00:40','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41622545216','Cleared','','','','','','','','',0.00,0.00,0,NULL),(641,'','Cash','','2021-06-02 08:49:42','','0','4','2021-06-01 14:02:05','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41622545255','Cleared','5','2021-06-02 08:49:42','','','','','','',0.00,0.00,0,NULL),(642,'','Cash','','2021-06-01 14:03:11','','0','4','2021-06-01 14:03:11','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41622545354','Cleared','','','','','','','','',0.00,0.00,0,NULL),(643,'','Cash','','2021-06-01 14:04:03','','0','4','2021-06-01 14:04:03','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41622545403','Cleared','','','','','','','','',0.00,0.00,0,NULL),(644,'','Cash','','2021-06-01 15:36:31','','0','4','2021-06-01 15:36:31','','4150','4150','1','retail',NULL,'4150','1','0','0','0','0','0','0','printed',' ','','1','0','41622545455','Cleared','','','','','','','','',0.00,0.00,0,NULL),(645,'','Cash','','2021-06-01 15:44:26','','0','4','2021-06-01 15:44:26','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41622551030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(646,'','Cash','','2021-06-02 08:53:46','','0','4','2021-06-01 15:50:00','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41622551477','Cleared','5','2021-06-02 08:53:46','','','','','','',0.00,0.00,0,NULL),(647,'','Cash','','2021-06-01 15:54:08','','0','4','2021-06-01 15:54:09','','11150','11150','1','retail',NULL,'11150','1','0','0','0','0','0','0','printed',' ','','1','0','41622551835','Cleared','','','','','','','','',0.00,0.00,0,NULL),(648,'','Cash','','2021-06-02 08:58:35','','0','4','2021-06-01 17:10:29','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41622556564','Cleared','5','2021-06-02 08:58:35','','','','','','',0.00,0.00,0,NULL),(649,'','Cash','','2021-06-01 17:12:40','','0','4','2021-06-01 17:12:40','','16350','16350','1','retail',NULL,'16350','1','0','0','0','0','0','0','printed',' ','','1','0','41622556652','Cleared','','','','','','','','',0.00,0.00,0,NULL),(650,'','Cash','','2021-06-01 17:15:09','','0','4','2021-06-01 17:15:09','','21000','21000','1','retail',NULL,'21000','1','0','0','0','0','0','0','printed',' ','','1','0','41622556766','Cleared','','','','','','','','',0.00,0.00,0,NULL),(651,'','Cash','','2021-06-02 08:42:03','','0','4','2021-06-01 17:20:57','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41622557068','Cleared','5','2021-06-02 08:42:03','','','','','','',0.00,0.00,0,NULL),(652,'','Cash','','2021-06-01 17:23:30','','0','4','2021-06-01 17:23:30','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41622557323','Cleared','','','','','','','','',0.00,0.00,0,NULL),(653,'','Cash','','2021-06-01 17:24:55','','0','4','2021-06-01 17:24:55','','21000','21000','1','retail',NULL,'21000','1','0','0','0','0','0','0','printed',' ','','1','0','41622557422','Cleared','','','','','','','','',0.00,0.00,0,NULL),(654,'','Cash','','2021-06-01 17:25:59','','0','4','2021-06-01 17:25:59','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41622557509','Cleared','','','','','','','','',0.00,0.00,0,NULL),(656,'','Cash','','2021-06-02 14:41:35','','0','4','2021-06-02 14:41:35','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' ','','1','0','41622627182','Cleared','','','','','','','','',0.00,0.00,0,NULL),(657,'','Cash','','2021-06-02 14:49:20','','0','4','2021-06-02 14:49:20','','6050','6050','1','retail',NULL,'6050','1','0','0','0','0','0','0','printed',' ','','1','0','41622634119','Cleared','','','','','','','','',0.00,0.00,0,NULL),(658,'','Cash','','2021-06-02 14:52:51','','0','4','2021-06-02 14:52:51','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41622634732','Cleared','','','','','','','','',0.00,0.00,0,NULL),(659,'','Cash','','2021-06-03 16:50:06','','0','4','2021-06-02 16:50:06','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' ','','1','0','41622634780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(660,'','Cash','','2021-06-03 16:52:23','','0','4','2021-06-02 16:52:23','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41622728220','Cleared','','','','','','','','',0.00,0.00,0,NULL),(661,'','Cash','','2021-06-03 16:53:41','','0','4','2021-06-02 16:53:41','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41622728365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(662,'','Cash','','2021-06-03 17:01:17','','0','4','2021-06-02 17:01:17','','7960','7960','1','retail',NULL,'7960','1','0','0','0','0','0','0','printed',' </BR>2.PCS.CRNER.ALUMINIYAM ','','1','0','41622728439','Cleared','','','','','','','','',0.00,0.00,0,NULL),(663,'','Cash','','2021-06-03 17:08:02','','0','4','2021-06-02 17:08:02','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41622728942','Cleared','','','','','','','','',0.00,0.00,0,NULL),(664,'','Cash','','2021-06-03 17:08:53','','0','4','2021-06-02 17:08:53','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41622729295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(665,'','Cash','','2021-06-03 17:11:00','','0','4','2021-06-02 17:11:00','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' </BR>2.LI.TARPNTEN ','','1','0','41622729347','Cleared','','','','','','','','',0.00,0.00,0,NULL),(666,'','Cash','','2021-06-03 17:12:50','','0','4','2021-06-02 17:12:50','','30250','30250','1','retail',NULL,'30250','1','0','0','0','0','0','0','printed',' ','','1','0','41622729510','Cleared','','','','','','','','',0.00,0.00,0,NULL),(667,'','Cash','','2021-06-03 17:14:06','','0','4','2021-06-02 17:14:06','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41622729586','Cleared','','','','','','','','',0.00,0.00,0,NULL),(668,'','Cash','','2021-06-03 17:14:46','','0','4','2021-06-02 17:14:46','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41622729656','Cleared','','','','','','','','',0.00,0.00,0,NULL),(669,'','Cash','','2021-06-03 17:15:42','','0','4','2021-06-02 17:15:42','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41622729698','Cleared','','','','','','','','',0.00,0.00,0,NULL),(670,'','Cash','','2021-06-03 17:16:21','','0','4','2021-06-02 17:16:21','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41622729757','Cleared','','','','','','','','',0.00,0.00,0,NULL),(671,'','Cash','','2021-06-03 17:19:14','','0','4','2021-06-02 17:19:14','','31500','31500','1','retail',NULL,'31500','1','0','0','0','0','0','0','printed',' ','','1','0','41622729807','Cleared','','','','','','','','',0.00,0.00,0,NULL),(672,'','Cash','','2021-06-03 17:20:28','','0','4','2021-06-02 17:20:28','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41622729964','Cleared','','','','','','','','',0.00,0.00,0,NULL),(673,'','Cash','','2021-06-03 17:24:45','','0','4','2021-06-03 17:24:45','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41622730242','Cleared','','','','','','','','',0.00,0.00,0,NULL),(674,'','Cash','','2021-06-03 19:21:14','','0','4','2021-06-03 17:31:19','','12700','12700','1','retail',NULL,'12700','1','0','0','0','0','0','0','printed',' ','','1','0','41622730291','Cleared','5','2021-06-03 19:21:14','','','','','','',0.00,0.00,0,NULL),(675,'','Cash','','2021-06-03 17:42:08','','0','4','2021-06-03 17:42:08','','6900','6900','1','retail',NULL,'6900','1','0','0','0','0','0','0','printed',' ','','1','0','41622731136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(676,'','Cash','','2021-06-03 17:42:54','','0','4','2021-06-03 17:42:54','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622731335','Cleared','','','','','','','','',0.00,0.00,0,NULL),(677,'','Cash','','2021-06-03 17:43:46','','0','4','2021-06-03 17:43:46','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41622731379','Cleared','','','','','','','','',0.00,0.00,0,NULL),(678,'','Cash','','2021-06-03 17:49:42','','0','4','2021-06-03 17:49:42','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41622731438','Cleared','','','','','','','','',0.00,0.00,0,NULL),(679,'','Cash','','2021-06-03 17:55:09','','0','4','2021-06-03 17:55:09','','23500','23500','1','retail',NULL,'23500','1','0','0','0','0','0','0','printed',' ','','1','0','41622731791','Cleared','','','','','','','','',0.00,0.00,0,NULL),(680,'','Cash','','2021-06-03 17:55:50','','0','4','2021-06-03 17:55:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622732117','Cleared','','','','','','','','',0.00,0.00,0,NULL),(681,'','Cash','','2021-06-03 17:56:55','','0','4','2021-06-03 17:56:55','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41622732162','Cleared','','','','','','','','',0.00,0.00,0,NULL),(682,'','Cash','','2021-06-03 17:59:25','','0','4','2021-06-03 17:59:25','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41622732223','Cleared','','','','','','','','',0.00,0.00,0,NULL),(683,'','Cash','','2021-06-03 18:07:14','','0','4','2021-06-03 18:07:14','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41622732372','Cleared','','','','','','','','',0.00,0.00,0,NULL),(684,'','Cash','','2021-06-03 20:14:43','','0','4','2021-06-03 18:15:32','','18400','18400','1','retail',NULL,'18400','1','0','0','0','0','0','0','printed',' ','','1','0','41622733097','Cleared','5','2021-06-03 20:14:43','','','','','','',0.00,0.00,0,NULL),(685,'','Cash','','2021-06-03 18:17:42','','0','4','2021-06-03 18:17:42','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41622733427','Cleared','','','','','','','','',0.00,0.00,0,NULL),(686,'','Cash','','2021-06-03 19:22:59','','0','4','2021-06-03 18:20:09','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' ','','1','0','41622733468','Cleared','5','2021-06-03 19:22:59','','','','','','',0.00,0.00,0,NULL),(687,'','Cash','','2021-06-03 18:21:22','','0','4','2021-06-03 18:21:22','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41622733621','Cleared','','','','','','','','',0.00,0.00,0,NULL),(688,'','Cash','','2021-06-03 18:21:40','','0','4','2021-06-03 18:21:40','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41622733687','Cleared','','','','','','','','',0.00,0.00,0,NULL),(689,'','Cash','','2021-06-03 18:22:11','','0','4','2021-06-03 18:22:11','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41622733713','Cleared','','','','','','','','',0.00,0.00,0,NULL),(690,'','Cash','','2021-06-03 18:22:46','','0','4','2021-06-03 18:22:46','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41622733740','Cleared','','','','','','','','',0.00,0.00,0,NULL),(691,'','Cash','','2021-06-03 20:26:19','','0','4','2021-06-03 18:24:33','','10850','10850','1','retail',NULL,'10850','1','0','0','0','0','0','0','printed',' ','','1','0','41622733777','Cleared','5','2021-06-03 20:26:19','','','','','','',0.00,0.00,0,NULL),(692,'','Cash','','2021-06-03 18:25:10','','0','4','2021-06-03 18:25:10','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41622733879','Cleared','','','','','','','','',0.00,0.00,0,NULL),(693,'','Cash','','2021-06-03 18:26:01','','0','4','2021-06-03 18:26:01','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41622733923','Cleared','','','','','','','','',0.00,0.00,0,NULL),(694,'','Cash','','2021-06-03 18:26:40','','0','4','2021-06-03 18:26:40','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41622733965','Cleared','','','','','','','','',0.00,0.00,0,NULL),(695,'','Cash','','2021-06-03 18:28:23','','0','4','2021-06-03 18:28:23','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41622734010','Cleared','','','','','','','','',0.00,0.00,0,NULL),(696,'','Cash','','2021-06-04 08:25:41','','0','4','2021-06-04 08:25:41','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41622783844','Cleared','','','','','','','','',0.00,0.00,0,NULL),(697,'','Cash','','2021-06-04 08:26:45','','0','4','2021-06-04 08:26:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41622784350','Cleared','','','','','','','','',0.00,0.00,0,NULL),(698,'','Cash','','2021-06-04 08:29:09','','0','4','2021-06-04 08:29:09','','39500','39500','1','retail',NULL,'39500','1','0','0','0','0','0','0','printed',' ','','1','0','41622784411','Cleared','','','','','','','','',0.00,0.00,0,NULL),(699,'','Cash','','2021-06-04 15:16:45','','0','4','2021-06-04 15:16:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41622808952','Cleared','','','','','','','','',0.00,0.00,0,NULL),(700,'','Cash','','2021-06-04 15:19:09','','0','4','2021-06-04 15:19:09','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622809013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(701,'','Cash','','2021-06-04 15:23:08','','0','4','2021-06-04 15:23:08','','48400','48400','1','retail',NULL,'48400','1','0','0','0','0','0','0','printed',' ','','1','0','41622809162','Cleared','','','','','','','','',0.00,0.00,0,NULL),(702,'','Cash','','2021-06-04 15:32:53','','0','4','2021-06-04 15:32:53','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41622809627','Cleared','','','','','','','','',0.00,0.00,0,NULL),(703,'','Cash','','2021-06-04 15:34:55','','0','4','2021-06-04 15:34:55','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>alarmlock ','','1','0','41622809981','Cleared','','','','','','','','',0.00,0.00,0,NULL),(704,'','Cash','','2021-06-04 15:41:34','','0','4','2021-06-04 15:41:34','','3790','3790','1','retail',NULL,'3790','1','0','0','0','0','0','0','printed',' ','','1','0','41622810130','Cleared','','','','','','','','',0.00,0.00,0,NULL),(705,'','Cash','','2021-06-04 15:46:25','','0','4','2021-06-04 15:46:25','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622810509','Cleared','','','','','','','','',0.00,0.00,0,NULL),(706,'','Cash','','2021-06-04 16:29:46','','0','4','2021-06-04 16:29:46','','13300','13300','1','retail',NULL,'13300','1','0','0','0','0','0','0','printed',' ','','1','0','41622810793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(707,'','Cash','','2021-06-04 16:47:44','','0','4','2021-06-04 16:47:44','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41622813571','Cleared','','','','','','','','',0.00,0.00,0,NULL),(708,'','Cash','','2021-06-04 16:54:31','','0','4','2021-06-04 16:54:31','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41622814481','Cleared','','','','','','','','',0.00,0.00,0,NULL),(709,'','Cash','','2021-06-04 17:10:06','','0','4','2021-06-04 17:10:06','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>stelnals.20 ','','1','0','41622814882','Cleared','','','','','','','','',0.00,0.00,0,NULL),(710,'','Cash','','2021-06-04 17:14:00','','0','4','2021-06-04 17:14:00','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' </BR>kigko.1 ','','1','0','41622815858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(711,'','Cash','','2021-06-04 17:16:58','','0','4','2021-06-04 17:16:58','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','0','41622816184','Cleared','','','','','','','','',0.00,0.00,0,NULL),(712,'','Cash','','2021-06-04 17:22:33','','0','4','2021-06-04 17:22:33','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41622816489','Cleared','','','','','','','','',0.00,0.00,0,NULL),(713,'','Cash','','2021-06-04 17:23:15','','0','4','2021-06-04 17:23:15','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41622816560','Cleared','','','','','','','','',0.00,0.00,0,NULL),(714,'','Cash','','2021-06-04 17:30:59','','0','4','2021-06-04 17:30:59','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41622816993','Cleared','','','','','','','','',0.00,0.00,0,NULL),(715,'','Cash','','2021-06-04 17:33:12','','0','4','2021-06-04 17:33:12','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41622817087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(716,'','Cash','','2021-06-04 17:56:36','','0','4','2021-06-04 17:56:36','','375','375','1','retail',NULL,'375','1','0','0','0','0','0','0','printed',' ','','1','0','41622817880','Cleared','','','','','','','','',0.00,0.00,0,NULL),(717,'','Cash','','2021-06-04 17:58:53','','0','4','2021-06-04 17:58:53','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41622818608','Cleared','','','','','','','','',0.00,0.00,0,NULL),(718,'','Cash','','2021-06-04 18:00:56','','0','4','2021-06-04 18:00:56','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41622818818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(719,'','Cash','','2021-06-04 18:02:06','','0','4','2021-06-04 18:02:06','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>topplag ','','1','0','41622818867','Cleared','','','','','','','','',0.00,0.00,0,NULL),(720,'','Cash','','2021-06-05 16:53:12','','0','4','2021-06-05 16:53:12','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>1/2.li.tarpntain ','','1','0','41622900927','Cleared','','','','','','','','',0.00,0.00,0,NULL),(721,'','Cash','','2021-06-05 16:55:11','','0','4','2021-06-05 16:55:11','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' ','','1','0','41622901255','Cleared','','','','','','','','',0.00,0.00,0,NULL),(722,'','Cash','','2021-06-05 16:56:44','','0','4','2021-06-05 16:56:44','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41622901344','Cleared','','','','','','','','',0.00,0.00,0,NULL),(723,'','Cash','','2021-06-05 16:59:57','','0','4','2021-06-05 16:59:57','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41622901543','Cleared','','','','','','','','',0.00,0.00,0,NULL),(724,'','Cash','','2021-06-05 17:01:19','','0','4','2021-06-05 17:01:19','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>1.li.cleyr ','','1','0','41622901618','Cleared','','','','','','','','',0.00,0.00,0,NULL),(725,'','Cash','','2021-06-05 17:03:03','','0','4','2021-06-05 17:03:03','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41622901716','Cleared','','','','','','','','',0.00,0.00,0,NULL),(726,'','Cash','','2021-06-05 17:11:16','','0','4','2021-06-05 17:11:16','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41622902075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(727,'','Cash','','2021-06-05 17:14:43','','0','4','2021-06-05 17:14:43','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41622902327','Cleared','','','','','','','','',0.00,0.00,0,NULL),(728,'','Cash','','2021-06-05 17:18:41','','0','4','2021-06-05 17:18:41','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41622902520','Cleared','','','','','','','','',0.00,0.00,0,NULL),(729,'','Cash','','2021-06-05 17:20:13','','0','4','2021-06-05 17:20:13','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41622902730','Cleared','','','','','','','','',0.00,0.00,0,NULL),(730,'','Cash','','2021-06-05 17:21:35','','0','4','2021-06-05 17:21:35','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41622902830','Cleared','','','','','','','','',0.00,0.00,0,NULL),(731,'','Cash','','2021-06-05 17:22:19','','0','4','2021-06-05 17:22:19','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41622902900','Cleared','','','','','','','','',0.00,0.00,0,NULL),(732,'','Cash','','2021-06-05 17:27:32','','0','4','2021-06-05 17:27:32','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41622902947','Cleared','','','','','','','','',0.00,0.00,0,NULL),(733,'','Cash','','2021-06-05 17:28:41','','0','4','2021-06-05 17:28:41','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41622903259','Cleared','','','','','','','','',0.00,0.00,0,NULL),(734,'','Cash','','2021-06-05 17:49:58','','0','4','2021-06-05 17:49:58','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41622904075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(735,'','Cash','','2021-06-06 18:12:14','','0','4','2021-06-05 17:51:34','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41622904655','Cleared','5','2021-06-06 18:12:14','','','','','','',0.00,0.00,0,NULL),(736,'','Cash','','2021-06-05 18:07:13','','0','4','2021-06-05 18:07:13','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' </BR>corner.bau.100ft ','','1','0','41622904757','Cleared','','','','','','','','',0.00,0.00,0,NULL),(737,'','Cash','','2021-06-05 18:20:19','','0','4','2021-06-05 18:20:19','','680','680','1','retail',NULL,'680','1','0','0','0','0','0','0','printed',' </BR>4.mi.karpet ','','1','0','41622906264','Cleared','','','','','','','','',0.00,0.00,0,NULL),(738,'','Cash','','2021-06-07 14:45:08','','0','4','2021-06-07 14:45:08','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41623062634','Cleared','','','','','','','','',0.00,0.00,0,NULL),(739,'','Cash','','2021-06-07 14:46:50','','0','4','2021-06-07 14:46:50','','10200','10200','1','retail',NULL,'10200','1','0','0','0','0','0','0','printed',' ','','1','0','41623066325','Cleared','','','','','','','','',0.00,0.00,0,NULL),(740,'','Cash','','2021-06-07 14:48:46','','0','4','2021-06-07 14:48:46','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41623066445','Cleared','','','','','','','','',0.00,0.00,0,NULL),(741,'','Cash','','2021-06-07 14:52:39','','0','4','2021-06-07 14:52:39','','19900','19900','1','retail',NULL,'19900','1','0','0','0','0','0','0','printed',' ','','1','0','41623066533','Cleared','','','','','','','','',0.00,0.00,0,NULL),(742,'','Cash','','2021-06-07 22:26:27','','0','4','2021-06-07 14:55:13','','16000','16000','1','retail',NULL,'16000','1','0','0','0','0','0','0','printed',' ','','1','0','41623066780','Cleared','5','2021-06-07 22:26:27','','','','','','',0.00,0.00,0,NULL),(743,'','Cash','','2021-06-07 14:57:14','','0','4','2021-06-07 14:57:14','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' ','','1','0','41623066923','Cleared','','','','','','','','',0.00,0.00,0,NULL),(744,'','Cash','','2021-06-07 15:00:32','','0','4','2021-06-07 15:00:33','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41623067041','Cleared','','','','','','','','',0.00,0.00,0,NULL),(745,'','Cash','','2021-06-07 15:02:54','','0','4','2021-06-07 15:02:54','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41623067237','Cleared','','','','','','','','',0.00,0.00,0,NULL),(746,'','Cash','','2021-06-07 22:18:13','','0','4','2021-06-07 16:00:40','','51500','51500','1','retail',NULL,'51500','1','0','0','0','0','0','0','printed',' ','','1','0','41623067398','Cleared','5','2021-06-07 22:18:14','','','','','','',0.00,0.00,0,NULL),(747,'','Cash','','2021-06-07 16:02:28','','0','4','2021-06-07 16:02:28','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41623070887','Cleared','','','','','','','','',0.00,0.00,0,NULL),(748,'','Cash','','2021-06-07 16:09:35','','0','4','2021-06-07 16:09:35','','9400','9400','1','retail',NULL,'9400','1','0','0','0','0','0','0','printed',' ','','1','0','41623070967','Cleared','','','','','','','','',0.00,0.00,0,NULL),(749,'','Cash','','2021-06-07 16:11:01','','0','4','2021-06-07 16:11:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41623071411','Cleared','','','','','','','','',0.00,0.00,0,NULL),(750,'','Cash','','2021-06-07 16:16:33','','0','4','2021-06-07 16:16:34','','2050','2050','1','retail',NULL,'2050','1','0','0','0','0','0','0','printed',' ','','1','0','41623071468','Cleared','','','','','','','','',0.00,0.00,0,NULL),(751,'','Cash','','2021-06-07 16:28:23','','0','4','2021-06-07 16:28:23','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41623071801','Cleared','','','','','','','','',0.00,0.00,0,NULL),(752,'','Cash','','2021-06-07 16:30:52','','0','4','2021-06-07 16:30:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41623072580','Cleared','','','','','','','','',0.00,0.00,0,NULL),(753,'','Cash','','2021-06-07 16:33:15','','0','4','2021-06-07 16:33:15','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41623072721','Cleared','','','','','','','','',0.00,0.00,0,NULL),(754,'','Cash','','2021-06-07 17:42:46','','0','4','2021-06-07 17:42:46','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41623076831','Cleared','','','','','','','','',0.00,0.00,0,NULL),(755,'','Cash','','2021-06-07 18:09:47','','0','4','2021-06-07 18:09:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41623076985','Cleared','','','','','','','','',0.00,0.00,0,NULL),(756,'','Cash','','2021-06-07 22:16:46','','0','4','2021-06-07 18:14:12','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41623078619','Cleared','5','2021-06-07 22:16:46','','','','','','',0.00,0.00,0,NULL),(757,'','Cash','','2021-06-07 18:15:41','','0','4','2021-06-07 18:15:41','','16500','16500','1','retail',NULL,'16500','1','0','0','0','0','0','0','printed',' ','','1','0','41623078906','Cleared','','','','','','','','',0.00,0.00,0,NULL),(758,'','Cash','','2021-06-07 18:17:41','','0','4','2021-06-07 18:17:41','','5050','5050','1','retail',NULL,'5050','1','0','0','0','0','0','0','printed',' ','','1','0','41623078949','Cleared','','','','','','','','',0.00,0.00,0,NULL),(759,'','Cash','','2021-06-08 15:34:24','','0','4','2021-06-08 15:34:24','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41623154456','Cleared','','','','','','','','',0.00,0.00,0,NULL),(760,'','Cash','','2021-06-10 18:35:32','','0','4','2021-06-08 15:40:06','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41623155674','Cleared','5','2021-06-08 18:35:32','','','','','','',0.00,0.00,0,NULL),(761,'','Cash','','2021-06-08 15:43:31','','0','4','2021-06-08 15:43:32','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41623156096','Cleared','','','','','','','','',0.00,0.00,0,NULL),(762,'','Cash','','2021-06-08 16:03:59','','0','4','2021-06-08 16:03:59','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41623156221','Cleared','','','','','','','','',0.00,0.00,0,NULL),(763,'','Cash','','2021-06-08 16:10:06','','0','4','2021-06-08 16:10:06','','9350','9350','1','retail',NULL,'9350','1','0','0','0','0','0','0','printed',' ','','1','0','41623157448','Cleared','','','','','','','','',0.00,0.00,0,NULL),(764,'','Cash','','2021-06-08 16:21:15','','0','4','2021-06-08 16:21:15','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' </BR>5kg.wholpas ','','1','0','41623158135','Cleared','','','','','','','','',0.00,0.00,0,NULL),(765,'','Cash','','2021-06-09 18:25:29','','0','4','2021-06-08 16:24:10','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41623158585','Cleared','5','2021-06-08 18:25:29','','','','','','',0.00,0.00,0,NULL),(766,'','Cash','','2021-06-09 18:18:57','','0','4','2021-06-08 16:25:10','','9300','9300','1','retail',NULL,'9300','1','0','0','0','0','0','0','printed',' ','','1','0','41623158657','Cleared','5','2021-06-08 18:18:57','','','','','','',0.00,0.00,0,NULL),(767,'','Cash','','2021-06-08 16:28:29','','0','4','2021-06-08 16:28:29','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41623158818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(768,'','Cash','','2021-06-08 16:30:59','','0','4','2021-06-08 16:30:59','','21200','21200','1','retail',NULL,'21200','1','0','0','0','0','0','0','printed',' ','','1','0','41623158918','Cleared','','','','','','','','',0.00,0.00,0,NULL),(769,'','Cash','','2021-06-08 16:32:15','','0','4','2021-06-08 16:32:15','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41623159065','Cleared','','','','','','','','',0.00,0.00,0,NULL),(770,'','Cash','','2021-06-08 16:34:24','','0','4','2021-06-08 16:34:24','','6900','6900','1','retail',NULL,'6900','1','0','0','0','0','0','0','printed',' ','','1','0','41623159152','Cleared','','','','','','','','',0.00,0.00,0,NULL),(771,'','Cash','','2021-06-08 16:35:27','','0','4','2021-06-08 16:35:27','','17000','17000','1','retail',NULL,'17000','1','0','0','0','0','0','0','printed',' ','','1','0','41623159271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(772,'','Cash','','2021-06-09 14:10:42','','0','4','2021-06-09 14:10:42','','19800','19800','1','retail',NULL,'19800','1','0','0','0','0','0','0','printed',' ','','1','0','41623235713','Cleared','','','','','','','','',0.00,0.00,0,NULL),(773,'','Cash','','2021-06-09 14:15:33','','0','4','2021-06-09 14:15:34','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41623237054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(774,'','Cash','','2021-06-09 14:16:30','','0','4','2021-06-09 14:16:30','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41623237343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(775,'','Cash','','2021-06-09 14:18:19','','0','4','2021-06-09 14:18:19','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','0','41623237446','Cleared','','','','','','','','',0.00,0.00,0,NULL),(776,'','Cash','','2021-06-09 14:32:53','','0','4','2021-06-09 14:32:53','','16400','16400','1','retail',NULL,'16400','1','0','0','0','0','0','0','printed',' </BR>4pkt.c.clps\r\n5pcs.s.naels\r\n15pcs.skru\r\n4pcs.jb\r\n1pcs.trkig\r\n1pcs.condit\r\n5pcs.p.box ','','1','0','41623237543','Cleared','','','','','','','','',0.00,0.00,0,NULL),(777,'','Cash','','2021-06-09 14:36:46','','0','4','2021-06-09 14:36:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41623238581','Cleared','','','','','','','','',0.00,0.00,0,NULL),(778,'','Cash','','2021-06-09 14:45:05','','0','4','2021-06-09 14:45:05','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41623238618','Cleared','','','','','','','','',0.00,0.00,0,NULL),(779,'','Cash','','2021-06-09 14:46:00','','0','4','2021-06-09 14:46:00','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41623239112','Cleared','','','','','','','','',0.00,0.00,0,NULL),(780,'','Cash','','2021-06-09 14:48:38','','0','4','2021-06-09 14:48:38','','1170','1170','1','retail',NULL,'1170','1','0','0','0','0','0','0','printed',' </BR>1pcs.want ','','1','0','41623239186','Cleared','','','','','','','','',0.00,0.00,0,NULL),(781,'','Cash','','2021-06-09 14:50:23','','0','4','2021-06-09 14:50:23','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' </BR>3/4.tap.tank.contor ','','1','0','41623239343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(782,'','Cash','','2021-06-09 14:52:27','','0','4','2021-06-09 14:52:27','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41623239470','Cleared','','','','','','','','',0.00,0.00,0,NULL),(783,'','Cash','','2021-06-09 17:25:49','','0','4','2021-06-09 17:25:49','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>2.fet.sandpeper ','','1','0','41623248447','Cleared','','','','','','','','',0.00,0.00,0,NULL),(784,'','Cash','','2021-06-09 18:41:19','','0','4','2021-06-09 17:29:23','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41623248795','Cleared','5','2021-06-09 18:41:19','','','','','','',0.00,0.00,0,NULL),(785,'','Cash','','2021-06-09 17:31:33','','0','4','2021-06-09 17:31:33','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41623248994','Cleared','','','','','','','','',0.00,0.00,0,NULL),(786,'','Cash','','2021-06-09 17:32:18','','0','4','2021-06-09 17:32:18','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41623249111','Cleared','','','','','','','','',0.00,0.00,0,NULL),(787,'','Cash','','2021-06-09 17:33:43','','0','4','2021-06-09 17:33:43','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41623249143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(788,'','Cash','','2021-06-09 17:34:59','','0','4','2021-06-09 17:34:59','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41623249233','Cleared','','','','','','','','',0.00,0.00,0,NULL),(789,'','Cash','','2021-06-09 18:33:31','','0','5','2021-06-09 18:33:31','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','51623252778','Cleared','','','','','','','','',0.00,0.00,0,NULL),(790,'','Cash','','2021-06-09 18:34:36','','0','5','2021-06-09 18:34:36','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' ','','1','0','51623252845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(791,'','Cash','','2021-06-10 08:44:21','','0','4','2021-06-10 08:44:21','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41623303747','Cleared','','','','','','','','',0.00,0.00,0,NULL),(792,'','Cash','','2021-06-10 08:46:15','','0','4','2021-06-10 08:46:15','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41623303886','Cleared','','','','','','','','',0.00,0.00,0,NULL),(793,'','Cash','','2021-06-10 17:38:04','','0','5','2021-06-10 17:38:04','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','51623335850','Cleared','','','','','','','','',0.00,0.00,0,NULL),(794,'','Cash','','2021-06-10 17:39:21','','0','5','2021-06-10 17:39:21','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','51623335902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(795,'','Cash','','2021-06-10 17:39:58','','0','5','2021-06-10 17:39:58','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','51623335969','Cleared','','','','','','','','',0.00,0.00,0,NULL),(796,'','Cash','','2021-06-10 17:45:37','','0','5','2021-06-10 17:45:37','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','51623336173','Cleared','','','','','','','','',0.00,0.00,0,NULL),(797,'','Cash','','2021-06-10 17:57:22','','0','5','2021-06-10 17:57:22','','15750','15750','1','retail',NULL,'15750','1','0','0','0','0','0','0','printed',' ','','1','0','51623336343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(799,'','Cash','','2021-06-10 18:06:03','','0','5','2021-06-10 18:06:03','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','51623337098','Cleared','','','','','','','','',0.00,0.00,0,NULL),(800,'','Cash','','2021-06-10 18:08:14','','0','5','2021-06-10 18:08:14','','9800','9800','1','retail',NULL,'9800','1','0','0','0','0','0','0','printed',' ','','1','0','51623337569','Cleared','','','','','','','','',0.00,0.00,0,NULL),(801,'','Cash','','2021-06-10 18:08:59','','0','5','2021-06-10 18:08:59','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','51623337701','Cleared','','','','','','','','',0.00,0.00,0,NULL),(802,'','Cash','','2021-06-10 18:10:07','','0','5','2021-06-10 18:10:07','','8100','8100','1','retail',NULL,'8100','1','0','0','0','0','0','0','printed',' ','','1','0','51623337745','Cleared','','','','','','','','',0.00,0.00,0,NULL),(803,'','Cash','','2021-06-10 18:19:21','','0','5','2021-06-10 18:19:21','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','51623338337','Cleared','','','','','','','','',0.00,0.00,0,NULL),(804,'','Cash','','2021-06-11 17:10:52','','0','4','2021-06-11 17:10:52','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>2FIT.TUB ','','1','0','41623419997','Cleared','','','','','','','','',0.00,0.00,0,NULL),(805,'','Cash','','2021-06-11 17:15:09','','0','4','2021-06-11 17:15:09','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41623420809','Cleared','','','','','','','','',0.00,0.00,0,NULL),(806,'','Cash','','2021-06-11 17:22:29','','0','4','2021-06-11 17:22:29','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41623420915','Cleared','','','','','','','','',0.00,0.00,0,NULL),(807,'','Cash','','2021-06-11 17:23:07','','0','4','2021-06-11 17:23:07','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41623421364','Cleared','','','','','','','','',0.00,0.00,0,NULL),(808,'','Cash','','2021-06-11 17:24:59','','0','4','2021-06-11 17:24:59','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41623421397','Cleared','4','2021-06-11 17:24:59','','','','','','',0.00,0.00,0,NULL),(809,'','Cash','','2021-06-11 17:31:48','','0','4','2021-06-11 17:31:48','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41623421873','Cleared','','','','','','','','',0.00,0.00,0,NULL),(810,'','Cash','','2021-06-11 18:14:43','','0','4','2021-06-11 18:14:43','','13300','13300','1','retail',NULL,'13300','1','0','0','0','0','0','0','printed',' ','','1','0','41623424443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(811,'','Cash','','2021-06-11 18:15:27','','0','4','2021-06-11 18:15:27','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41623424490','Cleared','','','','','','','','',0.00,0.00,0,NULL),(812,'','Cash','','2021-06-11 18:16:30','','0','4','2021-06-11 18:16:30','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41623424536','Cleared','','','','','','','','',0.00,0.00,0,NULL),(813,'','Cash','','2021-06-11 18:20:39','','0','4','2021-06-11 18:20:39','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41623424715','Cleared','','','','','','','','',0.00,0.00,0,NULL),(814,'','Cash','','2021-06-11 18:26:13','','0','4','2021-06-11 18:26:13','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' ','','1','0','41623424844','Cleared','','','','','','','','',0.00,0.00,0,NULL),(815,'','Cash','','2021-06-11 18:27:14','','0','4','2021-06-11 18:27:14','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41623425190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(816,'','Cash','','2021-06-11 18:28:59','','0','4','2021-06-11 18:28:59','','14400','14400','1','retail',NULL,'14400','1','0','0','0','0','0','0','printed',' ','','1','0','41623425239','Cleared','','','','','','','','',0.00,0.00,0,NULL),(817,'','Cash','','2021-06-11 18:30:43','','0','4','2021-06-11 18:30:43','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41623425412','Cleared','','','','','','','','',0.00,0.00,0,NULL),(818,'','Cash','','2021-06-11 18:31:43','','0','4','2021-06-11 18:31:43','','25400','25400','1','retail',NULL,'25400','1','0','0','0','0','0','0','printed',' ','','1','0','41623425457','Cleared','','','','','','','','',0.00,0.00,0,NULL),(819,'','Cash','','2021-06-11 18:32:05','','0','4','2021-06-11 18:32:05','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41623425512','Cleared','','','','','','','','',0.00,0.00,0,NULL),(820,'','Cash','','2021-06-11 18:33:36','','0','4','2021-06-11 18:33:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41623425531','Cleared','','','','','','','','',0.00,0.00,0,NULL),(822,'','Cash','','2021-06-11 18:37:13','','0','4','2021-06-11 18:37:13','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41623425773','Cleared','','','','','','','','',0.00,0.00,0,NULL),(823,'','Cash','','2021-06-11 18:38:28','','0','4','2021-06-11 18:38:28','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41623425845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(824,'','Cash','','2021-06-11 18:41:52','','0','4','2021-06-11 18:41:52','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41623425924','Cleared','','','','','','','','',0.00,0.00,0,NULL),(825,'','Cash','','2021-06-11 18:42:30','','0','4','2021-06-11 18:42:30','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41623426130','Cleared','','','','','','','','',0.00,0.00,0,NULL),(826,'','Cash','','2021-06-11 18:43:22','','0','4','2021-06-11 18:43:22','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41623426156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(827,'','Cash','','2021-06-11 18:44:10','','0','4','2021-06-11 18:44:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41623426208','Cleared','','','','','','','','',0.00,0.00,0,NULL),(828,'','Cash','','2021-06-11 18:45:25','','0','4','2021-06-11 18:45:26','','9400','9400','1','retail',NULL,'9400','1','0','0','0','0','0','0','printed',' ','','1','0','41623426265','Cleared','','','','','','','','',0.00,0.00,0,NULL),(829,'','Cash','','2021-06-11 18:46:14','','0','4','2021-06-11 18:46:14','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41623426347','Cleared','','','','','','','','',0.00,0.00,0,NULL),(830,'','Cash','','2021-06-11 19:01:36','','0','4','2021-06-11 19:01:36','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41623426491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(831,'','Cash','','2021-06-12 10:02:26','','0','4','2021-06-12 10:02:26','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41623480899','Cleared','','','','','','','','',0.00,0.00,0,NULL),(832,'','Cash','','2021-06-12 10:04:18','','0','4','2021-06-12 10:04:18','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41623481354','Cleared','','','','','','','','',0.00,0.00,0,NULL),(833,'','Cash','','2021-06-12 10:05:05','','0','4','2021-06-12 10:05:05','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41623481464','Cleared','','','','','','','','',0.00,0.00,0,NULL),(834,'','Cash','','2021-06-12 18:08:15','','0','4','2021-06-12 18:08:15','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41623510451','Cleared','','','','','','','','',0.00,0.00,0,NULL),(835,'','Cash','','2021-06-12 18:09:50','','0','4','2021-06-12 18:09:50','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41623510519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(836,'','Cash','','2021-06-12 18:12:09','','0','4','2021-06-12 18:12:09','','12100','12100','1','retail',NULL,'12100','1','0','0','0','0','0','0','printed',' ','','1','0','41623510599','Cleared','','','','','','','','',0.00,0.00,0,NULL),(837,'','Cash','','2021-06-12 18:13:12','','0','4','2021-06-12 18:13:12','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41623510742','Cleared','','','','','','','','',0.00,0.00,0,NULL),(838,'','Cash','','2021-06-12 18:14:07','','0','4','2021-06-12 18:14:07','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41623510796','Cleared','','','','','','','','',0.00,0.00,0,NULL),(839,'','Cash','','2021-06-12 18:16:28','','0','4','2021-06-12 18:16:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41623510968','Cleared','','','','','','','','',0.00,0.00,0,NULL),(840,'','Cash','','2021-06-12 18:17:41','','0','4','2021-06-12 18:17:41','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41623510995','Cleared','','','','','','','','',0.00,0.00,0,NULL),(841,'','Cash','','2021-06-12 18:18:54','','0','4','2021-06-12 18:18:54','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' </BR>TANK 1000 LTR ','','1','0','41623511066','Cleared','','','','','','','','',0.00,0.00,0,NULL),(842,'','Cash','','2021-06-14 17:42:33','','0','4','2021-06-14 17:42:33','','31850','31850','1','retail',NULL,'31850','1','0','0','0','0','0','0','printed',' ','','1','0','41623681511','Cleared','','','','','','','','',0.00,0.00,0,NULL),(843,'','Cash','','2021-06-14 17:43:59','','0','4','2021-06-14 17:43:59','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41623681787','Cleared','','','','','','','','',0.00,0.00,0,NULL),(844,'','Cash','','2021-06-14 17:46:09','','0','4','2021-06-14 17:46:09','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>2kg.willpass ','','1','0','41623681846','Cleared','','','','','','','','',0.00,0.00,0,NULL),(845,'','Cash','','2021-06-14 17:52:09','','0','4','2021-06-14 17:52:09','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41623682173','Cleared','','','','','','','','',0.00,0.00,0,NULL),(846,'','Cash','','2021-06-14 17:55:31','','0','4','2021-06-14 17:55:31','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>ma.tap5miter ','','1','0','41623682402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(847,'','Cash','','2021-06-14 17:56:44','','0','4','2021-06-14 17:56:44','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41623682564','Cleared','','','','','','','','',0.00,0.00,0,NULL),(848,'','Cash','','2021-06-14 17:57:32','','0','4','2021-06-14 17:57:32','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41623682610','Cleared','','','','','','','','',0.00,0.00,0,NULL),(849,'','Cash','','2021-06-14 18:01:41','','0','4','2021-06-14 18:01:41','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' </BR>blu.wellbaro ','','1','0','41623682660','Cleared','','','','','','','','',0.00,0.00,0,NULL),(850,'','Cash','','2021-06-14 18:03:15','','0','4','2021-06-14 18:03:15','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41623682973','Cleared','','','','','','','','',0.00,0.00,0,NULL),(851,'','Cash','','2021-06-15 08:50:18','','0','4','2021-06-14 08:50:18','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41623683010','Cleared','','','','','','','','',0.00,0.00,0,NULL),(852,'','Cash','','2021-06-15 08:53:48','','0','4','2021-06-14 08:53:48','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','41623736235','Cleared','','','','','','','','',0.00,0.00,0,NULL),(853,'','Cash','','2021-06-15 15:05:20','','0','4','2021-06-15 15:05:20','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41623758374','Cleared','','','','','','','','',0.00,0.00,0,NULL),(854,'','Cash','','2021-06-15 15:07:17','','0','4','2021-06-15 15:07:17','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41623758787','Cleared','','','','','','','','',0.00,0.00,0,NULL),(855,'','Cash','','2021-06-15 15:32:30','','0','4','2021-06-15 15:32:30','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41623760313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(856,'','Cash','','2021-06-15 15:50:09','','0','4','2021-06-15 15:50:09','','2550','2550','1','retail',NULL,'2550','1','0','0','0','0','0','0','printed',' ','','1','0','41623760413','Cleared','','','','','','','','',0.00,0.00,0,NULL),(857,'','Cash','','2021-06-15 15:52:51','','0','4','2021-06-15 15:52:51','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41623761437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(858,'','Cash','','2021-06-15 15:55:01','','0','4','2021-06-15 15:55:01','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' ','','1','0','41623761582','Cleared','','','','','','','','',0.00,0.00,0,NULL),(859,'','Cash','','2021-06-15 15:57:01','','0','4','2021-06-15 15:57:01','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41623761712','Cleared','','','','','','','','',0.00,0.00,0,NULL),(860,'','Cash','','2021-06-15 16:04:34','','0','4','2021-06-15 16:04:34','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41623761838','Cleared','','','','','','','','',0.00,0.00,0,NULL),(861,'','Cash','','2021-06-15 16:08:12','','0','4','2021-06-15 16:08:13','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41623762306','Cleared','','','','','','','','',0.00,0.00,0,NULL),(862,'','Cash','','2021-06-15 16:10:30','','0','4','2021-06-15 16:10:30','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41623762548','Cleared','','','','','','','','',0.00,0.00,0,NULL),(863,'','Cash','','2021-06-15 16:13:05','','0','4','2021-06-15 16:13:05','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41623762691','Cleared','','','','','','','','',0.00,0.00,0,NULL),(864,'','Cash','','2021-06-15 16:17:26','','0','4','2021-06-15 16:17:26','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' </BR>4.FETTUB.KAMPLET6PCS ','','1','0','41623762794','Cleared','','','','','','','','',0.00,0.00,0,NULL),(865,'','Cash','','2021-06-15 16:22:48','','0','4','2021-06-15 16:22:48','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41623763132','Cleared','','','','','','','','',0.00,0.00,0,NULL),(866,'','Cash','','2021-06-16 15:41:37','','0','4','2021-06-16 15:41:37','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41623847232','Cleared','','','','','','','','',0.00,0.00,0,NULL),(867,'','Cash','','2021-06-16 15:51:48','','0','4','2021-06-16 15:51:48','','40250','40250','1','retail',NULL,'40250','1','0','0','0','0','0','0','printed',' ','','1','0','41623847312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(868,'','Cash','','2021-06-16 15:53:15','','0','4','2021-06-16 15:53:15','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41623847932','Cleared','','','','','','','','',0.00,0.00,0,NULL),(869,'','Cash','','2021-06-16 15:56:10','','0','4','2021-06-16 15:56:10','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41623848002','Cleared','','','','','','','','',0.00,0.00,0,NULL),(870,'','Cash','','2021-06-16 15:58:21','','0','4','2021-06-16 15:58:21','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41623848187','Cleared','','','','','','','','',0.00,0.00,0,NULL),(871,'','Cash','','2021-06-16 16:00:10','','0','4','2021-06-16 16:00:10','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41623848306','Cleared','','','','','','','','',0.00,0.00,0,NULL),(872,'','Cash','','2021-06-16 16:03:33','','0','4','2021-06-16 16:03:33','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41623848470','Cleared','','','','','','','','',0.00,0.00,0,NULL),(873,'','Cash','','2021-06-16 16:07:14','','0','4','2021-06-16 16:07:14','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>2liter.em.whatepant ','','1','0','41623848640','Cleared','','','','','','','','',0.00,0.00,0,NULL),(874,'','Cash','','2021-06-16 16:19:23','','0','4','2021-06-16 16:19:24','','87950','87950','1','retail',NULL,'87950','1','0','0','0','0','0','0','printed',' ','','1','0','41623848912','Cleared','','','','','','','','',0.00,0.00,0,NULL),(875,'','Cash','','2021-06-16 16:21:35','','0','4','2021-06-16 16:21:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41623849575','Cleared','','','','','','','','',0.00,0.00,0,NULL),(876,'','Cash','','2021-06-16 16:38:24','','0','4','2021-06-16 16:38:24','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41623850671','Cleared','','','','','','','','',0.00,0.00,0,NULL),(877,'','Cash','','2021-06-16 17:48:13','','0','4','2021-06-16 17:48:13','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41623854833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(878,'','Cash','','2021-06-16 17:49:33','','0','4','2021-06-16 17:49:33','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41623854928','Cleared','','','','','','','','',0.00,0.00,0,NULL),(879,'','Cash','','2021-06-16 17:51:00','','0','4','2021-06-16 17:51:00','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41623854982','Cleared','','','','','','','','',0.00,0.00,0,NULL),(880,'','Cash','','2021-06-17 15:52:07','','0','4','2021-06-17 15:52:07','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41623934079','Cleared','','','','','','','','',0.00,0.00,0,NULL),(881,'','Cash','','2021-06-17 15:58:43','','0','4','2021-06-17 15:58:43','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','41623934339','Cleared','','','','','','','','',0.00,0.00,0,NULL),(882,'','Cash','','2021-06-17 15:59:35','','0','4','2021-06-17 15:59:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' </BR>tyestr.1pcs ','','1','0','41623934735','Cleared','','','','','','','','',0.00,0.00,0,NULL),(883,'','Cash','','2021-06-17 16:33:12','','0','4','2021-06-17 16:33:12','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' </BR>hingsh.\r\ndawnfiteng ','','1','0','41623934808','Cleared','','','','','','','','',0.00,0.00,0,NULL),(884,'','Cash','','2021-06-17 16:37:13','','0','4','2021-06-17 16:37:13','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' </BR>5kg.paty\r\ngl.kater.1pcs ','','1','0','41623936843','Cleared','','','','','','','','',0.00,0.00,0,NULL),(885,'','Cash','','2021-06-17 16:42:34','','0','4','2021-06-17 16:42:34','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41623937251','Cleared','','','','','','','','',0.00,0.00,0,NULL),(886,'','Cash','','2021-06-17 16:44:52','','0','4','2021-06-17 16:44:52','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' </BR>3pcs.4fittub ','','1','0','41623937359','Cleared','','','','','','','','',0.00,0.00,0,NULL),(887,'','Cash','','2021-06-17 16:46:18','','0','4','2021-06-17 16:46:18','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41623937531','Cleared','','','','','','','','',0.00,0.00,0,NULL),(888,'','Cash','','2021-06-17 16:48:42','','0','4','2021-06-17 16:48:42','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' </BR>p.toilet.kamplet\r\n2pcs.tangt250ml ','','1','0','41623937597','Cleared','','','','','','','','',0.00,0.00,0,NULL),(889,'','Cash','','2021-06-17 16:53:11','','0','4','2021-06-17 16:53:11','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>0.5liter.turpntin ','','1','0','41623937925','Cleared','','','','','','','','',0.00,0.00,0,NULL),(890,'','Cash','','2021-06-17 17:50:22','','0','4','2021-06-17 17:50:22','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41623938173','Cleared','','','','','','','','',0.00,0.00,0,NULL),(891,'','Cash','','2021-06-17 17:54:57','','0','4','2021-06-17 17:54:57','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41623941519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(892,'','Cash','','2021-06-17 17:56:17','','0','4','2021-06-17 17:56:17','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41623941706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(893,'','Cash','','2021-06-17 18:03:41','','0','4','2021-06-17 18:03:41','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41623942115','Cleared','','','','','','','','',0.00,0.00,0,NULL),(894,'','Cash','','2021-06-18 16:00:59','','0','4','2021-06-18 16:00:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>2feet.tub ','','1','0','41624021219','Cleared','','','','','','','','',0.00,0.00,0,NULL),(895,'','Cash','','2021-06-18 16:05:45','','0','4','2021-06-18 16:05:45','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41624021297','Cleared','','','','','','','','',0.00,0.00,0,NULL),(896,'','Cash','','2021-06-18 16:07:07','','0','4','2021-06-18 16:07:07','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>1kg.patte ','','1','0','41624021554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(897,'','Cash','','2021-06-18 16:13:43','','0','4','2021-06-18 16:13:43','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41624021674','Cleared','','','','','','','','',0.00,0.00,0,NULL),(898,'','Cash','','2021-06-18 16:15:44','','0','4','2021-06-18 16:15:44','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41624022028','Cleared','','','','','','','','',0.00,0.00,0,NULL),(899,'','Cash','','2021-06-18 16:17:48','','0','4','2021-06-18 16:17:48','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41624022160','Cleared','','','','','','','','',0.00,0.00,0,NULL),(900,'','Cash','','2021-06-18 16:19:22','','0','4','2021-06-18 16:19:22','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>2pcs.panga ','','1','0','41624022275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(901,'','Cash','','2021-06-18 16:23:10','','0','4','2021-06-18 16:23:10','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41624022459','Cleared','','','','','','','','',0.00,0.00,0,NULL),(902,'','Cash','','2021-06-18 16:33:15','','0','4','2021-06-18 16:33:15','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41624022602','Cleared','','','','','','','','',0.00,0.00,0,NULL),(903,'','Cash','','2021-06-18 16:34:15','','0','4','2021-06-18 16:34:15','','27500','27500','1','retail',NULL,'27500','1','0','0','0','0','0','0','printed',' ','','1','0','41624023210','Cleared','','','','','','','','',0.00,0.00,0,NULL),(904,'','Cash','','2021-06-18 16:35:01','','0','4','2021-06-18 16:35:01','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41624023262','Cleared','','','','','','','','',0.00,0.00,0,NULL),(905,'','Cash','','2021-06-18 17:59:19','','0','4','2021-06-18 17:59:19','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41624023388','Cleared','','','','','','','','',0.00,0.00,0,NULL),(906,'','Cash','','2021-06-18 18:00:10','','0','4','2021-06-18 18:00:10','','3625','3625','1','retail',NULL,'3625','1','0','0','0','0','0','0','printed',' ','','1','0','41624028371','Cleared','','','','','','','','',0.00,0.00,0,NULL),(907,'','Cash','','2021-06-19 17:17:24','','0','4','2021-06-19 17:17:24','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41624112132','Cleared','','','','','','','','',0.00,0.00,0,NULL),(908,'','Cash','','2021-06-19 17:31:17','','0','4','2021-06-19 17:31:17','','5300','5300','1','retail',NULL,'5300','1','0','0','0','0','0','0','printed',' ','','1','0','41624112284','Cleared','','','','','','','','',0.00,0.00,0,NULL),(909,'','Cash','','2021-06-19 17:32:04','','0','4','2021-06-19 17:32:04','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' </BR>5liter.turptin ','','1','0','41624113083','Cleared','','','','','','','','',0.00,0.00,0,NULL),(910,'','Cash','','2021-06-19 17:33:42','','0','4','2021-06-19 17:33:42','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41624113147','Cleared','','','','','','','','',0.00,0.00,0,NULL),(911,'','Cash','','2021-06-19 17:37:01','','0','4','2021-06-19 17:37:01','','5300','5300','1','retail',NULL,'5300','1','0','0','0','0','0','0','printed',' ','','1','0','41624113227','Cleared','','','','','','','','',0.00,0.00,0,NULL),(912,'','Cash','','2021-06-19 17:41:06','','0','4','2021-06-19 17:41:06','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41624113569','Cleared','','','','','','','','',0.00,0.00,0,NULL),(913,'','Cash','','2021-06-21 14:56:08','','0','4','2021-06-21 14:56:08','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41624276518','Cleared','','','','','','','','',0.00,0.00,0,NULL),(914,'','Cash','','2021-06-21 14:59:44','','0','4','2021-06-21 14:59:44','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41624276575','Cleared','','','','','','','','',0.00,0.00,0,NULL),(915,'','Cash','','2021-06-21 20:23:59','','0','4','2021-06-21 15:07:03','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41624276927','Cleared','5','2021-06-21 20:23:59','','','','','','',0.00,0.00,0,NULL),(916,'','Cash','','2021-06-21 15:09:05','','0','4','2021-06-21 15:09:05','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1kg.baydig ','','1','0','41624277272','Cleared','','','','','','','','',0.00,0.00,0,NULL),(917,'','Cash','','2021-06-21 15:13:36','','0','4','2021-06-21 15:13:36','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41624277521','Cleared','','','','','','','','',0.00,0.00,0,NULL),(918,'','Cash','','2021-06-21 15:15:23','','0','4','2021-06-21 15:15:23','','6750','6750','1','retail',NULL,'6750','1','0','0','0','0','0','0','printed',' ','','1','0','41624277636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(919,'','Cash','','2021-06-21 17:47:30','','0','4','2021-06-21 17:47:30','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41624286632','Cleared','','','','','','','','',0.00,0.00,0,NULL),(920,'','Cash','','2021-06-21 17:48:23','','0','4','2021-06-21 17:48:23','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1pcs.tayster ','','1','0','41624286856','Cleared','','','','','','','','',0.00,0.00,0,NULL),(921,'','Cash','','2021-06-21 17:51:37','','0','4','2021-06-21 17:51:37','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41624286947','Cleared','','','','','','','','',0.00,0.00,0,NULL),(922,'','Cash','','2021-06-21 17:54:00','','0','4','2021-06-21 17:54:00','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' </BR>nova.hire.macin\r\n2pcs4fit.tub ','','1','0','41624287145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(923,'','Cash','','2021-06-21 17:55:49','','0','4','2021-06-21 17:55:49','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41624287313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(924,'','Cash','','2021-06-21 17:56:33','','0','4','2021-06-21 17:56:33','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41624287365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(925,'','Cash','','2021-06-22 14:49:22','','0','4','2021-06-22 14:49:22','','20950','20950','1','retail',NULL,'20950','1','0','0','0','0','0','0','printed',' ','','1','0','41624362355','Cleared','','','','','','','','',0.00,0.00,0,NULL),(926,'','Cash','','2021-06-22 15:00:26','','0','4','2021-06-22 15:00:26','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41624362609','Cleared','','','','','','','','',0.00,0.00,0,NULL),(927,'','Cash','','2021-06-22 15:07:51','','0','4','2021-06-22 15:07:51','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' ','','1','0','41624363246','Cleared','','','','','','','','',0.00,0.00,0,NULL),(928,'','Cash','','2021-06-22 15:29:30','','0','4','2021-06-22 15:29:30','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624364661','Cleared','','','','','','','','',0.00,0.00,0,NULL),(929,'','Cash','','2021-06-22 15:35:30','','0','4','2021-06-22 15:35:30','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41624364978','Cleared','','','','','','','','',0.00,0.00,0,NULL),(930,'','Cash','','2021-06-22 15:52:58','','0','4','2021-06-22 15:52:58','','46500','46500','1','retail',NULL,'46500','1','0','0','0','0','0','0','printed',' ','','1','0','41624365557','Cleared','','','','','','','','',0.00,0.00,0,NULL),(931,'','Cash','','2021-06-22 16:08:43','','0','4','2021-06-22 16:08:43','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' </BR>3FET.SANDPAPER ','','1','0','41624366384','Cleared','','','','','','','','',0.00,0.00,0,NULL),(932,'','Cash','','2021-06-22 16:10:17','','0','4','2021-06-22 16:10:17','','11400','11400','1','retail',NULL,'11400','1','0','0','0','0','0','0','printed',' ','','1','0','41624367369','Cleared','','','','','','','','',0.00,0.00,0,NULL),(933,'','Cash','','2021-06-22 16:12:38','','0','4','2021-06-22 16:12:38','','10800','10800','1','retail',NULL,'10800','1','0','0','0','0','0','0','printed',' ','','1','0','41624367452','Cleared','','','','','','','','',0.00,0.00,0,NULL),(934,'','Cash','','2021-06-22 16:41:44','','0','4','2021-06-22 16:41:44','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41624369107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(935,'','Cash','','2021-06-22 16:42:43','','0','4','2021-06-22 16:42:43','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41624369312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(936,'','Cash','','2021-06-22 16:44:59','','0','4','2021-06-22 16:44:59','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41624369379','Cleared','','','','','','','','',0.00,0.00,0,NULL),(937,'','Cash','','2021-06-22 17:59:32','','0','4','2021-06-22 17:59:32','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41624369641','Cleared','','','','','','','','',0.00,0.00,0,NULL),(938,'','Cash','','2021-06-23 16:17:43','','0','4','2021-06-23 16:17:43','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41624453988','Cleared','','','','','','','','',0.00,0.00,0,NULL),(939,'','Cash','','2021-06-23 16:26:57','','0','4','2021-06-23 16:26:57','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' </BR>3PCS.SCKAPER ','','1','0','41624454295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(940,'','Cash','','2021-06-23 16:40:19','','0','4','2021-06-23 16:40:19','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41624455036','Cleared','','','','','','','','',0.00,0.00,0,NULL),(941,'','Cash','','2021-06-23 16:44:48','','0','4','2021-06-23 16:44:48','','25500','25500','1','retail',NULL,'25500','1','0','0','0','0','0','0','printed',' ','','1','0','41624455649','Cleared','','','','','','','','',0.00,0.00,0,NULL),(942,'','Cash','','2021-06-23 16:46:59','','0','4','2021-06-23 16:46:59','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','0','41624455899','Cleared','','','','','','','','',0.00,0.00,0,NULL),(943,'','Cash','','2021-06-23 16:50:22','','0','4','2021-06-23 16:50:23','','895','895','1','retail',NULL,'895','1','0','0','0','0','0','0','printed',' </BR>1PCS.1/2TAP\r\nTANKCONTOR ','','1','0','41624456178','Cleared','','','','','','','','',0.00,0.00,0,NULL),(944,'','Cash','','2021-06-23 17:11:42','','0','4','2021-06-23 17:11:42','','10200','10200','1','retail',NULL,'10200','1','0','0','0','0','0','0','printed',' ','','1','0','41624456297','Cleared','','','','','','','','',0.00,0.00,0,NULL),(945,'','Cash','','2021-06-23 17:20:14','','0','4','2021-06-23 17:20:14','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41624457925','Cleared','','','','','','','','',0.00,0.00,0,NULL),(946,'','Cash','','2021-06-23 17:21:41','','0','4','2021-06-23 17:21:41','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41624458022','Cleared','','','','','','','','',0.00,0.00,0,NULL),(947,'','Cash','','2021-06-23 17:48:44','','0','4','2021-06-23 17:48:44','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41624458216','Cleared','','','','','','','','',0.00,0.00,0,NULL),(948,'','Cash','','2021-06-23 17:49:37','','0','4','2021-06-23 17:49:37','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1/2LITER.PANT ','','1','0','41624459746','Cleared','','','','','','','','',0.00,0.00,0,NULL),(949,'','Cash','','2021-06-24 17:27:32','','0','4','2021-06-24 17:27:32','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' </BR>1PCS.MITE ','','1','0','41624544812','Cleared','','','','','','','','',0.00,0.00,0,NULL),(950,'','Cash','','2021-06-24 17:29:55','','0','4','2021-06-24 17:29:55','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41624544883','Cleared','','','','','','','','',0.00,0.00,0,NULL),(951,'','Cash','','2021-06-24 17:30:48','','0','4','2021-06-24 17:30:48','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41624545007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(952,'','Cash','','2021-06-24 17:32:00','','0','4','2021-06-24 17:32:00','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41624545057','Cleared','','','','','','','','',0.00,0.00,0,NULL),(953,'','Cash','','2021-06-24 17:36:30','','0','4','2021-06-24 17:36:30','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41624545129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(954,'','Cash','','2021-06-24 17:37:36','','0','4','2021-06-24 17:37:36','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41624545398','Cleared','','','','','','','','',0.00,0.00,0,NULL),(955,'','Cash','','2021-06-24 17:39:04','','0','4','2021-06-24 17:39:04','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41624545489','Cleared','','','','','','','','',0.00,0.00,0,NULL),(956,'','Cash','','2021-06-24 17:40:13','','0','4','2021-06-24 17:40:13','','32500','32500','1','retail',NULL,'32500','1','0','0','0','0','0','0','printed',' ','','1','0','41624545553','Cleared','','','','','','','','',0.00,0.00,0,NULL),(957,'','Cash','','2021-06-24 17:41:19','','0','4','2021-06-24 17:41:19','','16800','16800','1','retail',NULL,'16800','1','0','0','0','0','0','0','printed',' ','','1','0','41624545632','Cleared','','','','','','','','',0.00,0.00,0,NULL),(958,'','Cash','','2021-06-24 17:47:20','','0','4','2021-06-24 17:47:20','','29100','29100','1','retail',NULL,'29100','1','0','0','0','0','0','0','printed',' </BR>NGMBECHAINLINK.2ROLL ','','1','0','41624545709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(959,'','Cash','','2021-06-24 17:51:32','','0','4','2021-06-24 17:51:32','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41624546109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(960,'','Cash','','2021-06-24 17:53:53','','0','4','2021-06-24 17:53:53','','5250','5250','1','retail',NULL,'5250','1','0','0','0','0','0','0','printed',' </BR>15PCS.1/4PANT ','','1','0','41624546303','Cleared','','','','','','','','',0.00,0.00,0,NULL),(961,'','Cash','','2021-06-24 17:58:33','','0','4','2021-06-24 17:58:33','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41624546589','Cleared','','','','','','','','',0.00,0.00,0,NULL),(962,'','Cash','','2021-06-25 17:08:21','','0','4','2021-06-25 17:08:21','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41624629992','Cleared','','','','','','','','',0.00,0.00,0,NULL),(963,'','Cash','','2021-06-25 17:15:27','','0','4','2021-06-25 17:15:27','','131000','131000','1','retail',NULL,'131000','1','0','0','0','0','0','0','printed',' ','','1','0','41624630109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(964,'','Cash','','2021-06-25 17:27:06','','0','4','2021-06-25 17:27:06','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41624631063','Cleared','','','','','','','','',0.00,0.00,0,NULL),(965,'','Cash','','2021-06-25 17:27:33','','0','4','2021-06-25 17:27:33','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41624631233','Cleared','','','','','','','','',0.00,0.00,0,NULL),(966,'','Cash','','2021-06-25 17:28:26','','0','4','2021-06-25 17:28:26','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41624631266','Cleared','','','','','','','','',0.00,0.00,0,NULL),(967,'','Cash','','2021-06-25 17:29:58','','0','4','2021-06-25 17:29:58','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' ','','1','0','41624631315','Cleared','','','','','','','','',0.00,0.00,0,NULL),(968,'','Cash','','2021-06-25 17:31:09','','0','4','2021-06-25 17:31:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>2PCS.DISK ','','1','0','41624631406','Cleared','','','','','','','','',0.00,0.00,0,NULL),(969,'','Cash','','2021-06-25 17:36:00','','0','4','2021-06-25 17:36:00','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41624631510','Cleared','','','','','','','','',0.00,0.00,0,NULL),(970,'','Cash','','2021-06-25 17:37:08','','0','4','2021-06-25 17:37:08','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>SPRET.LEVEL ','','1','0','41624631771','Cleared','','','','','','','','',0.00,0.00,0,NULL),(971,'','Cash','','2021-06-25 17:40:44','','0','4','2021-06-25 17:40:44','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>3/4.TAP ','','1','0','41624631896','Cleared','','','','','','','','',0.00,0.00,0,NULL),(972,'','Cash','','2021-06-25 17:56:03','','0','4','2021-06-25 17:56:03','','9950','9950','1','retail',NULL,'9950','1','0','0','0','0','0','0','printed',' ','','1','0','41624632077','Cleared','','','','','','','','',0.00,0.00,0,NULL),(973,'','Cash','','2021-06-25 17:59:29','','0','4','2021-06-25 17:59:29','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41624632983','Cleared','','','','','','','','',0.00,0.00,0,NULL),(974,'','Cash','','2021-06-26 15:00:23','','0','4','2021-06-26 15:00:23','','9700','9700','1','retail',NULL,'9700','1','0','0','0','0','0','0','printed',' ','','1','0','41624708746','Cleared','','','','','','','','',0.00,0.00,0,NULL),(975,'','Cash','','2021-06-27 11:12:39','','0','4','2021-06-26 15:02:41','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41624708853','Cleared','5','2021-06-27 11:12:39','','','','','','',0.00,0.00,0,NULL),(976,'','Cash','','2021-06-26 15:04:12','','0','4','2021-06-26 15:04:12','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41624708988','Cleared','4','2021-06-26 15:04:12','','','','','','',0.00,0.00,0,NULL),(977,'','Cash','','2021-06-26 15:17:22','','0','4','2021-06-26 15:17:22','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41624709641','Cleared','','','','','','','','',0.00,0.00,0,NULL),(978,'','Cash','','2021-06-26 15:29:25','','0','4','2021-06-26 15:29:25','','3950','3950','1','retail',NULL,'3950','1','0','0','0','0','0','0','printed',' ','','1','0','41624709848','Cleared','','','','','','','','',0.00,0.00,0,NULL),(979,'','Cash','','2021-06-26 15:30:43','','0','4','2021-06-26 15:30:43','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41624710573','Cleared','','','','','','','','',0.00,0.00,0,NULL),(980,'','Cash','','2021-06-26 15:32:02','','0','4','2021-06-26 15:32:02','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41624710649','Cleared','','','','','','','','',0.00,0.00,0,NULL),(981,'','Cash','','2021-06-26 15:32:54','','0','4','2021-06-26 15:32:54','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624710728','Cleared','','','','','','','','',0.00,0.00,0,NULL),(982,'','Cash','','2021-06-26 15:34:26','','0','4','2021-06-26 15:34:26','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' ','','1','0','41624710780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(983,'','Cash','','2021-06-26 15:36:01','','0','4','2021-06-26 15:36:01','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624710895','Cleared','','','','','','','','',0.00,0.00,0,NULL),(984,'','Cash','','2021-06-26 15:37:28','','0','4','2021-06-26 15:37:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41624710967','Cleared','','','','','','','','',0.00,0.00,0,NULL),(985,'','Cash','','2021-06-26 15:39:12','','0','4','2021-06-26 15:39:12','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41624711067','Cleared','','','','','','','','',0.00,0.00,0,NULL),(986,'','Cash','','2021-06-26 15:45:08','','0','4','2021-06-26 15:45:08','','20800','20800','1','retail',NULL,'20800','1','0','0','0','0','0','0','printed',' ','','1','0','41624711163','Cleared','','','','','','','','',0.00,0.00,0,NULL),(987,'','Cash','','2021-06-26 15:47:37','','0','4','2021-06-26 15:47:37','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624711519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(988,'','Cash','','2021-06-26 17:56:34','','0','4','2021-06-26 17:56:34','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41624719334','Cleared','','','','','','','','',0.00,0.00,0,NULL),(989,'','Cash','','2021-06-26 17:57:16','','0','4','2021-06-26 17:57:16','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41624719404','Cleared','','','','','','','','',0.00,0.00,0,NULL),(990,'','Cash','','2021-06-28 16:38:57','','0','4','2021-06-28 16:38:57','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' ','','1','0','41624887277','Cleared','','','','','','','','',0.00,0.00,0,NULL),(991,'','Cash','','2021-06-28 16:41:53','','0','4','2021-06-28 16:41:53','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41624887553','Cleared','','','','','','','','',0.00,0.00,0,NULL),(992,'','Cash','','2021-06-28 16:44:35','','0','4','2021-06-28 16:44:35','','9999','9999','1','retail',NULL,'9999','1','0','0','0','0','0','0','printed',' ','','1','0','41624887735','Cleared','','','','','','','','',0.00,0.00,0,NULL),(993,'','Cash','','2021-06-28 16:45:38','','0','4','2021-06-28 16:45:38','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41624887885','Cleared','','','','','','','','',0.00,0.00,0,NULL),(994,'','Cash','','2021-06-28 16:47:31','','0','4','2021-06-28 16:47:31','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41624887947','Cleared','','','','','','','','',0.00,0.00,0,NULL),(995,'','Cash','','2021-06-28 16:48:47','','0','4','2021-06-28 16:48:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41624888067','Cleared','','','','','','','','',0.00,0.00,0,NULL),(996,'','Cash','','2021-06-28 16:52:20','','0','4','2021-06-28 16:52:20','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41624888153','Cleared','','','','','','','','',0.00,0.00,0,NULL),(997,'','Cash','','2021-06-28 16:58:26','','0','4','2021-06-28 16:58:26','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' </BR>stel.nals.1pkt\r\n1pcs.superglu ','','1','0','41624888358','Cleared','','','','','','','','',0.00,0.00,0,NULL),(998,'','Cash','','2021-06-28 17:02:31','','0','4','2021-06-28 17:02:31','','1130','1130','1','retail',NULL,'1130','1','0','0','0','0','0','0','printed',' ','','1','0','41624888787','Cleared','','','','','','','','',0.00,0.00,0,NULL),(999,'','Cash','','2021-06-28 17:03:25','','0','4','2021-06-28 17:03:25','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41624888963','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1000,'','Cash','','2021-06-28 17:04:27','','0','4','2021-06-28 17:04:27','','13300','13300','1','retail',NULL,'13300','1','0','0','0','0','0','0','printed',' ','','1','0','41624889013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1001,'','Cash','','2021-06-28 17:33:05','','0','4','2021-06-28 17:33:05','','120360','120360','1','retail',NULL,'120360','1','0','0','0','0','0','0','printed',' </BR>1.baydeng.wire\r\nhaymer1pcs ','','1','0','41624890474','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1002,'','Cash','','2021-06-28 17:35:54','','0','4','2021-06-28 17:35:54','','16500','16500','1','retail',NULL,'16500','1','0','0','0','0','0','0','printed',' ','','1','0','41624890858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1003,'','Cash','','2021-06-28 17:36:32','','0','4','2021-06-28 17:36:32','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41624890972','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1004,'','Cash','','2021-06-28 17:37:14','','0','4','2021-06-28 17:37:14','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>1/2.liter.turpntaen ','','1','0','41624891000','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1005,'','Cash','','2021-06-28 17:38:41','','0','4','2021-06-28 17:38:41','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' </BR>6pcs.stelnails ','','1','0','41624891081','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1006,'','Cash','','2021-06-29 16:31:18','','0','4','2021-06-29 16:31:18','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41624973336','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1007,'','Cash','','2021-06-29 16:35:50','','0','4','2021-06-29 16:35:50','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41624973491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1008,'','Cash','','2021-06-29 16:38:49','','0','4','2021-06-29 16:38:49','','19000','19000','1','retail',NULL,'19000','1','0','0','0','0','0','0','printed',' ','','1','0','41624973902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1009,'','Cash','','2021-06-29 16:40:08','','0','4','2021-06-29 16:40:08','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41624973954','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1010,'','Cash','','2021-06-29 16:49:37','','0','4','2021-06-29 16:49:37','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624974391','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1011,'','Cash','','2021-06-29 16:54:36','','0','4','2021-06-29 16:54:36','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41624974588','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1012,'','Cash','','2021-06-29 16:58:13','','0','4','2021-06-29 16:58:13','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41624974899','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1013,'','Cash','','2021-06-29 16:59:09','','0','4','2021-06-29 16:59:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41624975103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1014,'','Cash','','2021-06-29 17:01:06','','0','4','2021-06-29 17:01:06','','25000','25000','1','retail',NULL,'25000','1','0','0','0','0','0','0','printed',' ','','1','0','41624975158','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1015,'','Cash','','2021-06-29 17:04:53','','0','4','2021-06-29 17:04:53','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' ','','1','0','41624975295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1016,'','Cash','','2021-06-29 17:06:55','','0','4','2021-06-29 17:06:55','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>1/2liter.turpnten ','','1','0','41624975502','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1017,'','Cash','','2021-06-29 17:08:42','','0','4','2021-06-29 17:08:42','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41624975652','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1018,'','Cash','','2021-06-29 17:10:24','','0','4','2021-06-29 17:10:24','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>2fet.tub\r\nstarter ','','1','0','41624975731','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1019,'','Cash','','2021-06-29 17:16:17','','0','4','2021-06-29 17:16:17','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>1pcs.glsskater ','','1','0','41624975882','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1020,'','Cash','','2021-06-29 17:17:50','','0','4','2021-06-29 17:17:51','','36000','36000','1','retail',NULL,'36000','1','0','0','0','0','0','0','printed',' ','','1','0','41624976213','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1021,'','Cash','','2021-06-29 17:20:00','','0','4','2021-06-29 17:20:00','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41624976282','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1022,'','Cash','','2021-06-29 17:21:26','','0','4','2021-06-29 17:21:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41624976420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1023,'','Cash','','2021-06-29 17:34:15','','0','4','2021-06-29 17:34:15','','13354','13354','1','retail',NULL,'13354','1','0','0','0','0','0','0','printed',' ','','1','0','41624976499','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1024,'','Cash','','2021-06-29 17:36:58','','0','4','2021-06-29 17:36:58','','16000','16000','1','retail',NULL,'16000','1','0','0','0','0','0','0','printed',' ','','1','0','41624977265','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1025,'','Cash','','2021-06-29 17:56:13','','0','4','2021-06-29 17:56:13','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41624978510','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1026,'','Cash','','2021-06-29 17:56:59','','0','4','2021-06-29 17:56:59','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41624978584','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1027,'','Cash','','2021-06-29 17:58:21','','0','4','2021-06-29 17:58:21','','6720','6720','1','retail',NULL,'6720','1','0','0','0','0','0','0','printed',' </BR>pamini.h ','','1','0','41624978625','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1028,'','Cash','','2021-06-30 14:36:23','','0','4','2021-06-30 14:36:23','','7950','7950','1','retail',NULL,'7950','1','0','0','0','0','0','0','printed',' ','','1','0','41625052873','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1029,'','Cash','','2021-06-30 14:37:05','','0','4','2021-06-30 14:37:05','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41625052992','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1030,'','Cash','','2021-06-30 14:38:49','','0','4','2021-06-30 14:38:49','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' ','','1','0','41625053039','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1031,'','Cash','','2021-06-30 14:43:55','','0','4','2021-06-30 14:43:55','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41625053371','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1032,'','Cash','','2021-06-30 14:55:55','','0','4','2021-06-30 14:55:55','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41625053444','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1033,'','Cash','','2021-06-30 15:06:41','','0','4','2021-06-30 15:06:41','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','printed',' </BR>mcb.6pcs.10a\r\n15pcs.clingrosh ','','1','0','41625054165','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1034,'','Cash','','2021-06-30 15:09:52','','0','4','2021-06-30 15:09:52','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' </BR>6pcs.mcb32a\r\n4pkt.cabel.clips\r\n1pcs.lundo ','','1','0','41625054857','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1035,'','Cash','','2021-06-30 15:17:36','','0','4','2021-06-30 15:17:36','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' </BR>1.pcs.black.pipep2*\r\n1/2pcs.r10 ','','1','0','41625055331','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1036,'','Cash','','2021-06-30 15:22:34','','0','4','2021-06-30 15:22:34','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41625055580','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1037,'','Cash','','2021-06-30 15:23:32','','0','4','2021-06-30 15:23:32','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41625055762','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1038,'','Cash','','2021-06-30 15:42:02','','0','4','2021-06-30 15:42:02','','72000','72000','1','retail',NULL,'72000','1','0','0','0','0','0','0','printed',' </BR>1roll.bayding.wire\r\n1pcs.willbaro.mugukuba\r\n2pcs.kigko\r\n3miter.hoshpipe ','','1','0','41625055825','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1039,'','Cash','','2021-06-30 15:58:22','','0','4','2021-06-30 15:58:22','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41625057822','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1040,'','Cash','','2021-06-30 15:59:27','','0','4','2021-06-30 15:59:27','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>2pkt.stelnals ','','1','0','41625057919','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1041,'','Cash','','2021-06-30 16:01:06','','0','4','2021-06-30 16:01:06','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41625058014','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1042,'','Cash','','2021-06-30 16:22:46','','0','4','2021-06-30 16:22:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41625059355','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1043,'','Cash','','2021-06-30 17:11:16','','0','4','2021-06-30 17:11:16','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' </BR>12pcs.wldengrod ','','1','0','41625059376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1044,'','Cash','','2021-06-30 17:13:19','','0','4','2021-06-30 17:13:19','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625062340','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1045,'','Cash','','2021-06-30 17:15:08','','0','4','2021-06-30 17:15:08','','840','840','1','retail',NULL,'840','1','0','0','0','0','0','0','printed',' ','','1','0','41625062457','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1046,'','Cash','','2021-06-30 17:21:20','','0','4','2021-06-30 17:21:20','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41625062781','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1047,'','Cash','','2021-06-30 17:53:16','','0','4','2021-06-30 17:53:16','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41625064703','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1048,'','Cash','','2021-06-30 17:56:11','','0','4','2021-06-30 17:56:11','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41625064805','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1049,'','Cash','','2021-06-30 18:00:42','','0','4','2021-06-30 18:00:42','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41625065089','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1050,'','Cash','','2021-07-01 14:29:12','','0','4','2021-07-01 14:29:12','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41625138853','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1051,'','Cash','','2021-07-01 14:30:15','','0','4','2021-07-01 14:30:15','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41625138963','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1052,'','Cash','','2021-07-01 14:36:21','','0','4','2021-07-01 14:36:21','','2950','2950','1','retail',NULL,'2950','1','0','0','0','0','0','0','printed',' ','','1','0','41625139030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1053,'','Cash','','2021-07-01 14:50:03','','0','4','2021-07-01 14:50:03','','77000','77000','1','retail',NULL,'77000','1','0','0','0','0','0','0','printed',' </BR>6000liter.tank ','','1','0','41625139388','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1054,'','Cash','','2021-07-01 14:58:37','','0','4','2021-07-01 14:58:37','','5250','5250','1','retail',NULL,'5250','1','0','0','0','0','0','0','printed',' </BR>1pcs.doorfram ','','1','0','41625140240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1055,'','Cash','','2021-07-01 15:00:43','','0','4','2021-07-01 15:00:43','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>1rool.hoshpipe1* ','','1','0','41625140748','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1056,'','Cash','','2021-07-01 15:05:07','','0','4','2021-07-01 15:05:07','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41625140885','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1057,'','Cash','','2021-07-01 15:15:05','','0','4','2021-07-01 15:15:05','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41625141121','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1058,'','Cash','','2021-07-01 15:21:17','','0','4','2021-07-01 15:21:17','','26800','26800','1','retail',NULL,'26800','1','0','0','0','0','0','0','printed',' ','','1','0','41625141717','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1059,'','Cash','','2021-07-01 15:58:39','','0','4','2021-07-01 15:58:39','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41625144198','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1060,'','Cash','','2021-07-01 15:59:23','','0','4','2021-07-01 15:59:23','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41625144328','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1061,'','Cash','','2021-07-01 16:01:21','','0','4','2021-07-01 16:01:21','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' </BR>1pcs.botamtrap\r\n3pcs.pvcband1.5*\r\n1pcs.tanget100ml ','','1','0','41625144376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1062,'','Cash','','2021-07-01 16:04:46','','0','4','2021-07-01 16:04:46','','24200','24200','1','retail',NULL,'24200','1','0','0','0','0','0','0','printed',' ','','1','0','41625144621','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1063,'','Cash','','2021-07-01 17:40:37','','0','4','2021-07-01 17:40:37','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>1pcs.bulbholder\r\n4pcs.ansu.tap. ','','1','0','41625144803','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1064,'','Cash','','2021-07-01 17:48:50','','0','4','2021-07-01 17:48:50','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41625150574','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1065,'','Cash','','2021-07-02 16:51:04','','0','4','2021-07-02 16:51:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625233802','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1066,'','Cash','','2021-07-02 16:52:13','','0','4','2021-07-02 16:52:13','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41625233885','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1067,'','Cash','','2021-07-02 17:03:55','','0','4','2021-07-02 17:03:55','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' </BR>5kg.baydeng\r\n4pcs.stelnails ','','1','0','41625233939','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1068,'','Cash','','2021-07-02 17:46:33','','0','4','2021-07-02 17:46:33','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41625237131','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1069,'','Cash','','2021-07-02 17:50:16','','0','4','2021-07-02 17:50:16','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','41625237258','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1070,'','Cash','','2021-07-02 17:51:42','','0','4','2021-07-02 17:51:42','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41625237445','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1071,'','Cash','','2021-07-03 17:44:29','','0','4','2021-07-03 17:44:29','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625323075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1072,'','Cash','','2021-07-03 17:49:40','','0','4','2021-07-03 17:49:40','','13200','13200','1','retail',NULL,'13200','1','0','0','0','0','0','0','printed',' ','','1','0','41625323494','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1073,'','Cash','','2021-07-03 17:51:23','','0','4','2021-07-03 17:51:24','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41625323791','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1074,'','Cash','','2021-07-03 17:52:24','','0','4','2021-07-03 17:52:24','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41625323894','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1075,'','Cash','','2021-07-03 17:53:20','','0','4','2021-07-03 17:53:20','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625323965','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1076,'','Cash','','2021-07-03 17:54:42','','0','4','2021-07-03 17:54:42','','13800','13800','1','retail',NULL,'13800','1','0','0','0','0','0','0','printed',' </BR>matok\r\nmite ','','1','0','41625324006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1077,'','Cash','','2021-07-03 18:02:45','','0','4','2021-07-03 18:02:45','','27400','27400','1','retail',NULL,'27400','1','0','0','0','0','0','0','printed',' ','','1','0','41625324114','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1078,'','Cash','','2021-07-04 09:43:08','','0','4','2021-07-03 09:43:08','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41625380825','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1079,'','Cash','','2021-07-04 09:45:44','','0','4','2021-07-03 09:45:44','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41625381009','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1080,'','Cash','','2021-07-04 09:48:19','','0','4','2021-07-03 09:48:19','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41625381156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1081,'','Cash','','2021-07-04 09:50:39','','0','4','2021-07-03 09:50:39','','4480','4480','1','retail',NULL,'4480','1','0','0','0','0','0','0','printed',' ','','1','0','41625381313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1082,'','Cash','','2021-07-04 09:53:24','','0','4','2021-07-03 09:53:24','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625381530','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1083,'','Cash','','2021-07-04 09:55:43','','0','4','2021-07-03 09:55:43','','62000','62000','1','retail',NULL,'62000','1','0','0','0','0','0','0','printed',' </BR>10pkt.waerpruf ','','1','0','41625381615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1084,'','Cash','','2021-07-04 09:56:57','','0','4','2021-07-03 09:56:57','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41625381781','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1085,'','Cash','','2021-07-04 10:00:15','','0','4','2021-07-03 10:00:15','','13850','13850','1','retail',NULL,'13850','1','0','0','0','0','0','0','printed',' </BR>6kg.baydeng.wire ','','1','0','41625381829','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1086,'','Cash','','2021-07-04 10:03:39','','0','4','2021-07-03 10:03:39','','1550','1550','1','retail',NULL,'1550','1','0','0','0','0','0','0','printed',' ','','1','0','41625382063','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1087,'','Cash','','2021-07-04 10:04:39','','0','4','2021-07-03 10:04:39','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41625382234','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1088,'','Cash','','2021-07-04 10:05:23','','0','4','2021-07-03 10:05:23','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>ex.bord ','','1','0','41625382295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1089,'','Cash','','2021-07-04 10:12:43','','0','4','2021-07-03 10:12:43','','12950','12950','1','retail',NULL,'12950','1','0','0','0','0','0','0','printed',' </BR>4*.hingsh.10pcs ','','1','0','41625382503','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1090,'','Cash','','2021-07-05 11:22:27','','0','4','2021-07-05 11:22:27','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>14pcs.pvcwant ','','1','0','41625473249','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1091,'','Cash','','2021-07-05 11:27:21','','0','4','2021-07-05 11:27:21','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41625473402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1092,'','Cash','','2021-07-05 11:29:58','','0','4','2021-07-05 11:29:58','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41625473759','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1093,'','Cash','','2021-07-05 11:32:58','','0','4','2021-07-05 11:32:58','','6100','6100','1','retail',NULL,'6100','1','0','0','0','0','0','0','printed',' ','','1','0','41625473819','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1094,'','Cash','','2021-07-05 13:57:31','','0','4','2021-07-05 13:57:31','','10300','10300','1','retail',NULL,'10300','1','0','0','0','0','0','0','printed',' ','','1','0','41625482420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1095,'','Cash','','2021-07-05 14:11:47','','0','4','2021-07-05 14:11:47','','30500','30500','1','retail',NULL,'30500','1','0','0','0','0','0','0','printed',' ','','1','0','41625482663','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1096,'','Cash','','2021-07-05 16:16:02','','0','4','2021-07-05 16:16:02','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>2PCS.BULBHOLDER ','','1','0','41625490858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1097,'','Cash','','2021-07-05 16:18:27','','0','4','2021-07-05 16:18:27','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' </BR>TURPNTEN.5LITER ','','1','0','41625490986','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1098,'','Cash','','2021-07-05 16:20:25','','0','4','2021-07-05 16:20:25','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41625491156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1099,'','Cash','','2021-07-05 16:24:37','','0','4','2021-07-05 16:24:37','','9150','9150','1','retail',NULL,'9150','1','0','0','0','0','0','0','printed',' ','','1','0','41625491237','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1100,'','Cash','','2021-07-05 16:26:05','','0','4','2021-07-05 16:26:06','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41625491484','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1101,'','Cash','','2021-07-05 16:28:25','','0','4','2021-07-05 16:28:25','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>1PCSMYGERTAP\r\n1PCS.TREDTAP ','','1','0','41625491674','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1102,'','Cash','','2021-07-05 17:40:16','','0','4','2021-07-05 17:40:17','','4950','4950','1','retail',NULL,'4950','1','0','0','0','0','0','0','printed',' </BR>1PCS.KIGKO ','','1','0','41625491863','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1103,'','Cash','','2021-07-05 17:41:54','','0','4','2021-07-05 17:41:54','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41625496039','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1104,'','Cash','','2021-07-05 17:42:50','','0','4','2021-07-05 17:42:51','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41625496143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1105,'','Cash','','2021-07-05 17:46:41','','0','4','2021-07-05 17:46:41','','9600','9600','1','retail',NULL,'9600','1','0','0','0','0','0','0','printed',' ','','1','0','41625496258','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1106,'','Cash','','2021-07-05 17:47:53','','0','4','2021-07-05 17:47:53','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41625496420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1107,'','Cash','','2021-07-05 17:48:50','','0','4','2021-07-05 17:48:50','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41625496490','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1108,'','Cash','','2021-07-05 17:50:17','','0','4','2021-07-05 17:50:17','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41625496535','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1109,'','Cash','','2021-07-05 17:51:20','','0','4','2021-07-05 17:51:20','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41625496623','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1110,'','Cash','','2021-07-05 17:53:13','','0','4','2021-07-05 17:53:13','','39000','39000','1','retail',NULL,'39000','1','0','0','0','0','0','0','printed',' ','','1','0','41625496716','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1111,'','Cash','','2021-07-05 17:53:58','','0','4','2021-07-05 17:53:58','','37500','37500','1','retail',NULL,'37500','1','0','0','0','0','0','0','printed',' ','','1','0','41625496804','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1112,'','Cash','','2021-07-06 17:02:53','','0','4','2021-07-06 17:02:54','','23800','23800','1','retail',NULL,'23800','1','0','0','0','0','0','0','printed',' ','','1','0','41625579030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1113,'','Cash','','2021-07-06 17:13:21','','0','4','2021-07-06 17:13:21','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41625580477','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1114,'','Cash','','2021-07-06 17:14:09','','0','4','2021-07-06 17:14:09','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41625580810','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1115,'','Cash','','2021-07-06 17:15:25','','0','4','2021-07-06 17:15:25','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625580864','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1116,'','Cash','','2021-07-06 17:18:37','','0','4','2021-07-06 17:18:37','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41625580956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1117,'','Cash','','2021-07-06 17:23:21','','0','4','2021-07-06 17:23:21','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41625581353','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1118,'','Cash','','2021-07-06 17:24:37','','0','4','2021-07-06 17:24:37','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41625581414','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1119,'','Cash','','2021-07-06 17:25:51','','0','4','2021-07-06 17:25:51','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41625581493','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1120,'','Cash','','2021-07-06 17:26:38','','0','4','2021-07-06 17:26:38','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41625581562','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1121,'','Cash','','2021-07-06 17:27:59','','0','4','2021-07-06 17:27:59','','18400','18400','1','retail',NULL,'18400','1','0','0','0','0','0','0','printed',' ','','1','0','41625581614','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1122,'','Cash','','2021-07-06 17:28:45','','0','4','2021-07-06 17:28:45','','12800','12800','1','retail',NULL,'12800','1','0','0','0','0','0','0','printed',' ','','1','0','41625581688','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1123,'','Cash','','2021-07-06 17:41:53','','0','4','2021-07-06 17:41:53','','3950','3950','1','retail',NULL,'3950','1','0','0','0','0','0','0','printed',' ','','1','0','41625581768','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1124,'','Cash','','2021-07-06 17:43:00','','0','4','2021-07-06 17:43:00','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41625582524','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1125,'','Cash','','2021-07-06 17:45:23','','0','4','2021-07-06 17:45:23','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>1pket.c.clips\r\n1pcs.p.box ','','1','0','41625582604','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1126,'','Cash','','2021-07-06 17:47:04','','0','4','2021-07-06 17:47:04','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41625582777','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1127,'','Cash','','2021-07-06 17:47:50','','0','4','2021-07-06 17:47:50','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41625582831','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1128,'','Cash','','2021-07-06 18:08:43','','0','4','2021-07-06 18:08:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625584092','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1129,'','Cash','','2021-07-07 13:33:43','','0','4','2021-07-07 13:33:43','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>1pcs.music.bulb ','','1','0','41625653991','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1130,'','Cash','','2021-07-07 13:35:28','','0','4','2021-07-07 13:35:28','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41625654089','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1131,'','Cash','','2021-07-07 13:36:21','','0','4','2021-07-07 13:36:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625654136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1132,'','Cash','','2021-07-07 13:37:08','','0','4','2021-07-07 13:37:08','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41625654190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1133,'','Cash','','2021-07-07 13:38:35','','0','4','2021-07-07 13:38:35','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41625654240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1134,'','Cash','','2021-07-07 13:39:33','','0','4','2021-07-07 13:39:33','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41625654327','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1135,'','Cash','','2021-07-07 13:41:22','','0','4','2021-07-07 13:41:22','','25500','25500','1','retail',NULL,'25500','1','0','0','0','0','0','0','printed',' ','','1','0','41625654382','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1136,'','Cash','','2021-07-07 13:42:32','','0','4','2021-07-07 13:42:32','','6350','6350','1','retail',NULL,'6350','1','0','0','0','0','0','0','printed',' ','','1','0','41625654499','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1137,'','Cash','','2021-07-07 15:04:55','','0','4','2021-07-07 15:04:55','','51100','51100','1','retail',NULL,'51100','1','0','0','0','0','0','0','printed',' ','','1','0','41625654560','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1138,'','Cash','','2021-07-07 15:09:03','','0','4','2021-07-07 15:09:03','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41625659520','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1139,'','Cash','','2021-07-07 15:10:00','','0','4','2021-07-07 15:10:00','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>1pcs.tap1/2 ','','1','0','41625659763','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1140,'','Cash','','2021-07-07 15:17:28','','0','4','2021-07-07 15:17:29','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' </BR>5.liter.turpten\r\n3pcs.1/2letar.pant ','','1','0','41625659834','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1141,'','Cash','','2021-07-07 15:20:33','','0','4','2021-07-07 15:20:33','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41625660343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1142,'','Cash','','2021-07-07 15:23:31','','0','4','2021-07-07 15:23:31','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41625660451','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1143,'','Cash','','2021-07-07 17:47:54','','0','4','2021-07-07 17:47:54','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625669240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1144,'','Cash','','2021-07-07 17:48:52','','0','4','2021-07-07 17:48:52','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' </BR>jaymbe\r\nslasa\r\npanga\r\nplash ','','1','0','41625669295','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1145,'','Cash','','2021-07-07 17:52:33','','0','4','2021-07-07 17:52:33','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41625669399','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1146,'','Cash','','2021-07-08 16:47:43','','0','4','2021-07-08 16:47:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625752005','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1147,'','Cash','','2021-07-08 16:48:40','','0','4','2021-07-08 16:48:40','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41625752073','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1148,'','Cash','','2021-07-08 16:49:59','','0','4','2021-07-08 16:49:59','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>6miter.karpet ','','1','0','41625752137','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1149,'','Cash','','2021-07-08 16:53:19','','0','4','2021-07-08 16:53:19','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' ','','1','0','41625752238','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1150,'','Cash','','2021-07-08 16:54:34','','0','4','2021-07-08 16:54:34','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41625752418','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1151,'','Cash','','2021-07-08 16:55:18','','0','4','2021-07-08 16:55:18','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>6miter.karpet ','','1','0','41625752487','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1152,'','Cash','','2021-07-08 17:08:21','','0','4','2021-07-08 17:08:21','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','printed',' ','','1','0','41625753257','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1153,'','Cash','','2021-07-08 17:09:17','','0','4','2021-07-08 17:09:17','','12800','12800','1','retail',NULL,'12800','1','0','0','0','0','0','0','printed',' ','','1','0','41625753308','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1154,'','Cash','','2021-07-08 17:09:59','','0','4','2021-07-08 17:09:59','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41625753365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1155,'','Cash','','2021-07-08 17:12:27','','0','4','2021-07-08 17:12:27','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41625753479','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1156,'','Cash','','2021-07-09 16:04:16','','0','4','2021-07-09 16:04:16','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>2pcs.hingsh\r\n1/4pant ','','1','0','41625835675','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1157,'','Cash','','2021-07-09 16:13:17','','0','4','2021-07-09 16:13:17','','25500','25500','1','retail',NULL,'25500','1','0','0','0','0','0','0','printed',' ','','1','0','41625836110','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1158,'','Cash','','2021-07-09 16:15:52','','0','4','2021-07-09 16:15:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>pvc.went.4pcs ','','1','0','41625836426','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1159,'','Cash','','2021-07-09 16:24:18','','0','4','2021-07-09 16:24:19','','25750','25750','1','retail',NULL,'25750','1','0','0','0','0','0','0','printed',' </BR>3kg.wallpass ','','1','0','41625836618','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1160,'','Cash','','2021-07-09 16:31:11','','0','4','2021-07-09 16:31:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625837115','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1161,'','Cash','','2021-07-09 16:32:20','','0','4','2021-07-09 16:32:20','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41625837484','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1162,'','Cash','','2021-07-09 16:32:45','','0','4','2021-07-09 16:32:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625837546','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1163,'','Cash','','2021-07-09 16:33:49','','0','4','2021-07-09 16:33:49','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41625837573','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1164,'','Cash','','2021-07-09 16:35:16','','0','4','2021-07-09 16:35:16','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41625837637','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1165,'','Cash','','2021-07-09 16:38:27','','0','4','2021-07-09 16:38:27','','5750','5750','1','retail',NULL,'5750','1','0','0','0','0','0','0','printed',' ','','1','0','41625837732','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1166,'','Cash','','2021-07-09 16:39:17','','0','4','2021-07-09 16:39:17','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41625837919','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1167,'','Cash','','2021-07-09 16:43:28','','0','4','2021-07-09 16:43:28','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41625838108','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1168,'','Cash','','2021-07-09 16:44:38','','0','4','2021-07-09 16:44:38','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41625838220','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1169,'','Cash','','2021-07-09 16:46:51','','0','4','2021-07-09 16:46:51','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41625838288','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1170,'','Cash','','2021-07-09 16:50:55','','0','4','2021-07-09 16:50:55','','14600','14600','1','retail',NULL,'14600','1','0','0','0','0','0','0','printed',' ','','1','0','41625838421','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1171,'','Cash','','2021-07-09 16:52:51','','0','4','2021-07-09 16:52:51','','25000','25000','1','retail',NULL,'25000','1','0','0','0','0','0','0','printed',' ','','1','0','41625838664','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1172,'','Cash','','2021-07-10 10:57:17','','0','4','2021-07-10 10:57:18','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41625903274','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1173,'','Cash','','2021-07-10 10:59:03','','0','4','2021-07-10 10:59:03','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41625903877','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1174,'','Cash','','2021-07-10 11:00:23','','0','4','2021-07-10 11:00:23','','3920','3920','1','retail',NULL,'3920','1','0','0','0','0','0','0','printed',' ','','1','0','41625903957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1175,'','Cash','','2021-07-10 14:33:39','','0','4','2021-07-10 14:33:39','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41625916773','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1176,'','Cash','','2021-07-10 14:34:22','','0','4','2021-07-10 14:34:22','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>2fet.tube ','','1','0','41625916828','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1177,'','Cash','','2021-07-10 14:43:27','','0','4','2021-07-10 14:43:27','','6900','6900','1','retail',NULL,'6900','1','0','0','0','0','0','0','printed',' </BR>2liter.em.whait\r\n2kg.baydeng ','','1','0','41625916898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1178,'','Cash','','2021-07-10 14:50:28','','0','4','2021-07-10 14:50:28','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' </BR>4liter.silk ','','1','0','41625917537','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1179,'','Cash','','2021-07-10 18:12:58','','0','4','2021-07-10 18:12:58','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41625929903','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1180,'','Cash','','2021-07-10 18:18:59','','0','4','2021-07-10 18:18:59','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41625929985','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1181,'','Cash','','2021-07-12 08:32:44','','0','4','2021-07-12 08:32:44','','32000','32000','1','retail',NULL,'32000','1','0','0','0','0','0','0','printed',' </BR>2PCS.TRNSFRM.MABATE2.5 ','','1','0','41626067563','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1182,'','Cash','','2021-07-12 08:39:07','','0','4','2021-07-12 08:39:07','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' ','','1','0','41626068027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1183,'','Cash','','2021-07-12 08:46:44','','0','4','2021-07-12 08:46:44','','9600','9600','1','retail',NULL,'9600','1','0','0','0','0','0','0','printed',' </BR>24PCS.HINGESH ','','1','0','41626068352','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1184,'','Cash','','2021-07-12 08:49:25','','0','4','2021-07-12 08:49:25','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41626068833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1185,'','Cash','','2021-07-12 15:25:46','','0','4','2021-07-12 15:25:46','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41626091185','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1186,'','Cash','','2021-07-12 15:38:06','','0','4','2021-07-12 15:38:06','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' </BR>2MITER.GUSWIRE\r\n1PCS.PLYSH\r\n3/4.TAP\r\nHAYMER.1PCS ','','1','0','41626092884','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1187,'','Cash','','2021-07-12 15:46:51','','0','4','2021-07-12 15:46:52','','14750','14750','1','retail',NULL,'14750','1','0','0','0','0','0','0','printed',' ','','1','0','41626093745','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1188,'','Cash','','2021-07-12 15:49:38','','0','4','2021-07-12 15:49:38','','7350','7350','1','retail',NULL,'7350','1','0','0','0','0','0','0','printed',' ','','1','0','41626094128','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1189,'','Cash','','2021-07-12 17:50:39','','0','4','2021-07-12 17:50:39','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41626100953','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1190,'','Cash','','2021-07-12 18:03:07','','0','4','2021-07-12 18:03:07','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1PCS.P.BOX ','','1','0','41626101446','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1191,'','Cash','','2021-07-13 16:27:40','','0','4','2021-07-13 16:27:40','','8750','8750','1','retail',NULL,'8750','1','0','0','0','0','0','0','printed',' </BR>10PCS.P.BOX ','','1','0','41626182701','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1192,'','Cash','','2021-07-13 16:30:35','','0','4','2021-07-13 16:30:35','','12700','12700','1','retail',NULL,'12700','1','0','0','0','0','0','0','printed',' ','','1','0','41626182901','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1193,'','Cash','','2021-07-13 16:31:43','','0','4','2021-07-13 16:31:43','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' </BR>3PCS.1/4PANT\r\n1PCS.ARTES.BRUSH ','','1','0','41626183045','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1194,'','Cash','','2021-07-13 16:36:06','','0','4','2021-07-13 16:36:06','','21350','21350','1','retail',NULL,'21350','1','0','0','0','0','0','0','printed',' </BR>4.LITER.SILK\r\n1PKT.STELNAILS\r\n1PCS.SCKAPER ','','1','0','41626183161','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1195,'','Cash','','2021-07-13 16:50:45','','0','4','2021-07-13 16:50:45','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' </BR>2LITER.PANT\r\n2FET.SANDPEPAR ','','1','0','41626183512','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1196,'','Cash','','2021-07-13 17:02:36','','0','4','2021-07-13 17:02:36','','11300','11300','1','retail',NULL,'11300','1','0','0','0','0','0','0','printed',' </BR>1PCS.GLSS.KATER\r\n6KG.PATYE\r\n2LITER.PANT ','','1','0','41626184332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1197,'','Cash','','2021-07-13 17:05:33','','0','4','2021-07-13 17:05:33','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626185035','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1198,'','Cash','','2021-07-13 17:09:59','','0','4','2021-07-13 17:09:59','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' </BR>10KG.WALLPAS ','','1','0','41626185211','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1199,'','Cash','','2021-07-13 17:43:03','','0','4','2021-07-13 17:43:03','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41626185431','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1200,'','Cash','','2021-07-13 17:50:41','','0','4','2021-07-13 17:50:41','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626187480','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1201,'','Cash','','2021-07-14 14:51:24','','0','4','2021-07-14 14:51:24','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41626263401','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1202,'','Cash','','2021-07-14 14:53:21','','0','4','2021-07-14 14:53:21','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41626263491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1203,'','Cash','','2021-07-14 14:54:53','','0','4','2021-07-14 14:54:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>1/2LITER.PANT ','','1','0','41626263605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1204,'','Cash','','2021-07-14 14:56:00','','0','4','2021-07-14 14:56:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>10PCS.STEL.NAILS ','','1','0','41626263723','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1205,'','Cash','','2021-07-14 14:58:11','','0','4','2021-07-14 14:58:11','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41626263789','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1206,'','Cash','','2021-07-14 14:58:59','','0','4','2021-07-14 14:58:59','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>2MITER.CLEYR.POLYTHIN ','','1','0','41626263898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1207,'','Cash','','2021-07-17 13:23:28','','0','4','2021-07-14 15:04:34','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41626264154','Cleared','5','2021-07-14 13:23:28','','','','','','',0.00,0.00,0,NULL),(1208,'','Cash','','2021-07-14 15:05:55','','0','4','2021-07-14 15:05:55','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41626264312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1209,'','Cash','','2021-07-14 15:22:18','','0','4','2021-07-14 15:22:18','','8900','8900','1','retail',NULL,'8900','1','0','0','0','0','0','0','printed',' ','','1','0','41626264382','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1210,'','Cash','','2021-07-14 15:23:38','','0','4','2021-07-14 15:23:38','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41626265354','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1211,'','Cash','','2021-07-14 15:29:09','','0','4','2021-07-14 15:29:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>1PCS.1/2TAP ','','1','0','41626265463','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1212,'','Cash','','2021-07-14 17:44:10','','0','4','2021-07-14 17:44:10','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' </BR>1PCS.5MITER.TAP\r\n1PCS.MAROO.BONTEX ','','1','0','41626273634','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1213,'','Cash','','2021-07-14 17:46:46','','0','4','2021-07-14 17:46:46','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41626273971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1214,'','Cash','','2021-07-15 16:45:24','','0','4','2021-07-15 16:45:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41626356669','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1215,'','Cash','','2021-07-15 16:47:23','','0','4','2021-07-15 16:47:23','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41626356735','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1216,'','Cash','','2021-07-15 16:48:25','','0','4','2021-07-15 16:48:25','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' </BR>1PCS.4FET.TUB ','','1','0','41626356872','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1217,'','Cash','','2021-07-15 16:51:15','','0','4','2021-07-15 16:51:15','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41626357007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1218,'','Cash','','2021-07-15 16:52:30','','0','4','2021-07-15 16:52:30','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41626357102','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1219,'','Cash','','2021-07-15 17:01:58','','0','4','2021-07-15 17:01:58','','3950','3950','1','retail',NULL,'3950','1','0','0','0','0','0','0','printed',' ','','1','0','41626357162','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1220,'','Cash','','2021-07-15 17:03:54','','0','4','2021-07-15 17:03:54','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41626357724','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1221,'','Cash','','2021-07-15 17:05:42','','0','4','2021-07-15 17:05:42','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41626357840','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1222,'','Cash','','2021-07-15 18:17:44','','0','4','2021-07-15 18:17:44','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41626357963','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1223,'','Cash','','2021-07-15 18:19:45','','0','4','2021-07-15 18:19:45','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' </BR>1MITER.GUSHWIRE ','','1','0','41626362297','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1224,'','Cash','','2021-07-15 18:41:41','','0','4','2021-07-15 18:41:41','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41626362411','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1225,'','Cash','','2021-07-16 09:11:02','','0','4','2021-07-15 09:11:02','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41626414493','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1226,'','Cash','','2021-07-16 09:33:12','','0','4','2021-07-15 09:33:12','','14700','14700','1','retail',NULL,'14700','1','0','0','0','0','0','0','printed',' </BR>1PCS.CAP.4`` ','','1','0','41626415891','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1227,'','Cash','','2021-07-16 09:36:05','','0','4','2021-07-15 09:36:05','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41626417287','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1228,'','Cash','','2021-07-16 09:38:48','','0','4','2021-07-15 09:38:48','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41626417383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1229,'','Cash','','2021-07-16 09:41:46','','0','4','2021-07-15 09:41:46','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' </BR>EX.BORD\r\nP.BOX ','','1','0','41626417547','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1230,'','Cash','','2021-07-16 11:13:16','','0','4','2021-07-15 11:13:16','','123000','123000','1','retail',NULL,'123000','1','0','0','0','0','0','0','printed',' ','','1','0','41626420109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1231,'','Cash','','2021-07-16 11:14:30','','0','4','2021-07-15 11:14:30','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41626423215','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1232,'','Cash','','2021-07-16 11:22:51','','0','4','2021-07-16 11:22:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1PCS.1/4PANT ','','1','0','41626423657','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1233,'','Cash','','2021-07-16 11:24:21','','0','4','2021-07-16 11:24:21','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41626423800','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1234,'','Cash','','2021-07-16 11:25:49','','0','4','2021-07-16 11:25:49','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41626423870','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1235,'','Cash','','2021-07-16 11:28:04','','0','4','2021-07-16 11:28:04','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41626423984','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1236,'','Cash','','2021-07-16 11:29:52','','0','4','2021-07-16 11:29:52','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>2PCS.HANDEL.DRESER ','','1','0','41626424113','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1237,'','Cash','','2021-07-16 11:32:36','','0','4','2021-07-16 11:32:36','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41626424234','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1238,'','Cash','','2021-07-16 18:17:02','','0','4','2021-07-16 18:17:02','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' </BR>CISTRN\r\n2PCS.1/2.TAP\r\nDOG.CHAIN ','','1','0','41626448540','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1239,'','Cash','','2021-07-16 18:26:42','','0','4','2021-07-16 18:26:42','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' </BR>1PKT.SKRU ','','1','0','41626448818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1240,'','Cash','','2021-07-16 18:30:38','','0','4','2021-07-16 18:30:38','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41626449232','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1241,'','Cash','','2021-07-16 18:31:31','','0','4','2021-07-16 18:31:31','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41626449448','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1242,'','Cash','','2021-07-16 18:35:19','','0','4','2021-07-16 18:35:19','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1/4.PANT ','','1','0','41626449670','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1243,'','Cash','','2021-07-16 18:38:04','','0','4','2021-07-16 18:38:04','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41626449819','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1244,'','Cash','','2021-07-16 18:38:51','','0','4','2021-07-16 18:38:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1/4PANT ','','1','0','41626449891','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1245,'','Cash','','2021-07-16 18:48:43','','0','4','2021-07-16 18:48:43','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41626449950','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1246,'','Cash','','2021-07-16 18:49:33','','0','4','2021-07-16 18:49:33','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626450530','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1247,'','Cash','','2021-07-16 19:01:01','','0','4','2021-07-16 19:01:01','','20880','20880','1','retail',NULL,'20880','1','0','0','0','0','0','0','printed',' </BR>6KG.B.WIRE\r\n4PCS.D8 ','','1','0','41626450598','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1248,'','Cash','','2021-07-16 19:02:15','','0','4','2021-07-16 19:02:15','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41626451305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1249,'','Cash','','2021-07-16 19:03:02','','0','4','2021-07-16 19:03:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>B.WIRE ','','1','0','41626451340','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1251,'','Cash','','2021-07-17 13:54:26','','0','4','2021-07-16 19:06:27','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41626451504','Cleared','5','2021-07-16 13:54:26','','','','','','',0.00,0.00,0,NULL),(1252,'','Cash','','2021-07-16 19:07:49','','0','4','2021-07-16 19:07:49','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41626451628','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1253,'','Cash','','2021-07-17 16:40:09','','0','4','2021-07-17 16:40:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1/2KG.PUTTY ','','1','0','41626528529','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1254,'','Cash','','2021-07-17 16:49:21','','0','4','2021-07-17 16:49:21','','11400','11400','1','retail',NULL,'11400','1','0','0','0','0','0','0','printed',' </BR>3PCS.M.FRAM ','','1','0','41626529286','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1255,'','Cash','','2021-07-17 16:50:42','','0','4','2021-07-17 16:50:42','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626529817','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1256,'','Cash','','2021-07-17 16:55:08','','0','4','2021-07-17 16:55:08','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41626529863','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1257,'','Cash','','2021-07-17 17:07:18','','0','4','2021-07-17 17:07:18','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41626530129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1258,'','Cash','','2021-07-17 17:38:17','','0','4','2021-07-17 17:38:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41626530847','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1259,'','Cash','','2021-07-17 17:39:52','','0','4','2021-07-17 17:39:52','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>BOTTLTRAP.1PCS ','','1','0','41626532718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1260,'','Cash','','2021-07-17 17:42:29','','0','4','2021-07-17 17:42:29','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41626532878','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1261,'','Cash','','2021-07-19 13:45:48','','0','4','2021-07-19 13:45:48','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41626691505','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1262,'','Cash','','2021-07-19 13:46:47','','0','4','2021-07-19 13:46:47','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41626691562','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1263,'','Cash','','2021-07-19 13:47:43','','0','4','2021-07-19 13:47:43','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41626691615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1264,'','Cash','','2021-07-19 13:54:10','','0','4','2021-07-19 13:54:10','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' </BR>2PCS.HINGSH.2* ','','1','0','41626691673','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1265,'','Cash','','2021-07-19 13:56:36','','0','4','2021-07-19 13:56:37','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41626692134','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1266,'','Cash','','2021-07-19 13:57:07','','0','4','2021-07-19 13:57:07','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626692203','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1267,'','Cash','','2021-07-19 14:03:11','','0','4','2021-07-19 14:03:11','','62000','62000','1','retail',NULL,'62000','1','0','0','0','0','0','0','printed',' </BR>INWTOR\r\nC.CONTROLER ','','1','0','41626692235','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1268,'','Cash','','2021-07-19 14:05:21','','0','4','2021-07-19 14:05:21','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41626692654','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1269,'','Cash','','2021-07-19 17:34:11','','0','4','2021-07-19 17:34:11','','1450','1450','1','retail',NULL,'1450','1','0','0','0','0','0','0','printed',' ','','1','0','41626704996','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1270,'','Cash','','2021-07-19 17:46:45','','0','4','2021-07-19 17:46:45','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41626705989','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1271,'','Cash','','2021-07-19 17:48:56','','0','4','2021-07-19 17:48:56','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41626706015','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1272,'','Cash','','2021-07-19 17:49:43','','0','4','2021-07-19 17:49:43','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626706143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1273,'','Cash','','2021-07-19 17:59:29','','0','4','2021-07-19 17:59:29','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41626706191','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1274,'','Cash','','2021-07-19 18:06:07','','0','4','2021-07-19 18:06:07','','28500','28500','1','retail',NULL,'28500','1','0','0','0','0','0','0','printed',' ','','1','0','41626706800','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1275,'','Cash','','2021-07-21 08:46:36','','0','4','2021-07-20 08:46:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>tindo ','','1','0','41626846340','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1276,'','Cash','','2021-07-21 08:48:03','','0','4','2021-07-20 08:48:03','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41626846423','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1277,'','Cash','','2021-07-21 09:36:08','','0','4','2021-07-20 09:36:08','','2499','2499','1','retail',NULL,'2499','1','0','0','0','0','0','0','printed',' ','','1','0','41626846494','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1278,'','Cash','','2021-07-21 09:45:27','','0','4','2021-07-20 09:45:27','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41626849405','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1279,'','Cash','','2021-07-21 09:50:03','','0','4','2021-07-20 09:50:03','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41626850121','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1280,'','Cash','','2021-07-21 09:51:04','','0','4','2021-07-20 09:51:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41626850221','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1281,'','Cash','','2021-07-21 10:04:13','','0','4','2021-07-20 10:04:13','','57660','57660','1','retail',NULL,'57660','1','0','0','0','0','0','0','printed',' ','','1','0','41626850284','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1282,'','Cash','','2021-07-21 10:05:25','','0','4','2021-07-20 10:05:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626851082','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1283,'','Cash','','2021-07-21 10:06:37','','0','4','2021-07-20 10:06:37','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>lyoas.exbord ','','1','0','41626851150','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1284,'','Cash','','2021-07-21 10:09:36','','0','4','2021-07-20 10:09:36','','14600','14600','1','retail',NULL,'14600','1','0','0','0','0','0','0','printed',' ','','1','0','41626851261','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1285,'','Cash','','2021-07-21 10:15:40','','0','4','2021-07-20 10:15:40','','22150','22150','1','retail',NULL,'22150','1','0','0','0','0','0','0','printed',' ','','1','0','41626851412','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1286,'','Cash','','2021-07-21 10:22:09','','0','4','2021-07-20 10:22:09','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41626851780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1287,'','Cash','','2021-07-21 10:29:25','','0','4','2021-07-20 10:29:25','','15800','15800','1','retail',NULL,'15800','1','0','0','0','0','0','0','printed',' ','','1','0','41626852143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1288,'','Cash','','2021-07-21 10:34:51','','0','4','2021-07-20 10:34:51','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' </BR>steel ','','1','0','41626852640','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1289,'','Cash','','2021-07-21 10:45:24','','0','4','2021-07-20 10:45:24','','10100','10100','1','retail',NULL,'10100','1','0','0','0','0','0','0','printed',' ','','1','0','41626853099','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1290,'','Cash','','2021-07-21 10:57:51','','0','4','2021-07-20 10:57:51','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41626853559','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1291,'','Cash','','2021-07-21 10:59:34','','0','4','2021-07-20 10:59:34','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41626854296','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1292,'','Cash','','2021-07-21 17:02:15','','0','4','2021-07-21 17:02:15','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>TOP..PLAG ','','1','0','41626875929','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1293,'','Cash','','2021-07-21 17:06:50','','0','4','2021-07-21 17:06:50','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41626876230','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1294,'','Cash','','2021-07-21 17:11:53','','0','4','2021-07-21 17:11:53','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41626876449','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1295,'','Cash','','2021-07-21 17:12:43','','0','4','2021-07-21 17:12:43','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>BONTEX ','','1','0','41626876723','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1296,'','Cash','','2021-07-21 17:17:19','','0','4','2021-07-21 17:17:19','','25500','25500','1','retail',NULL,'25500','1','0','0','0','0','0','0','printed',' ','','1','0','41626876780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1297,'','Cash','','2021-07-21 17:36:56','','0','4','2021-07-21 17:36:56','','11950','11950','1','retail',NULL,'11950','1','0','0','0','0','0','0','printed',' </BR>MITE.JAMBE.4PCS ','','1','0','41626877194','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1298,'','Cash','','2021-07-21 17:49:55','','0','4','2021-07-21 17:49:55','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41626878251','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1299,'','Cash','','2021-07-21 17:50:53','','0','4','2021-07-21 17:50:53','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41626879004','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1300,'','Cash','','2021-07-21 18:25:55','','0','4','2021-07-21 18:25:55','','7150','7150','1','retail',NULL,'7150','1','0','0','0','0','0','0','printed',' </BR>W.ROOD.1PKT ','','1','0','41626879080','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1301,'','Cash','','2021-07-21 18:29:02','','0','4','2021-07-21 18:29:02','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41626881187','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1302,'','Cash','','2021-07-21 18:29:46','','0','4','2021-07-21 18:29:46','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41626881348','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1303,'','Cash','','2021-07-21 18:31:23','','0','4','2021-07-21 18:31:23','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41626881404','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1304,'','Cash','','2021-07-22 18:04:50','','0','4','2021-07-22 18:04:50','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' ','','1','0','41626966202','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1305,'','Cash','','2021-07-22 18:05:37','','0','4','2021-07-22 18:05:37','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41626966303','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1306,'','Cash','','2021-07-22 18:08:00','','0','4','2021-07-22 18:08:00','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41626966345','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1307,'','Cash','','2021-07-22 18:09:27','','0','4','2021-07-22 18:09:27','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41626966491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1308,'','Cash','','2021-07-22 18:10:58','','0','4','2021-07-22 18:10:58','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41626966572','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1309,'','Cash','','2021-07-22 18:11:41','','0','4','2021-07-22 18:11:41','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41626966668','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1310,'','Cash','','2021-07-22 18:12:01','','0','4','2021-07-22 18:12:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41626966706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1311,'','Cash','','2021-07-22 18:13:26','','0','4','2021-07-22 18:13:26','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' </BR>sing.dabel ','','1','0','41626966731','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1312,'','Cash','','2021-07-22 18:23:51','','0','4','2021-07-22 18:23:51','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41626966875','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1313,'','Cash','','2021-07-22 18:25:18','','0','4','2021-07-22 18:25:18','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41626967436','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1314,'','Cash','','2021-07-22 18:27:26','','0','4','2021-07-22 18:27:26','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41626967533','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1315,'','Cash','','2021-07-22 18:28:42','','0','4','2021-07-22 18:28:42','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41626967679','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1316,'','Cash','','2021-07-22 18:33:51','','0','4','2021-07-22 18:33:51','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41626967962','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1317,'','Cash','','2021-07-22 18:35:43','','0','4','2021-07-22 18:35:43','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41626968036','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1318,'','Cash','','2021-07-22 18:39:49','','0','4','2021-07-22 18:39:49','','2720','2720','1','retail',NULL,'2720','1','0','0','0','0','0','0','printed',' ','','1','0','41626968160','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1319,'','Cash','','2021-07-22 18:43:21','','0','4','2021-07-22 18:43:21','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41626968508','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1320,'','Cash','','2021-07-22 18:50:30','','0','4','2021-07-22 18:50:30','','42500','42500','1','retail',NULL,'42500','1','0','0','0','0','0','0','printed',' </BR>TOLIT SET ,SPSARS ','','1','0','41626968606','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1321,'','Cash','','2021-07-22 18:53:06','','0','4','2021-07-22 18:53:06','','12050','12050','1','retail',NULL,'12050','1','0','0','0','0','0','0','printed',' ','','1','0','41626969081','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1322,'','Cash','','2021-07-22 18:53:43','','0','4','2021-07-22 18:53:43','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41626969194','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1323,'','Cash','','2021-07-22 18:54:47','','0','4','2021-07-22 18:54:47','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41626969230','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1324,'','Cash','','2021-07-22 18:55:34','','0','4','2021-07-22 18:55:34','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41626969293','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1325,'','Cash','','2021-07-22 18:56:40','','0','4','2021-07-22 18:56:40','','10450','10450','1','retail',NULL,'10450','1','0','0','0','0','0','0','printed',' ','','1','0','41626969344','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1326,'','Cash','','2021-07-23 12:21:58','','0','4','2021-07-23 12:21:58','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41627031554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1327,'','Cash','','2021-07-23 12:25:11','','0','4','2021-07-23 12:25:11','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41627032136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1328,'','Cash','','2021-07-23 12:28:30','','0','4','2021-07-23 12:28:30','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41627032369','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1329,'','Cash','','2021-07-23 12:39:10','','0','4','2021-07-23 12:39:10','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41627032517','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1330,'','Cash','','2021-07-23 15:54:36','','0','4','2021-07-23 15:54:37','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41627044833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1331,'','Cash','','2021-07-23 15:56:46','','0','4','2021-07-23 15:56:46','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>1PCS.PVCPIPE\r\n50ML.TANGET ','','1','0','41627044884','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1332,'','Cash','','2021-07-23 16:00:27','','0','4','2021-07-23 16:00:27','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41627045164','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1333,'','Cash','','2021-07-23 16:01:46','','0','4','2021-07-23 16:01:46','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41627045246','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1334,'','Cash','','2021-07-23 16:04:35','','0','4','2021-07-23 16:04:35','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' </BR>1PCS.DOGCHIN ','','1','0','41627045312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1335,'','Cash','','2021-07-23 16:06:32','','0','4','2021-07-23 16:06:32','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41627045513','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1336,'','Cash','','2021-07-23 16:07:33','','0','4','2021-07-23 16:07:33','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41627045598','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1337,'','Cash','','2021-07-23 17:48:26','','0','4','2021-07-23 17:48:26','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>1PCS.TOPPLAG ','','1','0','41627045691','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1338,'','Cash','','2021-07-23 17:50:10','','0','4','2021-07-23 17:50:10','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41627051726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1339,'','Cash','','2021-07-23 17:51:46','','0','4','2021-07-23 17:51:46','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','','1','0','41627051816','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1340,'','Cash','','2021-07-23 17:56:42','','0','4','2021-07-23 17:56:42','','19800','19800','1','retail',NULL,'19800','1','0','0','0','0','0','0','printed',' ','','1','0','41627051945','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1341,'','Cash','','2021-07-23 18:12:56','','0','4','2021-07-23 18:12:56','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627052207','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1342,'','Cash','','2021-07-23 18:13:37','','0','4','2021-07-23 18:13:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627053181','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1343,'','Cash','','2021-07-24 17:28:27','','0','4','2021-07-24 17:28:27','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41627136857','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1344,'','Cash','','2021-07-24 17:29:14','','0','4','2021-07-24 17:29:14','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627136914','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1345,'','Cash','','2021-07-24 17:31:02','','0','4','2021-07-24 17:31:02','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' </BR>1PKET.STELNAIL ','','1','0','41627136971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1346,'','Cash','','2021-07-24 17:35:42','','0','4','2021-07-24 17:35:42','','13250','13250','1','retail',NULL,'13250','1','0','0','0','0','0','0','printed',' </BR>2BAG.LIME\r\nP.BOX.9PCS ','','1','0','41627137103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1347,'','Cash','','2021-07-24 17:38:54','','0','4','2021-07-24 17:38:54','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' </BR>4WAY.C.UNIT ','','1','0','41627137437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1348,'','Cash','','2021-07-24 17:41:08','','0','4','2021-07-24 17:41:08','','9050','9050','1','retail',NULL,'9050','1','0','0','0','0','0','0','printed',' ','','1','0','41627137564','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1349,'','Cash','','2021-07-24 17:42:28','','0','4','2021-07-24 17:42:28','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41627137677','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1350,'','Cash','','2021-07-24 17:44:18','','0','4','2021-07-24 17:44:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627137762','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1351,'','Cash','','2021-07-24 17:45:08','','0','4','2021-07-24 17:45:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627137863','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1352,'','Cash','','2021-07-24 17:47:03','','0','4','2021-07-24 17:47:03','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41627137916','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1353,'','Cash','','2021-07-24 17:57:49','','0','4','2021-07-24 17:57:49','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41627138028','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1354,'','Cash','','2021-07-24 18:00:14','','0','4','2021-07-24 18:00:14','','7680','7680','1','retail',NULL,'7680','1','0','0','0','0','0','0','printed',' ','','1','0','41627138677','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1355,'','Cash','','2021-07-24 18:02:46','','0','4','2021-07-24 18:02:46','','3240','3240','1','retail',NULL,'3240','1','0','0','0','0','0','0','printed',' ','','1','0','41627138925','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1356,'','Cash','','2021-07-24 18:03:27','','0','4','2021-07-24 18:03:27','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627138977','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1357,'','Cash','','2021-07-24 18:04:00','','0','4','2021-07-24 18:04:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627139013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1358,'','Cash','','2021-07-26 13:49:43','','0','4','2021-07-26 13:49:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627296521','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1359,'','Cash','','2021-07-26 13:51:13','','0','4','2021-07-26 13:51:13','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627296593','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1360,'','Cash','','2021-07-26 13:53:15','','0','4','2021-07-26 13:53:15','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' </BR>8PCS.WANTE ','','1','0','41627296682','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1361,'','Cash','','2021-07-26 13:54:41','','0','4','2021-07-26 13:54:41','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627296818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1362,'','Cash','','2021-07-26 13:55:34','','0','4','2021-07-26 13:55:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627296886','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1363,'','Cash','','2021-07-26 13:57:46','','0','4','2021-07-26 13:57:46','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627296940','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1364,'','Cash','','2021-07-26 13:59:02','','0','4','2021-07-26 13:59:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627297070','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1365,'','Cash','','2021-07-26 14:00:03','','0','4','2021-07-26 14:00:03','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' </BR>A.BRUSH ','','1','0','41627297157','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1366,'','Cash','','2021-07-26 14:03:10','','0','4','2021-07-26 14:03:10','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>TURPTAEN.5LITER ','','1','0','41627297323','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1367,'','Cash','','2021-07-26 14:06:59','','0','4','2021-07-26 14:06:59','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' </BR>2KG.PATEY\r\n1PCS.A.BRUSH ','','1','0','41627297420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1368,'','Cash','','2021-07-26 14:10:55','','0','4','2021-07-26 14:10:55','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41627297821','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1369,'','Cash','','2021-07-26 14:17:39','','0','4','2021-07-26 14:17:39','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41627297886','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1370,'','Cash','','2021-07-26 14:20:15','','0','4','2021-07-26 14:20:16','','5300','5300','1','retail',NULL,'5300','1','0','0','0','0','0','0','printed',' ','','1','0','41627298277','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1371,'','Cash','','2021-07-26 14:27:10','','0','4','2021-07-26 14:27:10','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41627298770','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1372,'','Cash','','2021-07-26 16:55:58','','0','4','2021-07-26 16:55:58','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41627307733','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1373,'','Cash','','2021-07-26 17:15:32','','0','4','2021-07-26 17:15:32','','18500','18500','1','retail',NULL,'18500','1','0','0','0','0','0','0','printed',' ','','1','0','41627307769','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1374,'','Cash','','2021-07-26 17:19:06','','0','4','2021-07-26 17:19:06','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41627308940','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1375,'','Cash','','2021-07-26 17:21:31','','0','4','2021-07-26 17:21:31','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41627309150','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1376,'','Cash','','2021-07-26 17:23:43','','0','4','2021-07-26 17:23:43','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41627309298','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1377,'','Cash','','2021-07-26 17:33:17','','0','4','2021-07-26 17:33:17','','1640','1640','1','retail',NULL,'1640','1','0','0','0','0','0','0','printed',' </BR>flad.lite.30w ','','1','0','41627309895','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1378,'','Cash','','2021-07-26 17:36:22','','0','4','2021-07-26 17:36:22','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' ','','1','0','41627310037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1379,'','Cash','','2021-07-26 17:37:31','','0','4','2021-07-26 17:37:31','','12600','12600','1','retail',NULL,'12600','1','0','0','0','0','0','0','printed',' ','','1','0','41627310204','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1380,'','Cash','','2021-07-26 17:38:58','','0','4','2021-07-26 17:38:58','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>1kg.putty ','','1','0','41627310273','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1381,'','Cash','','2021-07-27 11:39:17','','0','4','2021-07-27 11:39:17','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627375073','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1382,'','Cash','','2021-07-27 11:49:29','','0','4','2021-07-27 11:49:29','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41627375734','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1383,'','Cash','','2021-07-27 11:52:41','','0','4','2021-07-27 11:52:41','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>nova.h.machin ','','1','0','41627375929','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1384,'','Cash','','2021-07-27 11:55:54','','0','4','2021-07-27 11:55:54','','6650','6650','1','retail',NULL,'6650','1','0','0','0','0','0','0','printed',' ','','1','0','41627375990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1385,'','Cash','','2021-07-27 11:56:48','','0','4','2021-07-27 11:56:48','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41627376180','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1386,'','Cash','','2021-07-27 11:58:22','','0','4','2021-07-27 11:58:22','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41627376216','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1387,'','Cash','','2021-07-27 11:59:37','','0','4','2021-07-27 11:59:37','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>maroo.bontex ','','1','0','41627376313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1388,'','Cash','','2021-07-27 12:09:55','','0','4','2021-07-27 12:09:55','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41627376409','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1389,'','Cash','','2021-07-27 12:10:32','','0','4','2021-07-27 12:10:32','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627377004','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1390,'','Cash','','2021-07-27 17:17:32','','0','4','2021-07-27 17:17:32','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41627394776','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1391,'','Cash','','2021-07-27 17:18:59','','0','4','2021-07-27 17:18:59','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41627395470','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1392,'','Cash','','2021-07-28 14:18:49','','0','4','2021-07-28 14:18:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>PPR.ADPTER ','','1','0','41627471007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1393,'','Cash','','2021-07-28 14:23:50','','0','4','2021-07-28 14:23:50','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41627471194','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1394,'','Cash','','2021-07-28 16:52:22','','0','4','2021-07-28 16:52:22','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41627480204','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1395,'','Cash','','2021-07-28 16:55:29','','0','4','2021-07-28 16:55:29','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41627480391','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1396,'','Cash','','2021-07-28 17:01:47','','0','4','2021-07-28 17:01:47','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' </BR>2PCS.A.TOILET\r\n3PCS.4BAND ','','1','0','41627480558','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1397,'','Cash','','2021-07-28 17:03:26','','0','4','2021-07-28 17:03:26','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41627480957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1398,'','Cash','','2021-07-28 17:23:35','','0','4','2021-07-28 17:23:35','','38900','38900','1','retail',NULL,'38900','1','0','0','0','0','0','0','printed',' ','','1','0','41627482076','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1399,'','Cash','','2021-07-28 17:28:17','','0','4','2021-07-28 17:28:17','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41627482265','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1400,'','Cash','','2021-07-28 17:30:30','','0','4','2021-07-28 17:30:30','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41627482511','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1401,'','Cash','','2021-07-28 17:30:55','','0','4','2021-07-28 17:30:55','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627482634','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1402,'','Cash','','2021-07-28 17:31:50','','0','4','2021-07-28 17:31:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627482662','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1403,'','Cash','','2021-07-28 17:33:08','','0','4','2021-07-28 17:33:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627482720','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1404,'','Cash','','2021-07-28 17:34:06','','0','4','2021-07-28 17:34:06','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41627482811','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1405,'','Cash','','2021-07-29 08:10:32','','0','4','2021-07-29 08:10:32','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41627535308','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1406,'','Cash','','2021-07-29 08:12:11','','0','4','2021-07-29 08:12:11','','12300','12300','1','retail',NULL,'12300','1','0','0','0','0','0','0','printed',' ','','1','0','41627535443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1407,'','Cash','','2021-07-29 16:49:46','','0','4','2021-07-29 16:49:46','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41627566479','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1408,'','Cash','','2021-07-29 16:58:35','','0','4','2021-07-29 16:58:35','','9800','9800','1','retail',NULL,'9800','1','0','0','0','0','0','0','printed',' ','','1','0','41627566594','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1409,'','Cash','','2021-07-29 17:03:05','','0','4','2021-07-29 17:03:05','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41627567134','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1410,'','Cash','','2021-07-29 17:05:52','','0','4','2021-07-29 17:05:52','','11250','11250','1','retail',NULL,'11250','1','0','0','0','0','0','0','printed',' </BR>1pcs.4.cap ','','1','0','41627567391','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1411,'','Cash','','2021-07-29 17:08:25','','0','4','2021-07-29 17:08:25','','9050','9050','1','retail',NULL,'9050','1','0','0','0','0','0','0','printed',' ','','1','0','41627567591','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1412,'','Cash','','2021-07-29 17:10:29','','0','4','2021-07-29 17:10:29','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627567779','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1413,'','Cash','','2021-07-29 17:11:16','','0','4','2021-07-29 17:11:16','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627567834','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1414,'','Cash','','2021-07-29 17:26:00','','0','4','2021-07-29 17:26:00','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41627568360','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1415,'','Cash','','2021-07-29 17:29:19','','0','4','2021-07-29 17:29:19','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41627568902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1416,'','Cash','','2021-07-29 17:43:40','','0','4','2021-07-29 17:43:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41627569232','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1417,'','Cash','','2021-07-30 16:40:42','','0','4','2021-07-30 16:40:42','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627652395','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1418,'','Cash','','2021-07-30 16:41:12','','0','4','2021-07-30 16:41:12','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41627652455','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1419,'','Cash','','2021-07-30 16:42:13','','0','4','2021-07-30 16:42:13','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41627652481','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1420,'','Cash','','2021-07-30 16:44:24','','0','4','2021-07-30 16:44:24','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41627652544','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1421,'','Cash','','2021-07-30 16:54:32','','0','4','2021-07-30 16:54:32','','605','605','1','retail',NULL,'605','1','0','0','0','0','0','0','printed',' ','','1','0','41627652680','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1422,'','Cash','','2021-07-30 16:57:25','','0','4','2021-07-30 16:57:25','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41627653311','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1423,'','Cash','','2021-07-30 17:03:28','','0','4','2021-07-30 17:03:28','','16550','16550','1','retail',NULL,'16550','1','0','0','0','0','0','0','printed',' ','','1','0','41627653456','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1424,'','Cash','','2021-07-30 17:23:48','','0','4','2021-07-30 17:23:48','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' </BR>9miter.ho.pipe1/2 ','','1','0','41627654995','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1425,'','Cash','','2021-07-30 17:25:55','','0','4','2021-07-30 17:25:55','','2930','2930','1','retail',NULL,'2930','1','0','0','0','0','0','0','printed',' </BR>artesbrush ','','1','0','41627655063','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1426,'','Cash','','2021-07-30 17:27:18','','0','4','2021-07-30 17:27:18','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41627655184','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1427,'','Cash','','2021-07-30 17:28:21','','0','4','2021-07-30 17:28:21','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41627655255','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1428,'','Cash','','2021-07-30 17:28:56','','0','4','2021-07-30 17:28:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41627655314','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1429,'','Cash','','2021-07-30 17:40:10','','0','4','2021-07-30 17:40:10','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41627655955','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1430,'','Cash','','2021-07-30 17:41:49','','0','4','2021-07-30 17:41:49','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41627656019','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1431,'','Cash','','2021-07-30 17:42:35','','0','4','2021-07-30 17:42:35','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41627656114','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1432,'','Cash','','2021-07-30 17:52:03','','0','4','2021-07-30 17:52:03','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41627656165','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1433,'','Cash','','2021-07-30 17:57:38','','0','4','2021-07-30 17:57:38','','11520','11520','1','retail',NULL,'11520','1','0','0','0','0','0','0','printed',' ','','1','0','41627657013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1434,'','Cash','','2021-07-30 18:02:54','','0','4','2021-07-30 18:02:54','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41627657074','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1435,'','Cash','','2021-07-31 08:31:05','','0','4','2021-07-30 08:31:05','','545','545','1','retail',NULL,'545','1','0','0','0','0','0','0','printed',' </BR>b.holder.3pcs\r\ntopplag ','','1','0','41627709368','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1436,'','Cash','','2021-07-31 14:29:47','','0','4','2021-07-31 14:29:47','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627730917','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1437,'','Cash','','2021-07-31 14:30:48','','0','4','2021-07-31 14:30:48','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627730996','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1438,'','Cash','','2021-07-31 14:36:43','','0','4','2021-07-31 14:36:43','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' </BR>3pcs.b.holer\r\n2pcs.a.tap\r\n2pkt.c.clips ','','1','0','41627731053','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1439,'','Cash','','2021-07-31 14:38:25','','0','4','2021-07-31 14:38:25','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627731465','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1440,'','Cash','','2021-07-31 14:38:55','','0','4','2021-07-31 14:38:55','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627731514','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1441,'','Cash','','2021-07-31 14:40:54','','0','4','2021-07-31 14:40:54','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41627731541','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1442,'','Cash','','2021-07-31 14:43:08','','0','4','2021-07-31 14:43:08','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41627731662','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1443,'','Cash','','2021-07-31 14:43:54','','0','4','2021-07-31 14:43:54','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','0','41627731792','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1444,'','Cash','','2021-07-31 14:44:44','','0','4','2021-07-31 14:44:44','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41627731846','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1445,'','Cash','','2021-07-31 14:46:28','','0','4','2021-07-31 14:46:28','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41627731889','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1446,'','Cash','','2021-07-31 14:47:58','','0','4','2021-07-31 14:47:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' </BR>1pcs.teyster ','','1','0','41627731993','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1447,'','Cash','','2021-07-31 14:50:36','','0','4','2021-07-31 14:50:36','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41627732110','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1448,'','Cash','','2021-07-31 14:51:49','','0','4','2021-07-31 14:51:49','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41627732268','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1449,'','Cash','','2021-07-31 17:45:38','','0','4','2021-07-31 17:45:38','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627742560','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1450,'','Cash','','2021-07-31 17:49:28','','0','4','2021-07-31 17:49:28','','7900','7900','1','retail',NULL,'7900','1','0','0','0','0','0','0','printed',' ','','1','0','41627742746','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1451,'','Cash','','2021-08-02 15:56:36','','0','4','2021-08-02 15:56:36','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41627908613','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1452,'','Cash','','2021-08-02 15:57:58','','0','4','2021-08-02 15:57:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627909016','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1453,'','Cash','','2021-08-02 16:01:07','','0','4','2021-08-02 16:01:07','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627909112','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1454,'','Cash','','2021-08-02 16:02:54','','0','4','2021-08-02 16:02:54','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41627909280','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1455,'','Cash','','2021-08-02 16:04:45','','0','4','2021-08-02 16:04:45','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' </BR>2pcs.artesh.brush ','','1','0','41627909443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1456,'','Cash','','2021-08-02 16:10:09','','0','4','2021-08-02 16:10:09','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41627909525','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1457,'','Cash','','2021-08-02 16:16:18','','0','4','2021-08-02 16:16:18','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41627909818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1458,'','Cash','','2021-08-02 16:24:54','','0','4','2021-08-02 16:24:54','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41627910189','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1459,'','Cash','','2021-08-02 16:33:24','','0','4','2021-08-02 16:33:24','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41627910739','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1460,'','Cash','','2021-08-02 16:36:55','','0','4','2021-08-02 16:36:55','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41627911208','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1461,'','Cash','','2021-08-02 16:44:56','','0','4','2021-08-02 16:44:56','','6310','6310','1','retail',NULL,'6310','1','0','0','0','0','0','0','printed',' ','','1','0','41627911431','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1462,'','Cash','','2021-08-02 16:47:52','','0','4','2021-08-02 16:47:52','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627911956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1463,'','Cash','','2021-08-02 16:49:11','','0','4','2021-08-02 16:49:11','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' ','','1','0','41627912087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1464,'','Cash','','2021-08-02 16:52:30','','0','4','2021-08-02 16:52:30','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41627912157','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1465,'','Cash','','2021-08-02 16:53:58','','0','4','2021-08-02 16:53:58','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41627912383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1466,'','Cash','','2021-08-02 16:54:38','','0','4','2021-08-02 16:54:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41627912448','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1467,'','Cash','','2021-08-02 17:00:08','','0','4','2021-08-02 17:00:08','','6050','6050','1','retail',NULL,'6050','1','0','0','0','0','0','0','printed',' ','','1','0','41627912492','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1468,'','Cash','','2021-08-02 17:00:41','','0','4','2021-08-02 17:00:41','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41627912820','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1469,'','Cash','','2021-08-02 17:01:25','','0','4','2021-08-02 17:01:25','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41627912853','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1470,'','Cash','','2021-08-02 17:03:36','','0','4','2021-08-02 17:03:36','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41627912898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1471,'','Cash','','2021-08-02 17:04:15','','0','4','2021-08-02 17:04:15','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41627913021','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1472,'','Cash','','2021-08-02 18:15:30','','0','4','2021-08-02 18:15:30','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627913103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1473,'','Cash','','2021-08-03 15:51:26','','0','4','2021-08-03 15:51:26','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' </BR>1pcsartesh.brush ','','1','0','41627995049','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1474,'','Cash','','2021-08-03 15:53:39','','0','4','2021-08-03 15:53:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>3pcs.kamba\r\n5miter.tap ','','1','0','41627995154','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1475,'','Cash','','2021-08-03 15:56:47','','0','4','2021-08-03 15:56:47','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' </BR>maroo.bontex ','','1','0','41627995271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1476,'','Cash','','2021-08-03 15:57:59','','0','4','2021-08-03 15:57:59','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41627995442','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1477,'','Cash','','2021-08-03 16:02:22','','0','4','2021-08-03 16:02:22','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41627995698','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1478,'','Cash','','2021-08-03 16:03:11','','0','4','2021-08-03 16:03:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41627995747','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1479,'','Cash','','2021-08-03 16:09:00','','0','4','2021-08-03 16:09:00','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' </BR>17pcs.bulb.holer\r\n4pcs.blck.tap\r\n2pkt.c.clips ','','1','0','41627995806','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1480,'','Cash','','2021-08-03 16:12:00','','0','4','2021-08-03 16:12:00','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41627996220','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1481,'','Cash','','2021-08-03 16:13:59','','0','4','2021-08-03 16:13:59','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41627996384','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1482,'','Cash','','2021-08-03 16:15:03','','0','4','2021-08-03 16:15:03','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41627996450','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1483,'','Cash','','2021-08-03 16:15:42','','0','4','2021-08-03 16:15:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41627996507','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1484,'','Cash','','2021-08-03 16:17:35','','0','4','2021-08-03 16:17:35','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41627996562','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1485,'','Cash','','2021-08-03 16:20:07','','0','4','2021-08-03 16:20:07','','3350','3350','1','retail',NULL,'3350','1','0','0','0','0','0','0','printed',' ','','1','0','41627996661','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1486,'','Cash','','2021-08-03 17:49:36','','0','4','2021-08-03 17:49:36','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' ','','1','0','41628002021','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1487,'','Cash','','2021-08-03 18:15:43','','0','4','2021-08-03 18:15:43','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41628002196','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1488,'','Cash','','2021-08-04 16:28:02','','0','4','2021-08-04 16:28:02','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','0','41628083600','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1489,'','Cash','','2021-08-04 16:30:40','','0','4','2021-08-04 16:30:40','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41628083718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1490,'','Cash','','2021-08-04 16:32:47','','0','4','2021-08-04 16:32:47','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41628083849','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1491,'','Cash','','2021-08-04 16:34:04','','0','4','2021-08-04 16:34:04','','13400','13400','1','retail',NULL,'13400','1','0','0','0','0','0','0','printed',' ','','1','0','41628083973','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1492,'','Cash','','2021-08-04 16:34:49','','0','4','2021-08-04 16:34:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41628084054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1493,'','Cash','','2021-08-04 16:38:15','','0','4','2021-08-04 16:38:15','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41628084095','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1494,'','Cash','','2021-08-04 16:38:43','','0','4','2021-08-04 16:38:43','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41628084303','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1495,'','Cash','','2021-08-04 16:40:54','','0','4','2021-08-04 16:40:54','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41628084410','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1496,'','Cash','','2021-08-04 16:41:34','','0','4','2021-08-04 16:41:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41628084465','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1497,'','Cash','','2021-08-04 16:43:21','','0','4','2021-08-04 16:43:21','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41628084512','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1498,'','Cash','','2021-08-04 17:34:40','','0','4','2021-08-04 17:34:40','','6550','6550','1','retail',NULL,'6550','1','0','0','0','0','0','0','printed',' ','','1','0','41628084606','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1499,'','Cash','','2021-08-04 17:41:24','','0','4','2021-08-04 17:41:24','','8550','8550','1','retail',NULL,'8550','1','0','0','0','0','0','0','printed',' ','','1','0','41628087871','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1500,'','Cash','','2021-08-04 17:42:14','','0','4','2021-08-04 17:42:14','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41628088090','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1501,'','Cash','','2021-08-04 18:13:37','','0','4','2021-08-04 18:13:37','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41628088139','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1502,'','Cash','','2021-08-05 16:16:38','','0','4','2021-08-05 16:16:38','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41628169332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1503,'','Cash','','2021-08-05 16:21:52','','0','4','2021-08-05 16:21:52','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' </BR>2pcs.brum ','','1','0','41628169414','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1504,'','Cash','','2021-08-05 16:22:53','','0','4','2021-08-05 16:22:53','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41628169751','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1505,'','Cash','','2021-08-05 16:24:03','','0','4','2021-08-05 16:24:03','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' ','','1','0','41628169792','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1506,'','Cash','','2021-08-05 16:25:07','','0','4','2021-08-05 16:25:07','','10200','10200','1','retail',NULL,'10200','1','0','0','0','0','0','0','printed',' ','','1','0','41628169848','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1507,'','Cash','','2021-08-05 16:33:41','','0','4','2021-08-05 16:33:41','','20150','20150','1','retail',NULL,'20150','1','0','0','0','0','0','0','printed',' ','','1','0','41628169929','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1508,'','Cash','','2021-08-05 16:34:45','','0','4','2021-08-05 16:34:45','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41628170426','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1509,'','Cash','','2021-08-05 16:35:48','','0','4','2021-08-05 16:35:49','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41628170491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1510,'','Cash','','2021-08-05 16:37:22','','0','4','2021-08-05 16:37:22','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' </BR>2pcs.tradtap ','','1','0','41628170562','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1511,'','Cash','','2021-08-06 08:34:16','','0','4','2021-08-05 08:34:16','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41628228019','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1512,'','Cash','','2021-08-06 17:12:17','','0','4','2021-08-06 17:12:17','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41628259101','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1513,'','Cash','','2021-08-06 17:13:11','','0','4','2021-08-06 17:13:11','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41628259146','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1514,'','Cash','','2021-08-06 17:14:05','','0','4','2021-08-06 17:14:05','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41628259210','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1515,'','Cash','','2021-08-06 17:14:35','','0','4','2021-08-06 17:14:36','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41628259249','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1516,'','Cash','','2021-08-06 17:15:45','','0','4','2021-08-06 17:15:45','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41628259317','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1517,'','Cash','','2021-08-06 17:16:22','','0','4','2021-08-06 17:16:22','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41628259349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1518,'','Cash','','2021-08-06 17:24:49','','0','4','2021-08-06 17:24:49','','19500','19500','1','retail',NULL,'19500','1','0','0','0','0','0','0','printed',' </BR>6PCS.HINGSH.2* ','','1','0','41628259392','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1519,'','Cash','','2021-08-06 17:28:38','','0','4','2021-08-06 17:28:38','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' </BR>3PCS.PPR.TEE3/4\r\n100ML.TANGET\r\n1PCS.THREDTAP ','','1','0','41628259921','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1520,'','Cash','','2021-08-06 17:32:36','','0','4','2021-08-06 17:32:36','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41628260231','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1521,'','Cash','','2021-08-06 17:35:09','','0','4','2021-08-06 17:35:09','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41628260367','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1522,'','Cash','','2021-08-06 17:35:45','','0','4','2021-08-06 17:35:45','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41628260516','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1523,'','Cash','','2021-08-06 17:37:05','','0','4','2021-08-06 17:37:05','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41628260550','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1524,'','Cash','','2021-08-06 17:38:34','','0','4','2021-08-06 17:38:34','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41628260631','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1525,'','Cash','','2021-08-06 17:41:06','','0','4','2021-08-06 17:41:06','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41628260726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1526,'','Cash','','2021-08-06 17:42:59','','0','4','2021-08-06 17:42:59','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41628260871','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1527,'','Cash','','2021-08-06 18:15:27','','0','4','2021-08-06 18:15:27','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41628260986','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1528,'','Cash','','2021-08-06 18:16:36','','0','4','2021-08-06 18:16:36','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41628262932','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1529,'','Cash','','2021-08-06 18:18:39','','0','4','2021-08-06 18:18:39','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41628263003','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1530,'','Cash','','2021-08-06 18:22:31','','0','4','2021-08-06 18:22:31','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41628263254','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1531,'','Cash','','2021-08-07 15:36:29','','0','4','2021-08-07 15:36:29','','7550','7550','1','retail',NULL,'7550','1','0','0','0','0','0','0','printed',' ','','1','0','41628339463','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1532,'','Cash','','2021-08-07 15:37:30','','0','4','2021-08-07 15:37:30','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41628339802','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1533,'','Cash','','2021-08-07 15:39:40','','0','4','2021-08-07 15:39:40','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41628339858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1534,'','Cash','','2021-08-07 15:40:24','','0','4','2021-08-07 15:40:24','','10450','10450','1','retail',NULL,'10450','1','0','0','0','0','0','0','printed',' ','','1','0','41628339985','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1535,'','Cash','','2021-08-07 15:41:22','','0','4','2021-08-07 15:41:22','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41628340037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1536,'','Cash','','2021-08-07 17:45:09','','0','4','2021-08-07 17:45:09','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41628342467','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1537,'','Cash','','2021-08-07 17:47:19','','0','4','2021-08-07 17:47:19','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41628347574','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1538,'','Cash','','2021-08-07 17:50:43','','0','4','2021-08-07 17:50:43','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','','1','0','41628347671','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1539,'','Cash','','2021-08-09 15:43:14','','0','4','2021-08-09 15:43:14','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41628512946','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1540,'','Cash','','2021-08-09 15:44:17','','0','4','2021-08-09 15:44:17','','6480','6480','1','retail',NULL,'6480','1','0','0','0','0','0','0','printed',' ','','1','0','41628513000','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1541,'','Cash','','2021-08-09 15:45:11','','0','4','2021-08-09 15:45:11','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41628513070','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1542,'','Cash','','2021-08-09 16:03:41','','0','4','2021-08-09 16:03:41','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41628513243','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1543,'','Cash','','2021-08-09 16:04:56','','0','4','2021-08-09 16:04:56','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41628514227','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1544,'','Cash','','2021-08-09 16:09:15','','0','4','2021-08-09 16:09:15','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41628514302','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1545,'','Cash','','2021-08-09 16:12:06','','0','4','2021-08-09 16:12:06','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>1.PCS.PANGA ','','1','0','41628514569','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1546,'','Cash','','2021-08-09 16:16:14','','0','4','2021-08-09 16:16:14','','10550','10550','1','retail',NULL,'10550','1','0','0','0','0','0','0','printed',' ','','1','0','41628514751','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1547,'','Cash','','2021-08-09 16:17:51','','0','4','2021-08-09 16:17:51','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41628514984','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1548,'','Cash','','2021-08-09 16:18:36','','0','4','2021-08-09 16:18:36','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','0','41628515077','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1549,'','Cash','','2021-08-09 16:28:07','','0','4','2021-08-09 16:28:07','','9150','9150','1','retail',NULL,'9150','1','0','0','0','0','0','0','printed',' ','','1','0','41628515131','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1550,'','Cash','','2021-08-09 16:29:11','','0','4','2021-08-09 16:29:11','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41628515699','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1551,'','Cash','','2021-08-09 16:30:55','','0','4','2021-08-09 16:30:55','','9850','9850','1','retail',NULL,'9850','1','0','0','0','0','0','0','printed',' ','','1','0','41628515761','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1552,'','Cash','','2021-08-09 16:31:28','','0','4','2021-08-09 16:31:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>HAND.GLOSH ','','1','0','41628515863','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1553,'','Cash','','2021-08-09 16:33:14','','0','4','2021-08-09 16:33:14','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41628515917','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1554,'','Cash','','2021-08-09 18:17:00','','0','4','2021-08-09 18:17:00','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41628522201','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1555,'','Cash','','2021-08-09 18:18:14','','0','4','2021-08-09 18:18:15','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41628522228','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1556,'','Cash','','2021-08-10 16:02:51','','0','4','2021-08-10 16:02:51','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41628600531','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1557,'','Cash','','2021-08-10 16:03:27','','0','4','2021-08-10 16:03:27','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41628600577','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1558,'','Cash','','2021-08-10 16:07:22','','0','4','2021-08-10 16:07:22','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41628600621','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1559,'','Cash','','2021-08-10 16:09:55','','0','4','2021-08-10 16:09:55','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41628600849','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1560,'','Cash','','2021-08-10 16:10:42','','0','4','2021-08-10 16:10:42','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' ','','1','0','41628601010','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1561,'','Cash','','2021-08-10 16:13:15','','0','4','2021-08-10 16:13:15','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','41628601049','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1562,'','Cash','','2021-08-10 16:18:38','','0','4','2021-08-10 16:18:38','','37250','37250','1','retail',NULL,'37250','1','0','0','0','0','0','0','printed',' ','','1','0','41628601203','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1563,'','Cash','','2021-08-10 16:19:22','','0','4','2021-08-10 16:19:22','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41628601523','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1564,'','Cash','','2021-08-10 16:22:22','','0','4','2021-08-10 16:22:22','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','','1','0','41628601723','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1565,'','Cash','','2021-08-10 16:26:16','','0','4','2021-08-10 16:26:16','','9400','9400','1','retail',NULL,'9400','1','0','0','0','0','0','0','printed',' ','','1','0','41628601752','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1566,'','Cash','','2021-08-10 16:28:48','','0','4','2021-08-10 16:28:48','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41628602054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1567,'','Cash','','2021-08-10 18:05:58','','0','4','2021-08-10 18:05:58','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' </BR>3pcs.b.holder\r\n2pcs.bad.swhc ','','1','0','41628607928','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1568,'','Cash','','2021-08-11 17:34:36','','0','4','2021-08-11 17:34:36','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' ','','1','0','41628692116','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1569,'','Cash','','2021-08-11 17:35:56','','0','4','2021-08-11 17:35:56','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>ppr.fiteng.1/2 ','','1','0','41628692493','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1570,'','Cash','','2021-08-11 17:39:07','','0','4','2021-08-11 17:39:07','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' </BR>250ml.tanget ','','1','0','41628692579','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1571,'','Cash','','2021-08-11 17:42:57','','0','4','2021-08-11 17:42:57','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41628692819','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1572,'','Cash','','2021-08-11 17:45:08','','0','4','2021-08-11 17:45:08','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41628692993','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1573,'','Cash','','2021-08-11 17:47:46','','0','4','2021-08-11 17:47:46','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41628693121','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1574,'','Cash','','2021-08-11 17:48:58','','0','4','2021-08-11 17:48:58','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41628693274','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1575,'','Cash','','2021-08-11 17:50:24','','0','4','2021-08-11 17:50:24','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41628693351','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1576,'','Cash','','2021-08-11 17:51:21','','0','4','2021-08-11 17:51:21','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41628693443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1577,'','Cash','','2021-08-12 16:53:28','','0','4','2021-08-12 16:53:28','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41628776377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1578,'','Cash','','2021-08-12 17:05:39','','0','4','2021-08-12 17:05:39','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41628776425','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1579,'','Cash','','2021-08-12 17:07:25','','0','4','2021-08-12 17:07:25','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41628777145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1580,'','Cash','','2021-08-12 17:08:23','','0','4','2021-08-12 17:08:23','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41628777256','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1581,'','Cash','','2021-08-12 17:09:33','','0','4','2021-08-12 17:09:33','','19800','19800','1','retail',NULL,'19800','1','0','0','0','0','0','0','printed',' ','','1','0','41628777323','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1582,'','Cash','','2021-08-12 17:10:50','','0','4','2021-08-12 17:10:50','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41628777387','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1583,'','Cash','','2021-08-12 17:11:34','','0','4','2021-08-12 17:11:34','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','41628777458','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1584,'','Cash','','2021-08-12 17:17:23','','0','4','2021-08-12 17:17:23','','6150','6150','1','retail',NULL,'6150','1','0','0','0','0','0','0','printed',' ','','1','0','41628777499','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1585,'','Cash','','2021-08-12 17:21:57','','0','4','2021-08-12 17:21:57','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41628777847','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1586,'','Cash','','2021-08-12 17:22:46','','0','4','2021-08-12 17:22:46','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41628778123','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1587,'','Cash','','2021-08-12 17:23:19','','0','4','2021-08-12 17:23:19','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41628778170','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1588,'','Cash','','2021-08-12 17:24:15','','0','4','2021-08-12 17:24:15','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41628778206','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1589,'','Cash','','2021-08-12 17:24:50','','0','4','2021-08-12 17:24:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41628778261','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1590,'','Cash','','2021-08-12 17:25:31','','0','4','2021-08-12 17:25:31','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41628778296','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1591,'','Cash','','2021-08-12 17:25:52','','0','4','2021-08-12 17:25:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41628778336','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1592,'','Cash','','2021-08-12 17:56:24','','0','4','2021-08-12 17:56:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41628778443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1593,'','Cash','','2021-08-12 17:58:52','','0','4','2021-08-12 17:58:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>bontex ','','1','0','41628780196','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1594,'','Cash','','2021-08-13 16:51:44','','0','4','2021-08-13 16:51:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41628862572','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1595,'','Cash','','2021-08-13 17:28:08','','0','4','2021-08-13 17:28:08','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41628864841','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1596,'','Cash','','2021-08-13 17:29:35','','0','4','2021-08-13 17:29:35','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' ','','1','0','41628864933','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1597,'','Cash','','2021-08-13 17:35:52','','0','4','2021-08-13 17:35:52','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41628865029','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1598,'','Cash','','2021-08-13 17:37:26','','0','4','2021-08-13 17:37:26','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>1pcs.lyons.ex.bord ','','1','0','41628865363','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1599,'','Cash','','2021-08-13 17:39:52','','0','4','2021-08-13 17:39:52','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41628865521','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1600,'','Cash','','2021-08-13 17:40:50','','0','4','2021-08-13 17:40:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41628865605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1601,'','Cash','','2021-08-13 17:41:43','','0','4','2021-08-13 17:41:43','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41628865656','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1602,'','Cash','','2021-08-13 17:43:21','','0','4','2021-08-13 17:43:21','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41628865709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1603,'','Cash','','2021-08-13 17:46:19','','0','4','2021-08-13 17:46:20','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41628865818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1604,'','Cash','','2021-08-13 17:48:37','','0','4','2021-08-13 17:48:37','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41628865989','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1605,'','Cash','','2021-08-14 08:46:47','','0','4','2021-08-13 08:46:47','','8300','8300','1','retail',NULL,'8300','1','0','0','0','0','0','0','printed',' ','','1','0','41628919824','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1606,'','Cash','','2021-08-14 08:47:39','','0','4','2021-08-13 08:47:39','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41628920024','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1607,'','Cash','','2021-08-14 08:49:52','','0','4','2021-08-13 08:49:52','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41628920151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1608,'','Cash','','2021-08-14 08:50:57','','0','4','2021-08-13 08:50:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41628920211','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1609,'','Cash','','2021-08-14 08:51:35','','0','4','2021-08-13 08:51:35','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41628920271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1610,'','Cash','','2021-08-14 16:58:29','','0','4','2021-08-14 16:58:29','','3650','3650','1','retail',NULL,'3650','1','0','0','0','0','0','0','printed',' ','','1','0','41628949205','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1611,'','Cash','','2021-08-14 16:59:19','','0','4','2021-08-14 16:59:19','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41628949519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1612,'','Cash','','2021-08-14 17:03:03','','0','4','2021-08-14 17:03:03','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' </BR>waterpruf.6kg ','','1','0','41628949570','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1613,'','Cash','','2021-08-14 17:05:08','','0','4','2021-08-14 17:05:08','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41628949845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1614,'','Cash','','2021-08-14 17:06:25','','0','4','2021-08-14 17:06:25','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41628949923','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1615,'','Cash','','2021-08-14 17:09:45','','0','4','2021-08-14 17:09:45','','5900','5900','1','retail',NULL,'5900','1','0','0','0','0','0','0','printed',' ','','1','0','41628950000','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1616,'','Cash','','2021-08-14 17:10:45','','0','4','2021-08-14 17:10:45','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41628950198','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1617,'','Cash','','2021-08-14 17:16:45','','0','4','2021-08-14 17:16:45','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41628950327','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1618,'','Cash','','2021-08-14 17:39:50','','0','4','2021-08-14 17:39:50','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41628950612','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1619,'','Cash','','2021-08-16 17:39:26','','0','4','2021-08-16 17:39:26','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41629124655','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1620,'','Cash','','2021-08-16 17:41:27','','0','4','2021-08-16 17:41:27','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41629124853','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1621,'','Cash','','2021-08-16 17:44:11','','0','4','2021-08-16 17:44:11','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41629124902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1622,'','Cash','','2021-08-16 17:48:30','','0','4','2021-08-16 17:48:30','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41629125062','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1623,'','Cash','','2021-08-16 17:50:09','','0','4','2021-08-16 17:50:09','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41629125349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1624,'','Cash','','2021-08-16 17:52:03','','0','4','2021-08-16 17:52:03','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41629125417','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1625,'','Cash','','2021-08-16 17:57:48','','0','4','2021-08-16 17:57:48','','5150','5150','1','retail',NULL,'5150','1','0','0','0','0','0','0','printed',' ','','1','0','41629125527','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1626,'','Cash','','2021-08-16 18:00:14','','0','4','2021-08-16 18:00:14','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41629125893','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1627,'','Cash','','2021-08-16 18:02:29','','0','4','2021-08-16 18:02:29','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41629126023','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1628,'','Cash','','2021-08-16 18:04:35','','0','4','2021-08-16 18:04:35','','6250','6250','1','retail',NULL,'6250','1','0','0','0','0','0','0','printed',' ','','1','0','41629126178','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1629,'','Cash','','2021-08-16 18:07:03','','0','4','2021-08-16 18:07:03','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41629126286','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1630,'','Cash','','2021-08-16 18:13:50','','0','4','2021-08-16 18:13:50','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41629126430','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1631,'','Cash','','2021-08-16 18:34:47','','0','4','2021-08-16 18:34:47','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41629126866','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1632,'','Cash','','2021-08-16 18:35:30','','0','4','2021-08-16 18:35:30','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41629128093','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1633,'','Cash','','2021-08-17 16:12:07','','0','4','2021-08-17 16:12:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629205900','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1634,'','Cash','','2021-08-17 16:14:01','','0','4','2021-08-17 16:14:01','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41629205937','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1635,'','Cash','','2021-08-17 16:16:11','','0','4','2021-08-17 16:16:11','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41629206051','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1636,'','Cash','','2021-08-17 16:18:04','','0','4','2021-08-17 16:18:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629206249','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1637,'','Cash','','2021-08-17 16:19:30','','0','4','2021-08-17 16:19:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41629206304','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1638,'','Cash','','2021-08-17 16:54:08','','0','4','2021-08-17 16:54:08','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41629206376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1639,'','Cash','','2021-08-17 16:56:21','','0','4','2021-08-17 16:56:21','','3450','3450','1','retail',NULL,'3450','1','0','0','0','0','0','0','printed',' </BR>5pcs.ar.rood ','','1','0','41629208453','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1640,'','Cash','','2021-08-17 16:59:20','','0','4','2021-08-17 16:59:20','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' ','','1','0','41629208636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1641,'','Cash','','2021-08-17 17:04:00','','0','4','2021-08-17 17:04:00','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41629208769','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1642,'','Cash','','2021-08-17 17:04:31','','0','4','2021-08-17 17:04:31','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41629209054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1643,'','Cash','','2021-08-17 17:06:34','','0','4','2021-08-17 17:06:34','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41629209080','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1644,'','Cash','','2021-08-17 17:07:50','','0','4','2021-08-17 17:07:50','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' ','','1','0','41629209200','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1645,'','Cash','','2021-08-17 17:11:09','','0','4','2021-08-17 17:11:09','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' </BR>3pcsmasken.tap ','','1','0','41629209275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1646,'','Cash','','2021-08-17 17:13:32','','0','4','2021-08-17 17:13:32','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41629209567','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1647,'','Cash','','2021-08-17 17:15:34','','0','4','2021-08-17 17:15:34','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41629209620','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1648,'','Cash','','2021-08-18 16:23:49','','0','4','2021-08-18 16:23:49','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41629292746','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1649,'','Cash','','2021-08-18 16:25:35','','0','4','2021-08-18 16:25:35','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41629293036','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1650,'','Cash','','2021-08-18 16:27:48','','0','4','2021-08-18 16:27:48','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41629293140','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1651,'','Cash','','2021-08-18 16:29:33','','0','4','2021-08-18 16:29:33','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41629293273','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1652,'','Cash','','2021-08-18 16:30:51','','0','4','2021-08-18 16:30:51','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41629293387','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1653,'','Cash','','2021-08-18 16:32:53','','0','4','2021-08-18 16:32:53','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','41629293458','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1654,'','Cash','','2021-08-18 16:34:24','','0','4','2021-08-18 16:34:24','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629293578','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1655,'','Cash','','2021-08-18 16:39:52','','0','4','2021-08-18 16:39:52','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41629293670','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1656,'','Cash','','2021-08-18 16:41:18','','0','4','2021-08-18 16:41:19','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41629293996','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1657,'','Cash','','2021-08-18 16:44:45','','0','4','2021-08-18 16:44:45','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' </BR>ppr.feteng ','','1','0','41629294087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1658,'','Cash','','2021-08-18 16:55:03','','0','4','2021-08-18 16:55:03','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41629294345','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1659,'','Cash','','2021-08-18 17:05:30','','0','4','2021-08-18 17:05:30','','23600','23600','1','retail',NULL,'23600','1','0','0','0','0','0','0','printed',' ','','1','0','41629294939','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1660,'','Cash','','2021-08-18 17:06:30','','0','4','2021-08-18 17:06:30','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41629295558','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1661,'','Cash','','2021-08-18 17:10:30','','0','4','2021-08-18 17:10:30','','8700','8700','1','retail',NULL,'8700','1','0','0','0','0','0','0','printed',' ','','1','0','41629295629','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1662,'','Cash','','2021-08-18 17:12:03','','0','4','2021-08-18 17:12:03','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' ','','1','0','41629295845','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1663,'','Cash','','2021-08-18 17:12:39','','0','4','2021-08-18 17:12:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629295934','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1664,'','Cash','','2021-08-18 17:17:09','','0','4','2021-08-18 17:17:10','','13050','13050','1','retail',NULL,'13050','1','0','0','0','0','0','0','printed',' ','','1','0','41629295967','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1665,'','Cash','','2021-08-18 17:34:17','','0','4','2021-08-18 17:34:17','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629297075','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1666,'','Cash','','2021-08-19 08:41:22','','0','4','2021-08-19 08:41:22','','7100','7100','1','retail',NULL,'7100','1','0','0','0','0','0','0','printed',' </BR>8pcs.holder\r\n1pcs.stret.drop ','','1','0','41629351486','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1667,'','Cash','','2021-08-19 08:45:29','','0','4','2021-08-19 08:45:29','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41629351884','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1668,'','Cash','','2021-08-19 16:00:36','','0','4','2021-08-19 16:00:36','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41629377860','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1669,'','Cash','','2021-08-19 16:02:08','','0','4','2021-08-19 16:02:08','','3750','3750','1','retail',NULL,'3750','1','0','0','0','0','0','0','printed',' ','','1','0','41629378043','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1670,'','Cash','','2021-08-19 16:03:50','','0','4','2021-08-19 16:03:50','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41629378139','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1671,'','Cash','','2021-08-19 16:09:03','','0','4','2021-08-19 16:09:03','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>1pcs.matok ','','1','0','41629378266','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1672,'','Cash','','2021-08-19 16:13:07','','0','4','2021-08-19 16:13:07','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41629378565','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1673,'','Cash','','2021-08-19 16:19:18','','0','4','2021-08-19 16:19:18','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41629378796','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1674,'','Cash','','2021-08-19 16:20:22','','0','4','2021-08-19 16:20:22','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41629379165','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1675,'','Cash','','2021-08-19 16:25:44','','0','4','2021-08-19 16:25:44','','18300','18300','1','retail',NULL,'18300','1','0','0','0','0','0','0','printed',' ','','1','0','41629379229','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1676,'','Cash','','2021-08-19 16:26:32','','0','4','2021-08-19 16:26:32','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629379557','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1677,'','Cash','','2021-08-19 16:28:42','','0','4','2021-08-19 16:28:42','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' </BR>1pcs.kigko ','','1','0','41629379597','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1678,'','Cash','','2021-08-19 16:30:51','','0','4','2021-08-19 16:30:51','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41629379747','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1679,'','Cash','','2021-08-19 16:35:35','','0','4','2021-08-19 16:35:35','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41629380076','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1680,'','Cash','','2021-08-19 17:54:40','','0','4','2021-08-19 17:54:40','','42000','42000','1','retail',NULL,'42000','1','0','0','0','0','0','0','printed',' ','','1','0','41629380187','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1681,'','Cash','','2021-08-19 17:57:07','','0','4','2021-08-19 17:57:07','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41629384888','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1682,'','Cash','','2021-08-19 17:57:43','','0','4','2021-08-19 17:57:43','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41629385032','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1683,'','Cash','','2021-08-20 16:53:57','','0','4','2021-08-20 16:53:57','','8300','8300','1','retail',NULL,'8300','1','0','0','0','0','0','0','printed',' ','','1','0','41629467538','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1684,'','Cash','','2021-08-20 16:55:39','','0','4','2021-08-20 16:55:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>2pcs.m.plag ','','1','0','41629467644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1685,'','Cash','','2021-08-20 16:58:39','','0','4','2021-08-20 16:58:39','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' </BR>1/2liter.turpten ','','1','0','41629467764','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1686,'','Cash','','2021-08-20 17:00:12','','0','4','2021-08-20 17:00:12','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41629467946','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1687,'','Cash','','2021-08-20 17:01:03','','0','4','2021-08-20 17:01:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41629468027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1688,'','Cash','','2021-08-20 17:02:21','','0','4','2021-08-20 17:02:21','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41629468083','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1689,'','Cash','','2021-08-20 17:02:45','','0','4','2021-08-20 17:02:45','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41629468146','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1690,'','Cash','','2021-08-20 17:04:47','','0','4','2021-08-20 17:04:47','','14200','14200','1','retail',NULL,'14200','1','0','0','0','0','0','0','printed',' ','','1','0','41629468175','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1691,'','Cash','','2021-08-20 17:05:55','','0','4','2021-08-20 17:05:55','','7440','7440','1','retail',NULL,'7440','1','0','0','0','0','0','0','printed',' ','','1','0','41629468293','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1692,'','Cash','','2021-08-20 17:06:58','','0','4','2021-08-20 17:06:58','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41629468364','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1693,'','Cash','','2021-08-20 17:09:03','','0','4','2021-08-20 17:09:03','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41629468426','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1694,'','Cash','','2021-08-21 16:56:51','','0','4','2021-08-21 16:56:51','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41629554057','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1695,'','Cash','','2021-08-21 17:06:22','','0','4','2021-08-21 17:06:22','','9700','9700','1','retail',NULL,'9700','1','0','0','0','0','0','0','printed',' ','','1','0','41629554218','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1696,'','Cash','','2021-08-21 17:15:01','','0','4','2021-08-21 17:15:01','','18390','18390','1','retail',NULL,'18390','1','0','0','0','0','0','0','printed',' ','','1','0','41629554787','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1697,'','Cash','','2021-08-21 17:16:47','','0','4','2021-08-21 17:16:47','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41629555307','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1698,'','Cash','','2021-08-21 17:19:54','','0','4','2021-08-21 17:19:54','','17000','17000','1','retail',NULL,'17000','1','0','0','0','0','0','0','printed',' </BR>ppr.fiteng ','','1','0','41629555536','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1699,'','Cash','','2021-08-21 17:22:37','','0','4','2021-08-21 17:22:37','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41629555615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1700,'','Cash','','2021-08-21 17:26:11','','0','4','2021-08-21 17:26:11','','14400','14400','1','retail',NULL,'14400','1','0','0','0','0','0','0','printed',' ','','1','0','41629555832','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1701,'','Cash','','2021-08-21 17:32:47','','0','4','2021-08-21 17:32:47','','30000','30000','1','retail',NULL,'30000','1','0','0','0','0','0','0','printed',' ','','1','0','41629555976','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1702,'','Cash','','2021-08-21 17:42:52','','0','4','2021-08-21 17:42:52','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41629556374','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1703,'','Cash','','2021-08-21 17:43:58','','0','4','2021-08-21 17:43:58','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41629556978','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1704,'','Cash','','2021-08-21 17:48:01','','0','4','2021-08-21 17:48:01','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>24pcs.w.rood ','','1','0','41629557043','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1705,'','Cash','','2021-08-21 17:49:02','','0','4','2021-08-21 17:49:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629557305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1706,'','Cash','','2021-08-23 16:46:12','','0','4','2021-08-23 16:46:12','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41629726217','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1707,'','Cash','','2021-08-23 16:47:10','','0','4','2021-08-23 16:47:10','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41629726383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1708,'','Cash','','2021-08-23 16:50:32','','0','4','2021-08-23 16:50:32','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41629726440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1709,'','Cash','','2021-08-23 16:51:28','','0','4','2021-08-23 16:51:28','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41629726642','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1710,'','Cash','','2021-08-23 16:53:52','','0','4','2021-08-23 16:53:52','','14700','14700','1','retail',NULL,'14700','1','0','0','0','0','0','0','printed',' ','','1','0','41629726717','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1711,'','Cash','','2021-08-23 16:55:20','','0','4','2021-08-23 16:55:20','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41629726880','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1712,'','Cash','','2021-08-23 16:57:10','','0','4','2021-08-23 16:57:10','','28000','28000','1','retail',NULL,'28000','1','0','0','0','0','0','0','printed',' ','','1','0','41629726930','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1713,'','Cash','','2021-08-23 16:57:58','','0','4','2021-08-23 16:57:58','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' </BR>brum ','','1','0','41629727036','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1714,'','Cash','','2021-08-23 17:10:18','','0','4','2021-08-23 17:10:18','','10550','10550','1','retail',NULL,'10550','1','0','0','0','0','0','0','printed',' </BR>8pcs.busshes ','','1','0','41629727098','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1715,'','Cash','','2021-08-23 17:11:42','','0','4','2021-08-23 17:11:42','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41629727849','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1716,'','Cash','','2021-08-23 17:14:33','','0','4','2021-08-23 17:14:33','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41629727912','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1717,'','Cash','','2021-08-23 17:16:19','','0','4','2021-08-23 17:16:19','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>2pcs.shitcower ','','1','0','41629728094','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1718,'','Cash','','2021-08-23 17:19:58','','0','4','2021-08-23 17:19:58','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41629728203','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1719,'','Cash','','2021-08-23 17:24:31','','0','4','2021-08-23 17:24:31','','13200','13200','1','retail',NULL,'13200','1','0','0','0','0','0','0','printed',' ','','1','0','41629728539','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1720,'','Cash','','2021-08-24 16:58:14','','0','4','2021-08-24 16:58:14','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41629813339','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1721,'','Cash','','2021-08-24 17:00:56','','0','4','2021-08-24 17:00:56','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629813501','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1722,'','Cash','','2021-08-24 17:07:51','','0','4','2021-08-24 17:07:51','','2340','2340','1','retail',NULL,'2340','1','0','0','0','0','0','0','printed',' ','','1','0','41629813666','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1723,'','Cash','','2021-08-24 17:10:32','','0','4','2021-08-24 17:10:32','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' </BR>3/4.tap ','','1','0','41629814109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1724,'','Cash','','2021-08-24 17:12:12','','0','4','2021-08-24 17:12:12','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629814260','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1725,'','Cash','','2021-08-24 17:21:26','','0','4','2021-08-24 17:21:26','','19500','19500','1','retail',NULL,'19500','1','0','0','0','0','0','0','printed',' ','','1','0','41629814344','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1726,'','Cash','','2021-08-24 17:26:49','','0','4','2021-08-24 17:26:49','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' </BR>1pkt.skru\r\n8pcs.gpsam\r\n25pcs.chenel ','','1','0','41629814897','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1727,'','Cash','','2021-08-24 17:29:43','','0','4','2021-08-24 17:29:43','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' ','','1','0','41629815284','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1728,'','Cash','','2021-08-24 17:30:33','','0','4','2021-08-24 17:30:33','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41629815388','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1729,'','Cash','','2021-08-24 17:32:47','','0','4','2021-08-24 17:32:47','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41629815441','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1730,'','Cash','','2021-08-24 17:33:57','','0','4','2021-08-24 17:33:57','','53000','53000','1','retail',NULL,'53000','1','0','0','0','0','0','0','printed',' ','','1','0','41629815574','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1731,'','Cash','','2021-08-24 17:35:36','','0','4','2021-08-24 17:35:36','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' </BR>1pcs.starter ','','1','0','41629815644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1732,'','Cash','','2021-08-25 17:49:16','','0','4','2021-08-25 17:49:16','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41629902863','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1733,'','Cash','','2021-08-25 17:50:45','','0','4','2021-08-25 17:50:45','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' </BR>gipsam.fila ','','1','0','41629902961','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1734,'','Cash','','2021-08-25 17:54:04','','0','4','2021-08-25 17:54:04','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' </BR>20kg.putey\r\n1silicon ','','1','0','41629903088','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1735,'','Cash','','2021-08-25 17:55:34','','0','4','2021-08-25 17:55:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41629903292','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1736,'','Cash','','2021-08-25 17:56:46','','0','4','2021-08-25 17:56:46','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41629903338','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1737,'','Cash','','2021-08-25 17:57:21','','0','4','2021-08-25 17:57:21','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41629903410','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1738,'','Cash','','2021-08-25 17:58:11','','0','4','2021-08-25 17:58:11','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41629903446','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1739,'','Cash','','2021-08-25 17:59:57','','0','4','2021-08-25 17:59:57','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41629903497','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1740,'','Cash','','2021-08-25 18:00:28','','0','4','2021-08-25 18:00:28','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41629903605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1741,'','Cash','','2021-08-25 18:01:28','','0','4','2021-08-25 18:01:28','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41629903647','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1742,'','Cash','','2021-08-25 18:03:13','','0','4','2021-08-25 18:03:13','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41629903694','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1743,'','Cash','','2021-08-25 18:07:33','','0','4','2021-08-25 18:07:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629903797','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1744,'','Cash','','2021-08-25 18:11:52','','0','4','2021-08-25 18:11:53','','35100','35100','1','retail',NULL,'35100','1','0','0','0','0','0','0','printed',' ','','1','0','41629904061','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1745,'','Cash','','2021-08-25 18:13:12','','0','4','2021-08-25 18:13:12','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41629904317','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1746,'','Cash','','2021-08-25 18:17:39','','0','4','2021-08-25 18:17:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' </BR>stelnails ','','1','0','41629904636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1747,'','Cash','','2021-08-25 18:18:41','','0','4','2021-08-25 18:18:41','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629904678','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1748,'','Cash','','2021-08-25 18:19:52','','0','4','2021-08-25 18:19:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41629904726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1749,'','Cash','','2021-08-25 18:20:28','','0','4','2021-08-25 18:20:28','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41629904796','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1750,'','Cash','','2021-08-25 18:21:09','','0','4','2021-08-25 18:21:09','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41629904834','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1751,'','Cash','','2021-08-25 18:22:43','','0','4','2021-08-25 18:22:43','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41629904874','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1752,'','Cash','','2021-08-26 16:54:57','','0','4','2021-08-26 16:54:57','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41629985938','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1753,'','Cash','','2021-08-26 16:56:18','','0','4','2021-08-26 16:56:18','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41629986105','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1754,'','Cash','','2021-08-26 17:05:44','','0','4','2021-08-26 17:05:44','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' </BR>9pcs.p.box ','','1','0','41629986188','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1755,'','Cash','','2021-08-26 17:06:40','','0','4','2021-08-26 17:06:41','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41629986780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1756,'','Cash','','2021-08-26 17:08:24','','0','4','2021-08-26 17:08:24','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>30.w.floodlite ','','1','0','41629986810','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1757,'','Cash','','2021-08-26 17:10:06','','0','4','2021-08-26 17:10:06','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41629986930','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1758,'','Cash','','2021-08-26 17:11:17','','0','4','2021-08-26 17:11:17','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41629987011','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1759,'','Cash','','2021-08-26 17:11:42','','0','4','2021-08-26 17:11:42','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','0','41629987087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1760,'','Cash','','2021-08-26 17:13:09','','0','4','2021-08-26 17:13:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>1pcs.kigko ','','1','0','41629987161','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1761,'','Cash','','2021-08-26 17:17:00','','0','4','2021-08-26 17:17:00','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41629987211','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1762,'','Cash','','2021-08-26 17:19:25','','0','4','2021-08-26 17:19:25','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>cables.clip ','','1','0','41629987437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1763,'','Cash','','2021-08-26 17:21:33','','0','4','2021-08-26 17:21:33','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>botam.trap ','','1','0','41629987617','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1764,'','Cash','','2021-08-26 17:24:50','','0','4','2021-08-26 17:24:50','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41629987712','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1765,'','Cash','','2021-08-26 17:25:54','','0','4','2021-08-26 17:25:54','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41629987905','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1766,'','Cash','','2021-08-26 17:27:35','','0','4','2021-08-26 17:27:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>1/2.tap ','','1','0','41629987959','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1767,'','Cash','','2021-08-26 17:28:45','','0','4','2021-08-26 17:28:45','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41629988072','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1768,'','Cash','','2021-08-26 17:29:40','','0','4','2021-08-26 17:29:40','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41629988131','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1769,'','Cash','','2021-08-26 17:36:03','','0','4','2021-08-26 17:36:03','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41629988185','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1770,'','Cash','','2021-08-27 08:48:50','','0','4','2021-08-26 08:48:50','','18800','18800','1','retail',NULL,'18800','1','0','0','0','0','0','0','printed',' ','','1','0','41630043139','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1771,'','Cash','','2021-08-27 08:53:01','','0','4','2021-08-26 08:53:01','','16900','16900','1','retail',NULL,'16900','1','0','0','0','0','0','0','printed',' ','','1','0','41630043348','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1772,'','Cash','','2021-08-27 08:56:44','','0','4','2021-08-26 08:56:44','','5850','5850','1','retail',NULL,'5850','1','0','0','0','0','0','0','printed',' </BR>5liter.turpten\r\n3ft.sanpper ','','1','0','41630043612','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1773,'','Cash','','2021-08-27 15:37:42','','0','4','2021-08-27 15:37:42','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' </BR>crompipe ','','1','0','41630067761','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1774,'','Cash','','2021-08-27 15:40:17','','0','4','2021-08-27 15:40:17','','13840','13840','1','retail',NULL,'13840','1','0','0','0','0','0','0','printed',' ','','1','0','41630067885','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1775,'','Cash','','2021-08-27 15:41:49','','0','4','2021-08-27 15:41:49','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41630068054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1776,'','Cash','','2021-08-27 15:46:36','','0','4','2021-08-27 15:46:36','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41630068117','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1777,'','Cash','','2021-08-27 15:49:29','','0','4','2021-08-27 15:49:29','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41630068418','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1778,'','Cash','','2021-08-27 15:50:20','','0','4','2021-08-27 15:50:20','','25200','25200','1','retail',NULL,'25200','1','0','0','0','0','0','0','printed',' ','','1','0','41630068575','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1779,'','Cash','','2021-08-27 15:51:24','','0','4','2021-08-27 15:51:24','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41630068631','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1780,'','Cash','','2021-08-27 15:56:43','','0','4','2021-08-27 15:56:43','','15350','15350','1','retail',NULL,'15350','1','0','0','0','0','0','0','printed',' ','','1','0','41630068702','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1781,'','Cash','','2021-08-27 15:57:18','','0','4','2021-08-27 15:57:18','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' </BR>cabelclip\r\np.box\r\nan.tap ','','1','0','41630069016','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1782,'','Cash','','2021-08-27 15:58:56','','0','4','2021-08-27 15:58:56','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41630069089','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1783,'','Cash','','2021-08-27 16:01:05','','0','4','2021-08-27 16:01:05','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','0','41630069142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1784,'','Cash','','2021-08-27 18:07:11','','0','4','2021-08-27 18:07:11','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41630076805','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1785,'','Cash','','2021-08-27 18:10:07','','0','4','2021-08-27 18:10:07','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41630076837','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1786,'','Cash','','2021-08-28 16:46:20','','0','4','2021-08-28 16:46:20','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41630158328','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1787,'','Cash','','2021-08-28 16:47:28','','0','4','2021-08-28 16:47:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630158401','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1788,'','Cash','','2021-08-28 17:12:02','','0','4','2021-08-28 17:12:02','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>bulb.holerstarter ','','1','0','41630158472','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1789,'','Cash','','2021-08-28 17:17:57','','0','4','2021-08-28 17:17:57','','10300','10300','1','retail',NULL,'10300','1','0','0','0','0','0','0','printed',' ','','1','0','41630159990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1790,'','Cash','','2021-08-28 17:21:00','','0','4','2021-08-28 17:21:00','','9850','9850','1','retail',NULL,'9850','1','0','0','0','0','0','0','printed',' ','','1','0','41630160296','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1791,'','Cash','','2021-08-28 17:26:01','','0','4','2021-08-28 17:26:01','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>pvc.corner ','','1','0','41630160469','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1792,'','Cash','','2021-08-28 17:29:55','','0','4','2021-08-28 17:29:55','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' ','','1','0','41630160784','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1793,'','Cash','','2021-08-28 17:30:56','','0','4','2021-08-28 17:30:56','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41630161004','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1794,'','Cash','','2021-08-28 17:40:28','','0','4','2021-08-28 17:40:28','','26300','26300','1','retail',NULL,'26300','1','0','0','0','0','0','0','printed',' ','','1','0','41630161062','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1795,'','Cash','','2021-08-28 17:42:09','','0','4','2021-08-28 17:42:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41630161636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1796,'','Cash','','2021-08-28 17:46:13','','0','4','2021-08-28 17:46:13','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41630161736','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1797,'','Cash','','2021-08-28 18:01:43','','0','4','2021-08-28 18:01:43','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41630162855','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1798,'','Cash','','2021-08-28 18:02:28','','0','4','2021-08-28 18:02:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630162908','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1799,'','Cash','','2021-08-29 10:34:39','','0','4','2021-08-28 10:34:39','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41630222027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1800,'','Cash','','2021-08-29 10:38:15','','0','4','2021-08-28 10:38:15','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41630222508','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1801,'','Cash','','2021-08-29 10:39:18','','0','4','2021-08-28 10:39:18','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' </BR>30.w.soler.srte.lamp ','','1','0','41630222712','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1802,'','Cash','','2021-08-30 16:07:53','','0','4','2021-08-30 16:07:53','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41630328398','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1803,'','Cash','','2021-08-30 16:08:54','','0','4','2021-08-30 16:08:54','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41630328884','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1804,'','Cash','','2021-08-30 16:18:23','','0','4','2021-08-30 16:18:23','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>2pket.kamba ','','1','0','41630328943','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1805,'','Cash','','2021-08-30 16:24:48','','0','4','2021-08-30 16:24:48','','5650','5650','1','retail',NULL,'5650','1','0','0','0','0','0','0','printed',' ','','1','0','41630329531','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1806,'','Cash','','2021-08-30 16:27:06','','0','4','2021-08-30 16:27:06','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41630329898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1807,'','Cash','','2021-08-30 16:29:18','','0','4','2021-08-30 16:29:18','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41630330043','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1808,'','Cash','','2021-08-30 16:31:20','','0','4','2021-08-30 16:31:20','','12600','12600','1','retail',NULL,'12600','1','0','0','0','0','0','0','printed',' ','','1','0','41630330173','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1809,'','Cash','','2021-08-30 16:37:39','','0','4','2021-08-30 16:37:39','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>brum.mofb ','','1','0','41630330287','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1810,'','Cash','','2021-08-30 16:39:02','','0','4','2021-08-30 16:39:02','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>3/4.tap\r\np.box.singl ','','1','0','41630330684','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1811,'','Cash','','2021-08-30 16:40:09','','0','4','2021-08-30 16:40:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>10pcs.skru ','','1','0','41630330787','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1812,'','Cash','','2021-08-30 16:43:20','','0','4','2021-08-30 16:43:20','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41630330837','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1813,'','Cash','','2021-08-30 16:47:41','','0','4','2021-08-30 16:47:41','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' </BR>1kg.putee ','','1','0','41630331006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1814,'','Cash','','2021-08-30 16:48:41','','0','4','2021-08-30 16:48:41','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41630331282','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1815,'','Cash','','2021-08-30 16:50:29','','0','4','2021-08-30 16:50:29','','19700','19700','1','retail',NULL,'19700','1','0','0','0','0','0','0','printed',' ','','1','0','41630331325','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1816,'','Cash','','2021-08-30 16:51:27','','0','4','2021-08-30 16:51:27','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' ','','1','0','41630331439','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1817,'','Cash','','2021-08-30 16:55:56','','0','4','2021-08-30 16:55:56','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41630331492','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1818,'','Cash','','2021-08-30 17:00:30','','0','4','2021-08-30 17:00:30','','9300','9300','1','retail',NULL,'9300','1','0','0','0','0','0','0','printed',' ','','1','0','41630331761','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1819,'','Cash','','2021-08-30 17:01:01','','0','4','2021-08-30 17:01:01','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41630332037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1820,'','Cash','','2021-08-30 17:03:09','','0','4','2021-08-30 17:03:09','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41630332068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1821,'','Cash','','2021-08-30 17:04:05','','0','4','2021-08-30 17:04:05','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41630332198','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1822,'','Cash','','2021-08-30 17:33:08','','0','4','2021-08-30 17:33:08','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630332405','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1823,'','Cash','','2021-08-30 17:34:52','','0','4','2021-08-30 17:34:52','','7550','7550','1','retail',NULL,'7550','1','0','0','0','0','0','0','printed',' ','','1','0','41630333995','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1824,'','Cash','','2021-08-31 16:32:32','','0','4','2021-08-31 16:32:32','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41630416683','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1825,'','Cash','','2021-08-31 16:34:06','','0','4','2021-08-31 16:34:06','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41630416760','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1826,'','Cash','','2021-08-31 16:35:08','','0','4','2021-08-31 16:35:08','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41630416860','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1827,'','Cash','','2021-08-31 16:35:43','','0','4','2021-08-31 16:35:43','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41630416923','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1828,'','Cash','','2021-08-31 16:36:26','','0','4','2021-08-31 16:36:26','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41630416950','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1829,'','Cash','','2021-08-31 16:46:48','','0','4','2021-08-31 16:46:48','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41630417011','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1830,'','Cash','','2021-08-31 16:48:04','','0','4','2021-08-31 16:48:04','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41630417620','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1831,'','Cash','','2021-08-31 16:50:29','','0','4','2021-08-31 16:50:29','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41630417713','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1832,'','Cash','','2021-08-31 16:52:28','','0','4','2021-08-31 16:52:28','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41630417840','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1833,'','Cash','','2021-08-31 17:00:50','','0','4','2021-08-31 17:00:50','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41630417959','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1834,'','Cash','','2021-08-31 17:02:37','','0','4','2021-08-31 17:02:37','','7150','7150','1','retail',NULL,'7150','1','0','0','0','0','0','0','printed',' ','','1','0','41630418462','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1835,'','Cash','','2021-08-31 17:04:04','','0','4','2021-08-31 17:04:04','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41630418563','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1836,'','Cash','','2021-08-31 17:05:48','','0','4','2021-08-31 17:05:48','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41630418649','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1837,'','Cash','','2021-08-31 17:12:58','','0','4','2021-08-31 17:12:58','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41630419128','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1838,'','Cash','','2021-08-31 17:13:48','','0','4','2021-08-31 17:13:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630419190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1839,'','Cash','','2021-08-31 17:21:05','','0','4','2021-08-31 17:21:05','','12800','12800','1','retail',NULL,'12800','1','0','0','0','0','0','0','printed',' ','','1','0','41630419622','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1840,'','Cash','','2021-08-31 17:21:57','','0','4','2021-08-31 17:21:57','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41630419682','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1841,'','Cash','','2021-08-31 17:23:46','','0','4','2021-08-31 17:23:46','','7950','7950','1','retail',NULL,'7950','1','0','0','0','0','0','0','printed',' ','','1','0','41630419722','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1842,'','Cash','','2021-08-31 17:29:04','','0','4','2021-08-31 17:29:04','','7900','7900','1','retail',NULL,'7900','1','0','0','0','0','0','0','printed',' </BR>2pkt.whter.pruf ','','1','0','41630419834','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1843,'','Cash','','2021-08-31 17:30:36','','0','4','2021-08-31 17:30:36','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>glue ','','1','0','41630420177','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1844,'','Cash','','2021-08-31 17:49:32','','0','4','2021-08-31 17:49:32','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630420294','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1845,'','Cash','','2021-08-31 17:51:24','','0','4','2021-08-31 17:51:24','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41630421377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1846,'','Cash','','2021-08-31 17:52:27','','0','4','2021-08-31 17:52:27','','7350','7350','1','retail',NULL,'7350','1','0','0','0','0','0','0','printed',' ','','1','0','41630421502','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1847,'','Cash','','2021-08-31 17:53:13','','0','4','2021-08-31 17:53:13','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41630421554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1848,'','Cash','','2021-09-01 17:03:27','','0','4','2021-09-01 17:03:27','','13550','13550','1','retail',NULL,'13550','1','0','0','0','0','0','0','printed',' ','','1','0','41630504728','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1849,'','Cash','','2021-09-01 17:05:46','','0','4','2021-09-01 17:05:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41630505028','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1850,'','Cash','','2021-09-01 17:06:48','','0','4','2021-09-01 17:06:48','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41630505151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1851,'','Cash','','2021-09-01 17:08:00','','0','4','2021-09-01 17:08:00','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41630505215','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1852,'','Cash','','2021-09-01 17:09:24','','0','4','2021-09-01 17:09:24','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41630505291','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1853,'','Cash','','2021-09-01 17:15:40','','0','4','2021-09-01 17:15:40','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' ','','1','0','41630505522','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1854,'','Cash','','2021-09-01 17:21:16','','0','4','2021-09-01 17:21:16','','5250','5250','1','retail',NULL,'5250','1','0','0','0','0','0','0','printed',' ','','1','0','41630505957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1855,'','Cash','','2021-09-01 17:22:41','','0','4','2021-09-01 17:22:41','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41630506080','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1856,'','Cash','','2021-09-01 17:23:40','','0','4','2021-09-01 17:23:40','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41630506165','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1857,'','Cash','','2021-09-01 17:24:56','','0','4','2021-09-01 17:24:56','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41630506226','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1858,'','Cash','','2021-09-01 17:26:24','','0','4','2021-09-01 17:26:24','','12720','12720','1','retail',NULL,'12720','1','0','0','0','0','0','0','printed',' ','','1','0','41630506309','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1859,'','Cash','','2021-09-01 17:27:43','','0','4','2021-09-01 17:27:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630506409','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1860,'','Cash','','2021-09-01 17:43:47','','0','4','2021-09-01 17:43:47','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41630506469','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1861,'','Cash','','2021-09-02 17:38:01','','0','4','2021-09-02 17:38:01','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41630592943','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1862,'','Cash','','2021-09-02 17:38:54','','0','4','2021-09-02 17:38:54','','28800','28800','1','retail',NULL,'28800','1','0','0','0','0','0','0','printed',' ','','1','0','41630593497','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1863,'','Cash','','2021-09-02 17:44:12','','0','4','2021-09-02 17:44:12','','25900','25900','1','retail',NULL,'25900','1','0','0','0','0','0','0','printed',' ','','1','0','41630593548','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1864,'','Cash','','2021-09-02 17:45:04','','0','4','2021-09-02 17:45:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41630593867','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1865,'','Cash','','2021-09-02 17:51:22','','0','4','2021-09-02 17:51:23','','16950','16950','1','retail',NULL,'16950','1','0','0','0','0','0','0','printed',' ','','1','0','41630593949','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1866,'','Cash','','2021-09-02 17:52:06','','0','4','2021-09-02 17:52:06','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>kamba ','','1','0','41630594293','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1867,'','Cash','','2021-09-02 17:52:58','','0','4','2021-09-02 17:52:58','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41630594349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1868,'','Cash','','2021-09-02 17:57:45','','0','4','2021-09-02 17:57:45','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' </BR>a.toilet\r\nsistern ','','1','0','41630594385','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1869,'','Cash','','2021-09-03 17:56:23','','0','4','2021-09-03 17:56:23','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41630680923','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1870,'','Cash','','2021-09-03 17:59:55','','0','4','2021-09-03 17:59:55','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41630681007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1871,'','Cash','','2021-09-03 18:03:24','','0','4','2021-09-03 18:03:24','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41630681210','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1872,'','Cash','','2021-09-04 08:48:52','','0','4','2021-09-03 08:48:53','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41630734433','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1873,'','Cash','','2021-09-04 08:50:10','','0','4','2021-09-03 08:50:10','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41630734552','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1874,'','Cash','','2021-09-04 08:51:38','','0','4','2021-09-03 08:51:38','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41630734634','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1875,'','Cash','','2021-09-04 08:56:31','','0','4','2021-09-03 08:56:32','','10780','10780','1','retail',NULL,'10780','1','0','0','0','0','0','0','printed',' ','','1','0','41630734716','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1876,'','Cash','','2021-09-04 08:58:05','','0','4','2021-09-03 08:58:05','','15400','15400','1','retail',NULL,'15400','1','0','0','0','0','0','0','printed',' ','','1','0','41630735009','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1877,'','Cash','','2021-09-04 08:59:39','','0','4','2021-09-03 08:59:39','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41630735126','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1878,'','Cash','','2021-09-04 09:05:58','','0','4','2021-09-03 09:05:58','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41630735205','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1879,'','Cash','','2021-09-04 09:10:55','','0','4','2021-09-03 09:10:55','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41630735643','Cleared','4','2021-09-03 09:10:55','','','','','','',0.00,0.00,0,NULL),(1880,'','Cash','','2021-09-04 09:16:44','','0','4','2021-09-03 09:16:44','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41630736157','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1881,'','Cash','','2021-09-04 09:18:52','','0','4','2021-09-04 09:18:52','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41630736271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1882,'','Cash','','2021-09-04 09:21:17','','0','4','2021-09-04 09:21:17','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41630736343','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1883,'','Cash','','2021-09-04 09:22:08','','0','4','2021-09-04 09:22:08','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41630736481','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1884,'','Cash','','2021-09-04 09:22:58','','0','4','2021-09-04 09:22:58','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41630736549','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1885,'','Cash','','2021-09-04 17:50:56','','0','4','2021-09-04 17:50:56','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41630766915','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1886,'','Cash','','2021-09-04 17:51:43','','0','4','2021-09-04 17:51:43','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41630767061','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1887,'','Cash','','2021-09-04 17:52:25','','0','4','2021-09-04 17:52:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41630767107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1888,'','Cash','','2021-09-04 17:53:16','','0','4','2021-09-04 17:53:16','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41630767156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1889,'','Cash','','2021-09-04 17:53:40','','0','4','2021-09-04 17:53:40','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41630767203','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1890,'','Cash','','2021-09-04 18:01:20','','0','4','2021-09-04 18:01:20','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41630767231','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1891,'','Cash','','2021-09-04 18:03:40','','0','4','2021-09-04 18:03:40','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41630767695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1892,'','Cash','','2021-09-06 17:35:21','','0','4','2021-09-06 17:35:21','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41630938774','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1893,'','Cash','','2021-09-06 17:38:59','','0','4','2021-09-06 17:38:59','','20850','20850','1','retail',NULL,'20850','1','0','0','0','0','0','0','printed',' ','','1','0','41630938948','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1894,'','Cash','','2021-09-06 17:40:12','','0','4','2021-09-06 17:40:12','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41630939145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1895,'','Cash','','2021-09-06 17:40:54','','0','4','2021-09-06 17:40:54','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41630939217','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1896,'','Cash','','2021-09-06 17:45:41','','0','4','2021-09-06 17:45:41','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41630939259','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1897,'','Cash','','2021-09-06 17:48:48','','0','4','2021-09-06 17:48:48','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41630939620','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1898,'','Cash','','2021-09-06 17:51:24','','0','4','2021-09-06 17:51:24','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41630939741','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1899,'','Cash','','2021-09-06 17:51:55','','0','4','2021-09-06 17:51:55','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>10pcs.sarter ','','1','0','41630939894','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1900,'','Cash','','2021-09-06 17:53:25','','0','4','2021-09-06 17:53:25','','10800','10800','1','retail',NULL,'10800','1','0','0','0','0','0','0','printed',' ','','1','0','41630939949','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1901,'','Cash','','2021-09-06 17:55:24','','0','4','2021-09-06 17:55:24','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41630940058','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1902,'','Cash','','2021-09-06 17:56:36','','0','4','2021-09-06 17:56:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41630940130','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1903,'','Cash','','2021-09-06 17:57:31','','0','4','2021-09-06 17:57:31','','8400','8400','1','retail',NULL,'8400','1','0','0','0','0','0','0','printed',' ','','1','0','41630940201','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1904,'','Cash','','2021-09-06 17:58:00','','0','4','2021-09-06 17:58:00','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41630940267','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1905,'','Cash','','2021-09-06 17:58:59','','0','4','2021-09-06 17:58:59','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41630940289','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1906,'','Cash','','2021-09-06 18:00:31','','0','4','2021-09-06 18:00:31','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41630940347','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1907,'','Cash','','2021-09-06 18:01:24','','0','4','2021-09-06 18:01:24','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41630940437','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1908,'','Cash','','2021-09-06 18:10:26','','0','4','2021-09-06 18:10:26','','38500','38500','1','retail',NULL,'38500','1','0','0','0','0','0','0','printed',' ','','1','0','41630940489','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1909,'','Cash','','2021-09-06 18:16:21','','0','4','2021-09-06 18:16:21','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41630941037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1910,'','Cash','','2021-09-06 18:17:26','','0','4','2021-09-06 18:17:26','','13800','13800','1','retail',NULL,'13800','1','0','0','0','0','0','0','printed',' ','','1','0','41630941386','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1911,'','Cash','','2021-09-06 18:18:14','','0','4','2021-09-06 18:18:14','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41630941460','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1912,'','Cash','','2021-09-06 18:19:25','','0','4','2021-09-06 18:19:25','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41630941502','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1913,'','Cash','','2021-09-06 18:27:37','','0','4','2021-09-06 18:27:37','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' ','','1','0','41630941570','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1914,'','Cash','','2021-09-06 18:31:23','','0','4','2021-09-06 18:31:23','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41630942062','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1915,'','Cash','','2021-09-07 16:55:26','','0','4','2021-09-07 16:55:26','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631022689','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1916,'','Cash','','2021-09-07 16:57:58','','0','4','2021-09-07 16:57:58','','3780','3780','1','retail',NULL,'3780','1','0','0','0','0','0','0','printed',' ','','1','0','41631022931','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1917,'','Cash','','2021-09-07 16:59:12','','0','4','2021-09-07 16:59:12','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41631023083','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1918,'','Cash','','2021-09-07 17:39:03','','0','4','2021-09-07 17:39:03','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41631025138','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1919,'','Cash','','2021-09-07 17:39:59','','0','4','2021-09-07 17:39:59','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631025552','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1920,'','Cash','','2021-09-08 09:12:27','','0','4','2021-09-07 09:12:27','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41631025605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1921,'','Cash','','2021-09-08 09:16:03','','0','4','2021-09-07 09:16:03','','12960','12960','1','retail',NULL,'12960','1','0','0','0','0','0','0','printed',' ','','1','0','41631081564','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1922,'','Cash','','2021-09-08 09:17:29','','0','4','2021-09-07 09:17:29','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41631081790','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1923,'','Cash','','2021-09-08 09:21:41','','0','4','2021-09-07 09:21:41','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>playsh ','','1','0','41631082033','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1924,'','Cash','','2021-09-08 09:22:38','','0','4','2021-09-07 09:22:38','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631082146','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1925,'','Cash','','2021-09-08 09:23:09','','0','4','2021-09-07 09:23:09','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41631082173','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1926,'','Cash','','2021-09-08 09:24:40','','0','4','2021-09-07 09:24:40','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41631082208','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1927,'','Cash','','2021-09-08 09:48:04','','0','4','2021-09-07 09:48:04','','34400','34400','1','retail',NULL,'34400','1','0','0','0','0','0','0','printed',' ','','1','0','41631082299','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1928,'','Cash','','2021-09-08 09:51:26','','0','4','2021-09-07 09:51:26','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41631083709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1929,'','Cash','','2021-09-08 09:59:22','','0','4','2021-09-08 09:59:22','','1850','1850','1','retail',NULL,'1850','1','0','0','0','0','0','0','printed',' ','','1','0','41631083913','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1930,'','Cash','','2021-09-08 10:10:23','','0','4','2021-09-07 10:10:23','','1850','1850','1','retail',NULL,'1850','1','0','0','0','0','0','0','printed',' ','','1','0','41631084518','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1931,'','Cash','','2021-09-08 10:11:53','','0','4','2021-09-07 10:11:53','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41631085036','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1932,'','Cash','','2021-09-08 10:15:18','','0','4','2021-09-07 10:15:18','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41631085182','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1933,'','Cash','','2021-09-08 10:25:05','','0','4','2021-09-08 10:25:05','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631085349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1934,'','Cash','','2021-09-08 14:21:04','','0','4','2021-09-07 14:21:04','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631099689','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1935,'','Cash','','2021-09-08 14:50:39','','0','4','2021-09-08 14:50:39','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','0','41631100104','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1936,'','Cash','','2021-09-08 14:52:34','','0','4','2021-09-08 14:52:34','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41631101878','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1937,'','Cash','','2021-09-08 14:55:33','','0','4','2021-09-08 14:55:33','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41631102030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1938,'','Cash','','2021-09-08 14:56:46','','0','4','2021-09-08 14:56:46','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631102141','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1939,'','Cash','','2021-09-08 14:57:56','','0','4','2021-09-08 14:57:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41631102217','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1940,'','Cash','','2021-09-08 15:35:04','','0','4','2021-09-08 15:35:04','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>d.p.torch.led ','','1','0','41631102312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1941,'','Cash','','2021-09-08 15:36:06','','0','4','2021-09-08 15:36:06','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>ex.bord.lyons.2pcs ','','1','0','41631104539','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1942,'','Cash','','2021-09-08 15:46:41','','0','4','2021-09-08 15:46:41','','55000','55000','1','retail',NULL,'55000','1','0','0','0','0','0','0','printed',' ','','1','0','41631104690','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1943,'','Cash','','2021-09-08 15:47:43','','0','4','2021-09-08 15:47:43','','18000','18000','1','retail',NULL,'18000','1','0','0','0','0','0','0','printed',' ','','1','0','41631105212','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1944,'','Cash','','2021-09-08 15:48:31','','0','4','2021-09-08 15:48:31','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>tap ','','1','0','41631105268','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1945,'','Cash','','2021-09-08 15:50:31','','0','4','2021-09-08 15:50:31','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41631105369','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1946,'','Cash','','2021-09-08 15:51:25','','0','4','2021-09-08 15:51:25','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41631105447','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1947,'','Cash','','2021-09-08 16:03:19','','0','4','2021-09-08 16:03:19','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41631105557','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1948,'','Cash','','2021-09-08 17:02:39','','0','4','2021-09-08 17:02:39','','19500','19500','1','retail',NULL,'19500','1','0','0','0','0','0','0','printed',' ','','1','0','41631109657','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1949,'','Cash','','2021-09-08 17:04:34','','0','4','2021-09-08 17:04:34','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41631109766','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1950,'','Cash','','2021-09-08 17:05:43','','0','4','2021-09-08 17:05:43','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41631109879','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1951,'','Cash','','2021-09-08 17:08:05','','0','4','2021-09-08 17:08:05','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41631109968','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1952,'','Cash','','2021-09-08 17:23:37','','0','4','2021-09-08 17:23:37','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41631110310','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1953,'','Cash','','2021-09-08 17:27:33','','0','4','2021-09-08 17:27:33','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41631111052','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1954,'','Cash','','2021-09-08 17:28:27','','0','4','2021-09-08 17:28:27','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41631111264','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1955,'','Cash','','2021-09-09 17:37:28','','0','4','2021-09-09 17:37:28','','17600','17600','1','retail',NULL,'17600','1','0','0','0','0','0','0','printed',' ','','1','0','41631198145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1956,'','Cash','','2021-09-09 17:39:12','','0','4','2021-09-09 17:39:12','','8400','8400','1','retail',NULL,'8400','1','0','0','0','0','0','0','printed',' ','','1','0','41631198259','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1957,'','Cash','','2021-09-09 17:39:45','','0','4','2021-09-09 17:39:45','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631198367','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1958,'','Cash','','2021-09-09 17:42:14','','0','4','2021-09-09 17:42:14','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41631198392','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1959,'','Cash','','2021-09-09 17:43:45','','0','4','2021-09-09 17:43:45','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41631198539','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1960,'','Cash','','2021-09-09 17:45:05','','0','4','2021-09-09 17:45:05','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41631198636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1961,'','Cash','','2021-09-10 17:33:11','','0','4','2021-09-09 17:33:13','','10700','10700','1','retail',NULL,'10700','1','0','0','0','0','0','0','printed',' ','','1','0','41631198725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1962,'','Cash','','2021-09-10 17:36:40','','0','4','2021-09-09 17:36:43','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' ','','1','0','41631284517','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1963,'','Cash','','2021-09-10 17:41:16','','0','4','2021-09-09 17:41:17','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41631284665','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1964,'','Cash','','2021-09-10 17:43:10','','0','4','2021-09-09 17:43:10','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' ','','1','0','41631284916','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1965,'','Cash','','2021-09-10 17:45:19','','0','4','2021-09-09 17:45:19','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41631285013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1966,'','Cash','','2021-09-10 17:49:00','','0','4','2021-09-09 17:49:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41631285146','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1967,'','Cash','','2021-09-10 17:57:26','','0','4','2021-09-09 17:57:26','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631285725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1968,'','Cash','','2021-09-10 17:59:05','','0','4','2021-09-09 17:59:06','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41631285867','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1969,'','Cash','','2021-09-10 18:03:25','','0','4','2021-09-09 18:03:25','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631286152','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1970,'','Cash','','2021-09-10 18:04:11','','0','4','2021-09-09 18:04:11','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41631286220','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1971,'','Cash','','2021-09-11 08:32:35','','0','4','2021-09-10 08:32:36','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41631338293','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1972,'','Cash','','2021-09-11 08:36:35','','0','4','2021-09-10 08:36:35','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41631338396','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1973,'','Cash','','2021-09-11 08:37:07','','0','4','2021-09-10 08:37:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41631338612','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1974,'','Cash','','2021-09-11 10:44:35','','0','4','2021-09-10 10:44:35','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41631338644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1975,'','Cash','','2021-09-11 11:14:33','','0','4','2021-09-11 11:14:33','','35000','35000','1','retail',NULL,'35000','1','0','0','0','0','0','0','printed',' ','','1','0','41631346316','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1976,'','Cash','','2021-09-11 11:23:20','','0','4','2021-09-10 11:23:20','','35000','35000','1','retail',NULL,'35000','1','0','0','0','0','0','0','printed',' ','','1','0','41631348084','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1977,'','Cash','','2021-09-11 11:53:39','','0','4','2021-09-10 11:53:39','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41631350370','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1978,'','Cash','','2021-09-11 11:59:58','','0','4','2021-09-10 11:59:58','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41631350440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1979,'','Cash','','2021-09-11 12:05:35','','0','4','2021-09-10 12:05:35','','3550','3550','1','retail',NULL,'3550','1','0','0','0','0','0','0','printed',' ','','1','0','41631350817','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1980,'','Cash','','2021-09-11 12:07:12','','0','4','2021-09-10 12:07:12','','21000','21000','1','retail',NULL,'21000','1','0','0','0','0','0','0','printed',' ','','1','0','41631351153','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1981,'','Cash','','2021-09-11 12:09:40','','0','4','2021-09-10 12:09:40','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41631351322','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1982,'','Cash','','2021-09-11 12:11:26','','0','4','2021-09-10 12:11:26','','3220','3220','1','retail',NULL,'3220','1','0','0','0','0','0','0','printed',' ','','1','0','41631351399','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1983,'','Cash','','2021-09-11 14:45:20','','0','4','2021-09-11 14:45:20','','133500','133500','1','retail',NULL,'133500','1','0','0','0','0','0','0','printed',' ','','1','0','41631359928','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1984,'','Cash','','2021-09-11 14:46:18','','0','4','2021-09-11 14:46:18','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631360726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1985,'','Cash','','2021-09-11 14:47:16','','0','4','2021-09-11 14:47:16','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41631360783','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1986,'','Cash','','2021-09-11 14:50:29','','0','4','2021-09-11 14:50:29','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' </BR>1/2.li.tangit ','','1','0','41631360844','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1987,'','Cash','','2021-09-11 14:51:50','','0','4','2021-09-11 14:51:50','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41631361073','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1988,'','Cash','','2021-09-11 14:54:35','','0','4','2021-09-11 14:54:35','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631361134','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1989,'','Cash','','2021-09-11 14:55:24','','0','4','2021-09-11 14:55:24','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631361280','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1990,'','Cash','','2021-09-11 15:05:51','','0','4','2021-09-11 15:05:51','','18750','18750','1','retail',NULL,'18750','1','0','0','0','0','0','0','printed',' ','','1','0','41631361738','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1991,'','Cash','','2021-09-11 15:14:57','','0','4','2021-09-11 15:14:57','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41631362348','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1992,'','Cash','','2021-09-11 17:47:59','','0','4','2021-09-11 17:47:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631371643','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1993,'','Cash','','2021-09-11 17:48:41','','0','4','2021-09-11 17:48:41','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>naroro ','','1','0','41631371685','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1994,'','Cash','','2021-09-11 17:54:11','','0','4','2021-09-11 17:54:11','','46500','46500','1','retail',NULL,'46500','1','0','0','0','0','0','0','printed',' ','','1','0','41631371759','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1995,'','Cash','','2021-09-11 17:55:39','','0','4','2021-09-11 17:55:39','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41631372063','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1996,'','Cash','','2021-09-11 17:56:26','','0','4','2021-09-11 17:56:26','','8550','8550','1','retail',NULL,'8550','1','0','0','0','0','0','0','printed',' ','','1','0','41631372143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1997,'','Cash','','2021-09-11 17:57:05','','0','4','2021-09-11 17:57:05','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631372192','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1998,'','Cash','','2021-09-13 17:01:12','','0','4','2021-09-13 17:01:12','','870','870','1','retail',NULL,'870','1','0','0','0','0','0','0','printed',' ','','1','0','41631539498','Cleared','','','','','','','','',0.00,0.00,0,NULL),(1999,'','Cash','','2021-09-13 17:09:41','','0','4','2021-09-13 17:09:41','','12700','12700','1','retail',NULL,'12700','1','0','0','0','0','0','0','printed',' </BR>10.psc.p.box ','','1','0','41631541683','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2000,'','Cash','','2021-09-13 17:10:54','','0','4','2021-09-13 17:10:54','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41631542211','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2001,'','Cash','','2021-09-13 17:11:32','','0','4','2021-09-13 17:11:32','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631542261','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2002,'','Cash','','2021-09-13 17:26:57','','0','4','2021-09-13 17:26:57','','23500','23500','1','retail',NULL,'23500','1','0','0','0','0','0','0','printed',' ','','1','0','41631542298','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2003,'','Cash','','2021-09-13 17:27:53','','0','4','2021-09-13 17:27:53','','7650','7650','1','retail',NULL,'7650','1','0','0','0','0','0','0','printed',' ','','1','0','41631543226','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2004,'','Cash','','2021-09-13 17:28:59','','0','4','2021-09-13 17:28:59','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41631543288','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2005,'','Cash','','2021-09-13 17:31:18','','0','4','2021-09-13 17:31:18','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41631543386','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2006,'','Cash','','2021-09-13 17:35:14','','0','4','2021-09-13 17:35:14','','33400','33400','1','retail',NULL,'33400','1','0','0','0','0','0','0','printed',' ','','1','0','41631543494','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2007,'','Cash','','2021-09-13 17:40:19','','0','4','2021-09-13 17:40:19','','61700','61700','1','retail',NULL,'61700','1','0','0','0','0','0','0','printed',' ','','1','0','41631543727','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2008,'','Cash','','2021-09-13 17:46:50','','0','4','2021-09-13 17:46:50','','12750','12750','1','retail',NULL,'12750','1','0','0','0','0','0','0','printed',' ','','1','0','41631544103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2009,'','Cash','','2021-09-13 17:47:38','','0','4','2021-09-13 17:47:38','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41631544420','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2010,'','Cash','','2021-09-13 17:48:18','','0','4','2021-09-13 17:48:18','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41631544466','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2011,'','Cash','','2021-09-13 17:52:13','','0','4','2021-09-13 17:52:13','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41631544503','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2012,'','Cash','','2021-09-13 17:55:10','','0','4','2021-09-13 17:55:10','','23500','23500','1','retail',NULL,'23500','1','0','0','0','0','0','0','printed',' ','','1','0','41631544749','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2013,'','Cash','','2021-09-14 13:42:31','','0','4','2021-09-14 13:42:31','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41631616115','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2014,'','Cash','','2021-09-14 13:46:52','','0','4','2021-09-14 13:46:52','','18600','18600','1','retail',NULL,'18600','1','0','0','0','0','0','0','printed',' </BR>14.pkt.water.pruf ','','1','0','41631616178','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2015,'','Cash','','2021-09-14 13:55:27','','0','4','2021-09-14 13:55:27','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41631616448','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2016,'','Cash','','2021-09-14 13:56:12','','0','4','2021-09-14 13:56:12','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631616939','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2017,'','Cash','','2021-09-14 13:57:29','','0','4','2021-09-14 13:57:29','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41631616983','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2018,'','Cash','','2021-09-14 14:03:43','','0','4','2021-09-14 14:03:43','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41631617060','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2019,'','Cash','','2021-09-14 14:05:39','','0','4','2021-09-14 14:05:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41631617430','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2020,'','Cash','','2021-09-14 17:52:25','','0','4','2021-09-14 17:52:25','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631631102','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2021,'','Cash','','2021-09-14 17:53:10','','0','4','2021-09-14 17:53:10','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41631631151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2022,'','Cash','','2021-09-14 17:53:53','','0','4','2021-09-14 17:53:53','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41631631195','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2023,'','Cash','','2021-09-14 17:56:45','','0','4','2021-09-14 17:56:45','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41631631245','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2024,'','Cash','','2021-09-14 18:04:36','','0','4','2021-09-14 18:04:36','','7850','7850','1','retail',NULL,'7850','1','0','0','0','0','0','0','printed',' ','','1','0','41631631443','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2025,'','Cash','','2021-09-14 18:05:16','','0','4','2021-09-14 18:05:16','','975','975','1','retail',NULL,'975','1','0','0','0','0','0','0','printed',' ','','1','0','41631631882','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2026,'','Cash','','2021-09-15 15:59:06','','0','4','2021-09-15 15:59:06','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631710692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2027,'','Cash','','2021-09-15 16:00:16','','0','4','2021-09-15 16:00:16','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41631710759','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2028,'','Cash','','2021-09-15 16:01:06','','0','4','2021-09-15 16:01:06','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>clips.trnkig.wire1.5 ','','1','0','41631710821','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2029,'','Cash','','2021-09-15 16:04:05','','0','4','2021-09-15 16:04:05','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631710931','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2030,'','Cash','','2021-09-15 16:04:53','','0','4','2021-09-15 16:04:53','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631711051','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2031,'','Cash','','2021-09-15 16:06:34','','0','4','2021-09-15 16:06:34','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>putty ','','1','0','41631711101','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2032,'','Cash','','2021-09-15 16:10:44','','0','4','2021-09-15 16:10:44','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41631711261','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2033,'','Cash','','2021-09-15 16:11:22','','0','4','2021-09-15 16:11:22','','7700','7700','1','retail',NULL,'7700','1','0','0','0','0','0','0','printed',' ','','1','0','41631711449','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2034,'','Cash','','2021-09-15 16:12:28','','0','4','2021-09-15 16:12:28','','4950','4950','1','retail',NULL,'4950','1','0','0','0','0','0','0','printed',' ','','1','0','41631711487','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2035,'','Cash','','2021-09-15 16:13:25','','0','4','2021-09-15 16:13:25','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41631711559','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2036,'','Cash','','2021-09-15 16:18:45','','0','4','2021-09-15 16:18:45','','14590','14590','1','retail',NULL,'14590','1','0','0','0','0','0','0','printed',' ','','1','0','41631711663','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2037,'','Cash','','2021-09-15 16:23:58','','0','4','2021-09-15 16:23:58','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41631711933','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2038,'','Cash','','2021-09-15 16:25:02','','0','4','2021-09-15 16:25:02','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41631712247','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2039,'','Cash','','2021-09-16 16:28:33','','0','4','2021-09-16 16:28:33','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' </BR>3/4.tap ','','1','0','41631798876','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2040,'','Cash','','2021-09-16 16:30:10','','0','4','2021-09-16 16:30:10','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631798979','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2041,'','Cash','','2021-09-16 16:31:17','','0','4','2021-09-16 16:31:17','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41631799024','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2042,'','Cash','','2021-09-16 16:32:28','','0','4','2021-09-16 16:32:28','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41631799088','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2043,'','Cash','','2021-09-16 16:38:20','','0','4','2021-09-16 16:38:21','','11800','11800','1','retail',NULL,'11800','1','0','0','0','0','0','0','printed',' ','','1','0','41631799158','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2044,'','Cash','','2021-09-16 16:44:31','','0','4','2021-09-16 16:44:31','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41631799507','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2045,'','Cash','','2021-09-16 16:48:03','','0','4','2021-09-16 16:48:03','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41631799880','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2046,'','Cash','','2021-09-16 16:49:13','','0','4','2021-09-16 16:49:13','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41631800106','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2047,'','Cash','','2021-09-16 16:58:59','','0','4','2021-09-16 16:58:59','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41631800582','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2048,'','Cash','','2021-09-16 16:59:49','','0','4','2021-09-16 16:59:49','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41631800744','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2049,'','Cash','','2021-09-16 17:00:24','','0','4','2021-09-16 17:00:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631800807','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2050,'','Cash','','2021-09-16 17:01:37','','0','4','2021-09-16 17:01:37','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41631800848','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2051,'','Cash','','2021-09-16 17:07:54','','0','4','2021-09-16 17:07:54','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41631800907','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2052,'','Cash','','2021-09-16 17:09:30','','0','4','2021-09-16 17:09:30','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41631801284','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2053,'','Cash','','2021-09-16 17:12:31','','0','4','2021-09-16 17:12:31','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>naroro ','','1','0','41631801386','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2054,'','Cash','','2021-09-16 17:16:07','','0','4','2021-09-16 17:16:07','','12750','12750','1','retail',NULL,'12750','1','0','0','0','0','0','0','printed',' </BR>5pcs.mcb ','','1','0','41631801644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2055,'','Cash','','2021-09-16 17:17:13','','0','4','2021-09-16 17:17:13','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>c.clipsh ','','1','0','41631801791','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2056,'','Cash','','2021-09-16 17:17:51','','0','4','2021-09-16 17:17:51','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631801856','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2057,'','Cash','','2021-09-16 17:18:48','','0','4','2021-09-16 17:18:48','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41631801877','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2058,'','Cash','','2021-09-16 17:19:56','','0','4','2021-09-16 17:19:56','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41631801936','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2059,'','Cash','','2021-09-16 17:21:03','','0','4','2021-09-16 17:21:04','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631802008','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2060,'','Cash','','2021-09-16 17:32:37','','0','4','2021-09-16 17:32:37','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41631802069','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2061,'','Cash','','2021-09-16 17:33:16','','0','4','2021-09-16 17:33:16','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41631802763','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2062,'','Cash','','2021-09-16 17:33:38','','0','4','2021-09-16 17:33:38','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631802804','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2063,'','Cash','','2021-09-17 10:35:12','','0','4','2021-09-17 10:35:12','','20100','20100','1','retail',NULL,'20100','1','0','0','0','0','0','0','printed',' ','','1','0','41631863494','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2064,'','Cash','','2021-09-17 10:47:14','','0','4','2021-09-17 10:47:14','','10200','10200','1','retail',NULL,'10200','1','0','0','0','0','0','0','printed',' ','','1','0','41631864142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2065,'','Cash','','2021-09-17 10:49:08','','0','4','2021-09-17 10:49:08','','16500','16500','1','retail',NULL,'16500','1','0','0','0','0','0','0','printed',' ','','1','0','41631864858','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2066,'','Cash','','2021-09-17 10:51:19','','0','4','2021-09-17 10:51:19','','21600','21600','1','retail',NULL,'21600','1','0','0','0','0','0','0','printed',' ','','1','0','41631864959','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2067,'','Cash','','2021-09-17 16:23:31','','0','4','2021-09-17 16:23:32','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41631884973','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2068,'','Cash','','2021-09-17 16:51:04','','0','4','2021-09-17 16:51:04','','14200','14200','1','retail',NULL,'14200','1','0','0','0','0','0','0','printed',' ','','1','0','41631885085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2069,'','Cash','','2021-09-17 16:58:40','','0','4','2021-09-17 16:58:40','','10700','10700','1','retail',NULL,'10700','1','0','0','0','0','0','0','printed',' ','','1','0','41631886881','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2070,'','Cash','','2021-09-17 16:59:27','','0','4','2021-09-17 16:59:27','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41631887126','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2071,'','Cash','','2021-09-17 17:01:00','','0','4','2021-09-17 17:01:00','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41631887177','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2072,'','Cash','','2021-09-17 17:02:45','','0','4','2021-09-17 17:02:45','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' </BR>ex.bord ','','1','0','41631887274','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2073,'','Cash','','2021-09-17 17:06:56','','0','4','2021-09-17 17:06:56','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','41631887387','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2074,'','Cash','','2021-09-17 17:08:03','','0','4','2021-09-17 17:08:03','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41631887626','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2075,'','Cash','','2021-09-17 17:12:14','','0','4','2021-09-17 17:12:14','','33450','33450','1','retail',NULL,'33450','1','0','0','0','0','0','0','printed',' ','','1','0','41631887693','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2076,'','Cash','','2021-09-17 17:25:21','','0','4','2021-09-17 17:25:21','','13710','13710','1','retail',NULL,'13710','1','0','0','0','0','0','0','printed',' ','','1','0','41631887948','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2077,'','Cash','','2021-09-17 17:51:43','','0','4','2021-09-17 17:51:43','','41550','41550','1','retail',NULL,'41550','1','0','0','0','0','0','0','printed',' ','','1','0','41631888795','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2078,'','Cash','','2021-09-18 17:32:13','','0','4','2021-09-18 17:32:13','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>2psc.chain ','','1','0','41631975495','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2079,'','Cash','','2021-09-18 17:36:45','','0','4','2021-09-18 17:36:45','','26400','26400','1','retail',NULL,'26400','1','0','0','0','0','0','0','printed',' ','','1','0','41631975572','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2080,'','Cash','','2021-09-18 17:38:12','','0','4','2021-09-18 17:38:12','','4550','4550','1','retail',NULL,'4550','1','0','0','0','0','0','0','printed',' ','','1','0','41631975811','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2081,'','Cash','','2021-09-18 17:41:59','','0','4','2021-09-18 17:41:59','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41631975906','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2082,'','Cash','','2021-09-18 17:42:43','','0','4','2021-09-18 17:42:43','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41631976128','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2083,'','Cash','','2021-09-18 17:46:21','','0','4','2021-09-18 17:46:21','','32800','32800','1','retail',NULL,'32800','1','0','0','0','0','0','0','printed',' ','','1','0','41631976167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2084,'','Cash','','2021-09-18 17:47:19','','0','4','2021-09-18 17:47:19','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41631976394','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2085,'','Cash','','2021-09-18 17:49:22','','0','4','2021-09-18 17:49:22','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41631976460','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2086,'','Cash','','2021-09-18 17:51:21','','0','4','2021-09-18 17:51:21','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41631976567','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2087,'','Cash','','2021-09-18 17:52:07','','0','4','2021-09-18 17:52:07','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>ex.bord ','','1','0','41631976691','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2088,'','Cash','','2021-09-20 17:34:04','','0','4','2021-09-20 17:34:04','','11600','11600','1','retail',NULL,'11600','1','0','0','0','0','0','0','printed',' ','','1','0','41632148087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2089,'','Cash','','2021-09-20 17:34:41','','0','4','2021-09-20 17:34:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41632148454','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2090,'','Cash','','2021-09-20 17:47:32','','0','4','2021-09-20 17:47:32','','17750','17750','1','retail',NULL,'17750','1','0','0','0','0','0','0','printed',' ','','1','0','41632148485','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2091,'','Cash','','2021-09-20 17:50:31','','0','4','2021-09-20 17:50:31','','15200','15200','1','retail',NULL,'15200','1','0','0','0','0','0','0','printed',' ','','1','0','41632149258','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2092,'','Cash','','2021-09-20 17:53:07','','0','4','2021-09-20 17:53:07','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41632149454','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2093,'','Cash','','2021-09-20 17:53:44','','0','4','2021-09-20 17:53:44','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41632149591','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2094,'','Cash','','2021-09-20 18:02:46','','0','4','2021-09-20 18:02:46','','19485','19485','1','retail',NULL,'19485','1','0','0','0','0','0','0','printed',' ','','1','0','41632149629','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2095,'','Cash','','2021-09-20 18:03:25','','0','4','2021-09-20 18:03:25','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41632150176','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2096,'','Cash','','2021-09-20 18:07:53','','0','4','2021-09-20 18:07:53','','2790','2790','1','retail',NULL,'2790','1','0','0','0','0','0','0','printed',' ','','1','0','41632150210','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2097,'','Cash','','2021-09-20 18:11:41','','0','4','2021-09-20 18:11:41','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41632150478','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2098,'','Cash','','2021-09-20 18:12:16','','0','4','2021-09-20 18:12:16','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41632150709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2099,'','Cash','','2021-09-21 15:50:54','','0','4','2021-09-21 15:50:54','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41632228596','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2100,'','Cash','','2021-09-21 15:54:27','','0','4','2021-09-21 15:54:27','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41632228682','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2101,'','Cash','','2021-09-21 16:00:44','','0','4','2021-09-21 16:00:44','','72480','72480','1','retail',NULL,'72480','1','0','0','0','0','0','0','printed',' ','','1','0','41632228882','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2102,'','Cash','','2021-09-21 16:02:52','','0','4','2021-09-21 16:02:52','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41632229257','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2103,'','Cash','','2021-09-21 16:03:56','','0','4','2021-09-21 16:03:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41632229381','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2104,'','Cash','','2021-09-21 16:07:14','','0','4','2021-09-21 16:07:14','','9050','9050','1','retail',NULL,'9050','1','0','0','0','0','0','0','printed',' ','','1','0','41632229442','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2105,'','Cash','','2021-09-21 16:08:44','','0','4','2021-09-21 16:08:44','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41632229650','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2106,'','Cash','','2021-09-21 16:09:42','','0','4','2021-09-21 16:09:42','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41632229731','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2107,'','Cash','','2021-09-21 16:13:34','','0','4','2021-09-21 16:13:34','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41632229805','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2108,'','Cash','','2021-09-21 18:01:29','','0','4','2021-09-21 18:01:30','','9800','9800','1','retail',NULL,'9800','1','0','0','0','0','0','0','printed',' ','','1','0','41632230023','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2109,'','Cash','','2021-09-21 18:09:44','','0','4','2021-09-21 18:09:45','','3750','3750','1','retail',NULL,'3750','1','0','0','0','0','0','0','printed',' ','','1','0','41632236532','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2110,'','Cash','','2021-09-21 18:10:36','','0','4','2021-09-21 18:10:36','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','0','41632236996','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2111,'','Cash','','2021-09-21 18:12:16','','0','4','2021-09-21 18:12:16','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41632237058','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2112,'','Cash','','2021-09-21 18:14:37','','0','4','2021-09-21 18:14:37','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41632237143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2113,'','Cash','','2021-09-21 18:16:19','','0','4','2021-09-21 18:16:19','','13750','13750','1','retail',NULL,'13750','1','0','0','0','0','0','0','printed',' ','','1','0','41632237285','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2114,'','Cash','','2021-09-21 18:22:52','','0','4','2021-09-21 18:22:52','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41632237624','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2115,'','Cash','','2021-09-22 08:13:14','','0','4','2021-09-21 08:13:14','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' </BR>holder.\r\nhandel\r\nvindostey\r\n ','','1','0','41632287568','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2116,'','Cash','','2021-09-22 09:36:27','','0','4','2021-09-22 09:36:28','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41632288135','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2117,'','Cash','','2021-09-22 09:38:27','','0','4','2021-09-22 09:38:27','','16800','16800','1','retail',NULL,'16800','1','0','0','0','0','0','0','printed',' ','','1','0','41632292643','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2118,'','Cash','','2021-09-22 09:39:26','','0','4','2021-09-22 09:39:26','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41632292714','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2119,'','Cash','','2021-09-22 09:40:33','','0','4','2021-09-22 09:40:33','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41632292777','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2120,'','Cash','','2021-09-22 09:42:07','','0','4','2021-09-22 09:42:07','','12900','12900','1','retail',NULL,'12900','1','0','0','0','0','0','0','printed',' ','','1','0','41632292840','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2121,'','Cash','','2021-09-22 16:40:41','','0','4','2021-09-22 16:40:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41632318015','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2122,'','Cash','','2021-09-22 16:43:01','','0','4','2021-09-22 16:43:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' </BR>turpten/li ','','1','0','41632318114','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2123,'','Cash','','2021-09-22 16:48:47','','0','4','2021-09-22 16:48:47','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41632318209','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2124,'','Cash','','2021-09-22 16:50:44','','0','4','2021-09-22 16:50:44','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41632318542','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2125,'','Cash','','2021-09-22 16:53:13','','0','4','2021-09-22 16:53:13','','8700','8700','1','retail',NULL,'8700','1','0','0','0','0','0','0','printed',' </BR>waterprp ','','1','0','41632318651','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2126,'','Cash','','2021-09-22 16:56:39','','0','4','2021-09-22 16:56:39','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41632318875','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2127,'','Cash','','2021-09-22 17:01:42','','0','4','2021-09-22 17:01:42','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41632319023','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2128,'','Cash','','2021-09-22 17:03:56','','0','4','2021-09-22 17:03:56','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41632319324','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2129,'','Cash','','2021-09-22 17:11:52','','0','4','2021-09-22 17:11:52','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41632319870','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2130,'','Cash','','2021-09-22 17:12:44','','0','4','2021-09-22 17:12:44','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41632319921','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2131,'','Cash','','2021-09-22 17:14:54','','0','4','2021-09-22 17:14:54','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' </BR>matok ','','1','0','41632319974','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2132,'','Cash','','2021-09-22 17:15:57','','0','4','2021-09-22 17:15:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41632320107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2133,'','Cash','','2021-09-22 17:21:25','','0','4','2021-09-22 17:21:25','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41632320162','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2134,'','Cash','','2021-09-22 17:22:14','','0','4','2021-09-22 17:22:14','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41632320499','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2135,'','Cash','','2021-09-22 17:23:02','','0','4','2021-09-22 17:23:02','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41632320540','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2136,'','Cash','','2021-09-22 17:27:00','','0','4','2021-09-22 17:27:00','','26400','26400','1','retail',NULL,'26400','1','0','0','0','0','0','0','printed',' ','','1','0','41632320727','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2137,'','Cash','','2021-09-23 15:48:43','','0','4','2021-09-23 15:48:43','','9800','9800','1','retail',NULL,'9800','1','0','0','0','0','0','0','printed',' ','','1','0','41632401155','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2138,'','Cash','','2021-09-23 15:50:27','','0','4','2021-09-23 15:50:27','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' </BR>went ','','1','0','41632401337','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2139,'','Cash','','2021-09-23 15:54:01','','0','4','2021-09-23 15:54:01','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41632401475','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2140,'','Cash','','2021-09-23 15:58:44','','0','4','2021-09-23 15:58:44','','10200','10200','1','retail',NULL,'10200','1','0','0','0','0','0','0','printed',' </BR>ppr.fiteng ','','1','0','41632401692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2141,'','Cash','','2021-09-23 16:00:14','','0','4','2021-09-23 16:00:14','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41632401949','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2142,'','Cash','','2021-09-23 16:02:26','','0','4','2021-09-23 16:02:26','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41632402065','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2143,'','Cash','','2021-09-23 16:05:45','','0','4','2021-09-23 16:05:45','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41632402155','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2144,'','Cash','','2021-09-23 17:20:00','','0','4','2021-09-23 17:20:00','','13750','13750','1','retail',NULL,'13750','1','0','0','0','0','0','0','printed',' </BR>baydeng ','','1','0','41632402356','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2145,'','Cash','','2021-09-23 17:24:40','','0','4','2021-09-23 17:24:40','','19350','19350','1','retail',NULL,'19350','1','0','0','0','0','0','0','printed',' </BR>2.5singl.cabls\r\npanlite\r\nclps ','','1','0','41632406840','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2146,'','Cash','','2021-09-24 10:42:30','','0','4','2021-09-24 10:42:30','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41632462482','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2147,'','Cash','','2021-09-24 10:46:42','','0','4','2021-09-24 10:46:42','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41632469368','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2148,'','Cash','','2021-09-24 10:48:02','','0','4','2021-09-24 10:48:02','','25100','25100','1','retail',NULL,'25100','1','0','0','0','0','0','0','printed',' </BR>stelnals ','','1','0','41632469608','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2149,'','Cash','','2021-09-24 10:59:43','','0','4','2021-09-24 10:59:43','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41632469717','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2150,'','Cash','','2021-09-24 17:02:14','','0','4','2021-09-24 17:02:14','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41632492074','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2151,'','Cash','','2021-09-24 17:02:44','','0','4','2021-09-24 17:02:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>bontex ','','1','0','41632492140','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2152,'','Cash','','2021-09-24 17:05:06','','0','4','2021-09-24 17:05:06','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41632492175','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2153,'','Cash','','2021-09-24 17:05:37','','0','4','2021-09-24 17:05:37','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41632492311','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2154,'','Cash','','2021-09-24 17:28:12','','0','4','2021-09-24 17:28:13','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' </BR>botmrep ','','1','0','41632492341','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2155,'','Cash','','2021-09-24 17:32:34','','0','4','2021-09-24 17:32:34','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41632493852','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2156,'','Cash','','2021-09-25 13:05:50','','0','4','2021-09-25 13:05:50','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41632564253','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2157,'','Cash','','2021-09-25 13:06:50','','0','4','2021-09-25 13:06:50','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41632564363','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2158,'','Cash','','2021-09-25 13:07:50','','0','4','2021-09-25 13:07:50','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41632564415','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2159,'','Cash','','2021-09-25 13:21:03','','0','4','2021-09-25 13:21:03','','24700','24700','1','retail',NULL,'24700','1','0','0','0','0','0','0','printed',' </BR>flortrap ','','1','0','41632564610','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2160,'','Cash','','2021-09-25 13:22:36','','0','4','2021-09-25 13:22:36','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>tap.1/2 ','','1','0','41632565290','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2161,'','Cash','','2021-09-25 13:23:55','','0','4','2021-09-25 13:23:55','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41632565377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2162,'','Cash','','2021-09-25 14:08:03','','0','4','2021-09-25 14:08:03','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>haymer ','','1','0','41632565445','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2163,'','Cash','','2021-09-25 14:09:29','','0','4','2021-09-25 14:09:29','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41632568102','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2164,'','Cash','','2021-09-25 14:11:31','','0','4','2021-09-25 14:11:31','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41632568184','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2165,'','Cash','','2021-09-25 14:12:50','','0','4','2021-09-25 14:12:50','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41632568299','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2166,'','Cash','','2021-09-25 14:15:18','','0','4','2021-09-25 14:15:18','','11750','11750','1','retail',NULL,'11750','1','0','0','0','0','0','0','printed',' ','','1','0','41632568375','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2167,'','Cash','','2021-09-25 14:17:37','','0','4','2021-09-25 14:17:37','','4250','4250','1','retail',NULL,'4250','1','0','0','0','0','0','0','printed',' ','','1','0','41632568526','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2168,'','Cash','','2021-09-26 11:33:29','','0','4','2021-09-25 11:33:29','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41632568665','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2169,'','Cash','','2021-09-27 16:28:24','','0','4','2021-09-27 16:28:24','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41632749138','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2170,'','Cash','','2021-09-27 16:36:50','','0','4','2021-09-27 16:36:50','','32500','32500','1','retail',NULL,'32500','1','0','0','0','0','0','0','printed',' ','','1','0','41632749326','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2171,'','Cash','','2021-09-27 17:03:54','','0','4','2021-09-27 17:03:54','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41632749950','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2172,'','Cash','','2021-09-27 17:05:32','','0','4','2021-09-27 17:05:32','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' </BR>spertlevl ','','1','0','41632751451','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2173,'','Cash','','2021-09-27 17:06:33','','0','4','2021-09-27 17:06:33','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41632751554','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2174,'','Cash','','2021-09-27 17:08:11','','0','4','2021-09-27 17:08:11','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41632751601','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2175,'','Cash','','2021-09-27 17:23:46','','0','4','2021-09-27 17:23:46','','18500','18500','1','retail',NULL,'18500','1','0','0','0','0','0','0','printed',' </BR>clip\r\ncorner\r\nband\r\npipe\r\n ','','1','0','41632752501','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2176,'','Cash','','2021-09-27 17:26:16','','0','4','2021-09-27 17:26:16','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41632752739','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2177,'','Cash','','2021-09-27 17:30:09','','0','4','2021-09-27 17:30:09','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41632752865','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2178,'','Cash','','2021-09-27 17:32:47','','0','4','2021-09-27 17:32:47','','12350','12350','1','retail',NULL,'12350','1','0','0','0','0','0','0','printed',' ','','1','0','41632753020','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2179,'','Cash','','2021-09-27 17:34:01','','0','4','2021-09-27 17:34:01','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41632753209','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2180,'','Cash','','2021-09-27 17:35:38','','0','4','2021-09-27 17:35:38','','8750','8750','1','retail',NULL,'8750','1','0','0','0','0','0','0','printed',' ','','1','0','41632753248','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2181,'','Cash','','2021-09-27 17:37:59','','0','4','2021-09-27 17:37:59','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41632753398','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2182,'','Cash','','2021-09-27 17:41:01','','0','4','2021-09-27 17:41:01','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' ','','1','0','41632753487','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2183,'','Cash','','2021-09-27 17:42:29','','0','4','2021-09-27 17:42:29','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41632753668','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2184,'','Cash','','2021-09-27 17:50:44','','0','4','2021-09-27 17:50:44','','3650','3650','1','retail',NULL,'3650','1','0','0','0','0','0','0','printed',' ','','1','0','41632753790','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2185,'','Cash','','2021-09-29 11:35:46','','0','4','2021-09-28 11:35:46','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41632904474','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2186,'','Cash','','2021-09-29 11:40:27','','0','4','2021-09-28 11:40:27','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41632904567','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2187,'','Cash','','2021-09-29 11:41:48','','0','4','2021-09-28 11:41:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41632904865','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2188,'','Cash','','2021-09-29 11:56:19','','0','4','2021-09-29 11:56:19','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41632904952','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2189,'','Cash','','2021-09-29 12:02:42','','0','4','2021-09-28 12:02:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41632905807','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2190,'','Cash','','2021-09-29 12:07:17','','0','4','2021-09-28 12:07:17','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' </BR>spret.levl\r\n7mi.tape ','','1','0','41632906321','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2191,'','Cash','','2021-09-29 12:09:05','','0','4','2021-09-28 12:09:05','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41632906515','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2192,'','Cash','','2021-09-29 12:14:32','','0','4','2021-09-28 12:14:32','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41632906615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2193,'','Cash','','2021-09-29 12:15:45','','0','4','2021-09-28 12:15:45','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41632906895','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2194,'','Cash','','2021-09-29 12:17:21','','0','4','2021-09-28 12:17:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41632906979','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2195,'','Cash','','2021-09-29 12:18:59','','0','4','2021-09-28 12:18:59','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41632907058','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2196,'','Cash','','2021-09-29 12:20:32','','0','4','2021-09-28 12:20:32','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41632907194','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2197,'','Cash','','2021-09-29 12:21:29','','0','4','2021-09-28 12:21:29','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41632907244','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2198,'','Cash','','2021-09-29 17:22:03','','0','4','2021-09-29 17:22:03','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41632925266','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2199,'','Cash','','2021-09-29 17:22:47','','0','4','2021-09-29 17:22:47','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41632925331','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2200,'','Cash','','2021-09-29 17:26:48','','0','4','2021-09-29 17:26:48','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' </BR>pvc.fiteng ','','1','0','41632925383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2201,'','Cash','','2021-09-29 17:29:52','','0','4','2021-09-29 17:29:52','','6650','6650','1','retail',NULL,'6650','1','0','0','0','0','0','0','printed',' ','','1','0','41632925692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2202,'','Cash','','2021-09-29 17:30:54','','0','4','2021-09-29 17:30:54','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41632925810','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2203,'','Cash','','2021-09-29 17:33:31','','0','4','2021-09-29 17:33:31','','7900','7900','1','retail',NULL,'7900','1','0','0','0','0','0','0','printed',' ','','1','0','41632925867','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2204,'','Cash','','2021-09-29 17:34:38','','0','4','2021-09-29 17:34:38','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41632926017','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2205,'','Cash','','2021-09-29 17:37:01','','0','4','2021-09-29 17:37:01','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' ','','1','0','41632926085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2206,'','Cash','','2021-09-29 17:37:56','','0','4','2021-09-29 17:37:56','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41632926229','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2207,'','Cash','','2021-09-29 17:44:11','','0','4','2021-09-29 17:44:11','','6450','6450','1','retail',NULL,'6450','1','0','0','0','0','0','0','printed',' ','','1','0','41632926282','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2208,'','Cash','','2021-09-29 17:45:06','','0','4','2021-09-29 17:45:06','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41632926665','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2209,'','Cash','','2021-09-29 17:46:14','','0','4','2021-09-28 17:46:14','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41632926718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2210,'','Cash','','2021-09-30 16:32:54','','0','4','2021-09-30 16:32:54','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41633008667','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2211,'','Cash','','2021-09-30 16:34:23','','0','4','2021-09-30 16:34:23','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41633008811','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2212,'','Cash','','2021-09-30 16:46:08','','0','4','2021-09-30 16:46:08','','26050','26050','1','retail',NULL,'26050','1','0','0','0','0','0','0','printed',' ','','1','0','41633008871','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2213,'','Cash','','2021-09-30 16:47:23','','0','4','2021-09-30 16:47:23','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>2.jambe ','','1','0','41633009586','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2214,'','Cash','','2021-09-30 16:49:18','','0','4','2021-09-30 16:49:18','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>seitcower ','','1','0','41633009672','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2215,'','Cash','','2021-09-30 16:51:01','','0','4','2021-09-30 16:51:01','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41633009800','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2216,'','Cash','','2021-09-30 17:01:18','','0','4','2021-09-30 17:01:18','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41633009908','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2217,'','Cash','','2021-09-30 17:02:36','','0','4','2021-09-30 17:02:36','','5900','5900','1','retail',NULL,'5900','1','0','0','0','0','0','0','printed',' ','','1','0','41633010490','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2218,'','Cash','','2021-09-30 17:04:44','','0','4','2021-09-30 17:04:44','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41633010565','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2219,'','Cash','','2021-09-30 17:06:24','','0','4','2021-09-30 17:06:24','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41633010733','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2220,'','Cash','','2021-09-30 17:07:33','','0','4','2021-09-30 17:07:33','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41633010793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2221,'','Cash','','2021-09-30 17:08:56','','0','4','2021-09-30 17:08:56','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41633010860','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2222,'','Cash','','2021-09-30 17:10:40','','0','4','2021-09-30 17:10:40','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41633010952','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2223,'','Cash','','2021-09-30 17:11:48','','0','4','2021-09-30 17:11:48','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41633011054','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2224,'','Cash','','2021-09-30 17:12:54','','0','4','2021-09-30 17:12:54','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41633011123','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2225,'','Cash','','2021-09-30 17:13:45','','0','4','2021-09-30 17:13:45','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41633011178','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2226,'','Cash','','2021-09-30 17:42:05','','0','4','2021-09-30 17:42:05','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41633011231','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2227,'','Cash','','2021-09-30 17:43:26','','0','4','2021-09-30 17:43:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41633012932','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2228,'','Cash','','2021-09-30 17:44:03','','0','4','2021-09-30 17:44:03','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41633013012','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2229,'','Cash','','2021-09-30 17:44:57','','0','4','2021-09-30 17:44:57','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41633013047','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2230,'','Cash','','2021-10-01 17:14:12','','0','4','2021-10-01 17:14:12','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' ','','1','0','41633097561','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2231,'','Cash','','2021-10-01 17:18:10','','0','4','2021-10-01 17:18:10','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41633097685','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2232,'','Cash','','2021-10-01 17:37:33','','0','4','2021-10-01 17:37:33','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41633097895','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2233,'','Cash','','2021-10-01 17:38:30','','0','4','2021-10-01 17:38:30','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41633099066','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2234,'','Cash','','2021-10-01 17:42:26','','0','4','2021-10-01 17:42:26','','30420','30420','1','retail',NULL,'30420','1','0','0','0','0','0','0','printed',' ','','1','0','41633099145','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2235,'','Cash','','2021-10-01 17:47:53','','0','4','2021-10-01 17:47:53','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41633099361','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2236,'','Cash','','2021-10-01 17:49:03','','0','4','2021-10-01 17:49:03','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41633099682','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2237,'','Cash','','2021-10-01 17:49:51','','0','4','2021-10-01 17:49:51','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41633099753','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2238,'','Cash','','2021-10-01 17:51:12','','0','4','2021-10-01 17:51:12','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41633099801','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2239,'','Cash','','2021-10-01 17:52:31','','0','4','2021-10-01 17:52:31','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41633099898','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2240,'','Cash','','2021-10-01 17:53:28','','0','4','2021-10-01 17:53:28','','11100','11100','1','retail',NULL,'11100','1','0','0','0','0','0','0','printed',' ','','1','0','41633099964','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2241,'','Cash','','2021-10-01 17:54:14','','0','4','2021-10-01 17:54:14','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' </BR>pvc.corner ','','1','0','41633100028','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2242,'','Cash','','2021-10-01 17:55:21','','0','4','2021-10-01 17:55:21','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41633100082','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2243,'','Cash','','2021-10-01 18:00:02','','0','4','2021-10-01 18:00:02','','7100','7100','1','retail',NULL,'7100','1','0','0','0','0','0','0','printed',' ','','1','0','41633100266','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2244,'','Cash','','2021-10-01 18:03:03','','0','4','2021-10-01 18:03:03','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41633100428','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2245,'','Cash','','2021-10-01 18:07:26','','0','4','2021-10-01 18:07:26','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41633100704','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2246,'','Cash','','2021-10-01 18:17:32','','0','4','2021-10-01 18:17:32','','42000','42000','1','retail',NULL,'42000','1','0','0','0','0','0','0','printed',' ','','1','0','41633100962','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2247,'','Cash','','2021-10-02 09:47:00','','0','4','2021-10-01 09:47:00','','7320','7320','1','retail',NULL,'7320','1','0','0','0','0','0','0','printed',' ','','1','0','41633157046','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2248,'','Cash','','2021-10-02 13:36:20','','0','4','2021-10-02 13:36:20','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41633170638','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2249,'','Cash','','2021-10-02 13:38:47','','0','4','2021-10-02 13:38:47','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41633171037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2250,'','Cash','','2021-10-02 13:47:47','','0','4','2021-10-02 13:47:47','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41633171134','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2251,'','Cash','','2021-10-02 13:52:39','','0','4','2021-10-02 13:52:39','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41633171679','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2252,'','Cash','','2021-10-02 13:54:41','','0','4','2021-10-02 13:54:41','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41633171968','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2253,'','Cash','','2021-10-02 13:57:04','','0','4','2021-10-02 13:57:04','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41633172088','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2254,'','Cash','','2021-10-02 13:58:46','','0','4','2021-10-02 13:58:46','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41633172271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2255,'','Cash','','2021-10-02 13:59:22','','0','4','2021-10-02 13:59:22','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41633172344','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2256,'','Cash','','2021-10-02 14:01:55','','0','4','2021-10-02 14:01:55','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41633172369','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2257,'','Cash','','2021-10-02 14:04:31','','0','4','2021-10-02 14:04:31','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41633172524','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2258,'','Cash','','2021-10-02 14:11:31','','0','4','2021-10-02 14:11:31','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' ','','1','0','41633172903','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2259,'','Cash','','2021-10-02 17:29:40','','0','4','2021-10-02 17:29:40','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41633173103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2260,'','Cash','','2021-10-02 17:33:04','','0','4','2021-10-02 17:33:04','','5900','5900','1','retail',NULL,'5900','1','0','0','0','0','0','0','printed',' ','','1','0','41633184991','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2261,'','Cash','','2021-10-02 17:35:04','','0','4','2021-10-02 17:35:04','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41633185190','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2262,'','Cash','','2021-10-02 17:37:13','','0','4','2021-10-02 17:37:13','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41633185309','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2263,'','Cash','','2021-10-02 17:38:09','','0','4','2021-10-02 17:38:09','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>kamba ','','1','0','41633185454','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2264,'','Cash','','2021-10-04 17:12:32','','0','4','2021-10-04 17:12:32','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41633352283','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2265,'','Cash','','2021-10-04 17:19:31','','0','4','2021-10-04 17:19:31','','5900','5900','1','retail',NULL,'5900','1','0','0','0','0','0','0','printed',' ','','1','0','41633356755','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2266,'','Cash','','2021-10-04 17:20:35','','0','4','2021-10-04 17:20:35','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41633357177','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2267,'','Cash','','2021-10-04 17:22:35','','0','4','2021-10-04 17:22:35','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41633357239','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2268,'','Cash','','2021-10-04 17:24:23','','0','4','2021-10-04 17:24:23','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41633357358','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2269,'','Cash','','2021-10-04 17:27:17','','0','4','2021-10-04 17:27:17','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41633357553','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2270,'','Cash','','2021-10-04 17:28:27','','0','4','2021-10-04 17:28:27','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' </BR>waterpruf.20kg ','','1','0','41633357642','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2271,'','Cash','','2021-10-04 17:34:41','','0','4','2021-10-04 17:34:41','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41633357745','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2272,'','Cash','','2021-10-04 17:35:13','','0','4','2021-10-04 17:35:13','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41633358085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2273,'','Cash','','2021-10-04 17:37:49','','0','4','2021-10-04 17:37:49','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' </BR>stelnaills ','','1','0','41633358119','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2274,'','Cash','','2021-10-04 17:38:53','','0','4','2021-10-04 17:38:53','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>tacknalls ','','1','0','41633358290','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2275,'','Cash','','2021-10-04 17:39:54','','0','4','2021-10-04 17:39:54','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41633358353','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2276,'','Cash','','2021-10-04 17:42:00','','0','4','2021-10-04 17:42:00','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41633358432','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2277,'','Cash','','2021-10-04 17:42:45','','0','4','2021-10-04 17:42:45','','7650','7650','1','retail',NULL,'7650','1','0','0','0','0','0','0','printed',' ','','1','0','41633358524','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2278,'','Cash','','2021-10-04 17:44:17','','0','4','2021-10-04 17:44:17','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41633358570','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2279,'','Cash','','2021-10-04 17:46:35','','0','4','2021-10-04 17:46:35','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41633358663','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2280,'','Cash','','2021-10-04 17:47:55','','0','4','2021-10-04 17:47:55','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41633358803','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2281,'','Cash','','2021-10-04 17:48:46','','0','4','2021-10-04 17:48:46','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41633358890','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2282,'','Cash','','2021-10-04 17:51:24','','0','4','2021-10-04 17:51:24','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41633358933','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2283,'','Cash','','2021-10-04 17:52:31','','0','4','2021-10-04 17:52:31','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41633359094','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2284,'','Cash','','2021-10-04 17:53:40','','0','4','2021-10-04 17:53:40','','7700','7700','1','retail',NULL,'7700','1','0','0','0','0','0','0','printed',' ','','1','0','41633359166','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2285,'','Cash','','2021-10-04 17:55:20','','0','4','2021-10-04 17:55:20','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','0','41633359231','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2286,'','Cash','','2021-10-04 17:58:26','','0','4','2021-10-04 17:58:26','','1550','1550','1','retail',NULL,'1550','1','0','0','0','0','0','0','printed',' ','','1','0','41633359328','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2287,'','Cash','','2021-10-04 17:59:43','','0','4','2021-10-04 17:59:43','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41633359512','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2288,'','Cash','','2021-10-05 16:16:58','','0','4','2021-10-05 16:16:58','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41633439748','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2289,'','Cash','','2021-10-05 16:24:00','','0','4','2021-10-05 16:24:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41633440229','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2290,'','Cash','','2021-10-05 16:25:45','','0','4','2021-10-05 16:25:45','','5880','5880','1','retail',NULL,'5880','1','0','0','0','0','0','0','printed',' ','','1','0','41633440252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2291,'','Cash','','2021-10-05 16:42:24','','0','4','2021-10-05 16:42:24','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' </BR>sopdisk ','','1','0','41633440349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2292,'','Cash','','2021-10-05 16:50:42','','0','4','2021-10-05 16:50:42','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41633441373','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2293,'','Cash','','2021-10-05 16:53:21','','0','4','2021-10-05 16:53:21','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' </BR>7clps\r\n2band\r\n2stretdrop\r\nandcap2 ','','1','0','41633441957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2294,'','Cash','','2021-10-05 16:55:28','','0','4','2021-10-05 16:55:28','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41633442085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2295,'','Cash','','2021-10-05 16:57:03','','0','4','2021-10-05 16:57:03','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' </BR>puteey1bockt ','','1','0','41633442149','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2296,'','Cash','','2021-10-05 17:00:23','','0','4','2021-10-05 17:00:23','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41633442367','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2297,'','Cash','','2021-10-05 17:10:12','','0','4','2021-10-05 17:10:12','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' </BR>1/2.turptin ','','1','0','41633442427','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2298,'','Cash','','2021-10-05 17:12:29','','0','4','2021-10-05 17:12:29','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41633443040','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2299,'','Cash','','2021-10-05 17:54:50','','0','4','2021-10-05 17:54:50','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41633445460','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2300,'','Cash','','2021-10-05 17:56:39','','0','4','2021-10-05 17:56:39','','8300','8300','1','retail',NULL,'8300','1','0','0','0','0','0','0','printed',' </BR>malangofram2 ','','1','0','41633445706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2301,'','Cash','','2021-10-06 13:33:00','','0','4','2021-10-06 13:33:00','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41633516106','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2302,'','Cash','','2021-10-06 14:21:59','','0','4','2021-10-06 14:21:59','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41633518956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2303,'','Cash','','2021-10-06 14:22:57','','0','4','2021-10-06 14:22:57','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41633519329','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2304,'','Cash','','2021-10-06 14:24:25','','0','4','2021-10-06 14:24:25','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41633519402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2305,'','Cash','','2021-10-06 14:27:39','','0','4','2021-10-06 14:27:39','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41633519486','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2306,'','Cash','','2021-10-06 14:32:03','','0','4','2021-10-06 14:32:03','','3650','3650','1','retail',NULL,'3650','1','0','0','0','0','0','0','printed',' ','','1','0','41633519692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2307,'','Cash','','2021-10-06 14:33:01','','0','4','2021-10-06 14:33:01','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41633519936','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2308,'','Cash','','2021-10-06 14:35:08','','0','4','2021-10-06 14:35:08','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41633519986','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2309,'','Cash','','2021-10-06 17:59:21','','0','4','2021-10-06 17:59:21','','2405','2405','1','retail',NULL,'2405','1','0','0','0','0','0','0','printed',' ','','1','0','41633531709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2310,'','Cash','','2021-10-06 18:00:22','','0','4','2021-10-06 18:00:22','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>ppr.fiteng1/2 ','','1','0','41633532376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2311,'','Cash','','2021-10-06 18:01:58','','0','4','2021-10-06 18:01:58','','7150','7150','1','retail',NULL,'7150','1','0','0','0','0','0','0','printed',' ','','1','0','41633532447','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2312,'','Cash','','2021-10-07 14:35:20','','0','4','2021-10-07 14:35:20','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41633606378','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2313,'','Cash','','2021-10-07 14:37:02','','0','4','2021-10-07 14:37:02','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41633606526','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2314,'','Cash','','2021-10-07 14:50:24','','0','4','2021-10-07 14:50:24','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41633606716','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2315,'','Cash','','2021-10-07 14:52:44','','0','4','2021-10-07 14:52:44','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41633607459','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2316,'','Cash','','2021-10-07 14:54:17','','0','4','2021-10-07 14:54:17','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41633607607','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2317,'','Cash','','2021-10-07 15:02:01','','0','4','2021-10-07 15:02:01','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' ','','1','0','41633607663','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2318,'','Cash','','2021-10-07 15:04:08','','0','4','2021-10-07 15:04:08','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41633608125','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2319,'','Cash','','2021-10-07 17:17:30','','0','4','2021-10-07 17:17:30','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41633608255','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2320,'','Cash','','2021-10-07 17:18:58','','0','4','2021-10-07 17:18:58','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>b.holder\r\ntangst ','','1','0','41633616278','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2321,'','Cash','','2021-10-07 17:21:51','','0','4','2021-10-07 17:21:51','','9150','9150','1','retail',NULL,'9150','1','0','0','0','0','0','0','printed',' </BR>30w.solerlite ','','1','0','41633616375','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2322,'','Cash','','2021-10-07 17:22:42','','0','4','2021-10-07 17:22:42','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' </BR>2.ex.bord ','','1','0','41633616530','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2323,'','Cash','','2021-10-07 17:26:46','','0','4','2021-10-07 17:26:46','','13420','13420','1','retail',NULL,'13420','1','0','0','0','0','0','0','printed',' ','','1','0','41633616582','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2324,'','Cash','','2021-10-07 17:35:09','','0','4','2021-10-07 17:35:09','','18500','18500','1','retail',NULL,'18500','1','0','0','0','0','0','0','printed',' ','','1','0','41633617043','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2325,'','Cash','','2021-10-07 17:36:59','','0','4','2021-10-07 17:36:59','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41633617317','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2326,'','Cash','','2021-10-08 09:05:08','','0','4','2021-10-08 09:05:08','','14300','14300','1','retail',NULL,'14300','1','0','0','0','0','0','0','printed',' ','','1','0','41633672709','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2327,'','Cash','','2021-10-08 09:08:00','','0','4','2021-10-08 09:08:00','','24600','24600','1','retail',NULL,'24600','1','0','0','0','0','0','0','printed',' ','','1','0','41633673143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2328,'','Cash','','2021-10-08 09:08:32','','0','4','2021-10-08 09:08:32','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41633673287','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2329,'','Cash','','2021-10-08 14:39:57','','0','4','2021-10-08 14:39:57','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41633692969','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2330,'','Cash','','2021-10-08 14:43:20','','0','4','2021-10-08 14:43:20','','15600','15600','1','retail',NULL,'15600','1','0','0','0','0','0','0','printed',' ','','1','0','41633693341','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2331,'','Cash','','2021-10-08 14:44:18','','0','4','2021-10-08 14:44:18','','5880','5880','1','retail',NULL,'5880','1','0','0','0','0','0','0','printed',' ','','1','0','41633693406','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2332,'','Cash','','2021-10-08 14:46:33','','0','4','2021-10-08 14:46:33','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41633693469','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2333,'','Cash','','2021-10-08 14:51:38','','0','4','2021-10-08 14:51:38','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' </BR>hos.pipe ','','1','0','41633693684','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2334,'','Cash','','2021-10-08 14:54:23','','0','4','2021-10-08 14:54:23','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41633693922','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2335,'','Cash','','2021-10-08 15:02:19','','0','4','2021-10-08 15:02:19','','4140','4140','1','retail',NULL,'4140','1','0','0','0','0','0','0','printed',' ','','1','0','41633694069','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2336,'','Cash','','2021-10-08 15:04:59','','0','4','2021-10-08 15:04:59','','8960','8960','1','retail',NULL,'8960','1','0','0','0','0','0','0','printed',' ','','1','0','41633694559','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2337,'','Cash','','2021-10-08 17:05:20','','0','4','2021-10-08 17:05:20','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41633701589','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2338,'','Cash','','2021-10-08 17:15:23','','0','4','2021-10-08 17:15:23','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41633701924','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2339,'','Cash','','2021-10-08 17:16:28','','0','4','2021-10-08 17:16:28','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41633702532','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2340,'','Cash','','2021-10-08 17:17:04','','0','4','2021-10-08 17:17:04','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' </BR>jaymbe ','','1','0','41633702593','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2341,'','Cash','','2021-10-08 17:18:09','','0','4','2021-10-08 17:18:09','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41633702636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2342,'','Cash','','2021-10-08 17:19:16','','0','4','2021-10-08 17:19:16','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41633702695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2343,'','Cash','','2021-10-08 17:20:42','','0','4','2021-10-08 17:20:42','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41633702769','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2344,'','Cash','','2021-10-08 17:21:20','','0','4','2021-10-08 17:21:20','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41633702848','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2345,'','Cash','','2021-10-09 15:14:34','','0','4','2021-10-09 15:14:34','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41633781589','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2346,'','Cash','','2021-10-09 15:15:32','','0','4','2021-10-09 15:15:32','','13750','13750','1','retail',NULL,'13750','1','0','0','0','0','0','0','printed',' ','','1','0','41633781683','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2347,'','Cash','','2021-10-09 15:19:25','','0','4','2021-10-09 15:19:25','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41633781737','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2348,'','Cash','','2021-10-09 15:20:08','','0','4','2021-10-09 15:20:08','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41633781971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2349,'','Cash','','2021-10-09 15:23:58','','0','4','2021-10-09 15:23:58','','960','960','1','retail',NULL,'960','1','0','0','0','0','0','0','printed',' ','','1','0','41633782013','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2350,'','Cash','','2021-10-09 15:25:58','','0','4','2021-10-09 15:25:58','','840','840','1','retail',NULL,'840','1','0','0','0','0','0','0','printed',' ','','1','0','41633782250','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2351,'','Cash','','2021-10-09 15:31:11','','0','4','2021-10-09 15:31:11','','27000','27000','1','retail',NULL,'27000','1','0','0','0','0','0','0','printed',' ','','1','0','41633782363','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2352,'','Cash','','2021-10-09 15:33:50','','0','4','2021-10-09 15:33:50','','26000','26000','1','retail',NULL,'26000','1','0','0','0','0','0','0','printed',' ','','1','0','41633782678','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2353,'','Cash','','2021-10-09 15:35:30','','0','4','2021-10-09 15:35:30','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41633782833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2354,'','Cash','','2021-10-09 17:37:37','','0','4','2021-10-09 17:37:37','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41633790164','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2355,'','Cash','','2021-10-11 09:09:35','','0','4','2021-10-11 09:09:35','','13150','13150','1','retail',NULL,'13150','1','0','0','0','0','0','0','printed',' </BR>2bl.pvc.celing\r\n4pc.handel ','','1','0','41633931771','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2356,'','Cash','','2021-10-11 09:15:09','','0','4','2021-10-11 09:15:09','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41633932776','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2357,'','Cash','','2021-10-11 09:16:03','','0','4','2021-10-11 09:16:03','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41633932921','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2358,'','Cash','','2021-10-11 09:18:39','','0','4','2021-10-11 09:18:39','','7500','7500','1','retail',NULL,'7500','1','0','0','0','0','0','0','printed',' ','','1','0','41633932975','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2359,'','Cash','','2021-10-11 09:20:54','','0','4','2021-10-11 09:20:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41633933129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2360,'','Cash','','2021-10-11 17:28:31','','0','4','2021-10-11 17:28:31','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41633962433','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2361,'','Cash','','2021-10-11 17:28:58','','0','4','2021-10-11 17:28:58','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41633962516','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2362,'','Cash','','2021-10-11 17:30:18','','0','4','2021-10-11 17:30:18','','2950','2950','1','retail',NULL,'2950','1','0','0','0','0','0','0','printed',' ','','1','0','41633962545','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2363,'','Cash','','2021-10-11 17:33:27','','0','4','2021-10-11 17:33:27','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41633962624','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2364,'','Cash','','2021-10-11 17:35:01','','0','4','2021-10-11 17:35:01','','8550','8550','1','retail',NULL,'8550','1','0','0','0','0','0','0','printed',' ','','1','0','41633962812','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2365,'','Cash','','2021-10-11 17:46:33','','0','4','2021-10-11 17:46:33','','18700','18700','1','retail',NULL,'18700','1','0','0','0','0','0','0','printed',' ','','1','0','41633963532','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2366,'','Cash','','2021-10-12 15:06:50','','0','4','2021-10-12 15:06:50','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>5pkt.clips ','','1','0','41634040333','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2367,'','Cash','','2021-10-12 15:07:48','','0','4','2021-10-12 15:07:48','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41634040435','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2368,'','Cash','','2021-10-12 15:12:14','','0','4','2021-10-12 15:12:14','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41634040472','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2369,'','Cash','','2021-10-12 15:17:14','','0','4','2021-10-12 15:17:14','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41634040738','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2370,'','Cash','','2021-10-12 15:19:10','','0','4','2021-10-12 15:19:10','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41634041055','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2371,'','Cash','','2021-10-12 15:22:17','','0','4','2021-10-12 15:22:17','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41634041154','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2372,'','Cash','','2021-10-12 15:48:16','','0','4','2021-10-12 15:48:16','','4350','4350','1','retail',NULL,'4350','1','0','0','0','0','0','0','printed',' ','','1','0','41634041341','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2373,'','Cash','','2021-10-12 17:06:19','','0','4','2021-10-12 17:06:19','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41634042922','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2374,'','Cash','','2021-10-13 15:23:40','','0','4','2021-10-13 15:23:40','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41634122142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2375,'','Cash','','2021-10-13 15:28:07','','0','4','2021-10-13 15:28:07','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' ','','1','0','41634127988','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2376,'','Cash','','2021-10-13 15:29:15','','0','4','2021-10-13 15:29:15','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634128096','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2377,'','Cash','','2021-10-13 15:30:38','','0','4','2021-10-13 15:30:38','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41634128170','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2378,'','Cash','','2021-10-13 15:35:33','','0','4','2021-10-13 15:35:33','','13400','13400','1','retail',NULL,'13400','1','0','0','0','0','0','0','printed',' ','','1','0','41634128253','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2379,'','Cash','','2021-10-13 15:36:43','','0','4','2021-10-13 15:36:43','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41634128547','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2380,'','Cash','','2021-10-13 15:44:12','','0','4','2021-10-13 15:44:12','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41634128646','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2381,'','Cash','','2021-10-14 16:07:44','','0','4','2021-10-14 16:07:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41634216775','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2382,'','Cash','','2021-10-14 16:09:37','','0','4','2021-10-14 16:09:37','','8800','8800','1','retail',NULL,'8800','1','0','0','0','0','0','0','printed',' ','','1','0','41634216870','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2383,'','Cash','','2021-10-14 16:10:34','','0','4','2021-10-14 16:10:34','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634216990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2384,'','Cash','','2021-10-14 16:12:34','','0','4','2021-10-14 16:12:34','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41634217052','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2385,'','Cash','','2021-10-14 16:18:47','','0','4','2021-10-14 16:18:47','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41634217166','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2386,'','Cash','','2021-10-14 16:19:39','','0','4','2021-10-14 16:19:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634217534','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2387,'','Cash','','2021-10-14 16:25:05','','0','4','2021-10-14 16:25:05','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41634217590','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2388,'','Cash','','2021-10-14 16:26:21','','0','4','2021-10-14 16:26:21','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41634217917','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2389,'','Cash','','2021-10-14 17:40:49','','0','4','2021-10-14 17:40:49','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41634217988','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2390,'','Cash','','2021-10-15 14:24:13','','0','4','2021-10-15 14:24:13','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41634297017','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2391,'','Cash','','2021-10-15 14:25:24','','0','4','2021-10-15 14:25:24','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41634297058','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2392,'','Cash','','2021-10-15 14:27:28','','0','4','2021-10-15 14:27:28','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','41634297140','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2393,'','Cash','','2021-10-15 14:28:07','','0','4','2021-10-15 14:28:07','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634297257','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2394,'','Cash','','2021-10-15 14:28:29','','0','4','2021-10-15 14:28:29','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41634297291','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2395,'','Cash','','2021-10-15 14:30:24','','0','4','2021-10-15 14:30:24','','4650','4650','1','retail',NULL,'4650','1','0','0','0','0','0','0','printed',' ','','1','0','41634297316','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2396,'','Cash','','2021-10-15 14:37:15','','0','4','2021-10-15 14:37:15','','33240','33240','1','retail',NULL,'33240','1','0','0','0','0','0','0','printed',' ','','1','0','41634297438','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2397,'','Cash','','2021-10-15 14:44:23','','0','4','2021-10-15 14:44:23','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41634297851','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2398,'','Cash','','2021-10-15 17:40:53','','0','4','2021-10-15 17:40:53','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41634308354','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2399,'','Cash','','2021-10-15 17:50:06','','0','4','2021-10-15 17:50:06','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41634308860','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2400,'','Cash','','2021-10-16 16:16:44','','0','4','2021-10-16 16:16:44','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>1.pcs.b.holder ','','1','0','41634390028','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2401,'','Cash','','2021-10-16 16:21:55','','0','4','2021-10-16 16:21:55','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41634390227','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2402,'','Cash','','2021-10-16 16:22:44','','0','4','2021-10-16 16:22:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634390525','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2403,'','Cash','','2021-10-16 16:27:02','','0','4','2021-10-16 16:27:02','','19002','19002','1','retail',NULL,'19002','1','0','0','0','0','0','0','printed',' ','','1','0','41634390568','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2404,'','Cash','','2021-10-16 16:29:55','','0','4','2021-10-16 16:29:55','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41634390830','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2405,'','Cash','','2021-10-16 16:33:46','','0','4','2021-10-16 16:33:46','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41634391006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2406,'','Cash','','2021-10-16 16:34:27','','0','4','2021-10-16 16:34:27','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41634391230','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2407,'','Cash','','2021-10-16 16:35:54','','0','4','2021-10-16 16:35:54','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41634391273','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2408,'','Cash','','2021-10-16 16:37:08','','0','4','2021-10-16 16:37:08','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41634391364','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2409,'','Cash','','2021-10-16 17:14:54','','0','4','2021-10-16 17:14:54','','6100','6100','1','retail',NULL,'6100','1','0','0','0','0','0','0','printed',' </BR>10pcs.kigko\r\n ','','1','0','41634391471','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2410,'','Cash','','2021-10-16 17:37:41','','0','4','2021-10-16 17:37:41','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41634393725','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2411,'','Cash','','2021-10-16 17:38:19','','0','4','2021-10-16 17:38:19','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41634395066','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2412,'','Cash','','2021-10-16 17:39:04','','0','4','2021-10-16 17:39:04','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>ex.bord.1pcs ','','1','0','41634395118','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2413,'','Cash','','2021-10-18 15:44:21','','0','4','2021-10-18 15:44:21','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41634558367','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2414,'','Cash','','2021-10-18 15:44:55','','0','4','2021-10-18 15:44:55','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41634561071','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2415,'','Cash','','2021-10-18 15:46:57','','0','4','2021-10-18 15:46:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41634561183','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2416,'','Cash','','2021-10-18 16:17:15','','0','4','2021-10-18 16:17:15','','9200','9200','1','retail',NULL,'9200','1','0','0','0','0','0','0','printed',' </BR>30.w.fladlite\r\nb.holder\r\nc.rosh\r\n ','','1','0','41634561222','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2417,'','Cash','','2021-10-18 16:19:51','','0','4','2021-10-18 16:19:51','','9100','9100','1','retail',NULL,'9100','1','0','0','0','0','0','0','printed',' ','','1','0','41634563100','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2418,'','Cash','','2021-10-18 16:23:12','','0','4','2021-10-18 16:23:12','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' </BR>water.pruf ','','1','0','41634563195','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2419,'','Cash','','2021-10-18 16:24:24','','0','4','2021-10-18 16:24:24','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41634563416','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2420,'','Cash','','2021-10-18 16:25:35','','0','4','2021-10-18 16:25:35','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' </BR>30.w.solerlite ','','1','0','41634563473','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2421,'','Cash','','2021-10-18 16:26:51','','0','4','2021-10-18 16:26:51','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' </BR>135.liter.matungi ','','1','0','41634563555','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2422,'','Cash','','2021-10-18 16:29:00','','0','4','2021-10-18 16:29:00','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41634563644','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2423,'','Cash','','2021-10-18 16:29:43','','0','4','2021-10-18 16:29:43','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41634563752','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2424,'','Cash','','2021-10-18 16:30:35','','0','4','2021-10-18 16:30:35','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41634563788','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2425,'','Cash','','2021-10-18 17:44:35','','0','4','2021-10-18 17:44:35','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41634563839','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2426,'','Cash','','2021-10-20 13:58:14','','0','4','2021-10-19 13:58:14','','9590','9590','1','retail',NULL,'9590','1','0','0','0','0','0','0','printed',' ','','1','0','41634727394','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2427,'','Cash','','2021-10-20 13:58:51','','0','4','2021-10-19 13:58:51','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41634727513','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2428,'','Cash','','2021-10-20 14:00:20','','0','4','2021-10-19 14:00:20','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41634727547','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2429,'','Cash','','2021-10-20 14:03:40','','0','4','2021-10-19 14:03:40','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41634727646','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2430,'','Cash','','2021-10-20 14:08:08','','0','4','2021-10-19 14:08:08','','8500','8500','1','retail',NULL,'8500','1','0','0','0','0','0','0','printed',' ','','1','0','41634727833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2431,'','Cash','','2021-10-20 14:09:07','','0','4','2021-10-19 14:09:07','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' </BR>PVC.DROP\r\nCLLPS ','','1','0','41634728105','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2432,'','Cash','','2021-10-20 14:10:48','','0','4','2021-10-19 14:10:48','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41634728201','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2433,'','Cash','','2021-10-20 14:29:48','','0','4','2021-10-19 14:29:48','','14300','14300','1','retail',NULL,'14300','1','0','0','0','0','0','0','printed',' ','','1','0','41634728270','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2434,'','Cash','','2021-10-20 14:32:36','','0','4','2021-10-19 14:32:36','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41634729404','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2435,'','Cash','','2021-10-20 14:34:19','','0','4','2021-10-19 14:34:19','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41634729564','Cleared','4','2021-10-19 14:34:19','','','','','','',0.00,0.00,0,NULL),(2436,'','Cash','','2021-10-20 14:42:37','','0','4','2021-10-19 14:42:37','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41634730086','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2437,'','Cash','','2021-10-20 14:45:43','','0','4','2021-10-20 14:45:43','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41634730226','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2438,'','Cash','','2021-10-20 14:47:17','','0','4','2021-10-20 14:47:17','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41634730357','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2439,'','Cash','','2021-10-20 14:52:26','','0','4','2021-10-20 14:52:26','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41634730455','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2440,'','Cash','','2021-10-20 14:54:22','','0','4','2021-10-20 14:54:22','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41634730750','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2441,'','Cash','','2021-10-20 14:55:15','','0','4','2021-10-20 14:55:15','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41634730866','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2442,'','Cash','','2021-10-20 15:13:15','','0','4','2021-10-20 15:13:15','','10900','10900','1','retail',NULL,'10900','1','0','0','0','0','0','0','printed',' ','','1','0','41634731688','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2443,'','Cash','','2021-10-20 15:17:10','','0','4','2021-10-20 15:17:10','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41634732006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2444,'','Cash','','2021-10-20 15:17:53','','0','4','2021-10-20 15:17:53','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','0','41634732236','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2445,'','Cash','','2021-10-20 15:20:44','','0','4','2021-10-20 15:20:44','','11750','11750','1','retail',NULL,'11750','1','0','0','0','0','0','0','printed',' ','','1','0','41634732279','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2446,'','Cash','','2021-10-20 17:47:25','','0','4','2021-10-20 17:47:25','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' ','','1','0','41634741151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2447,'','Cash','','2021-10-20 17:48:17','','0','4','2021-10-20 17:48:17','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41634741258','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2448,'','Cash','','2021-10-21 16:25:47','','0','4','2021-10-21 16:25:47','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41634822672','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2449,'','Cash','','2021-10-21 16:31:22','','0','4','2021-10-21 16:31:22','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' ','','1','0','41634822767','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2450,'','Cash','','2021-10-21 16:32:08','','0','4','2021-10-21 16:32:08','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41634823101','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2451,'','Cash','','2021-10-21 16:38:06','','0','4','2021-10-21 16:38:06','','18800','18800','1','retail',NULL,'18800','1','0','0','0','0','0','0','printed',' ','','1','0','41634823133','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2452,'','Cash','','2021-10-21 16:41:46','','0','4','2021-10-21 16:41:46','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41634823501','Cleared','4','2021-10-21 16:41:46','','','','','','',0.00,0.00,0,NULL),(2453,'','Cash','','2021-10-21 16:44:12','','0','4','2021-10-21 16:44:12','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41634823788','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2454,'','Cash','','2021-10-21 16:44:56','','0','4','2021-10-21 16:44:56','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','0','41634823856','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2455,'','Cash','','2021-10-21 16:45:59','','0','4','2021-10-21 16:45:59','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41634823902','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2456,'','Cash','','2021-10-21 16:46:52','','0','4','2021-10-21 16:46:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>tacknalls ','','1','0','41634823972','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2457,'','Cash','','2021-10-21 16:51:04','','0','4','2021-10-21 16:51:04','','10800','10800','1','retail',NULL,'10800','1','0','0','0','0','0','0','printed',' </BR>15kg.putee\r\n12pcs.handel\r\n2pcs.brush4* ','','1','0','41634824041','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2458,'','Cash','','2021-10-21 17:31:00','','0','4','2021-10-21 17:31:00','','24800','24800','1','retail',NULL,'24800','1','0','0','0','0','0','0','printed',' ','','1','0','41634824373','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2459,'','Cash','','2021-10-21 17:34:08','','0','4','2021-10-21 17:34:08','','20700','20700','1','retail',NULL,'20700','1','0','0','0','0','0','0','printed',' ','','1','0','41634826670','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2460,'','Cash','','2021-10-21 17:34:51','','0','4','2021-10-21 17:34:51','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41634826857','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2461,'','Cash','','2021-10-21 17:35:09','','0','4','2021-10-21 17:35:09','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41634826895','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2462,'','Cash','','2021-10-21 17:36:26','','0','4','2021-10-21 17:36:26','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41634826921','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2463,'','Cash','','2021-10-21 17:37:09','','0','4','2021-10-21 17:37:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41634827003','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2464,'','Cash','','2021-10-21 17:38:32','','0','4','2021-10-21 17:38:32','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41634827059','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2465,'','Cash','','2021-10-21 17:49:53','','0','4','2021-10-21 17:49:53','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41634827777','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2466,'','Cash','','2021-10-22 15:20:17','','0','4','2021-10-22 15:20:17','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41634905180','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2467,'','Cash','','2021-10-22 15:20:58','','0','4','2021-10-22 15:20:58','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','0','41634905223','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2468,'','Cash','','2021-10-22 15:21:41','','0','4','2021-10-22 15:21:41','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41634905264','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2469,'','Cash','','2021-10-22 15:22:23','','0','4','2021-10-22 15:22:23','','10080','10080','1','retail',NULL,'10080','1','0','0','0','0','0','0','printed',' ','','1','0','41634905305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2470,'','Cash','','2021-10-22 15:27:29','','0','4','2021-10-22 15:27:29','','4950','4950','1','retail',NULL,'4950','1','0','0','0','0','0','0','printed',' ','','1','0','41634905350','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2471,'','Cash','','2021-10-22 15:28:01','','0','4','2021-10-22 15:28:01','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41634905658','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2472,'','Cash','','2021-10-22 15:29:38','','0','4','2021-10-22 15:29:38','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' ','','1','0','41634905691','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2473,'','Cash','','2021-10-22 15:32:37','','0','4','2021-10-22 15:32:37','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41634905798','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2474,'','Cash','','2021-10-22 15:35:44','','0','4','2021-10-22 15:35:44','','2015','2015','1','retail',NULL,'2015','1','0','0','0','0','0','0','printed',' ','','1','0','41634905972','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2475,'','Cash','','2021-10-22 15:39:31','','0','4','2021-10-22 15:39:31','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41634906241','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2476,'','Cash','','2021-10-22 15:43:07','','0','4','2021-10-22 15:43:07','','1575','1575','1','retail',NULL,'1575','1','0','0','0','0','0','0','printed',' ','','1','0','41634906376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2477,'','Cash','','2021-10-22 15:43:48','','0','4','2021-10-22 15:43:48','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41634906594','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2478,'','Cash','','2021-10-22 17:34:23','','0','4','2021-10-22 17:34:23','','2550','2550','1','retail',NULL,'2550','1','0','0','0','0','0','0','printed',' ','','1','0','41634906673','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2479,'','Cash','','2021-10-22 17:45:47','','0','4','2021-10-22 17:45:47','','20000','20000','1','retail',NULL,'20000','1','0','0','0','0','0','0','printed',' </BR>b.holer\r\ninwetor\r\n ','','1','0','41634913279','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2480,'','Cash','','2021-10-22 17:51:53','','0','4','2021-10-22 17:51:53','','1450','1450','1','retail',NULL,'1450','1','0','0','0','0','0','0','printed',' ','','1','0','41634914004','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2481,'','Cash','','2021-10-22 17:53:23','','0','4','2021-10-22 17:53:23','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' </BR>30w.fladlite\r\nb.holder ','','1','0','41634914333','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2482,'','Cash','','2021-10-23 15:26:47','','0','4','2021-10-23 15:26:47','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41634991944','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2483,'','Cash','','2021-10-23 15:30:19','','0','4','2021-10-23 15:30:19','','19499','19499','1','retail',NULL,'19499','1','0','0','0','0','0','0','printed',' ','','1','0','41634992048','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2484,'','Cash','','2021-10-23 15:32:01','','0','4','2021-10-23 15:32:01','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41634992270','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2485,'','Cash','','2021-10-23 15:33:28','','0','4','2021-10-23 15:33:28','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41634992325','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2486,'','Cash','','2021-10-23 15:35:14','','0','4','2021-10-23 15:35:14','','25000','25000','1','retail',NULL,'25000','1','0','0','0','0','0','0','printed',' ','','1','0','41634992418','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2487,'','Cash','','2021-10-23 15:36:17','','0','4','2021-10-23 15:36:17','','12100','12100','1','retail',NULL,'12100','1','0','0','0','0','0','0','printed',' ','','1','0','41634992520','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2488,'','Cash','','2021-10-23 17:33:25','','0','4','2021-10-23 17:33:25','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41634992603','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2489,'','Cash','','2021-10-23 17:35:28','','0','4','2021-10-23 17:35:28','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41634999630','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2490,'','Cash','','2021-10-25 17:25:46','','0','4','2021-10-25 17:25:46','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41635171914','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2491,'','Cash','','2021-10-25 17:36:58','','0','4','2021-10-25 17:36:58','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41635171951','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2492,'','Cash','','2021-10-25 17:37:58','','0','4','2021-10-25 17:37:58','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41635172626','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2493,'','Cash','','2021-10-25 17:39:12','','0','4','2021-10-25 17:39:12','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41635172718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2494,'','Cash','','2021-10-25 17:44:01','','0','4','2021-10-25 17:44:01','','13200','13200','1','retail',NULL,'13200','1','0','0','0','0','0','0','printed',' ','','1','0','41635172987','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2495,'','Cash','','2021-10-25 17:44:57','','0','4','2021-10-25 17:44:57','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41635173050','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2496,'','Cash','','2021-10-25 17:46:58','','0','4','2021-10-25 17:46:58','','13300','13300','1','retail',NULL,'13300','1','0','0','0','0','0','0','printed',' ','','1','0','41635173182','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2497,'','Cash','','2021-10-25 17:49:03','','0','4','2021-10-25 17:49:03','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>2.mi.plan.shite ','','1','0','41635173309','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2498,'','Cash','','2021-10-25 17:50:17','','0','4','2021-10-25 17:50:17','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','0','41635173377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2499,'','Cash','','2021-10-25 17:51:19','','0','4','2021-10-25 17:51:19','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41635173436','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2500,'','Cash','','2021-10-25 17:52:42','','0','4','2021-10-25 17:52:42','','7700','7700','1','retail',NULL,'7700','1','0','0','0','0','0','0','printed',' ','','1','0','41635173485','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2501,'','Cash','','2021-10-25 18:06:35','','0','4','2021-10-25 18:06:35','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41635174365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2502,'','Cash','','2021-10-25 18:07:55','','0','4','2021-10-25 18:07:55','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41635174402','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2503,'','Cash','','2021-10-25 18:11:31','','0','4','2021-10-25 18:11:31','','14850','14850','1','retail',NULL,'14850','1','0','0','0','0','0','0','printed',' ','','1','0','41635174484','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2504,'','Cash','','2021-10-26 15:31:03','','0','4','2021-10-26 15:31:03','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41635251359','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2505,'','Cash','','2021-10-26 15:46:15','','0','4','2021-10-26 15:46:15','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41635251469','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2506,'','Cash','','2021-10-26 15:55:02','','0','4','2021-10-26 15:55:02','','14150','14150','1','retail',NULL,'14150','1','0','0','0','0','0','0','printed',' ','','1','0','41635252522','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2507,'','Cash','','2021-10-26 15:55:48','','0','4','2021-10-26 15:55:48','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41635252912','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2508,'','Cash','','2021-10-26 16:10:59','','0','4','2021-10-26 16:10:59','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' ','','1','0','41635252954','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2509,'','Cash','','2021-10-26 16:14:44','','0','4','2021-10-26 16:14:44','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41635253919','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2510,'','Cash','','2021-10-26 16:15:58','','0','4','2021-10-26 16:15:58','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41635254109','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2511,'','Cash','','2021-10-26 16:17:17','','0','4','2021-10-26 16:17:17','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41635254170','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2512,'','Cash','','2021-10-26 16:18:03','','0','4','2021-10-26 16:18:03','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41635254246','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2513,'','Cash','','2021-10-26 17:25:36','','0','4','2021-10-26 17:25:36','','8850','8850','1','retail',NULL,'8850','1','0','0','0','0','0','0','printed',' ','','1','0','41635254296','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2514,'','Cash','','2021-10-26 17:57:44','','0','4','2021-10-26 17:57:44','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41635260068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2515,'','Cash','','2021-10-26 17:59:31','','0','4','2021-10-26 17:59:31','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41635260278','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2516,'','Cash','','2021-10-26 18:03:42','','0','4','2021-10-26 18:03:42','','4150','4150','1','retail',NULL,'4150','1','0','0','0','0','0','0','printed',' ','','1','0','41635260376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2517,'','Cash','','2021-10-26 18:08:22','','0','4','2021-10-26 18:08:22','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41635260856','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2518,'','Cash','','2021-10-27 15:42:14','','0','4','2021-10-27 15:42:14','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41635337638','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2519,'','Cash','','2021-10-27 15:45:05','','0','4','2021-10-27 15:45:05','','4475','4475','1','retail',NULL,'4475','1','0','0','0','0','0','0','printed',' ','','1','0','41635338540','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2520,'','Cash','','2021-10-27 15:46:02','','0','4','2021-10-27 15:46:02','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41635338726','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2521,'','Cash','','2021-10-27 15:50:21','','0','4','2021-10-27 15:50:21','','11975','11975','1','retail',NULL,'11975','1','0','0','0','0','0','0','printed',' ','','1','0','41635338767','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2522,'','Cash','','2021-10-27 16:58:59','','0','4','2021-10-27 16:58:59','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41635339990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2523,'','Cash','','2021-10-27 17:01:29','','0','4','2021-10-27 17:01:29','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41635343159','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2524,'','Cash','','2021-10-27 17:04:24','','0','4','2021-10-27 17:04:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41635343367','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2525,'','Cash','','2021-10-27 17:10:18','','0','4','2021-10-27 17:10:18','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41635343780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2526,'','Cash','','2021-10-27 17:11:40','','0','4','2021-10-27 17:11:40','','2150','2150','1','retail',NULL,'2150','1','0','0','0','0','0','0','printed',' ','','1','0','41635343824','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2527,'','Cash','','2021-10-28 18:00:53','','0','4','2021-10-28 18:00:53','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41635433202','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2528,'','Cash','','2021-10-28 18:01:47','','0','4','2021-10-28 18:01:47','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41635433272','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2529,'','Cash','','2021-10-28 18:03:14','','0','4','2021-10-28 18:03:14','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41635433313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2530,'','Cash','','2021-10-28 18:04:45','','0','4','2021-10-28 18:04:45','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' </BR>WATER.P.CIMENT ','','1','0','41635433401','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2531,'','Cash','','2021-10-28 18:06:24','','0','4','2021-10-28 18:06:24','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41635433526','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2532,'','Cash','','2021-10-28 18:09:29','','0','4','2021-10-28 18:09:29','','6100','6100','1','retail',NULL,'6100','1','0','0','0','0','0','0','printed',' ','','1','0','41635433597','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2533,'','Cash','','2021-10-28 18:14:59','','0','4','2021-10-28 18:14:59','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' </BR>10KG.PUTYY ','','1','0','41635433774','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2534,'','Cash','','2021-10-28 18:16:17','','0','4','2021-10-28 18:16:17','','2550','2550','1','retail',NULL,'2550','1','0','0','0','0','0','0','printed',' ','','1','0','41635434120','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2535,'','Cash','','2021-10-28 18:19:06','','0','4','2021-10-28 18:19:06','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' ','','1','0','41635434183','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2536,'','Cash','','2021-10-28 18:20:14','','0','4','2021-10-28 18:20:14','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41635434358','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2537,'','Cash','','2021-10-28 18:20:48','','0','4','2021-10-28 18:20:48','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' </BR>EX.BORD ','','1','0','41635434419','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2538,'','Cash','','2021-10-28 18:22:18','','0','4','2021-10-28 18:22:18','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41635434466','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2539,'','Cash','','2021-10-28 18:24:11','','0','4','2021-10-28 18:24:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41635434546','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2540,'','Cash','','2021-10-28 18:25:01','','0','4','2021-10-28 18:25:01','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41635434667','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2541,'','Cash','','2021-10-28 18:25:51','','0','4','2021-10-28 18:25:51','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41635434717','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2542,'','Cash','','2021-10-29 12:45:07','','0','4','2021-10-29 12:45:07','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41635500518','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2543,'','Cash','','2021-10-29 12:48:18','','0','4','2021-10-29 12:48:18','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' </BR>mite ','','1','0','41635500727','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2544,'','Cash','','2021-10-29 12:49:51','','0','4','2021-10-29 12:49:51','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41635500918','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2545,'','Cash','','2021-10-29 12:56:15','','0','4','2021-10-29 12:56:15','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>kamba ','','1','0','41635501000','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2546,'','Cash','','2021-10-29 13:02:19','','0','4','2021-10-29 13:02:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41635501661','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2547,'','Cash','','2021-10-29 13:03:08','','0','4','2021-10-29 13:03:08','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41635501744','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2548,'','Cash','','2021-10-29 13:04:19','','0','4','2021-10-29 13:04:19','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41635501793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2549,'','Cash','','2021-10-29 13:05:32','','0','4','2021-10-29 13:05:32','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41635501912','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2550,'','Cash','','2021-10-29 16:07:23','','0','4','2021-10-29 16:07:23','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41635512757','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2551,'','Cash','','2021-10-29 16:34:28','','0','4','2021-10-29 16:34:28','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' </BR>kirte ','','1','0','41635512854','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2552,'','Cash','','2021-10-29 16:35:18','','0','4','2021-10-29 16:35:18','','3850','3850','1','retail',NULL,'3850','1','0','0','0','0','0','0','printed',' ','','1','0','41635514488','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2553,'','Cash','','2021-10-29 16:36:15','','0','4','2021-10-29 16:36:15','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41635514523','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2554,'','Cash','','2021-10-29 16:37:22','','0','4','2021-10-29 16:37:22','','15300','15300','1','retail',NULL,'15300','1','0','0','0','0','0','0','printed',' ','','1','0','41635514584','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2555,'','Cash','','2021-10-29 16:39:58','','0','4','2021-10-29 16:39:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>tacknales ','','1','0','41635514667','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2556,'','Cash','','2021-10-29 16:41:26','','0','4','2021-10-29 16:41:26','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41635514851','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2557,'','Cash','','2021-10-29 16:42:47','','0','4','2021-10-29 16:42:47','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41635514892','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2558,'','Cash','','2021-10-29 16:43:51','','0','4','2021-10-29 16:43:51','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41635514974','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2559,'','Cash','','2021-10-29 16:44:28','','0','4','2021-10-29 16:44:28','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41635515038','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2560,'','Cash','','2021-10-29 16:46:34','','0','4','2021-10-29 16:46:34','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41635515072','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2561,'','Cash','','2021-10-29 16:47:26','','0','4','2021-10-29 16:47:26','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41635515204','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2562,'','Cash','','2021-10-30 16:02:20','','0','4','2021-10-30 16:02:20','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41635598839','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2563,'','Cash','','2021-10-30 16:03:24','','0','4','2021-10-30 16:03:24','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41635598945','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2564,'','Cash','','2021-10-30 16:05:12','','0','4','2021-10-30 16:05:12','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41635599020','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2565,'','Cash','','2021-10-30 16:07:18','','0','4','2021-10-30 16:07:18','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41635599118','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2566,'','Cash','','2021-10-30 16:10:41','','0','4','2021-10-30 16:10:41','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41635599243','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2567,'','Cash','','2021-10-30 16:14:40','','0','4','2021-10-30 16:14:40','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' ','','1','0','41635599456','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2568,'','Cash','','2021-10-30 16:17:41','','0','4','2021-10-30 16:17:41','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41635599692','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2569,'','Cash','','2021-10-30 16:27:38','','0','4','2021-10-30 16:27:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41635599871','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2570,'','Cash','','2021-10-30 16:29:15','','0','4','2021-10-30 16:29:15','','4800','4800','1','retail',NULL,'4800','1','0','0','0','0','0','0','printed',' ','','1','0','41635600470','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2571,'','Cash','','2021-10-30 16:30:15','','0','4','2021-10-30 16:30:15','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41635600565','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2572,'','Cash','','2021-10-30 17:58:32','','0','4','2021-10-30 17:58:32','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41635605795','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2573,'','Cash','','2021-11-01 17:37:19','','0','4','2021-11-01 17:37:19','','3450','3450','1','retail',NULL,'3450','1','0','0','0','0','0','0','printed',' ','','1','0','41635775329','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2574,'','Cash','','2021-11-01 17:43:00','','0','4','2021-11-01 17:43:00','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' ','','1','0','41635777444','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2575,'','Cash','','2021-11-01 17:54:29','','0','4','2021-11-01 17:54:29','','14400','14400','1','retail',NULL,'14400','1','0','0','0','0','0','0','printed',' ','','1','0','41635777785','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2576,'','Cash','','2021-11-01 17:59:18','','0','4','2021-11-01 17:59:18','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41635778480','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2577,'','Cash','','2021-11-01 18:00:37','','0','4','2021-11-01 18:00:37','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41635778769','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2578,'','Cash','','2021-11-01 18:06:29','','0','4','2021-11-01 18:06:29','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41635778852','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2579,'','Cash','','2021-11-01 18:06:58','','0','4','2021-11-01 18:06:58','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','0','41635779196','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2580,'','Cash','','2021-11-02 08:34:51','','0','4','2021-11-01 08:34:51','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41635779230','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2581,'','Cash','','2021-11-02 08:39:00','','0','4','2021-11-01 08:39:00','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41635831346','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2582,'','Cash','','2021-11-02 08:40:19','','0','4','2021-11-01 08:40:19','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41635831559','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2583,'','Cash','','2021-11-02 08:44:56','','0','4','2021-11-01 08:44:56','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41635831638','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2584,'','Cash','','2021-11-02 09:16:26','','0','4','2021-11-01 09:16:26','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41635831907','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2585,'','Cash','','2021-11-02 09:29:24','','0','4','2021-10-30 09:29:24','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41635834503','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2586,'','Cash','','2021-11-02 09:31:00','','0','4','2021-10-30 09:31:00','','1850','1850','1','retail',NULL,'1850','1','0','0','0','0','0','0','printed',' ','','1','0','41635834596','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2587,'','Cash','','2021-11-02 09:33:25','','0','4','2021-10-30 09:33:25','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41635834683','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2588,'','Cash','','2021-11-02 09:34:39','','0','4','2021-10-30 09:34:39','','6900','6900','1','retail',NULL,'6900','1','0','0','0','0','0','0','printed',' ','','1','0','41635834828','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2589,'','Cash','','2021-11-02 09:45:25','','0','4','2021-10-30 09:45:25','','17340','17340','1','retail',NULL,'17340','1','0','0','0','0','0','0','printed',' ','','1','0','41635835335','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2590,'','Cash','','2021-11-02 09:49:20','','0','4','2021-10-30 09:49:20','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41635835538','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2591,'','Cash','','2021-11-02 09:51:43','','0','4','2021-11-02 09:51:43','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' ','','1','0','41635835788','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2592,'','Cash','','2021-11-02 09:52:45','','0','4','2021-11-02 09:52:45','','6050','6050','1','retail',NULL,'6050','1','0','0','0','0','0','0','printed',' ','','1','0','41635835907','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2593,'','Cash','','2021-11-02 09:58:41','','0','4','2021-11-02 09:58:41','','13600','13600','1','retail',NULL,'13600','1','0','0','0','0','0','0','printed',' ','','1','0','41635835970','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2594,'','Cash','','2021-11-02 10:06:46','','0','4','2021-11-02 10:06:46','','2475','2475','1','retail',NULL,'2475','1','0','0','0','0','0','0','printed',' </BR>3.5mi.plansite ','','1','0','41635836326','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2595,'','Cash','','2021-11-02 10:11:44','','0','4','2021-11-02 10:11:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41635837068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2596,'','Cash','','2021-11-02 14:55:14','','0','4','2021-11-02 14:55:14','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41635854066','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2597,'','Cash','','2021-11-02 14:55:48','','0','4','2021-11-02 14:55:48','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41635854123','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2598,'','Cash','','2021-11-02 15:11:43','','0','4','2021-11-02 15:11:43','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' </BR>chain.lock ','','1','0','41635854153','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2599,'','Cash','','2021-11-02 15:12:58','','0','4','2021-11-02 15:12:58','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41635855129','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2600,'','Cash','','2021-11-02 15:26:03','','0','4','2021-11-02 15:26:03','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41635855184','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2601,'','Cash','','2021-11-02 15:28:02','','0','4','2021-11-02 15:28:02','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41635855990','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2602,'','Cash','','2021-11-02 15:29:37','','0','4','2021-11-02 15:29:37','','14040','14040','1','retail',NULL,'14040','1','0','0','0','0','0','0','printed',' ','','1','0','41635856092','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2603,'','Cash','','2021-11-02 17:30:39','','0','4','2021-11-02 17:30:39','','26850','26850','1','retail',NULL,'26850','1','0','0','0','0','0','0','printed',' ','','1','0','41635863171','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2604,'','Cash','','2021-11-02 17:31:42','','0','4','2021-11-02 17:31:42','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41635863457','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2605,'','Cash','','2021-11-03 16:22:41','','0','4','2021-11-03 16:22:41','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41635945708','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2606,'','Cash','','2021-11-03 16:26:17','','0','4','2021-11-03 16:26:17','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' ','','1','0','41635945765','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2607,'','Cash','','2021-11-03 16:32:24','','0','4','2021-11-03 16:32:24','','13450','13450','1','retail',NULL,'13450','1','0','0','0','0','0','0','printed',' ','','1','0','41635945985','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2608,'','Cash','','2021-11-03 16:33:03','','0','4','2021-11-03 16:33:03','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41635946349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2609,'','Cash','','2021-11-03 16:33:58','','0','4','2021-11-03 16:33:58','','7800','7800','1','retail',NULL,'7800','1','0','0','0','0','0','0','printed',' ','','1','0','41635946388','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2610,'','Cash','','2021-11-03 16:36:23','','0','4','2021-11-03 16:36:23','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41635946448','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2611,'','Cash','','2021-11-03 16:37:03','','0','4','2021-11-03 16:37:03','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41635946588','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2612,'','Cash','','2021-11-03 16:39:28','','0','4','2021-11-03 16:39:28','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41635946630','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2613,'','Cash','','2021-11-03 16:50:25','','0','4','2021-11-03 16:50:25','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41635946777','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2614,'','Cash','','2021-11-03 16:55:30','','0','4','2021-11-03 16:55:30','','7250','7250','1','retail',NULL,'7250','1','0','0','0','0','0','0','printed',' ','','1','0','41635947430','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2615,'','Cash','','2021-11-03 17:04:24','','0','4','2021-11-03 17:04:24','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41635947736','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2616,'','Cash','','2021-11-03 17:43:20','','0','4','2021-11-03 17:43:20','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41635948332','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2617,'','Cash','','2021-11-03 18:06:23','','0','4','2021-11-03 18:06:23','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41635951892','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2618,'','Cash','','2021-11-04 12:28:51','','0','4','2021-11-04 12:28:51','','10750','10750','1','retail',NULL,'10750','1','0','0','0','0','0','0','printed',' ','','1','0','41636017582','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2619,'','Cash','','2021-11-04 12:30:09','','0','4','2021-11-04 12:30:09','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','','1','0','41636018136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2620,'','Cash','','2021-11-04 13:08:11','','0','4','2021-11-04 13:08:11','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' </BR>waterpruf ','','1','0','41636018214','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2621,'','Cash','','2021-11-04 13:20:28','','0','4','2021-11-04 13:20:28','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41636020508','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2622,'','Cash','','2021-11-04 13:22:16','','0','4','2021-11-04 13:22:16','','1560','1560','1','retail',NULL,'1560','1','0','0','0','0','0','0','printed',' ','','1','0','41636021237','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2623,'','Cash','','2021-11-04 13:28:18','','0','4','2021-11-04 13:28:18','','4250','4250','1','retail',NULL,'4250','1','0','0','0','0','0','0','printed',' ','','1','0','41636021350','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2624,'','Cash','','2021-11-04 13:29:16','','0','4','2021-11-04 13:29:16','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' ','','1','0','41636021708','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2625,'','Cash','','2021-11-04 13:30:33','','0','4','2021-11-04 13:30:33','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41636021763','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2626,'','Cash','','2021-11-04 13:31:56','','0','4','2021-11-04 13:31:56','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' ','','1','0','41636021839','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2627,'','Cash','','2021-11-04 16:16:19','','0','4','2021-11-04 16:16:19','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','','1','0','41636031202','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2628,'','Cash','','2021-11-04 16:17:07','','0','4','2021-11-04 16:17:07','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41636031793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2629,'','Cash','','2021-11-04 16:18:05','','0','4','2021-11-04 16:18:05','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41636031840','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2630,'','Cash','','2021-11-04 17:51:15','','0','4','2021-11-04 17:51:15','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41636037381','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2631,'','Cash','','2021-11-04 17:52:52','','0','4','2021-11-04 17:52:52','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41636037500','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2632,'','Cash','','2021-11-05 16:35:20','','0','4','2021-11-05 16:35:20','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' ','','1','0','41636118865','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2633,'','Cash','','2021-11-05 16:36:17','','0','4','2021-11-05 16:36:17','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41636119327','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2634,'','Cash','','2021-11-05 16:37:04','','0','4','2021-11-05 16:37:04','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41636119386','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2635,'','Cash','','2021-11-05 16:38:51','','0','4','2021-11-05 16:38:51','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' </BR>hand.basen\r\nbotamtrap\r\nplertap ','','1','0','41636119430','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2636,'','Cash','','2021-11-05 16:41:09','','0','4','2021-11-05 16:41:09','','2050','2050','1','retail',NULL,'2050','1','0','0','0','0','0','0','printed',' ','','1','0','41636119573','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2637,'','Cash','','2021-11-05 16:45:11','','0','4','2021-11-05 16:45:11','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41636119676','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2638,'','Cash','','2021-11-05 16:48:03','','0','4','2021-11-05 16:48:03','','7050','7050','1','retail',NULL,'7050','1','0','0','0','0','0','0','printed',' ','','1','0','41636119982','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2639,'','Cash','','2021-11-05 16:51:18','','0','4','2021-11-05 16:51:18','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41636120088','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2640,'','Cash','','2021-11-05 16:52:42','','0','4','2021-11-05 16:52:42','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','0','41636120284','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2641,'','Cash','','2021-11-05 17:09:21','','0','4','2021-11-05 17:09:21','','8650','8650','1','retail',NULL,'8650','1','0','0','0','0','0','0','printed',' ','','1','0','41636120368','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2642,'','Cash','','2021-11-05 17:10:11','','0','4','2021-11-05 17:10:11','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41636121369','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2643,'','Cash','','2021-11-05 17:14:55','','0','4','2021-11-05 17:14:55','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41636121440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2644,'','Cash','','2021-11-05 17:16:32','','0','4','2021-11-05 17:16:32','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41636121700','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2645,'','Cash','','2021-11-05 17:17:23','','0','4','2021-11-05 17:17:23','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41636121798','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2646,'','Cash','','2021-11-05 17:28:54','','0','4','2021-11-05 17:28:54','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41636121853','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2647,'','Cash','','2021-11-05 17:29:30','','0','4','2021-11-05 17:29:30','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41636122537','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2648,'','Cash','','2021-11-06 16:52:47','','0','4','2021-11-06 16:52:47','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41636206715','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2649,'','Cash','','2021-11-06 16:53:29','','0','4','2021-11-06 16:53:29','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41636206784','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2650,'','Cash','','2021-11-06 16:54:21','','0','4','2021-11-06 16:54:21','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636206819','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2651,'','Cash','','2021-11-06 16:56:59','','0','4','2021-11-06 16:56:59','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' </BR>botemtrap\r\nfalxtub ','','1','0','41636206939','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2652,'','Cash','','2021-11-06 17:04:43','','0','4','2021-11-06 17:04:43','','10600','10600','1','retail',NULL,'10600','1','0','0','0','0','0','0','printed',' ','','1','0','41636207065','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2653,'','Cash','','2021-11-06 17:08:53','','0','4','2021-11-06 17:08:53','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41636207497','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2654,'','Cash','','2021-11-06 17:10:07','','0','4','2021-11-06 17:10:07','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41636207739','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2655,'','Cash','','2021-11-06 17:13:47','','0','4','2021-11-06 17:13:47','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' ','','1','0','41636207812','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2656,'','Cash','','2021-11-08 17:07:31','','0','4','2021-11-08 17:07:31','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636380382','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2657,'','Cash','','2021-11-08 17:08:55','','0','4','2021-11-08 17:08:55','','1150','1150','1','retail',NULL,'1150','1','0','0','0','0','0','0','printed',' ','','1','0','41636380457','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2658,'','Cash','','2021-11-08 17:11:06','','0','4','2021-11-08 17:11:06','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636380541','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2659,'','Cash','','2021-11-08 17:12:08','','0','4','2021-11-08 17:12:08','','26600','26600','1','retail',NULL,'26600','1','0','0','0','0','0','0','printed',' ','','1','0','41636380670','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2660,'','Cash','','2021-11-08 17:18:16','','0','4','2021-11-08 17:18:16','','4950','4950','1','retail',NULL,'4950','1','0','0','0','0','0','0','printed',' ','','1','0','41636380994','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2661,'','Cash','','2021-11-08 17:20:50','','0','4','2021-11-08 17:20:50','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41636381103','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2662,'','Cash','','2021-11-08 17:23:08','','0','4','2021-11-08 17:23:08','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636381267','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2663,'','Cash','','2021-11-08 17:28:24','','0','4','2021-11-08 17:28:24','','19450','19450','1','retail',NULL,'19450','1','0','0','0','0','0','0','printed',' ','','1','0','41636381399','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2664,'','Cash','','2021-11-08 17:29:35','','0','4','2021-11-08 17:29:35','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41636381718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2665,'','Cash','','2021-11-08 17:33:36','','0','4','2021-11-08 17:33:36','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41636381779','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2666,'','Cash','','2021-11-08 17:35:01','','0','4','2021-11-08 17:35:01','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' ','','1','0','41636382027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2667,'','Cash','','2021-11-08 17:51:21','','0','4','2021-11-08 17:51:21','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41636382280','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2668,'','Cash','','2021-11-08 17:53:06','','0','4','2021-11-08 17:53:06','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' ','','1','0','41636383085','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2669,'','Cash','','2021-11-08 17:54:20','','0','4','2021-11-08 17:54:20','','4250','4250','1','retail',NULL,'4250','1','0','0','0','0','0','0','printed',' ','','1','0','41636383206','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2670,'','Cash','','2021-11-09 15:26:40','','0','4','2021-11-09 15:26:40','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41636460755','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2671,'','Cash','','2021-11-09 15:27:03','','0','4','2021-11-09 15:27:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41636460804','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2672,'','Cash','','2021-11-09 15:27:56','','0','4','2021-11-09 15:27:56','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41636460833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2673,'','Cash','','2021-11-09 15:30:55','','0','4','2021-11-09 15:30:55','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41636460889','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2674,'','Cash','','2021-11-09 15:35:04','','0','4','2021-11-09 15:35:04','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41636461069','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2675,'','Cash','','2021-11-09 15:35:25','','0','4','2021-11-09 15:35:25','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41636461312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2676,'','Cash','','2021-11-09 15:35:58','','0','4','2021-11-09 15:35:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41636461331','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2677,'','Cash','','2021-11-09 15:36:44','','0','4','2021-11-09 15:36:44','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41636461363','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2678,'','Cash','','2021-11-09 15:37:33','','0','4','2021-11-09 15:37:33','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41636461410','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2679,'','Cash','','2021-11-09 15:38:53','','0','4','2021-11-09 15:38:53','','5150','5150','1','retail',NULL,'5150','1','0','0','0','0','0','0','printed',' ','','1','0','41636461459','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2680,'','Cash','','2021-11-09 17:40:00','','0','4','2021-11-09 17:40:00','','10900','10900','1','retail',NULL,'10900','1','0','0','0','0','0','0','printed',' ','','1','0','41636467957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2681,'','Cash','','2021-11-09 17:41:20','','0','4','2021-11-09 17:41:20','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41636468808','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2682,'','Cash','','2021-11-09 17:41:58','','0','4','2021-11-09 17:41:58','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41636468885','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2683,'','Cash','','2021-11-09 17:55:32','','0','4','2021-11-09 17:55:32','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41636469551','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2684,'','Cash','','2021-11-09 18:08:52','','0','4','2021-11-09 18:08:52','','6800','6800','1','retail',NULL,'6800','1','0','0','0','0','0','0','printed',' ','','1','0','41636469736','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2685,'','Cash','','2021-11-09 18:10:17','','0','4','2021-11-09 18:10:17','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41636470537','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2686,'','Cash','','2021-11-10 16:14:07','','0','4','2021-11-10 16:14:07','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41636549855','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2687,'','Cash','','2021-11-10 16:16:22','','0','4','2021-11-10 16:16:22','','5300','5300','1','retail',NULL,'5300','1','0','0','0','0','0','0','printed',' </BR>bontex ','','1','0','41636550052','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2688,'','Cash','','2021-11-10 16:17:26','','0','4','2021-11-10 16:17:26','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41636550203','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2689,'','Cash','','2021-11-10 16:19:26','','0','4','2021-11-10 16:19:26','','9500','9500','1','retail',NULL,'9500','1','0','0','0','0','0','0','printed',' ','','1','0','41636550252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2690,'','Cash','','2021-11-10 16:21:53','','0','4','2021-11-10 16:21:53','','1380','1380','1','retail',NULL,'1380','1','0','0','0','0','0','0','printed',' ','','1','0','41636550370','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2691,'','Cash','','2021-11-10 16:23:46','','0','4','2021-11-10 16:23:46','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41636550517','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2692,'','Cash','','2021-11-10 16:24:31','','0','4','2021-11-10 16:24:31','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41636550636','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2693,'','Cash','','2021-11-10 18:00:06','','0','4','2021-11-10 18:00:06','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41636556365','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2694,'','Cash','','2021-11-10 18:00:34','','0','4','2021-11-10 18:00:34','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41636556417','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2695,'','Cash','','2021-11-10 18:03:01','','0','4','2021-11-10 18:03:01','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41636556440','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2696,'','Cash','','2021-11-11 17:12:21','','0','4','2021-11-11 17:12:21','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41636639825','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2697,'','Cash','','2021-11-11 17:13:43','','0','4','2021-11-11 17:13:43','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41636639947','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2698,'','Cash','','2021-11-11 17:24:10','','0','4','2021-11-11 17:24:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41636640035','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2699,'','Cash','','2021-11-11 17:34:27','','0','4','2021-11-11 17:34:27','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41636640693','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2700,'','Cash','','2021-11-11 17:35:10','','0','4','2021-11-11 17:35:10','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41636641280','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2701,'','Cash','','2021-11-11 17:55:19','','0','4','2021-11-11 17:55:19','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41636641327','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2702,'','Cash','','2021-11-11 17:59:33','','0','4','2021-11-11 17:59:33','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41636642526','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2703,'','Cash','','2021-11-11 18:02:52','','0','4','2021-11-11 18:02:52','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' </BR>streplite ','','1','0','41636642780','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2704,'','Cash','','2021-11-11 18:04:54','','0','4','2021-11-11 18:04:54','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41636643082','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2705,'','Cash','','2021-11-11 18:05:28','','0','4','2021-11-11 18:05:28','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41636643098','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2706,'','Cash','','2021-11-11 18:08:31','','0','4','2021-11-11 18:08:31','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41636643167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2707,'','Cash','','2021-11-11 18:10:11','','0','4','2021-11-11 18:10:11','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41636643317','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2708,'','Cash','','2021-11-11 18:10:57','','0','4','2021-11-11 18:10:57','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','0','41636643415','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2709,'','Cash','','2021-11-12 17:23:11','','0','4','2021-11-12 17:23:11','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','0','41636726793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2710,'','Cash','','2021-11-12 17:24:43','','0','4','2021-11-12 17:24:43','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41636727008','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2711,'','Cash','','2021-11-12 17:25:30','','0','4','2021-11-12 17:25:30','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41636727087','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2712,'','Cash','','2021-11-12 17:26:23','','0','4','2021-11-12 17:26:23','','12100','12100','1','retail',NULL,'12100','1','0','0','0','0','0','0','printed',' ','','1','0','41636727136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2713,'','Cash','','2021-11-12 17:29:01','','0','4','2021-11-12 17:29:01','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','','1','0','41636727189','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2714,'','Cash','','2021-11-12 17:30:27','','0','4','2021-11-12 17:30:27','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41636727361','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2715,'','Cash','','2021-11-12 17:31:14','','0','4','2021-11-12 17:31:14','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41636727436','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2716,'','Cash','','2021-11-12 17:53:13','','0','4','2021-11-12 17:53:13','','21200','21200','1','retail',NULL,'21200','1','0','0','0','0','0','0','printed',' ','','1','0','41636727478','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2717,'','Cash','','2021-11-12 17:54:13','','0','4','2021-11-12 17:54:13','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41636728803','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2718,'','Cash','','2021-11-12 17:56:18','','0','4','2021-11-12 17:56:18','','12200','12200','1','retail',NULL,'12200','1','0','0','0','0','0','0','printed',' ','','1','0','41636728869','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2719,'','Cash','','2021-11-13 10:02:17','','0','4','2021-11-13 10:02:17','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41636786906','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2720,'','Cash','','2021-11-13 10:06:54','','0','4','2021-11-13 10:06:54','','14700','14700','1','retail',NULL,'14700','1','0','0','0','0','0','0','printed',' ','','1','0','41636786940','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2721,'','Cash','','2021-11-13 10:12:32','','0','4','2021-11-13 10:12:32','','7000','7000','1','retail',NULL,'7000','1','0','0','0','0','0','0','printed',' ','','1','0','41636787226','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2722,'','Cash','','2021-11-13 10:33:08','','0','4','2021-11-13 10:33:08','','29000','29000','1','retail',NULL,'29000','1','0','0','0','0','0','0','printed',' ','','1','0','41636787565','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2723,'','Cash','','2021-11-13 10:34:01','','0','4','2021-11-13 10:34:01','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41636788803','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2724,'','Cash','','2021-11-13 16:23:16','','0','4','2021-11-13 16:23:16','','14700','14700','1','retail',NULL,'14700','1','0','0','0','0','0','0','printed',' ','','1','0','41636808046','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2725,'','Cash','','2021-11-13 16:27:02','','0','4','2021-11-13 16:27:02','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41636809830','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2726,'','Cash','','2021-11-13 16:30:33','','0','4','2021-11-13 16:30:33','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41636810044','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2727,'','Cash','','2021-11-13 16:33:41','','0','4','2021-11-13 16:33:41','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41636810241','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2728,'','Cash','','2021-11-13 16:39:18','','0','4','2021-11-13 16:39:18','','13050','13050','1','retail',NULL,'13050','1','0','0','0','0','0','0','printed',' ','','1','0','41636810430','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2729,'','Cash','','2021-11-13 16:51:13','','0','4','2021-11-13 16:40:21','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41636810764','Cleared','4','2021-11-13 16:51:13','','','','','','',0.00,0.00,0,NULL),(2730,'','Cash','','2021-11-13 16:54:24','','0','4','2021-11-13 16:54:24','','805','805','1','retail',NULL,'805','1','0','0','0','0','0','0','printed',' ','','1','0','41636811478','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2731,'','Cash','','2021-11-13 16:55:23','','0','4','2021-11-13 16:55:23','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41636811668','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2732,'','Cash','','2021-11-13 16:56:06','','0','4','2021-11-13 16:56:06','','980','980','1','retail',NULL,'980','1','0','0','0','0','0','0','printed',' ','','1','0','41636811728','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2733,'','Cash','','2021-11-15 15:04:01','','0','4','2021-11-15 15:04:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41636977801','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2734,'','Cash','','2021-11-15 15:04:59','','0','4','2021-11-15 15:04:59','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41636977851','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2735,'','Cash','','2021-11-15 15:08:08','','0','4','2021-11-15 15:08:08','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41636977904','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2736,'','Cash','','2021-11-15 15:11:09','','0','4','2021-11-15 15:11:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41636978093','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2737,'','Cash','','2021-11-15 15:11:49','','0','4','2021-11-15 15:11:49','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','0','41636978275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2738,'','Cash','','2021-11-15 15:12:58','','0','4','2021-11-15 15:12:58','','15400','15400','1','retail',NULL,'15400','1','0','0','0','0','0','0','printed',' ','','1','0','41636978322','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2739,'','Cash','','2021-11-15 15:14:47','','0','4','2021-11-15 15:14:47','','2850','2850','1','retail',NULL,'2850','1','0','0','0','0','0','0','printed',' ','','1','0','41636978404','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2740,'','Cash','','2021-11-15 15:19:41','','0','4','2021-11-15 15:19:41','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636978494','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2741,'','Cash','','2021-11-15 15:20:26','','0','4','2021-11-15 15:20:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','41636978788','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2742,'','Cash','','2021-11-15 15:21:44','','0','4','2021-11-15 15:21:44','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41636978830','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2743,'','Cash','','2021-11-15 15:23:24','','0','4','2021-11-15 15:23:24','','8100','8100','1','retail',NULL,'8100','1','0','0','0','0','0','0','printed',' ','','1','0','41636978908','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2744,'','Cash','','2021-11-15 15:24:05','','0','4','2021-11-15 15:24:05','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41636979009','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2745,'','Cash','','2021-11-15 17:03:05','','0','4','2021-11-15 17:03:05','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41636979055','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2746,'','Cash','','2021-11-15 17:05:46','','0','4','2021-11-15 17:05:46','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41636984992','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2747,'','Cash','','2021-11-15 17:06:17','','0','4','2021-11-15 17:06:17','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41636985156','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2748,'','Cash','','2021-11-15 17:07:06','','0','4','2021-11-15 17:07:06','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41636985182','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2749,'','Cash','','2021-11-15 17:07:59','','0','4','2021-11-15 17:07:59','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41636985234','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2750,'','Cash','','2021-11-15 17:26:56','','0','4','2021-11-15 17:26:56','','4750','4750','1','retail',NULL,'4750','1','0','0','0','0','0','0','printed',' ','','1','0','41636985335','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2751,'','Cash','','2021-11-15 17:28:08','','0','4','2021-11-15 17:28:08','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41636986429','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2752,'','Cash','','2021-11-16 17:40:18','','0','4','2021-11-16 17:40:18','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41637073438','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2753,'','Cash','','2021-11-16 17:42:48','','0','4','2021-11-16 17:42:48','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41637073630','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2754,'','Cash','','2021-11-16 17:45:36','','0','4','2021-11-16 17:45:36','','9950','9950','1','retail',NULL,'9950','1','0','0','0','0','0','0','printed',' ','','1','0','41637073775','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2755,'','Cash','','2021-11-16 17:46:27','','0','4','2021-11-16 17:46:27','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41637073950','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2756,'','Cash','','2021-11-16 17:48:25','','0','4','2021-11-16 17:48:25','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' ','','1','0','41637073992','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2757,'','Cash','','2021-11-16 17:49:06','','0','4','2021-11-16 17:49:06','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41637074110','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2758,'','Cash','','2021-11-16 17:53:29','','0','4','2021-11-16 17:53:29','','21400','21400','1','retail',NULL,'21400','1','0','0','0','0','0','0','printed',' ','','1','0','41637074151','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2759,'','Cash','','2021-11-16 17:57:48','','0','4','2021-11-16 17:57:48','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41637074425','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2760,'','Cash','','2021-11-16 18:14:08','','0','4','2021-11-16 18:14:08','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41637074676','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2761,'','Cash','','2021-11-16 18:16:14','','0','4','2021-11-16 18:16:14','','4100','4100','1','retail',NULL,'4100','1','0','0','0','0','0','0','printed',' ','','1','0','41637075659','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2762,'','Cash','','2021-11-16 18:16:54','','0','4','2021-11-16 18:16:54','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41637075786','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2763,'','Cash','','2021-11-16 18:17:14','','0','4','2021-11-16 18:17:14','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41637075818','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2764,'','Cash','','2021-11-16 18:17:51','','0','4','2021-11-16 18:17:51','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637075841','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2765,'','Cash','','2021-11-16 18:22:40','','0','4','2021-11-16 18:22:40','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41637076037','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2766,'','Cash','','2021-11-16 18:26:33','','0','4','2021-11-16 18:26:33','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','','1','0','41637076167','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2767,'','Cash','','2021-11-16 18:28:40','','0','4','2021-11-16 18:28:40','','7400','7400','1','retail',NULL,'7400','1','0','0','0','0','0','0','printed',' ','','1','0','41637076398','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2768,'','Cash','','2021-11-18 11:20:14','','0','4','2021-11-17 11:20:14','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41637223576','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2769,'','Cash','','2021-11-18 11:27:51','','0','4','2021-11-18 11:27:51','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41637223634','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2770,'','Cash','','2021-11-18 11:34:15','','0','4','2021-11-17 11:34:15','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41637224286','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2771,'','Cash','','2021-11-18 11:39:28','','0','4','2021-11-17 11:39:28','','3550','3550','1','retail',NULL,'3550','1','0','0','0','0','0','0','printed',' ','','1','0','41637224471','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2772,'','Cash','','2021-11-18 11:42:22','','0','4','2021-11-17 11:42:22','','11750','11750','1','retail',NULL,'11750','1','0','0','0','0','0','0','printed',' ','','1','0','41637224792','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2773,'','Cash','','2021-11-18 11:47:40','','0','4','2021-11-17 11:47:40','','17000','17000','1','retail',NULL,'17000','1','0','0','0','0','0','0','printed',' ','','1','0','41637224971','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2774,'','Cash','','2021-11-18 12:00:50','','0','4','2021-11-17 12:00:50','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41637225275','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2775,'','Cash','','2021-11-18 12:06:04','','0','4','2021-11-17 12:06:04','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','','1','0','41637226072','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2776,'','Cash','','2021-11-18 12:18:53','','0','4','2021-11-17 12:18:53','','25375','25375','1','retail',NULL,'25375','1','0','0','0','0','0','0','printed',' ','','1','0','41637226375','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2777,'','Cash','','2021-11-18 12:23:54','','0','4','2021-11-17 12:23:54','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41637227147','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2778,'','Cash','','2021-11-18 12:24:49','','0','4','2021-11-17 12:24:49','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41637227447','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2779,'','Cash','','2021-11-18 12:29:56','','0','4','2021-11-18 12:29:56','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41637227606','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2780,'','Cash','','2021-11-18 12:32:24','','0','4','2021-11-18 12:32:24','','4300','4300','1','retail',NULL,'4300','1','0','0','0','0','0','0','printed',' ','','1','0','41637227805','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2781,'','Cash','','2021-11-18 12:33:17','','0','4','2021-11-18 12:33:17','','22000','22000','1','retail',NULL,'22000','1','0','0','0','0','0','0','printed',' ','','1','0','41637227959','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2782,'','Cash','','2021-11-18 12:33:47','','0','4','2021-11-18 12:33:47','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' </BR>BONTEX ','','1','0','41637228006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2783,'','Cash','','2021-11-18 13:10:58','','0','4','2021-11-18 13:10:58','','10000','10000','1','retail',NULL,'10000','1','0','0','0','0','0','0','printed',' ','','1','0','41637230141','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2784,'','Cash','','2021-11-18 13:13:02','','0','4','2021-11-18 13:13:02','','4700','4700','1','retail',NULL,'4700','1','0','0','0','0','0','0','printed',' </BR>TACKNAIELS ','','1','0','41637230313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2785,'','Cash','','2021-11-18 13:14:41','','0','4','2021-11-18 13:14:41','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41637230418','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2786,'','Cash','','2021-11-18 13:15:26','','0','4','2021-11-18 13:15:26','','9100','9100','1','retail',NULL,'9100','1','0','0','0','0','0','0','printed',' ','','1','0','41637230485','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2787,'','Cash','','2021-11-18 16:26:21','','0','4','2021-11-18 16:26:21','','3050','3050','1','retail',NULL,'3050','1','0','0','0','0','0','0','printed',' ','','1','0','41637241887','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2788,'','Cash','','2021-11-18 16:33:45','','0','4','2021-11-18 16:33:46','','11500','11500','1','retail',NULL,'11500','1','0','0','0','0','0','0','printed',' ','','1','0','41637241991','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2789,'','Cash','','2021-11-18 16:37:57','','0','4','2021-11-18 16:37:57','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41637242462','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2790,'','Cash','','2021-11-18 16:40:37','','0','4','2021-11-18 16:40:37','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41637242684','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2791,'','Cash','','2021-11-18 17:32:58','','0','4','2021-11-18 17:32:58','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41637245941','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2792,'','Cash','','2021-11-18 17:34:33','','0','4','2021-11-18 17:34:33','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41637245982','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2793,'','Cash','','2021-11-19 16:08:32','','0','4','2021-11-19 16:08:32','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41637327270','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2794,'','Cash','','2021-11-19 16:16:51','','0','4','2021-11-19 16:16:51','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41637327319','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2795,'','Cash','','2021-11-19 16:17:39','','0','4','2021-11-19 16:17:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41637327823','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2796,'','Cash','','2021-11-19 16:21:48','','0','4','2021-11-19 16:21:48','','21800','21800','1','retail',NULL,'21800','1','0','0','0','0','0','0','printed',' ','','1','0','41637327876','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2797,'','Cash','','2021-11-19 16:26:04','','0','4','2021-11-19 16:26:04','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41637328118','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2798,'','Cash','','2021-11-19 16:38:52','','0','4','2021-11-19 16:38:52','','9800','9800','1','retail',NULL,'9800','1','0','0','0','0','0','0','printed',' ','','1','0','41637328377','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2799,'','Cash','','2021-11-19 16:40:57','','0','4','2021-11-19 16:40:57','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41637329141','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2800,'','Cash','','2021-11-19 16:42:53','','0','4','2021-11-19 16:42:53','','20400','20400','1','retail',NULL,'20400','1','0','0','0','0','0','0','printed',' ','','1','0','41637329270','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2801,'','Cash','','2021-11-19 16:45:04','','0','4','2021-11-19 16:45:05','','19100','19100','1','retail',NULL,'19100','1','0','0','0','0','0','0','printed',' ','','1','0','41637329381','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2802,'','Cash','','2021-11-19 16:45:50','','0','4','2021-11-19 16:45:50','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637329509','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2803,'','Cash','','2021-11-19 17:52:15','','0','4','2021-11-19 17:52:15','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41637329707','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2804,'','Cash','','2021-11-20 16:25:28','','0','4','2021-11-20 16:25:28','','31650','31650','1','retail',NULL,'31650','1','0','0','0','0','0','0','printed',' </BR>stelnails ','','1','0','41637413951','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2805,'','Cash','','2021-11-20 16:27:16','','0','4','2021-11-20 16:27:16','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41637414750','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2806,'','Cash','','2021-11-20 16:45:55','','0','4','2021-11-20 16:45:55','','15150','15150','1','retail',NULL,'15150','1','0','0','0','0','0','0','printed',' ','','1','0','41637414849','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2807,'','Cash','','2021-11-20 16:56:04','','0','4','2021-11-20 16:56:04','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41637416364','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2808,'','Cash','','2021-11-20 17:03:40','','0','4','2021-11-20 17:03:40','','9700','9700','1','retail',NULL,'9700','1','0','0','0','0','0','0','printed',' ','','1','0','41637416610','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2809,'','Cash','','2021-11-20 17:05:40','','0','4','2021-11-20 17:05:40','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41637417034','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2810,'','Cash','','2021-11-20 17:08:12','','0','4','2021-11-20 17:08:12','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637417256','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2811,'','Cash','','2021-11-20 17:09:39','','0','4','2021-11-20 17:09:39','','13510','13510','1','retail',NULL,'13510','1','0','0','0','0','0','0','printed',' ','','1','0','41637417312','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2812,'','Cash','','2021-11-20 17:12:11','','0','4','2021-11-20 17:12:11','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637417449','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2813,'','Cash','','2021-11-22 17:06:22','','0','4','2021-11-22 17:06:22','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','','1','0','41637589819','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2814,'','Cash','','2021-11-22 17:07:39','','0','4','2021-11-22 17:07:39','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41637589987','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2815,'','Cash','','2021-11-22 17:33:39','','0','4','2021-11-22 17:33:39','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41637590068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2816,'','Cash','','2021-11-22 17:36:28','','0','4','2021-11-22 17:36:28','','6200','6200','1','retail',NULL,'6200','1','0','0','0','0','0','0','printed',' ','','1','0','41637591624','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2817,'','Cash','','2021-11-22 17:38:53','','0','4','2021-11-22 17:38:53','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41637591793','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2818,'','Cash','','2021-11-22 17:41:36','','0','4','2021-11-22 17:41:36','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41637592047','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2819,'','Cash','','2021-11-22 17:42:53','','0','4','2021-11-22 17:42:53','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41637592104','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2820,'','Cash','','2021-11-22 17:45:25','','0','4','2021-11-22 17:45:25','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41637592191','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2821,'','Cash','','2021-11-22 17:49:04','','0','4','2021-11-22 17:49:04','','7200','7200','1','retail',NULL,'7200','1','0','0','0','0','0','0','printed',' ','','1','0','41637592366','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2822,'','Cash','','2021-11-22 17:52:47','','0','4','2021-11-22 17:52:47','','5750','5750','1','retail',NULL,'5750','1','0','0','0','0','0','0','printed',' </BR>p.box ','','1','0','41637592672','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2823,'','Cash','','2021-11-23 16:05:44','','0','4','2021-11-23 16:05:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41637672713','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2824,'','Cash','','2021-11-23 16:06:52','','0','4','2021-11-23 16:06:52','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','0','41637672767','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2825,'','Cash','','2021-11-23 16:09:37','','0','4','2021-11-23 16:09:37','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41637672822','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2826,'','Cash','','2021-11-23 16:22:59','','0','4','2021-11-23 16:22:59','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' </BR>grin.welrarow.2pcs ','','1','0','41637672986','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2827,'','Cash','','2021-11-23 16:36:33','','0','4','2021-11-23 16:36:33','','26000','26000','1','retail',NULL,'26000','1','0','0','0','0','0','0','printed',' ','','1','0','41637673905','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2828,'','Cash','','2021-11-23 16:40:40','','0','4','2021-11-23 16:40:40','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41637674773','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2829,'','Cash','','2021-11-23 16:41:28','','0','4','2021-11-23 16:41:28','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' </BR>glue ','','1','0','41637674844','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2830,'','Cash','','2021-11-24 16:23:25','','0','4','2021-11-24 16:23:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41637760168','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2831,'','Cash','','2021-11-24 16:24:50','','0','4','2021-11-24 16:24:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41637760249','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2832,'','Cash','','2021-11-24 16:28:06','','0','4','2021-11-24 16:28:06','','4450','4450','1','retail',NULL,'4450','1','0','0','0','0','0','0','printed',' ','','1','0','41637760296','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2833,'','Cash','','2021-11-24 16:32:17','','0','4','2021-11-24 16:32:17','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41637760495','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2834,'','Cash','','2021-11-24 16:33:21','','0','4','2021-11-24 16:33:21','','4000','4000','1','retail',NULL,'4000','1','0','0','0','0','0','0','printed',' </BR>silk ','','1','0','41637760757','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2835,'','Cash','','2021-11-24 16:36:09','','0','4','2021-11-24 16:36:09','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41637760821','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2836,'','Cash','','2021-11-24 17:37:07','','0','4','2021-11-24 17:37:07','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41637761007','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2837,'','Cash','','2021-11-25 16:45:57','','0','4','2021-11-25 16:45:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41637847879','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2838,'','Cash','','2021-11-25 16:55:14','','0','4','2021-11-25 16:55:14','','3900','3900','1','retail',NULL,'3900','1','0','0','0','0','0','0','printed',' ','','1','0','41637847962','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2839,'','Cash','','2021-11-25 17:01:27','','0','4','2021-11-25 17:01:27','','5950','5950','1','retail',NULL,'5950','1','0','0','0','0','0','0','printed',' </BR>putty ','','1','0','41637848524','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2840,'','Cash','','2021-11-25 17:03:49','','0','4','2021-11-25 17:03:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' </BR>w.rod ','','1','0','41637848939','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2841,'','Cash','','2021-11-25 17:05:02','','0','4','2021-11-25 17:05:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41637849047','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2842,'','Cash','','2021-11-25 17:06:48','','0','4','2021-11-25 17:06:48','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41637849128','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2843,'','Cash','','2021-11-25 17:09:31','','0','4','2021-11-25 17:09:31','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','0','41637849246','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2844,'','Cash','','2021-11-26 15:41:49','','0','4','2021-11-26 15:41:49','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41637930366','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2845,'','Cash','','2021-11-26 15:42:29','','0','4','2021-11-26 15:42:29','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637930518','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2846,'','Cash','','2021-11-26 15:43:17','','0','4','2021-11-26 15:43:17','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41637930553','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2847,'','Cash','','2021-11-26 15:59:09','','0','4','2021-11-26 15:59:09','','44200','44200','1','retail',NULL,'44200','1','0','0','0','0','0','0','printed',' ','','1','0','41637930601','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2848,'','Cash','','2021-11-26 16:00:01','','0','4','2021-11-26 16:00:01','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41637931557','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2849,'','Cash','','2021-11-26 16:01:21','','0','4','2021-11-26 16:01:21','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' ','','1','0','41637931614','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2850,'','Cash','','2021-11-26 16:04:09','','0','4','2021-11-26 16:04:09','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41637931687','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2851,'','Cash','','2021-11-26 16:09:15','','0','4','2021-11-26 16:09:15','','24850','24850','1','retail',NULL,'24850','1','0','0','0','0','0','0','printed',' ','','1','0','41637931857','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2852,'','Cash','','2021-11-26 16:10:48','','0','4','2021-11-26 16:10:48','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41637932163','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2853,'','Cash','','2021-11-26 16:11:48','','0','4','2021-11-26 16:11:48','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','','1','0','41637932258','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2854,'','Cash','','2021-11-27 16:01:08','','0','4','2021-11-27 16:01:08','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' </BR>2.5 ','','1','0','41638018006','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2855,'','Cash','','2021-11-27 16:03:40','','0','4','2021-11-27 16:03:40','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' </BR>bontex ','','1','0','41638018076','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2856,'','Cash','','2021-11-27 16:07:53','','0','4','2021-11-27 16:07:53','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41638018238','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2857,'','Cash','','2021-11-27 16:09:21','','0','4','2021-11-27 16:09:21','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' </BR>karpet ','','1','0','41638018484','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2858,'','Cash','','2021-11-27 16:15:37','','0','4','2021-11-27 16:15:37','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41638018584','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2859,'','Cash','','2021-11-27 16:18:07','','0','4','2021-11-27 16:18:07','','6300','6300','1','retail',NULL,'6300','1','0','0','0','0','0','0','printed',' ','','1','0','41638018954','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2860,'','Cash','','2021-11-27 16:20:03','','0','4','2021-11-27 16:20:03','','9900','9900','1','retail',NULL,'9900','1','0','0','0','0','0','0','printed',' </BR>wilbaro.3 ','','1','0','41638019101','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2861,'','Cash','','2021-11-27 16:23:17','','0','4','2021-11-27 16:23:17','','3650','3650','1','retail',NULL,'3650','1','0','0','0','0','0','0','printed',' ','','1','0','41638019240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2862,'','Cash','','2021-11-27 17:40:34','','0','4','2021-11-27 17:40:34','','3905','3905','1','retail',NULL,'3905','1','0','0','0','0','0','0','printed',' ','','1','0','41638019405','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2863,'','Cash','','2021-11-27 17:41:00','','0','4','2021-11-27 17:41:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41638024041','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2864,'','Cash','','2021-11-29 16:43:19','','0','4','2021-11-29 16:43:19','','4600','4600','1','retail',NULL,'4600','1','0','0','0','0','0','0','printed',' ','','1','0','41638193238','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2865,'','Cash','','2021-11-29 16:45:40','','0','4','2021-11-29 16:45:40','','3250','3250','1','retail',NULL,'3250','1','0','0','0','0','0','0','printed',' ','','1','0','41638193417','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2866,'','Cash','','2021-11-29 16:46:46','','0','4','2021-11-29 16:46:46','','9300','9300','1','retail',NULL,'9300','1','0','0','0','0','0','0','printed',' ','','1','0','41638193548','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2867,'','Cash','','2021-11-29 16:48:00','','0','4','2021-11-29 16:48:00','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41638193626','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2868,'','Cash','','2021-11-29 16:52:00','','0','4','2021-11-29 16:52:00','','12310','12310','1','retail',NULL,'12310','1','0','0','0','0','0','0','printed',' ','','1','0','41638193693','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2869,'','Cash','','2021-11-29 16:52:44','','0','4','2021-11-29 16:52:44','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41638193930','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2870,'','Cash','','2021-11-29 16:54:22','','0','4','2021-11-29 16:54:22','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41638193981','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2871,'','Cash','','2021-11-29 16:56:08','','0','4','2021-11-29 16:56:08','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41638194084','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2872,'','Cash','','2021-11-29 16:58:36','','0','4','2021-11-29 16:58:36','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41638194176','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2873,'','Cash','','2021-11-29 17:02:19','','0','4','2021-11-29 17:02:19','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' </BR>6micleyr ','','1','0','41638194331','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2874,'','Cash','','2021-11-29 17:07:25','','0','4','2021-11-29 17:07:25','','13800','13800','1','retail',NULL,'13800','1','0','0','0','0','0','0','printed',' ','','1','0','41638194609','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2875,'','Cash','','2021-11-29 17:08:53','','0','4','2021-11-29 17:08:53','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41638194877','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2876,'','Cash','','2021-11-29 18:06:18','','0','4','2021-11-29 18:06:18','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41638198349','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2877,'','Cash','','2021-11-29 18:07:37','','0','4','2021-11-29 18:07:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41638198381','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2878,'','Cash','','2021-11-29 18:16:08','','0','4','2021-11-29 18:16:08','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41638198929','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2879,'','Cash','','2021-11-29 18:17:40','','0','4','2021-11-29 18:17:40','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41638198975','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2880,'','Cash','','2021-11-30 09:28:47','','0','4','2021-11-30 09:28:47','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41638253666','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2881,'','Cash','','2021-11-30 18:16:31','','0','4','2021-11-30 18:16:31','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41638285375','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2882,'','Cash','','2021-11-30 18:23:33','','0','4','2021-11-30 18:23:33','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41638285715','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2883,'','Cash','','2021-11-30 18:24:53','','0','4','2021-11-30 18:24:53','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41638285838','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2884,'','Cash','','2021-11-30 18:26:05','','0','4','2021-11-30 18:26:05','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41638285937','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2885,'','Cash','','2021-11-30 18:29:44','','0','4','2021-11-30 18:29:44','','12500','12500','1','retail',NULL,'12500','1','0','0','0','0','0','0','printed',' ','','1','0','41638286135','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2886,'','Cash','','2021-11-30 18:30:50','','0','4','2021-11-30 18:30:50','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41638286191','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2887,'','Cash','','2021-11-30 18:33:36','','0','4','2021-11-30 18:33:36','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41638286254','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2888,'','Cash','','2021-11-30 18:35:42','','0','4','2021-11-30 18:35:42','','7840','7840','1','retail',NULL,'7840','1','0','0','0','0','0','0','printed',' ','','1','0','41638286435','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2889,'','Cash','','2021-11-30 18:37:25','','0','4','2021-11-30 18:37:25','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41638286615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2890,'','Cash','','2021-11-30 18:38:18','','0','4','2021-11-30 18:38:18','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41638286652','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2891,'','Cash','','2021-11-30 18:39:13','','0','4','2021-11-30 18:39:13','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41638286715','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2892,'','Cash','','2021-11-30 18:40:46','','0','4','2021-11-30 18:40:46','','5800','5800','1','retail',NULL,'5800','1','0','0','0','0','0','0','printed',' ','','1','0','41638286766','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2893,'','Cash','','2021-11-30 18:46:23','','0','4','2021-11-30 18:46:23','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41638286859','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2894,'','Cash','','2021-12-01 16:19:08','','0','4','2021-12-01 16:19:08','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' </BR>pantbursh ','','1','0','41638363493','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2895,'','Cash','','2021-12-01 17:40:40','','0','4','2021-12-01 17:40:40','','3300','3300','1','retail',NULL,'3300','1','0','0','0','0','0','0','printed',' ','','1','0','41638364779','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2896,'','Cash','','2021-12-01 17:43:17','','0','4','2021-12-01 17:43:17','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41638369749','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2897,'','Cash','','2021-12-01 17:48:55','','0','4','2021-12-01 17:48:55','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41638369821','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2898,'','Cash','','2021-12-01 17:52:51','','0','4','2021-12-01 17:52:51','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41638370213','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2899,'','Cash','','2021-12-02 13:06:35','','0','4','2021-12-01 13:06:35','','8250','8250','1','retail',NULL,'8250','1','0','0','0','0','0','0','printed',' ','','1','0','41638370394','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2900,'','Cash','','2021-12-02 13:37:17','','0','4','2021-12-01 13:37:17','','10040','10040','1','retail',NULL,'10040','1','0','0','0','0','0','0','printed',' ','','1','0','41638439610','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2901,'','Cash','','2021-12-02 13:53:10','','0','4','2021-12-01 13:53:10','','20000','20000','1','retail',NULL,'20000','1','0','0','0','0','0','0','printed',' </BR>pvc.gatarsh.8pcs\r\n24pcs.holder\r\ncorner\r\ndrop ','','1','0','41638441459','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2902,'','Cash','','2021-12-02 14:26:03','','0','4','2021-12-01 14:26:03','','18700','18700','1','retail',NULL,'18700','1','0','0','0','0','0','0','printed',' ','','1','0','41638442476','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2903,'','Cash','','2021-12-02 14:27:58','','0','4','2021-12-02 14:27:58','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41638444384','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2904,'','Cash','','2021-12-02 14:29:03','','0','4','2021-12-01 14:29:03','','5350','5350','1','retail',NULL,'5350','1','0','0','0','0','0','0','printed',' ','','1','0','41638444486','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2905,'','Cash','','2021-12-02 14:40:05','','0','4','2021-12-01 14:40:05','','849','849','1','retail',NULL,'849','1','0','0','0','0','0','0','printed',' ','','1','0','41638444551','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2906,'','Cash','','2021-12-02 14:47:49','','0','4','2021-12-01 14:47:49','','9300','9300','1','retail',NULL,'9300','1','0','0','0','0','0','0','printed',' ','','1','0','41638445222','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2907,'','Cash','','2021-12-02 14:56:27','','0','4','2021-12-01 14:56:27','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41638445901','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2908,'','Cash','','2021-12-02 15:03:52','','0','4','2021-12-01 15:03:52','','8850','8850','1','retail',NULL,'8850','1','0','0','0','0','0','0','printed',' ','','1','0','41638446199','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2909,'','Cash','','2021-12-02 15:06:19','','0','4','2021-12-01 15:06:19','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41638446754','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2910,'','Cash','','2021-12-02 15:08:03','','0','4','2021-12-01 15:08:03','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41638446786','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2911,'','Cash','','2021-12-02 15:09:00','','0','4','2021-12-01 15:09:00','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>gloos ','','1','0','41638446909','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2912,'','Cash','','2021-12-02 15:10:10','','0','4','2021-12-01 15:10:10','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41638446960','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2913,'','Cash','','2021-12-02 15:10:40','','0','4','2021-12-01 15:10:40','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','0','41638447018','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2914,'','Cash','','2021-12-02 15:58:42','','0','4','2021-12-02 15:58:42','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' </BR>1.5.t.cable\r\n30w.lite ','','1','0','41638447229','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2915,'','Cash','','2021-12-02 16:02:00','','0','4','2021-12-02 16:02:00','','4200','4200','1','retail',NULL,'4200','1','0','0','0','0','0','0','printed',' ','','1','0','41638449989','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2916,'','Cash','','2021-12-02 16:02:31','','0','4','2021-12-02 16:02:31','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41638450136','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2917,'','Cash','','2021-12-02 16:03:01','','0','4','2021-12-02 16:03:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41638450155','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2918,'','Cash','','2021-12-02 16:03:35','','0','4','2021-12-02 16:03:35','','2750','2750','1','retail',NULL,'2750','1','0','0','0','0','0','0','printed',' ','','1','0','41638450185','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2919,'','Cash','','2021-12-02 16:04:49','','0','4','2021-12-02 16:04:49','','16300','16300','1','retail',NULL,'16300','1','0','0','0','0','0','0','printed',' ','','1','0','41638450219','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2920,'','Cash','','2021-12-02 16:06:05','','0','4','2021-12-02 16:06:05','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41638450306','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2921,'','Cash','','2021-12-02 16:06:56','','0','4','2021-12-02 16:06:56','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41638450368','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2922,'','Cash','','2021-12-02 16:08:07','','0','4','2021-12-02 16:08:07','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41638450428','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2923,'','Cash','','2021-12-02 16:08:47','','0','4','2021-12-02 16:08:47','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41638450491','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2924,'','Cash','','2021-12-02 16:10:31','','0','4','2021-12-02 16:10:31','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41638450542','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2925,'','Cash','','2021-12-02 16:11:47','','0','4','2021-12-02 16:11:47','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','0','41638450642','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2926,'','Cash','','2021-12-02 16:41:36','','0','4','2021-12-02 16:41:36','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41638452325','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2927,'','Cash','','2021-12-02 16:43:07','','0','4','2021-12-02 16:43:07','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41638452505','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2928,'','Cash','','2021-12-02 17:49:19','','0','4','2021-12-02 17:49:19','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' </BR>willbiro ','','1','0','41638456350','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2929,'','Cash','','2021-12-02 17:59:03','','0','4','2021-12-02 17:59:03','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41638456957','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2930,'','Cash','','2021-12-03 15:47:28','','0','4','2021-12-03 15:47:28','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41638534193','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2931,'','Cash','','2021-12-03 15:48:17','','0','4','2021-12-03 15:48:17','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41638535661','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2932,'','Cash','','2021-12-03 15:49:34','','0','4','2021-12-03 15:49:34','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>trenkig ','','1','0','41638535718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2933,'','Cash','','2021-12-03 16:03:36','','0','4','2021-12-03 16:03:36','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41638535796','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2934,'','Cash','','2021-12-03 16:05:30','','0','4','2021-12-03 16:05:30','','5650','5650','1','retail',NULL,'5650','1','0','0','0','0','0','0','printed',' ','','1','0','41638536621','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2935,'','Cash','','2021-12-03 16:13:47','','0','4','2021-12-03 16:13:47','','7150','7150','1','retail',NULL,'7150','1','0','0','0','0','0','0','printed',' ','','1','0','41638536750','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2936,'','Cash','','2021-12-03 16:14:33','','0','4','2021-12-03 16:14:33','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41638537240','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2937,'','Cash','','2021-12-03 16:20:30','','0','4','2021-12-03 16:20:30','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' </BR>stelnails ','','1','0','41638537578','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2938,'','Cash','','2021-12-03 16:25:17','','0','4','2021-12-03 16:25:17','','6140','6140','1','retail',NULL,'6140','1','0','0','0','0','0','0','printed',' </BR>c.disk\r\n1/2.w.rood ','','1','0','41638537655','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2939,'','Cash','','2021-12-03 16:27:06','','0','4','2021-12-03 16:27:06','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41638537956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2940,'','Cash','','2021-12-03 16:37:08','','0','4','2021-12-03 16:37:08','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' </BR>bontex ','',NULL,'0','41638538033','Cleared','4','2021-12-03 16:37:08','','','','','','',0.00,0.00,0,NULL),(2941,'','Cash','','2021-12-03 16:38:56','','0','4','2021-12-03 16:38:56','','12000','12000','1','retail',NULL,'12000','1','0','0','0','0','0','0','printed',' ','','1','0','41638538670','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2942,'','Cash','','2021-12-04 14:52:36','','0','4','2021-12-04 14:52:36','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' </BR>1pkt.tacknails ','','1','0','41638618626','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2943,'','Cash','','2021-12-04 14:54:24','','0','4','2021-12-04 14:54:24','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41638618814','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2944,'','Cash','','2021-12-04 14:55:06','','0','4','2021-12-04 14:55:06','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','0','41638618874','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2945,'','Cash','','2021-12-04 14:55:52','','0','4','2021-12-04 14:55:52','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' </BR>europlus.1pcs ','','1','0','41638618915','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2946,'','Cash','','2021-12-04 14:59:20','','0','4','2021-12-04 14:59:20','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41638618997','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2947,'','Cash','','2021-12-04 15:00:07','','0','4','2021-12-04 15:00:07','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41638619164','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2948,'','Cash','','2021-12-04 15:02:52','','0','4','2021-12-04 15:02:52','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41638619212','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2949,'','Cash','','2021-12-04 15:15:32','','0','4','2021-12-04 15:15:32','','14750','14750','1','retail',NULL,'14750','1','0','0','0','0','0','0','printed',' ','','1','0','41638619383','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2950,'','Cash','','2021-12-04 17:33:29','','0','4','2021-12-04 17:33:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41638628252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2951,'','Cash','','2021-12-04 17:34:11','','0','4','2021-12-04 17:34:11','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41638628413','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2952,'','Cash','','2021-12-04 17:35:02','','0','4','2021-12-04 17:35:02','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>bite ','','1','0','41638628474','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2953,'','Cash','','2021-12-04 17:38:05','','0','4','2021-12-04 17:38:05','','10500','10500','1','retail',NULL,'10500','1','0','0','0','0','0','0','printed',' ','','1','0','41638628519','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2954,'','Cash','','2021-12-04 17:38:48','','0','4','2021-12-04 17:38:48','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41638628689','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2955,'','Cash','','2021-12-04 17:53:05','','0','4','2021-12-04 17:53:05','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41638628815','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2956,'','Cash','','2021-12-06 18:06:16','','0','4','2021-12-06 18:06:16','','7375','7375','1','retail',NULL,'7375','1','0','0','0','0','0','0','printed',' ','','1','0','41638802655','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2957,'','Cash','','2021-12-06 18:07:05','','0','4','2021-12-06 18:07:05','','6400','6400','1','retail',NULL,'6400','1','0','0','0','0','0','0','printed',' ','','1','0','41638803189','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2958,'','Cash','','2021-12-06 18:09:26','','0','4','2021-12-06 18:09:26','','1600','1600','1','retail',NULL,'1600','1','0','0','0','0','0','0','printed',' ','','1','0','41638803328','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2959,'','Cash','','2021-12-06 18:21:46','','0','4','2021-12-06 18:21:46','','1345','1345','1','retail',NULL,'1345','1','0','0','0','0','0','0','printed',' ','','1','0','41638803371','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2960,'','Cash','','2021-12-06 18:24:49','','0','4','2021-12-06 18:24:49','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41638804196','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2961,'','Cash','','2021-12-06 18:31:15','','0','4','2021-12-06 18:31:15','','10700','10700','1','retail',NULL,'10700','1','0','0','0','0','0','0','printed',' ','','1','0','41638804293','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2962,'','Cash','','2021-12-06 18:33:52','','0','4','2021-12-06 18:33:52','','3010','3010','1','retail',NULL,'3010','1','0','0','0','0','0','0','printed',' ','','1','0','41638804706','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2963,'','Cash','','2021-12-06 18:34:06','','0','4','2021-12-06 18:34:06','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41638804835','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2964,'','Cash','','2021-12-06 18:35:08','','0','4','2021-12-06 18:35:08','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41638804852','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2965,'','Cash','','2021-12-07 17:19:22','','0','4','2021-12-07 17:19:22','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41638886572','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2966,'','Cash','','2021-12-07 17:19:48','','0','4','2021-12-07 17:19:48','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41638886775','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2967,'','Cash','','2021-12-07 17:20:34','','0','4','2021-12-07 17:20:34','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41638886797','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2968,'','Cash','','2021-12-07 17:21:41','','0','4','2021-12-07 17:21:41','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41638886841','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2969,'','Cash','','2021-12-07 17:23:38','','0','4','2021-12-07 17:23:38','','3400','3400','1','retail',NULL,'3400','1','0','0','0','0','0','0','printed',' ','','1','0','41638886908','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2970,'','Cash','','2021-12-07 17:24:33','','0','4','2021-12-07 17:24:33','','1750','1750','1','retail',NULL,'1750','1','0','0','0','0','0','0','printed',' </BR>clear.poltin.7.miter ','','1','0','41638887027','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2971,'','Cash','','2021-12-07 17:28:40','','0','4','2021-12-07 17:28:40','','11200','11200','1','retail',NULL,'11200','1','0','0','0','0','0','0','printed',' ','','1','0','41638887175','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2972,'','Cash','','2021-12-07 17:31:26','','0','4','2021-12-07 17:31:26','','18999','18999','1','retail',NULL,'18999','1','0','0','0','0','0','0','printed',' ','','1','0','41638887323','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2973,'','Cash','','2021-12-07 17:34:25','','0','4','2021-12-07 17:34:25','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','0','41638887497','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2974,'','Cash','','2021-12-07 17:35:04','','0','4','2021-12-07 17:35:04','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41638887674','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2975,'','Cash','','2021-12-07 17:38:26','','0','4','2021-12-07 17:38:26','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','0','41638887847','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2976,'','Cash','','2021-12-07 17:40:42','','0','4','2021-12-07 17:40:42','','13300','13300','1','retail',NULL,'13300','1','0','0','0','0','0','0','printed',' ','','1','0','41638887911','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2977,'','Cash','','2021-12-07 17:41:36','','0','4','2021-12-07 17:41:36','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41638888056','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2978,'','Cash','','2021-12-07 17:42:13','','0','4','2021-12-07 17:42:13','','26000','26000','1','retail',NULL,'26000','1','0','0','0','0','0','0','printed',' ','','1','0','41638888101','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2979,'','Cash','','2021-12-07 17:43:23','','0','4','2021-12-07 17:43:23','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','0','41638888143','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2980,'','Cash','','2021-12-07 17:45:02','','0','4','2021-12-07 17:45:02','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41638888209','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2981,'','Cash','','2021-12-08 16:13:47','','0','4','2021-12-08 16:13:47','','7550','7550','1','retail',NULL,'7550','1','0','0','0','0','0','0','printed',' ','','1','0','41638969012','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2982,'','Cash','','2021-12-08 16:14:51','','0','4','2021-12-08 16:14:51','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' </BR>2.miter.gushwire ','','1','0','41638969238','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2983,'','Cash','','2021-12-08 16:17:30','','0','4','2021-12-08 16:17:30','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','0','41638969311','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2984,'','Cash','','2021-12-08 16:18:24','','0','4','2021-12-08 16:18:24','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','','1','0','41638969458','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2985,'','Cash','','2021-12-08 16:19:09','','0','4','2021-12-08 16:19:09','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41638969509','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2986,'','Cash','','2021-12-08 16:21:46','','0','4','2021-12-08 16:21:46','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41638969559','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2987,'','Cash','','2021-12-08 16:22:30','','0','4','2021-12-08 16:22:30','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41638969713','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2988,'','Cash','','2021-12-08 16:34:04','','0','4','2021-12-08 16:34:04','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41638969754','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2989,'','Cash','','2021-12-08 16:35:23','','0','4','2021-12-08 16:35:23','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41638970450','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2990,'','Cash','','2021-12-08 16:37:59','','0','4','2021-12-08 16:37:59','','10400','10400','1','retail',NULL,'10400','1','0','0','0','0','0','0','printed',' ','','1','0','41638970564','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2991,'','Cash','','2021-12-08 17:29:24','','0','4','2021-12-08 17:29:24','','248','248','1','retail',NULL,'248','1','0','0','0','0','0','0','printed',' ','','1','0','41638973704','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2992,'','Cash','','2021-12-08 17:31:50','','0','4','2021-12-08 17:31:50','','15200','15200','1','retail',NULL,'15200','1','0','0','0','0','0','0','printed',' ','','1','0','41638973772','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2993,'','Cash','','2021-12-08 17:53:37','','0','4','2021-12-08 17:53:37','','3150','3150','1','retail',NULL,'3150','1','0','0','0','0','0','0','printed',' ','','1','0','41638975122','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2994,'','Cash','','2021-12-10 09:06:28','','0','4','2021-12-09 09:06:28','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41639116294','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2995,'','Cash','','2021-12-10 09:07:10','','0','4','2021-12-09 09:07:10','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' </BR>lundo ','','1','0','41639116409','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2996,'','Cash','','2021-12-10 09:09:05','','0','4','2021-12-09 09:09:05','','345','345','1','retail',NULL,'345','1','0','0','0','0','0','0','printed',' </BR>lundo ','','1','0','41639116503','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2997,'','Cash','','2021-12-10 09:10:50','','0','4','2021-12-09 09:10:50','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41639116571','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2998,'','Cash','','2021-12-10 09:16:08','','0','4','2021-12-09 09:16:08','','2150','2150','1','retail',NULL,'2150','1','0','0','0','0','0','0','printed',' ','','1','0','41639116699','Cleared','','','','','','','','',0.00,0.00,0,NULL),(2999,'','Cash','','2021-12-10 09:16:55','','0','4','2021-12-09 09:16:55','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41639116981','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3000,'','Cash','','2021-12-10 09:18:03','','0','4','2021-12-09 09:18:03','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41639117038','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3001,'','Cash','','2021-12-10 09:18:54','','0','4','2021-12-09 09:18:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' </BR>trad.tap ','','1','0','41639117107','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3002,'','Cash','','2021-12-10 09:41:33','','0','4','2021-12-09 09:41:33','','19700','19700','1','retail',NULL,'19700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41639117166','Cleared','4','2021-12-09 09:41:33','','','','','','',0.00,0.00,0,NULL),(3003,'','Cash','','2021-12-10 09:45:30','','0','4','2021-12-10 09:45:30','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41639118571','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3004,'','Cash','','2021-12-10 09:46:13','','0','4','2021-12-10 09:46:13','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41639118743','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3005,'','Cash','','2021-12-11 16:15:39','','0','4','2021-12-10 16:15:39','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41639228458','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3006,'','Cash','','2021-12-11 16:17:06','','0','4','2021-12-10 16:17:06','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' ','','1','0','41639228548','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3007,'','Cash','','2021-12-11 16:18:37','','0','4','2021-12-10 16:18:37','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41639228641','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3008,'','Cash','','2021-12-11 16:19:31','','0','4','2021-12-10 16:19:31','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41639228737','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3009,'','Cash','','2021-12-11 16:24:09','','0','4','2021-12-10 16:24:09','','12450','12450','1','retail',NULL,'12450','1','0','0','0','0','0','0','printed',' ','','1','0','41639228791','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3010,'','Cash','','2021-12-11 17:15:26','','0','4','2021-12-11 17:15:26','','14500','14500','1','retail',NULL,'14500','1','0','0','0','0','0','0','printed',' ','','1','0','41639229106','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3011,'','Cash','','2021-12-11 17:17:37','','0','4','2021-12-11 17:17:37','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41639232134','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3012,'','Cash','','2021-12-11 17:18:47','','0','4','2021-12-11 17:18:47','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41639232262','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3013,'','Cash','','2021-12-11 17:23:15','','0','4','2021-12-11 17:23:15','','10650','10650','1','retail',NULL,'10650','1','0','0','0','0','0','0','printed',' ','','1','0','41639232338','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3014,'','Cash','','2021-12-11 17:25:06','','0','4','2021-12-11 17:25:06','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' </BR>18.pcs.boll.fiteng ','','1','0','41639232612','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3015,'','Cash','','2021-12-11 17:27:26','','0','4','2021-12-11 17:27:26','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41639232741','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3016,'','Cash','','2021-12-11 17:40:57','','0','4','2021-12-11 17:40:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41639232891','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3017,'','Cash','','2021-12-11 17:54:42','','0','4','2021-12-11 17:54:42','','8405','8405','1','retail',NULL,'8405','1','0','0','0','0','0','0','printed',' ','','1','0','41639233662','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3018,'','Cash','','2021-12-13 17:09:59','','0','4','2021-12-13 17:09:59','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41639404223','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3019,'','Cash','','2021-12-13 17:10:52','','0','4','2021-12-13 17:10:52','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41639404606','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3020,'','Cash','','2021-12-13 17:14:39','','0','4','2021-12-13 17:14:39','','10250','10250','1','retail',NULL,'10250','1','0','0','0','0','0','0','printed',' ','','1','0','41639404683','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3021,'','Cash','','2021-12-13 17:15:57','','0','4','2021-12-13 17:15:57','','8050','8050','1','retail',NULL,'8050','1','0','0','0','0','0','0','printed',' ','','1','0','41639404886','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3022,'','Cash','','2021-12-14 17:28:57','','0','4','2021-12-14 17:28:57','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41639491862','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3023,'','Cash','','2021-12-14 17:29:30','','0','4','2021-12-14 17:29:30','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41639492142','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3024,'','Cash','','2021-12-14 17:30:36','','0','4','2021-12-14 17:30:36','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41639492191','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3025,'','Cash','','2021-12-14 17:32:38','','0','4','2021-12-14 17:32:38','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','0','41639492245','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3026,'','Cash','','2021-12-14 17:35:23','','0','4','2021-12-14 17:35:23','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41639492488','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3027,'','Cash','','2021-12-14 17:35:44','','0','4','2021-12-14 17:35:44','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','','1','0','41639492527','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3028,'','Cash','','2021-12-14 17:38:09','','0','4','2021-12-14 17:38:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41639492549','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3029,'','Cash','','2021-12-14 17:38:28','','0','4','2021-12-14 17:38:28','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41639492695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3030,'','Cash','','2021-12-14 17:39:19','','0','4','2021-12-14 17:39:19','','12600','12600','1','retail',NULL,'12600','1','0','0','0','0','0','0','printed',' ','','1','0','41639492714','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3031,'','Cash','','2021-12-14 17:42:26','','0','4','2021-12-14 17:42:26','','11750','11750','1','retail',NULL,'11750','1','0','0','0','0','0','0','printed',' ','','1','0','41639492767','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3032,'','Cash','','2021-12-14 17:43:46','','0','4','2021-12-14 17:43:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41639492956','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3033,'','Cash','','2021-12-14 17:44:50','','0','4','2021-12-14 17:44:50','','4400','4400','1','retail',NULL,'4400','1','0','0','0','0','0','0','printed',' ','','1','0','41639493030','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3034,'','Cash','','2021-12-14 17:45:57','','0','4','2021-12-14 17:45:57','','13200','13200','1','retail',NULL,'13200','1','0','0','0','0','0','0','printed',' ','','1','0','41639493096','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3035,'','Cash','','2021-12-14 17:46:35','','0','4','2021-12-14 17:46:35','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41639493163','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3036,'','Cash','','2021-12-14 17:46:58','','0','4','2021-12-14 17:46:58','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41639493205','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3037,'','Cash','','2021-12-14 17:47:37','','0','4','2021-12-14 17:47:37','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41639493228','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3038,'','Cash','','2021-12-15 16:39:33','','0','4','2021-12-15 16:39:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41639575500','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3039,'','Cash','','2021-12-15 16:41:21','','0','4','2021-12-15 16:41:21','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41639575641','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3040,'','Cash','','2021-12-15 16:47:40','','0','4','2021-12-15 16:47:40','','10650','10650','1','retail',NULL,'10650','1','0','0','0','0','0','0','printed',' ','','1','0','41639575707','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3041,'','Cash','','2021-12-15 16:53:50','','0','4','2021-12-15 16:53:50','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41639576364','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3042,'','Cash','','2021-12-15 16:54:32','','0','4','2021-12-15 16:54:32','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41639576441','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3043,'','Cash','','2021-12-15 16:56:18','','0','4','2021-12-15 16:56:18','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41639576485','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3044,'','Cash','','2021-12-15 16:58:24','','0','4','2021-12-15 16:58:24','','5970','5970','1','retail',NULL,'5970','1','0','0','0','0','0','0','printed',' ','','1','0','41639576588','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3045,'','Cash','','2021-12-15 16:59:20','','0','4','2021-12-15 16:59:20','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41639576718','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3046,'','Cash','','2021-12-15 17:48:46','','0','4','2021-12-15 17:48:46','','4450','4450','1','retail',NULL,'4450','1','0','0','0','0','0','0','printed',' ','','1','0','41639576790','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3047,'','Cash','','2021-12-16 16:51:27','','0','4','2021-12-16 16:51:27','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41639662616','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3048,'','Cash','','2021-12-16 16:52:49','','0','4','2021-12-16 16:52:49','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','','1','0','41639662695','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3049,'','Cash','','2021-12-16 17:02:04','','0','4','2021-12-16 17:02:04','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41639662781','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3050,'','Cash','','2021-12-16 17:03:01','','0','4','2021-12-16 17:03:01','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41639663337','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3051,'','Cash','','2021-12-16 17:06:18','','0','4','2021-12-16 17:06:18','','11400','11400','1','retail',NULL,'11400','1','0','0','0','0','0','0','printed',' ','','1','0','41639663399','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3052,'','Cash','','2021-12-16 17:08:00','','0','4','2021-12-16 17:08:00','','5700','5700','1','retail',NULL,'5700','1','0','0','0','0','0','0','printed',' ','','1','0','41639663586','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3053,'','Cash','','2021-12-16 17:09:37','','0','4','2021-12-16 17:09:37','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41639663708','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3054,'','Cash','','2021-12-16 17:11:16','','0','4','2021-12-16 17:11:16','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41639663784','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3055,'','Cash','','2021-12-16 17:11:57','','0','4','2021-12-16 17:11:57','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' </BR>patres.box ','','1','0','41639663886','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3056,'','Cash','','2021-12-16 17:13:53','','0','4','2021-12-16 17:13:53','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41639663944','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3057,'','Cash','','2021-12-17 17:55:32','','0','4','2021-12-17 17:55:32','','7300','7300','1','retail',NULL,'7300','1','0','0','0','0','0','0','printed',' ','','1','0','41639746865','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3058,'','Cash','','2021-12-17 18:01:12','','0','4','2021-12-17 18:01:12','','8100','8100','1','retail',NULL,'8100','1','0','0','0','0','0','0','printed',' ','','1','0','41639753025','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3059,'','Cash','','2021-12-17 18:04:02','','0','4','2021-12-17 18:04:02','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','0','41639753279','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3060,'','Cash','','2021-12-17 18:06:47','','0','4','2021-12-17 18:06:47','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41639753455','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3061,'','Cash','','2021-12-17 18:07:31','','0','4','2021-12-17 18:07:31','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41639753615','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3062,'','Cash','','2021-12-17 18:16:09','','0','4','2021-12-17 18:16:09','','60400','60400','1','retail',NULL,'60400','1','0','0','0','0','0','0','printed',' ','','1','0','41639753660','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3063,'','Cash','','2021-12-18 13:30:54','','0','4','2021-12-17 13:30:54','','11000','11000','1','retail',NULL,'11000','1','0','0','0','0','0','0','printed',' ','','1','0','41639823406','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3064,'','Cash','','2021-12-18 13:31:40','','0','4','2021-12-17 13:31:40','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41639823468','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3065,'','Cash','','2021-12-18 13:35:37','','0','4','2021-12-18 13:35:37','','5900','5900','1','retail',NULL,'5900','1','0','0','0','0','0','0','printed',' ','','1','0','41639823605','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3066,'','Cash','','2021-12-18 13:38:52','','0','4','2021-12-18 13:38:52','','15150','15150','1','retail',NULL,'15150','1','0','0','0','0','0','0','printed',' ','','1','0','41639823765','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3067,'','Cash','','2021-12-18 13:41:32','','0','4','2021-12-18 13:41:32','','13000','13000','1','retail',NULL,'13000','1','0','0','0','0','0','0','printed',' ','','1','0','41639824056','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3068,'','Cash','','2021-12-18 13:46:21','','0','4','2021-12-18 13:46:21','','1550','1550','1','retail',NULL,'1550','1','0','0','0','0','0','0','printed',' ','','1','0','41639824122','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3069,'','Cash','','2021-12-18 13:48:46','','0','4','2021-12-18 13:48:46','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41639824398','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3070,'','Cash','','2021-12-18 13:49:45','','0','4','2021-12-18 13:49:45','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','','1','0','41639824555','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3071,'','Cash','','2021-12-18 16:52:49','','0','4','2021-12-18 16:52:49','','12950','12950','1','retail',NULL,'12950','1','0','0','0','0','0','0','printed',' ','','1','0','41639835370','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3072,'','Cash','','2021-12-18 16:59:27','','0','4','2021-12-18 16:59:27','','19000','19000','1','retail',NULL,'19000','1','0','0','0','0','0','0','printed',' </BR>2pcs.black.pipe ','','1','0','41639835582','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3073,'','Cash','','2021-12-18 17:03:10','','0','4','2021-12-18 17:03:10','','6500','6500','1','retail',NULL,'6500','1','0','0','0','0','0','0','printed',' ','','1','0','41639836023','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3074,'','Cash','','2021-12-18 17:10:39','','0','4','2021-12-18 17:10:39','','8600','8600','1','retail',NULL,'8600','1','0','0','0','0','0','0','printed',' ','','1','0','41639836271','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3075,'','Cash','','2021-12-20 17:23:38','','0','4','2021-12-20 17:23:38','','6700','6700','1','retail',NULL,'6700','1','0','0','0','0','0','0','printed',' </BR>holder\r\nbodex ','','1','0','41640009899','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3076,'','Cash','','2021-12-20 17:26:09','','0','4','2021-12-20 17:26:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41640010254','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3077,'','Cash','','2021-12-20 17:28:22','','0','4','2021-12-20 17:28:22','','2950','2950','1','retail',NULL,'2950','1','0','0','0','0','0','0','printed',' ','','1','0','41640010376','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3078,'','Cash','','2021-12-20 17:30:27','','0','4','2021-12-20 17:30:27','','15200','15200','1','retail',NULL,'15200','1','0','0','0','0','0','0','printed',' </BR>door.fram.3pcs ','','1','0','41640010509','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3079,'','Cash','','2021-12-20 17:38:27','','0','4','2021-12-20 17:38:27','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41640010656','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3080,'','Cash','','2021-12-20 17:39:31','','0','4','2021-12-20 17:39:31','','6450','6450','1','retail',NULL,'6450','1','0','0','0','0','0','0','printed',' ','','1','0','41640011115','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3081,'','Cash','','2021-12-20 17:40:45','','0','4','2021-12-20 17:40:45','','8000','8000','1','retail',NULL,'8000','1','0','0','0','0','0','0','printed',' ','','1','0','41640011191','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3082,'','Cash','','2021-12-20 17:41:49','','0','4','2021-12-20 17:41:49','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','0','41640011252','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3083,'','Cash','','2021-12-20 17:47:16','','0','4','2021-12-20 17:47:16','','6600','6600','1','retail',NULL,'6600','1','0','0','0','0','0','0','printed',' ','','1','0','41640011313','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3084,'','Cash','','2021-12-20 17:48:05','','0','4','2021-12-20 17:48:05','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41640011645','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3085,'','Cash','','2021-12-20 17:50:24','','0','4','2021-12-20 17:50:24','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41640011703','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3086,'','Cash','','2021-12-20 17:51:31','','0','4','2021-12-20 17:51:31','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41640011833','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3087,'','Cash','','2021-12-20 17:54:05','','0','4','2021-12-20 17:54:05','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','','1','0','41640011920','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3088,'','Cash','','2021-12-20 17:55:34','','0','4','2021-12-20 17:55:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41640012062','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3089,'','Cash','','2021-12-21 17:11:46','','0','4','2021-12-21 17:11:46','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41640095881','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3090,'','Cash','','2021-12-21 17:12:50','','0','4','2021-12-21 17:12:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41640095910','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3091,'','Cash','','2021-12-21 17:13:48','','0','4','2021-12-21 17:13:48','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','','1','0','41640095984','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3092,'','Cash','','2021-12-21 17:15:17','','0','4','2021-12-21 17:15:17','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41640096068','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3093,'','Cash','','2021-12-21 17:17:33','','0','4','2021-12-21 17:17:33','','5200','5200','1','retail',NULL,'5200','1','0','0','0','0','0','0','printed',' ','','1','0','41640096126','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3094,'','Cash','','2021-12-21 17:18:20','','0','4','2021-12-21 17:18:20','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41640096264','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3095,'','Cash','','2021-12-21 17:21:42','','0','4','2021-12-21 17:21:42','','29180','29180','1','retail',NULL,'29180','1','0','0','0','0','0','0','printed',' ','','1','0','41640096305','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3096,'','Cash','','2021-12-21 17:30:54','','0','4','2021-12-21 17:30:54','','5500','5500','1','retail',NULL,'5500','1','0','0','0','0','0','0','printed',' ','','1','0','41640096535','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3097,'','Cash','','2021-12-21 17:33:02','','0','4','2021-12-21 17:33:02','','6900','6900','1','retail',NULL,'6900','1','0','0','0','0','0','0','printed',' </BR>m.fram ','','1','0','41640097071','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3098,'','Cash','','2021-12-21 17:39:51','','0','4','2021-12-21 17:39:51','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','','1','0','41640097207','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3099,'','Cash','','2021-12-21 18:09:21','','0','4','2021-12-21 18:09:21','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41640097608','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3100,'','Cash','','2021-12-21 18:11:40','','0','4','2021-12-21 18:11:40','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41640099461','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3101,'','Cash','','2021-12-21 18:12:51','','0','4','2021-12-21 18:12:51','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41640099510','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3102,'','Cash','','2021-12-21 18:14:43','','0','4','2021-12-21 18:14:43','','1410','1410','1','retail',NULL,'1410','1','0','0','0','0','0','0','printed',' ','','1','0','41640099593','Cleared','','','','','','','','',0.00,0.00,0,NULL),(3103,'','Cash','','2021-12-21 18:32:29','','0','4','2021-12-21 18:32:29','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41640099811','Cleared','','','','','','','','',0.00,0.00,0,NULL); /*!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` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=6150 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 ('116162356045122514',1,'11616235600','131.00','1','150','retail','0','2021-03-20 13:20:00','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-20 10:20:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','998.00','997','Inclusive','branch','Inventory','','',''),('116162356142222032',2,'11616235607','131.00','1','150','retail','0','2021-03-20 13:20:07','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-20 10:20:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','997.00','996','Inclusive','branch','Inventory','','',''),('116162356181280132',3,'11616235607','131.00','1','150','retail','0','2021-03-20 13:20:14','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-20 10:20:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','996.00','995','Inclusive','branch','Inventory','','',''),('116162356262562362',4,'11616235623','6001108049582.00','1','1000','retail','0','2021-03-20 13:20:23','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-20 10:20:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116162356342563362',5,'11616235630','131.00','1','150','retail','0','2021-03-20 13:20:30','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-20 10:20:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','995.00','994','Inclusive','branch','Inventory','','',''),('116162356542565362',6,'11616235648','132.00','1','150','retail','0','2021-03-20 13:20:48','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-20 10:52:47','1','1','returned','1','new','pcs','','2021-03-20 13:52:47','1','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116162388472222032',7,'11616238773','6161101603256.00','1','170','retail','0','2021-03-20 14:12:53','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-20 11:14:10','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116162388692866362',8,'11616238851','6161101603256.00','1','170','retail','0','2021-03-20 14:14:11','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-20 11:14:38','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116162388753022378',9,'11616238851','126.00','1','6200','retail','0','2021-03-20 14:14:30','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-20 11:14:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116163806933032086',10,'11616380688','6002269000566.00','1','1000','retail','0','2021-03-22 05:38:08','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 02:38:17','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116163806963022396',11,'11616380688','6001108049582.00','1','1000','retail','0','2021-03-22 05:38:13','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 02:38:17','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116163807000202036',12,'11616380698','234.00','1','1500','retail','0','2021-03-22 05:38:18','COLD','','','920','Cash',206.90,'1500','','','1','','1','2021-03-22 02:38:26','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','992.00','991','Inclusive','branch','Inventory','','',''),('116163807092060362',13,'11616380706','6001108049599.00','1','1000','retail','0','2021-03-22 05:38:26','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 02:38:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116163807123421300',14,'11616380706','125.00','1','6200','retail','0','2021-03-22 05:38:30','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-22 02:38:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','993.00','992','Inclusive','branch','Inventory','','',''),('116163807244282432',15,'11616380721','133.00','1','150','retail','0','2021-03-22 05:38:41','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-22 02:38:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116163807292222032',16,'11616380721','6161101604550.00','1','400','retail','0','2021-03-22 05:38:44','COLD','','','238','Cash',55.17,'400','','','1','','1','2021-03-22 02:38:55','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','998.00','997','Inclusive','branch','Inventory','','',''),('116163807381280132',17,'11616380735','132.00','1','150','retail','0','2021-03-22 05:38:55','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-22 02:39:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116163807411210132',18,'11616380735','125.00','1','6200','retail','0','2021-03-22 05:38:58','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-22 02:39:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','992.00','991','Inclusive','branch','Inventory','','',''),('116163807454282432',19,'11616380743','126.00','1','6200','retail','0','2021-03-22 05:39:03','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-22 02:39:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116163807480202036',20,'11616380743','132.00','1','150','retail','0','2021-03-22 05:39:06','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-22 02:43:12','1','1','returned','1','new','pcs','','2021-03-22 05:43:12','1','yes','','0','','','VATABLE','129.31','1','998.00','997','Inclusive','branch','Inventory','','',''),('116163911243022321',21,'11616391119','6002269000566.00','1','1000','retail','0','2021-03-22 08:31:59','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 11:14:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116163912261260132',22,'11616391119','6002269000566.00','1','1000','retail','0','2021-03-22 08:32:05','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 11:14:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('116164122304212432',23,'11616412228','33333','1','93.73','retail','0','2021-03-22 14:23:48','COLD','','','91','Cash',12.93,'93.73','','','1','','1','2021-03-22 11:23:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','80.80','1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('116164122372222032',24,'11616412234','33333','1','93.73','retail','0','2021-03-22 14:23:54','COLD','','','91','Cash',12.93,'93.73','','','1','','1','2021-03-22 11:24:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','80.80','1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('116164122442124214',25,'11616412241','33333','1','93.73','retail','0','2021-03-22 14:24:01','COLD','','','91','Cash',12.93,'93.73','','','1','','1','2021-03-22 11:24:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','80.80','1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('116164162344212432',26,'11616416232','125.00','1','6200','retail','0','2021-03-22 15:30:32','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-22 12:30:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','991.00','990','Inclusive','branch','Inventory','','',''),('116164162380202036',27,'11616416232','6002269000566.00','1','1000','retail','0','2021-03-22 15:30:35','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-22 12:30:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.00','995','Inclusive','branch','Inventory','','',''),('116164756115124514',28,'11616475606','6002269000559.00','1','1000','retail','0','2021-03-23 08:00:06','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 05:08:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116164819884282432',29,'11616481981','6002269000559.00','1','1000','retail','0','2021-03-23 09:46:21','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 06:46:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116164819933421300',30,'11616481981','6001108049582.00','1','1000','retail','0','2021-03-23 09:46:29','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 06:46:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116165033564202432',31,'11616503350','6001108049582.00','1','1000','retail','0','2021-03-23 15:42:31','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 12:55:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('116165033663421300',32,'11616503350','6161101603256.00','1','170','retail','0','2021-03-23 15:42:37','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-23 12:55:49','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165034883125314',33,'11616503350','131.00','1','150','retail','0','2021-03-23 15:44:37','COLD2','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-23 12:55:49','1','1','new','1','new','pcs','','','','','','0','','','VATABLE','129.31','','994.00','993','Inclusive','branch','Inventory','','',''),('116165034971270132',34,'11616503350','132.00','1','150','retail','0','2021-03-23 15:44:49','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-23 12:55:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','998.00','997','Inclusive','branch','Inventory','','',''),('116165035184202432',35,'11616503350','6161101601382.00','1','100','retail','0','2021-03-23 15:44:58','COLD1','','','52.2','Cash',13.79,'100','','','1','','1','2021-03-23 12:55:49','1','5','new','1','new','pcs','','','','','','0','','','VATABLE','86.21','','1000.00','999','Inclusive','branch','Inventory','','',''),('116165041562222032',36,'11616504150','131.00','1','150','retail','0','2021-03-23 15:55:50','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-23 12:56:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','993.00','992','Inclusive','branch','Inventory','','',''),('116165041613421300',37,'11616504150','6001108049599.00','1','1000','retail','0','2021-03-23 15:55:57','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 12:56:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116165041712222032',38,'11616504165','131.00','1','150','retail','0','2021-03-23 15:56:05','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-23 12:56:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','992.00','991','Inclusive','branch','Inventory','','',''),('116165041772467362',39,'11616504165','126.00','1','6200','retail','0','2021-03-23 15:56:12','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-23 12:56:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','998.00','997','Inclusive','branch','Inventory','','',''),('116165041901200132',40,'11616504185','126.00','1','6200','retail','0','2021-03-23 15:56:26','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-23 13:49:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','997.00','996','Inclusive','branch','Inventory','','',''),('116165041993421300',41,'11616504185','6001108049599.00','1','1000','retail','0','2021-03-23 15:56:31','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 13:49:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116165042323421300',42,'11616504185','6001108049582.00','1','1000','retail','0','2021-03-23 15:56:40','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 13:49:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.00','995','Inclusive','branch','Inventory','','',''),('116165074763421300',43,'11616507474','61600171.00','1','150','retail','0','2021-03-23 16:51:14','COLD','','','125','Cash',20.69,'150','','','1','','1','2021-03-23 13:51:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116165074833022384',44,'11616507474','61600041.00','1','200','retail','0','2021-03-23 16:51:21','COLD','','','167','Cash',27.59,'200','','','1','','1','2021-03-23 13:51:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116165075104202432',45,'11616507507','6001108049599.00','1','1000','retail','0','2021-03-23 16:51:47','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-23 13:52:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('216165086663421300',46,'21616508664','6001108049599.00','1','1000','retail','0','2021-03-23 17:12:03','COLD','','','750','Cash',137.93,'1000','','','2','','1','2021-03-23 14:13:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.00','995','Inclusive','branch','Inventory','','',''),('216165086728125824',47,'21616508664','6161100421271.00','1','800','retail','0','2021-03-23 17:12:03','COLD','','','550','Cash',110.34,'800','','','2','','1','2021-03-23 14:13:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','1000.00','999','Inclusive','branch','Inventory','','',''),('216165086842222032',48,'21616508664','6161101604246.00','1','170','retail','0','2021-03-23 17:12:03','COLD','','','135.6','Cash',23.45,'170','','','2','','1','2021-03-23 14:13:50','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('216165087103421300',49,'21616508664','87126037.00','1','100','retail','0','2021-03-23 17:12:03','COLD','','','23.75','Cash',13.79,'100','','','2','','1','2021-03-23 14:13:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('216165087222400312',50,'21616508664','6161101604550.00','1','400','retail','0','2021-03-23 17:12:03','COLD','','','238','Cash',55.17,'400','','','2','','1','2021-03-23 14:13:50','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','997.00','996','Inclusive','branch','Inventory','','',''),('116165821293421300',51,'11616582127','6001108049582.00','1','1000','retail','0','2021-03-24 13:35:27','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-24 10:35:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','995.00','994','Inclusive','branch','Inventory','','',''),('116165821323421300',52,'11616582127','6001108049582.00','1','1000','retail','0','2021-03-24 13:35:30','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-24 10:35:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','994.00','993','Inclusive','branch','Inventory','','',''),('116165821344282432',53,'11616582127','125.00','1','6200','retail','0','2021-03-24 13:35:32','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-24 10:35:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','990.00','989','Inclusive','branch','Inventory','','',''),('116165893513421300',54,'11616589344','125.00','1','6200','retail','0','2021-03-24 15:35:44','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-24 12:36:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','989.00','988','Inclusive','branch','Inventory','','',''),('116165893580202036',55,'11616589344','131.00','1','150','retail','0','2021-03-24 15:35:52','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-24 12:36:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','991.00','990','Inclusive','branch','Inventory','','',''),('116165893669125914',56,'11616589361','6161101603256.00','1','170','retail','0','2021-03-24 15:36:01','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 12:36:09','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165893752222032',57,'11616589370','6161101603256.00','1','170','retail','0','2021-03-24 15:36:10','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 12:36:23','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165893804282432',58,'11616589370','6161101603256.00','1','170','retail','0','2021-03-24 15:36:16','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 12:36:23','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165893882968362',59,'11616589384','6161101603256.00','1','170','retail','0','2021-03-24 15:36:24','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 12:36:37','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165893949125914',60,'11616589384','6161101603256.00','1','170','retail','0','2021-03-24 15:36:29','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 13:05:38','1','2','returned','1','new','pcs','','2021-03-24 16:05:38','1','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165894043022304',61,'11616589398','6161101603256.00','1','170','retail','0','2021-03-24 15:36:38','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-24 12:52:18','1','2','returned','1','new','pcs','','2021-03-24 15:52:18','1','yes','','0','','','VATABLE','146.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116165905142412326',62,'11616590510','6002269000566.00','1','1000','retail','0','2021-03-24 15:55:10','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-24 13:02:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','995.00','994','Inclusive','branch','Inventory','','',''),('116165909640202036',63,'11616590959','125.00','1','6300','retail','0','2021-03-24 16:02:39','COLD','','','','Cash',868.97,'6300','','','1','','1','2021-03-24 13:03:32','1','1','new','1','new','pcs','','','','','','0','','','VATABLE','5431.03','','988.00','987','Inclusive','branch','Inventory','','',''),('116166447933421300',64,'11616644788','125.00','1','6200','retail','0','2021-03-25 06:59:48','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-25 03:59:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','987.00','986','Inclusive','branch','Inventory','','',''),('116166448003022308',65,'11616644796','125.00','1','6200','retail','0','2021-03-25 06:59:56','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-25 04:00:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','986.00','985','Inclusive','branch','Inventory','','',''),('116166448070202036',66,'11616644804','131.00','1','150','retail','0','2021-03-25 07:00:04','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-25 04:00:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','990.00','989','Inclusive','branch','Inventory','','',''),('116166599753022379',67,'11616659925','125.00','1','6200','retail','0','2021-03-25 11:12:05','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-25 08:14:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','985.00','984','Inclusive','branch','Inventory','','',''),('116166599790661220',68,'11616659925','6002269000566.00','1','1000','retail','0','2021-03-25 11:12:56','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-25 08:14:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','994.00','993','Inclusive','branch','Inventory','','',''),('116166643233022323',69,'11616664320','6001495201501.00','1','1000','retail','0','2021-03-25 12:25:20','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-25 09:25:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.00','995','Inclusive','branch','Inventory','','',''),('116166730904272432',70,'11616673087','6161100420021.00','1','200','wholesale','0','2021-03-25 14:51:27','COLD','','','140','Cash',27.59,'200','','','1','','1','2021-03-25 12:03:16','1','2','returned','1','new','pcs','','2021-03-25 15:03:16','1','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116166730943126314',71,'11616673087','6161100420021.00','1','200','wholesale','0','2021-03-25 14:51:31','COLD','','','140','Cash',27.59,'200','','','1','','1','2021-03-25 11:51:37','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116166735340202036',72,'11616673531','130.00','1','6200','retail','0','2021-03-25 14:58:51','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-25 11:59:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116166735384272432',73,'11616673531','6001495201501.00','1','1000','retail','0','2021-03-25 14:58:55','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-25 11:59:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','995.00','994','Inclusive','branch','Inventory','','',''),('116166780150202036',74,'11616678011','6001495203055.00','1.50','1501.2','retail','0','2021-03-25 16:13:31','COLD','','','700','Cash',207.06,'1000.8','','','1','','1','2021-03-26 02:23:55','1','1','new','1','new','pcs','','','','','','0','','','VATABLE','862.76','','998.00','996.5','Inclusive','branch','Inventory','','',''),('116167254325127514',75,'11616678011','141.00','1.00','200','retail','0','2021-03-26 05:23:48','COLD','','','63.9','Cash',27.59,'200','','','1','','1','2021-03-26 02:23:55','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116167291273022321',76,'11616729116','6001495203055.00','1.00','1000','retail','0','2021-03-26 06:25:16','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-26 03:26:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.50','995.5','Inclusive','branch','Inventory','','',''),('116167291320202036',77,'11616729116','6001495203055.00','1.00','1000','retail','0','2021-03-26 06:25:29','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-26 03:26:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','995.50','994.5','Inclusive','branch','Inventory','','',''),('116169575444252432',78,'11616957540','6001495203055.00','1.00','1000','retail','0','2021-03-28 21:52:20','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-28 18:52:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','994.50','993.5','Inclusive','branch','Inventory','','',''),('116169575520202036',79,'11616957548','6002269000566.00','1.00','1000','retail','0','2021-03-28 21:52:28','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-28 18:52:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','993.00','992','Inclusive','branch','Inventory','','',''),('116169575562765362',80,'11616957548','6161101601382.00','1.00','100','retail','0','2021-03-28 21:52:33','COLD','','','52.2','Cash',13.79,'100','','','1','','1','2021-03-28 18:52:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169575634252432',81,'11616957560','6161101603256.00','1.00','170','retail','0','2021-03-28 21:52:40','COLD','','','117.6','Cash',23.45,'170','','','1','','1','2021-03-28 18:52:46','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1003.00','1002','Inclusive','branch','Inventory','','',''),('116169575732222032',84,'11616957567','6002269000566.00','1.00','1000','retail','0','2021-03-28 21:52:47','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-28 19:07:37','1','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE','862.07','1','992.00','991','Inclusive','branch','Inventory','','',''),('116169575770202036',85,'11616957567','141.00','1.00','200','retail','0','2021-03-28 21:52:54','COLD','','','63.9','Cash',27.59,'200','','','1','','1','2021-03-28 19:07:37','1','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169586643022366',86,'11616958661','6001108049582.00','1.00','1000','retail','0','2021-03-28 22:11:01','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-28 19:11:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','993.00','992','Inclusive','branch','Inventory','','',''),('116169586683421300',87,'11616958661','141.00','1.00','200','retail','0','2021-03-28 22:11:05','COLD','','','63.9','Cash',27.59,'200','','','1','','1','2021-03-28 19:11:16','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169586742222032',88,'11616958661','141.00','1.00','200','retail','0','2021-03-28 22:11:09','COLD','','','63.9','Cash',27.59,'200','','','1','','1','2021-03-28 19:11:16','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','997.00','996','Inclusive','branch','Inventory','','',''),('116169877263022327',89,'11616987722','6002269000559.00','1.00','1000','retail','0','2021-03-29 06:15:22','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 03:15:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169877313421300',90,'11616987722','6002269000566.00','1.00','1000','retail','0','2021-03-29 06:15:26','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 03:15:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','991.00','990','Inclusive','branch','Inventory','','',''),('116169880032860362',91,'11616987746','129.00','1.00','6200','retail','0','2021-03-29 06:15:46','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 03:20:17','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169880524282432',92,'11616988049','6001495201501.00','1.00','1000','retail','0','2021-03-29 06:20:49','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 03:20:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','994.00','993','Inclusive','branch','Inventory','','',''),('116169881142861362',93,'11616988060','6001108049582.00','1.00','1000','retail','0','2021-03-29 06:21:55','COLD','','','750','Invoice',137.93,'1000','','','1','','1','2021-03-29 03:22:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','992.00','991','Inclusive','branch','Inventory','','',''),('116169881428129814',95,'11616988060','137.00','1.00','150','retail','0','2021-03-29 06:21:55','COLD','','','70','Invoice',20.69,'150','','','1','','1','2021-03-29 03:38:21','1','8','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169881573022351',96,'11616988060','6161101604550.00','1.00','400','retail','0','2021-03-29 06:21:55','COLD','','','238','Invoice',55.17,'400','','','1','','1','2021-03-29 03:38:21','1','4','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','996.00','995','Inclusive','branch','Inventory','','',''),('116169883441240132',97,'11616988341','6001108049582.00','1.00','1000','retail','0','2021-03-29 06:25:44','COLD','','','750','Invoice',137.93,'1000','','','1','','1','2021-03-29 03:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','991.00','990','Inclusive','branch','Inventory','','',''),('116169885081280132',99,'11616988341','135.00','1.00','150','retail','0','2021-03-29 06:28:25','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 03:28:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169885422864362',100,'11616988341','151.00','1.00','200','retail','0','2021-03-29 06:28:56','COLD','','','72','Cash',27.59,'200','','','1','','1','2021-03-29 03:29:09','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169891662966362',104,'11616989163','167.00','1.00','30','retail','0','2021-03-29 06:39:23','COLD','','','3.03','Cash',4.14,'30','','','1','','1','2021-03-29 03:53:29','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169891949129914',105,'11616989163','33333','1.00','93.73','retail','0','2021-03-29 06:39:27','COLD','','','91','Cash',12.93,'93.73','','','1','','1','2021-03-29 03:53:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','80.80','1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('116169900022060362',106,'11616989163','164.00','1.00','200','retail','0','2021-03-29 06:39:55','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 03:53:29','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169899529129914',107,'11616988060','130.00','1.00','6200','retail','0','2021-03-29 06:38:24','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 03:54:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169899563421300',108,'11616988060','136.00','1.00','150','retail','0','2021-03-29 06:52:33','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 03:54:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','997.00','996','Inclusive','branch','Inventory','','',''),('116169899603022369',109,'11616988060','147.00','1.00','200','retail','0','2021-03-29 06:52:37','COLD','','','50','Cash',27.59,'200','','','1','','1','2021-03-29 03:54:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169899644282432',110,'11616988060','125.00','1.00','6200','retail','0','2021-03-29 06:52:41','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 03:54:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','984.00','983','Inclusive','branch','Inventory','','',''),('116169899863022389',111,'11616988060','133.00','1.00','150','retail','0','2021-03-29 06:52:45','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 03:54:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169900152061362',112,'11616988060','6002269000566.00','1.00','1000','retail','0','2021-03-29 06:53:30','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 03:54:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','990.00','989','Inclusive','branch','Inventory','','',''),('116169900311210132',113,'11616988060','164.00','1.00','200','retail','0','2021-03-29 06:53:36','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 03:54:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169901021220132',114,'11616988577','130.00','1.00','6200','retail','0','2021-03-29 06:29:37','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 03:55:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','997.00','996','Inclusive','branch','Inventory','','',''),('116169901072060362',115,'11616988577','6001495203055.00','1.00','1000','retail','0','2021-03-29 06:55:04','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 03:55:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','993.50','992.5','Inclusive','branch','Inventory','','',''),('116169901212062362',116,'11616988577','164.00','1.00','200','retail','0','2021-03-29 06:55:08','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 03:55:28','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169903840129014',120,'11616990050','164.00','1.00','200','retail','0','2021-03-29 06:54:10','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 04:00:19','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','996.00','995','Inclusive','branch','Inventory','','',''),('116169903881280132',121,'11616990050','6001495201501.00','1.00','1000','retail','0','2021-03-29 06:59:45','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 04:00:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','993.00','992','Inclusive','branch','Inventory','','',''),('116169903923421300',122,'11616990050','84.00','1.00','1500','retail','0','2021-03-29 06:59:48','COLD','','','1000','Cash',206.90,'1500','','','1','','1','2021-03-29 04:00:19','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169904063022304',123,'11616990050','164.00','1.00','200','retail','0','2021-03-29 06:59:52','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 04:00:19','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','995.00','994','Inclusive','branch','Inventory','','',''),('116169904720129014',124,'11616990468','164.00','1.00','200','retail','0','2021-03-29 07:01:08','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 04:02:01','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','994.00','993','Inclusive','branch','Inventory','','',''),('116169904774292432',125,'11616990468','164.00','1.00','200','retail','0','2021-03-29 07:01:13','COLD','','','55','Cash',27.59,'200','','','1','','1','2021-03-29 04:02:01','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','993.00','992','Inclusive','branch','Inventory','','',''),('116169904804292432',126,'11616990468','132.00','1.00','150','retail','0','2021-03-29 07:01:17','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 04:02:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','997.00','996','Inclusive','branch','Inventory','','',''),('116169904842068362',127,'11616990468','6001108049599.00','1.00','1000','retail','0','2021-03-29 07:01:21','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 04:02:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','995.00','994','Inclusive','branch','Inventory','','',''),('116169904882222032',128,'11616990468','132.00','1.00','150','retail','0','2021-03-29 07:01:25','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 04:02:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','996.00','995','Inclusive','branch','Inventory','','',''),('116169906321220132',129,'11616990628','126.00','1.00','6200','retail','0','2021-03-29 07:03:49','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 04:05:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','996.00','995','Inclusive','branch','Inventory','','',''),('116169906352222032',130,'11616990628','50196166.00','1.00','750','retail','0','2021-03-29 07:03:52','COLD','','','410','Cash',103.45,'750','','','1','','1','2021-03-29 04:05:22','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169906392063362',131,'11616990628','5010103930970.00','1.00','750','retail','0','2021-03-29 07:03:56','COLD','','','460','Cash',103.45,'750','','','1','','1','2021-03-29 04:05:22','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116169906623022366',132,'11616990628','160.00','1.00','300','retail','0','2021-03-29 07:04:00','COLD','','','134.4','Cash',41.38,'300','','','1','','1','2021-03-29 04:05:22','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169906682222032',133,'11616990628','160.00','1.00','300','retail','0','2021-03-29 07:04:23','COLD','','','134.4','Cash',41.38,'300','','','1','','1','2021-03-29 04:05:22','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169906740129014',134,'11616990628','163.00','1.00','200','retail','0','2021-03-29 07:04:29','COLD','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 04:05:22','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169906810129014',135,'11616990628','50196166.00','1.00','750','retail','0','2021-03-29 07:04:35','COLD','','','410','Cash',103.45,'750','','','1','','1','2021-03-29 04:05:22','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169907092313302',136,'11616990628','6161101601382.00','1.00','100','retail','0','2021-03-29 07:05:00','COLD','','','52.2','Cash',13.79,'100','','','1','','1','2021-03-29 04:05:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169907482383323',137,'11616990725','6002269000566.00','1.00','1000','retail','0','2021-03-29 07:05:25','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 04:06:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','988.00','987','Inclusive','branch','Inventory','','',''),('116169907512333329',138,'11616990725','125.00','1.00','6200','retail','0','2021-03-29 07:05:48','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 04:06:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','981.00','980','Inclusive','branch','Inventory','','',''),('116169907562222032',139,'11616990725','50196166.00','1.00','750','retail','0','2021-03-29 07:05:52','COLD','','','410','Cash',103.45,'750','','','1','','1','2021-03-29 04:06:31','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169907632222032',140,'11616990725','163.00','1.00','200','retail','0','2021-03-29 07:05:57','COLD','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 04:06:31','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116169907692066362',141,'11616990725','162.00','1.00','200','retail','0','2021-03-29 07:06:04','COLD','','','75','Cash',27.59,'200','','','1','','1','2021-03-29 04:06:31','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169907992222032',142,'11616990792','5010103930970.00','1.00','750','retail','0','2021-03-29 07:06:32','COLD','','','460','Cash',103.45,'750','','','1','','1','2021-03-29 04:06:57','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116169908033022308',143,'11616990792','6001495201501.00','1.00','1000','retail','0','2021-03-29 07:06:40','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 04:06:57','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','992.00','991','Inclusive','branch','Inventory','','',''),('116169908100129014',144,'11616990792','163.00','1.00','200','retail','0','2021-03-29 07:06:43','COLD','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 04:06:57','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169908162222032',145,'11616990792','163.00','1.00','200','retail','0','2021-03-29 07:06:50','COLD','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 04:06:57','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','997.00','996','Inclusive','branch','Inventory','','',''),('116169924976033921',146,'11616992484','125.00','1.00','6200','retail','0','2021-03-29 07:34:44','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 04:35:46','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','980.00','979','Inclusive','branch','Inventory','','',''),('116169925014292432',147,'11616992484','6001495203055.00','1.00','1000','retail','0','2021-03-29 07:34:58','COLD','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 04:35:46','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','992.50','991.5','Inclusive','branch','Inventory','','',''),('116169925052222032',148,'11616992484','136.00','1.00','150','retail','0','2021-03-29 07:35:01','COLD','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 04:35:46','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','996.00','995','Inclusive','branch','Inventory','','',''),('116169925342129214',149,'11616992484','160.00','1.00','300','retail','0','2021-03-29 07:35:06','COLD','','','134.4','Cash',41.38,'300','','','1','','1','2021-03-29 04:35:46','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','998.00','997','Inclusive','branch','Inventory','','',''),('116169925422222032',150,'11616992484','161.00','1.00','200','retail','0','2021-03-29 07:35:35','COLD','','','102.4','Cash',27.59,'200','','','1','','1','2021-03-29 04:35:46','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170045883022385',151,'11617004585','6002269000559.00','1.00','1000','retail','0','2021-03-29 10:56:25','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 07:56:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170046024202432',152,'11617004585','131.00','1.00','150','retail','0','2021-03-29 10:56:28','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 07:56:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','989.00','988','Inclusive','branch','Inventory','','',''),('116170046142461372',153,'11617004608','131.00','1.00','150','retail','0','2021-03-29 10:56:48','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 07:56:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','988.00','987','Inclusive','branch','Inventory','','',''),('116170046164202432',154,'11617004608','6002269000559.00','1.00','1000','retail','0','2021-03-29 10:56:54','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 07:56:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170046561260132',155,'11617004618','131.00','1.00','150','retail','0','2021-03-29 10:56:58','COLD','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 07:57:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','987.00','986','Inclusive','branch','Inventory','','',''),('116170046734202432',156,'11617004671','6002269000566.00','1.00','1000','retail','0','2021-03-29 10:57:51','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 07:57:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','987.00','986','Inclusive','branch','Inventory','','',''),('116170061700202037',157,'11617006168','140.00','1.00','200','retail','0','2021-03-29 11:22:48','COLD','','','72','Cash',27.59,'200','','','1','','1','2021-03-29 08:22:58','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170061732222032',158,'11617006168','130.00','1.00','6200','retail','0','2021-03-29 11:22:50','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:22:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170061764202432',159,'11617006168','157.00','1.00','250','retail','0','2021-03-29 11:22:54','COLD','','','91','Cash',34.48,'250','','','1','','1','2021-03-29 08:22:58','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170064866033021',160,'11617006460','6002269000566.00','1.00','1000','retail','0','2021-03-29 11:27:40','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:28:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','986.00','985','Inclusive','branch','Inventory','','',''),('116170064906120614',161,'11617006460','125.00','1.00','6200','retail','0','2021-03-29 11:28:06','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:28:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','979.00','978','Inclusive','branch','Inventory','','',''),('116170065680202037',162,'11617006493','6002269000566.00','1.00','1000','retail','0','2021-03-29 11:28:13','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:29:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','985.00','984','Inclusive','branch','Inventory','','',''),('116170065740202037',163,'11617006493','33.00','1.00','120','retail','0','2021-03-29 11:29:28','COLD','','','70','Cash',16.55,'120','','','1','','1','2021-03-29 08:29:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170065762667372',164,'11617006493','6002269000566.00','1.00','1000','retail','0','2021-03-29 11:29:34','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:29:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','984.00','983','Inclusive','branch','Inventory','','',''),('116170069012222032',165,'11617006897','6002269000566.00','1.00','1000','retail','0','2021-03-29 11:34:57','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:35:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','983.00','982','Inclusive','branch','Inventory','','',''),('116170069036120614',166,'11617006897','125.00','1.00','6200','retail','0','2021-03-29 11:35:01','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:35:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','978.00','977','Inclusive','branch','Inventory','','',''),('116170069090202037',167,'11617006897','125.00','1.00','6200','retail','0','2021-03-29 11:35:03','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:35:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','977.00','976','Inclusive','branch','Inventory','','',''),('116170069182661372',168,'11617006897','139.00','1.00','100','retail','0','2021-03-29 11:35:17','COLD','','','21.84','Cash',13.79,'100','','','1','','1','2021-03-29 08:35:23','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170069212222032',169,'11617006897','143.00','1.00','100','retail','0','2021-03-29 11:35:20','COLD','','','38','Cash',13.79,'100','','','1','','1','2021-03-29 08:35:23','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170072160202037',170,'11617007214','6161101600101.00','1.00','190','retail','0','2021-03-29 11:40:14','COLD','','','144.6','Cash',26.21,'190','','','1','','1','2021-03-29 08:41:00','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','163.79','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170072363022332',171,'11617007214','4600682000501.00','1.00','200','retail','0','2021-03-29 11:40:33','COLD','','','150','Cash',27.59,'200','','','1','','1','2021-03-29 08:41:00','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170072467120714',172,'11617007214','6161100240858.00','1.00','160','retail','0','2021-03-29 11:40:45','COLD','','','116','Cash',22.07,'160','','','1','','1','2021-03-29 08:41:00','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170072547120714',173,'11617007214','141.00','1.00','200','retail','0','2021-03-29 11:40:52','COLD','','','63.9','Cash',27.59,'200','','','1','','1','2021-03-29 08:41:00','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170072573773300',174,'11617007214','157.00','1.00','250','retail','0','2021-03-29 11:40:55','COLD','','','91','Cash',34.48,'250','','','1','','1','2021-03-29 08:41:00','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170072972222032',175,'11617007260','125.00','1.00','6200','retail','0','2021-03-29 11:41:00','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:41:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','976.00','975','Inclusive','branch','Inventory','','',''),('116170072994202432',176,'11617007260','125.00','1.00','6200','retail','0','2021-03-29 11:41:37','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:41:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','975.00','974','Inclusive','branch','Inventory','','',''),('116170073071270132',177,'11617007260','163.00','1.00','200','retail','0','2021-03-29 11:41:44','COLD','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 08:41:54','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170073112761372',178,'11617007260','153.00','1.00','250','retail','0','2021-03-29 11:41:49','COLD','','','128','Cash',34.48,'250','','','1','','1','2021-03-29 08:41:54','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170074002121273',179,'11617007314','125.00','1.00','6200','retail','0','2021-03-29 11:41:54','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:44:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','974.00','973','Inclusive','branch','Inventory','','',''),('116170074044202432',180,'11617007314','6002269000566.00','1.00','1000','retail','0','2021-03-29 11:43:20','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:44:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','982.00','981','Inclusive','branch','Inventory','','',''),('116170074094202432',181,'11617007314','6001108049582.00','1.00','1000','retail','0','2021-03-29 11:43:25','COLD','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 08:44:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','990.00','989','Inclusive','branch','Inventory','','',''),('116170074603022364',182,'11617007314','129.00','1.00','6200','retail','0','2021-03-29 11:44:12','COLD','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:44:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170076902769372',183,'11617007688','65.00','1.00','1500','retail','0','2021-03-29 11:48:08','COLD','','','0','Cash',206.90,'1500','','','1','','1','2021-03-29 08:49:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1001.00','1000','Inclusive','branch','Inventory','','',''),('116170077132761372',184,'11617007688','6161101604550.00','1.00','400','retail','0','2021-03-29 11:48:13','COLD','','','238','Cash',55.17,'400','','','1','','1','2021-03-29 08:49:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','995.00','994','Inclusive','branch','Inventory','','',''),('116170077362222032',185,'11617007688','65.00','1.00','1500','retail','0','2021-03-29 11:48:56','','','','0','Cash',206.90,'1500','','','1','','1','2021-03-29 08:49:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170077383022337',186,'11617007688','77.00','1.00','3500','retail','0','2021-03-29 11:48:58','','','','2400','Cash',482.76,'3500','','','1','','1','2021-03-29 08:49:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170077422034362',187,'11617007688','155.00','1.00','200','retail','0','2021-03-29 11:49:02','','','','60','Cash',27.59,'200','','','1','','1','2021-03-29 08:49:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170077433022347',188,'11617007688','152.00','1.00','200','retail','0','2021-03-29 11:49:03','','','','66.69','Cash',27.59,'200','','','1','','1','2021-03-29 08:49:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170077452764372',189,'11617007688','143.00','1.00','100','retail','0','2021-03-29 11:49:04','','','','38','Cash',13.79,'100','','','1','','1','2021-03-29 08:49:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170077460202037',190,'11617007688','162.00','1.00','200','retail','0','2021-03-29 11:49:06','','','','75','Cash',27.59,'200','','','1','','1','2021-03-29 08:49:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170077941240132',191,'11617007314','125.00','1.00','6200','retail','0','2021-03-29 11:49:51','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:50:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','973.00','972','Inclusive','branch','Inventory','','',''),('116170077970202037',192,'11617007314','155.00','1.00','200','retail','0','2021-03-29 11:49:57','','','','60','Cash',27.59,'200','','','1','','1','2021-03-29 08:50:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170078033032030',193,'11617007314','157.00','1.00','250','retail','0','2021-03-29 11:50:02','','','','91','Cash',34.48,'250','','','1','','1','2021-03-29 08:50:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170078044202432',194,'11617007314','166.00','1.00','100','retail','0','2021-03-29 11:50:04','','','','42','Cash',13.79,'100','','','1','','1','2021-03-29 08:50:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170078057120714',195,'11617007314','153.00','1.00','250','retail','0','2021-03-29 11:50:05','','','','128','Cash',34.48,'250','','','1','','1','2021-03-29 08:50:08','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170078752222032',196,'11617007875','6161101600163.00','1.00','180','retail','0','2021-03-29 11:51:15','','','','108.8','Cash',24.83,'180','','','1','','1','2021-03-29 08:51:38','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170078760202037',197,'11617007875','8712000900663.00','1.00','220','retail','0','2021-03-29 11:51:16','','','','170','Cash',30.34,'220','','','1','','1','2021-03-29 08:51:38','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170078782222032',198,'11617007875','6161100420021.00','1.00','200','retail','0','2021-03-29 11:51:17','','','','140','Cash',27.59,'200','','','1','','1','2021-03-29 08:51:38','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170078942769372',199,'11617007875','155.00','1.00','200','retail','0','2021-03-29 11:51:33','','','','60','Cash',27.59,'200','','','1','','1','2021-03-29 08:51:38','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170078953421300',200,'11617007875','156.00','1.00','100','retail','0','2021-03-29 11:51:35','','','','40','Cash',13.79,'100','','','1','','1','2021-03-29 08:51:38','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170079722767372',201,'11617007971','156.00','1.00','100','retail','0','2021-03-29 11:52:51','','','','40','Cash',13.79,'100','','','1','','1','2021-03-29 08:52:56','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170081460202037',202,'11617008146','6164000840067.00','1.00','180','retail','0','2021-03-29 11:55:46','','','','117.2','Cash',24.83,'180','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081482222032',203,'11617008146','8712000900663.00','1.00','220','retail','0','2021-03-29 11:55:47','','','','170','Cash',30.34,'220','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081484202432',204,'11617008146','6161101604246.00','1.00','170','retail','0','2021-03-29 11:55:48','','','','135.6','Cash',23.45,'170','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081493421300',205,'11617008146','6161101602389.00','1.00','180','retail','0','2021-03-29 11:55:49','','','','122.72','Cash',24.83,'180','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081504202432',206,'11617008146','6161100240858.00','1.00','160','retail','0','2021-03-29 11:55:50','','','','116','Cash',22.07,'160','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081521220132',207,'11617008146','6161101600163.00','1.00','180','retail','0','2021-03-29 11:55:52','','','','108.8','Cash',24.83,'180','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081533022351',208,'11617008146','6161100240841.00','1.00','160','retail','0','2021-03-29 11:55:53','','','','116','Cash',22.07,'160','','','1','','1','2021-03-29 08:55:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170081574202432',209,'11617008146','163.00','1.00','200','retail','0','2021-03-29 11:55:56','','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 08:55:59','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','995.00','994','Inclusive','branch','Inventory','','',''),('116170082414202432',210,'11617008159','125.00','1.00','6200','retail','0','2021-03-29 11:55:59','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 08:57:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','972.00','971','Inclusive','branch','Inventory','','',''),('116170082462864372',211,'11617008159','147.00','1.00','200','retail','0','2021-03-29 11:57:25','','','','50','Cash',27.59,'200','','','1','','1','2021-03-29 08:57:44','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170082472864372',212,'11617008159','151.00','1.00','200','retail','0','2021-03-29 11:57:26','','','','72','Cash',27.59,'200','','','1','','1','2021-03-29 08:57:44','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170084552865372',213,'11617008455','163.00','1.00','200','retail','0','2021-03-29 12:00:55','','','','128','Cash',27.59,'200','','','1','','1','2021-03-29 09:01:11','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','994.00','993','Inclusive','branch','Inventory','','',''),('116170084580202037',214,'11617008455','151.00','1.00','200','retail','0','2021-03-29 12:00:58','','','','72','Cash',27.59,'200','','','1','','1','2021-03-29 09:01:11','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170084604202432',215,'11617008455','143.00','1.00','100','retail','0','2021-03-29 12:00:59','','','','38','Cash',13.79,'100','','','1','','1','2021-03-29 09:01:11','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170084613421300',216,'11617008455','157.00','1.00','250','retail','0','2021-03-29 12:01:01','','','','91','Cash',34.48,'250','','','1','','1','2021-03-29 09:01:11','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170084631230132',217,'11617008455','156.00','1.00','100','retail','0','2021-03-29 12:01:02','','','','40','Cash',13.79,'100','','','1','','1','2021-03-29 09:01:11','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170084673022364',218,'11617008455','6161101600163.00','1.00','180','retail','0','2021-03-29 12:01:06','','','','108.8','Cash',24.83,'180','','','1','','1','2021-03-29 09:01:11','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170084683421300',219,'11617008455','6161100240841.00','1.00','160','retail','0','2021-03-29 12:01:07','','','','116','Cash',22.07,'160','','','1','','1','2021-03-29 09:01:11','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170085022860372',220,'11617008499','6002269000566.00','1.00','1000','retail','0','2021-03-29 12:01:39','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:01:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','981.00','980','Inclusive','branch','Inventory','','',''),('116170085048120814',221,'11617008499','6002269000566.00','1.00','1000','retail','0','2021-03-29 12:01:42','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:01:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','980.00','979','Inclusive','branch','Inventory','','',''),('116170085090202037',222,'11617008499','137.00','1.00','150','retail','0','2021-03-29 12:01:49','','','','70','Cash',20.69,'150','','','1','','1','2021-03-29 09:01:53','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170085111210132',223,'11617008499','156.00','1.00','100','retail','0','2021-03-29 12:01:50','','','','40','Cash',13.79,'100','','','1','','1','2021-03-29 09:01:53','2','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170087100202037',224,'11617008710','6001108049582.00','1.00','1000','retail','0','2021-03-29 12:05:10','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:05:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087123022317',225,'11617008710','128.00','1.00','6200','retail','0','2021-03-29 12:05:12','','','','3200','Cash',855.17,'6200','','','1','','1','2021-03-29 09:05:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087130202037',226,'11617008710','126.00','1.00','6200','retail','0','2021-03-29 12:05:13','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 09:05:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087198120814',227,'11617008710','234.00','1.00','1500','retail','0','2021-03-29 12:05:19','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:05:23','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087203421300',228,'11617008710','235.00','1.00','5000','retail','0','2021-03-29 12:05:20','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:05:23','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087882222032',229,'11617008788','37.00','1.00','100','retail','0','2021-03-29 12:06:28','','','','23.75','Cash',13.79,'100','','','1','','1','2021-03-29 09:06:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087893139182',230,'11617008788','670221791720.00','1.00','50','retail','0','2021-03-29 12:06:29','','','','18.75','Cash',6.90,'50','','','1','','1','2021-03-29 09:06:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087913022397',231,'11617008788','5060335632715.00','1.00','200','retail','0','2021-03-29 12:06:30','','','','140','Cash',27.59,'200','','','1','','1','2021-03-29 09:06:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170087924202432',232,'11617008788','670221791737.00','1.00','10000','retail','0','2021-03-29 12:06:32','','','','37.5','Cash',1379.31,'10000','','','1','','1','2021-03-29 09:06:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','8620.69','1','1000.00','999','Inclusive','branch','Inventory','5940','5950','5950'),('116170087973022397',233,'11617008788','234.00','1.00','1500','retail','0','2021-03-29 12:06:37','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:06:41','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170087993421300',234,'11617008788','235.00','1.00','5000','retail','0','2021-03-29 12:06:38','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:06:41','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170088258120814',235,'11617008825','234.00','1.00','1500','retail','0','2021-03-29 12:07:05','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:07:58','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170088262862372',236,'11617008825','234.00','1.00','1500','retail','0','2021-03-29 12:07:06','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:07:58','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170088683421300',237,'11617008825','6002269000566.00','1.00','1000','retail','0','2021-03-29 12:07:48','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:07:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170088713022378',238,'11617008825','126.00','1.00','6200','retail','0','2021-03-29 12:07:50','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 09:07:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170088733022378',239,'11617008825','126.00','1.00','6200','retail','0','2021-03-29 12:07:53','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 09:07:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170088751250132',240,'11617008825','128.00','1.00','6200','retail','0','2021-03-29 12:07:54','','','','3200','Cash',855.17,'6200','','','1','','1','2021-03-29 09:07:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170089234202432',241,'11617008923','235.00','1.00','5000','retail','0','2021-03-29 12:08:43','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:08:49','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170089268120814',242,'11617008923','234.00','1.00','1500','retail','0','2021-03-29 12:08:46','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:08:49','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170090494202432',243,'11617009048','234.00','1.00','1500','retail','0','2021-03-29 12:10:48','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:10:54','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','995.00','994','Inclusive','branch','Inventory','','',''),('116170090514202432',244,'11617009048','234.00','1.00','1500','retail','0','2021-03-29 12:10:50','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:10:54','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','994.00','993','Inclusive','branch','Inventory','','',''),('116170092399120914',245,'11617009238','234.00','1.00','1500','retail','0','2021-03-29 12:13:58','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:14:04','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','993.00','992','Inclusive','branch','Inventory','','',''),('116170092412222032',246,'11617009238','235.00','1.00','5000','retail','0','2021-03-29 12:14:00','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:14:04','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170093123421300',247,'11617009312','235.00','1.00','5000','retail','0','2021-03-29 12:15:12','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:15:23','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','996.00','995','Inclusive','branch','Inventory','','',''),('116170093152961372',248,'11617009312','235.00','1.00','5000','retail','0','2021-03-29 12:15:14','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:15:23','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','995.00','994','Inclusive','branch','Inventory','','',''),('116170094592965372',249,'11617009458','235.00','1.00','5000','retail','0','2021-03-29 12:17:38','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:19:24','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','994.00','993','Inclusive','branch','Inventory','','',''),('116170094612966372',250,'11617009458','235.00','1.00','5000','retail','0','2021-03-29 12:17:40','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:19:24','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','993.00','992','Inclusive','branch','Inventory','','',''),('116170094959120914',251,'11617009458','131.00','1.00','150','retail','0','2021-03-29 12:17:42','','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 09:19:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170096342963372',252,'11617009633','235.00','1.00','5000','retail','0','2021-03-29 12:20:33','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:20:46','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','992.00','991','Inclusive','branch','Inventory','','',''),('116170096382963372',253,'11617009633','235.00','1.00','5000','retail','0','2021-03-29 12:20:37','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:20:46','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','991.00','990','Inclusive','branch','Inventory','','',''),('116170096403022346',254,'11617009633','234.00','1.00','1500','retail','0','2021-03-29 12:20:39','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:20:46','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','992.00','991','Inclusive','branch','Inventory','','',''),('116170096759120914',255,'11617009673','235.00','1.00','5000','retail','0','2021-03-29 12:21:13','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:21:49','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','990.00','989','Inclusive','branch','Inventory','','',''),('116170096800202037',256,'11617009673','235.00','1.00','5000','retail','0','2021-03-29 12:21:19','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:21:49','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','989.00','988','Inclusive','branch','Inventory','','',''),('116170096944202432',257,'11617009673','99.00','1.00','1500','retail','0','2021-03-29 12:21:33','','','','1000','Cash',206.90,'1500','','','1','','1','2021-03-29 09:21:49','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170096981280132',258,'11617009673','65.00','1.00','1500','retail','0','2021-03-29 12:21:37','','','','0','Cash',206.90,'1500','','','1','','1','2021-03-29 09:21:49','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170097003421300',259,'11617009673','6161101604550.00','1.00','400','retail','0','2021-03-29 12:21:39','','','','238','Cash',55.17,'400','','','1','','1','2021-03-29 09:21:49','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170097573421300',260,'11617009756','235.00','1.00','5000','retail','0','2021-03-29 12:22:36','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:22:46','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','988.00','987','Inclusive','branch','Inventory','','',''),('116170097594202432',261,'11617009756','235.00','1.00','5000','retail','0','2021-03-29 12:22:38','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:22:46','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','987.00','986','Inclusive','branch','Inventory','','',''),('116170097604202432',262,'11617009756','234.00','1.00','1500','retail','0','2021-03-29 12:22:39','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:22:46','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','991.00','990','Inclusive','branch','Inventory','','',''),('116170097620033630',263,'11617009756','234.00','1.00','1500','retail','0','2021-03-29 12:22:41','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:22:46','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','990.00','989','Inclusive','branch','Inventory','','',''),('116170098394202432',264,'11617009838','235.00','1.00','5000','retail','0','2021-03-29 12:23:59','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:25:38','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','986.00','985','Inclusive','branch','Inventory','','',''),('116170098430202037',265,'11617009838','234.00','1.00','1500','retail','0','2021-03-29 12:24:02','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:25:38','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','989.00','988','Inclusive','branch','Inventory','','',''),('116170098513022358',266,'11617009838','235.00','1.00','5000','retail','0','2021-03-29 12:24:10','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:25:38','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','985.00','984','Inclusive','branch','Inventory','','',''),('116170099633421300',267,'11617009962','234.00','1.00','1500','retail','0','2021-03-29 12:26:02','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:26:22','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','988.00','987','Inclusive','branch','Inventory','','',''),('116170099651250132',268,'11617009962','235.00','1.00','5000','retail','0','2021-03-29 12:26:04','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:26:22','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','984.00','983','Inclusive','branch','Inventory','','',''),('116170099724202432',269,'11617009962','6001108049599.00','1.00','1000','retail','0','2021-03-29 12:26:11','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:26:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170099750202037',270,'11617009962','134.00','1.00','150','retail','0','2021-03-29 12:26:14','','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 09:26:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170099793421300',271,'11617009962','124.00','1.00','1200','retail','0','2021-03-29 12:26:18','','','','800','Cash',165.52,'1200','','','1','','1','2021-03-29 09:26:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170101802068372',272,'11617010177','6002269000559.00','1.00','1000','retail','0','2021-03-29 12:29:37','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 09:29:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170101840202037',273,'11617010177','131.00','1.00','150','retail','0','2021-03-29 12:29:41','','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 09:29:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170102823022382',274,'11617010281','235.00','1.00','5000','retail','0','2021-03-29 12:31:21','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:31:30','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','983.00','982','Inclusive','branch','Inventory','','',''),('116170102861260132',275,'11617010281','131.00','1.00','150','retail','0','2021-03-29 12:31:22','','','','93.40','Cash',20.69,'150','','','1','','1','2021-03-29 09:31:30','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170104571270132',276,'11617010457','8712000900663.00','1.00','220','retail','0','2021-03-29 12:34:17','','','','170','Cash',30.34,'220','','','1','','1','2021-03-29 09:34:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170104600202037',277,'11617010457','4600682000501.00','1.00','200','retail','0','2021-03-29 12:34:19','','','','150','Cash',27.59,'200','','','1','','1','2021-03-29 09:34:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170104613022364',278,'11617010457','6164000840067.00','1.00','180','retail','0','2021-03-29 12:34:21','','','','117.2','Cash',24.83,'180','','','1','','1','2021-03-29 09:34:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170104644212432',279,'11617010457','6161101604246.00','1.00','170','retail','0','2021-03-29 12:34:23','','','','135.6','Cash',23.45,'170','','','1','','1','2021-03-29 09:34:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170105573022355',280,'11617010556','6008835000930.00','1.00','300','retail','0','2021-03-29 12:35:57','','','','150','Cash',41.38,'300','','','1','','1','2021-03-29 09:36:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170105603022365',281,'11617010556','670221791720.00','1.00','50','retail','0','2021-03-29 12:35:59','','','','18.75','Cash',6.90,'50','','','1','','1','2021-03-29 09:36:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170105633421300',282,'11617010556','6008835000930.00','1.00','300','retail','0','2021-03-29 12:36:02','','','','150','Cash',41.38,'300','','','1','','1','2021-03-29 09:36:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170109141240132',283,'11617010913','140.00','1.00','200','retail','0','2021-03-29 12:41:53','','','','72','Cash',27.59,'200','','','1','','1','2021-03-29 09:42:10','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170109162061372',284,'11617010913','156.00','1.00','100','retail','0','2021-03-29 12:41:55','','','','40','Cash',13.79,'100','','','1','','1','2021-03-29 09:42:10','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170109172061372',285,'11617010913','152.00','1.00','200','retail','0','2021-03-29 12:41:57','','','','66.69','Cash',27.59,'200','','','1','','1','2021-03-29 09:42:10','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170109241240132',286,'11617010913','234.00','1.00','1500','retail','0','2021-03-29 12:42:03','','','','920','Cash',206.90,'1500','','','1','','1','2021-03-29 09:42:10','2','9','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','987.00','986','Inclusive','branch','Inventory','','',''),('116170109262062372',287,'11617010913','235.00','1.00','5000','retail','0','2021-03-29 12:42:05','','','','1600','Cash',0.00,'5000','','','1','','1','2021-03-29 09:42:10','2','9','new','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','982.00','981','Inclusive','branch','Inventory','','',''),('116170234752367372',288,'11617016843','6002269000559.00','1.00','1000','retail','0','2021-03-29 14:20:43','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 13:16:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170234782367372',289,'11617016843','6002269000559.00','1.00','1000','retail','0','2021-03-29 16:11:16','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 13:16:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170237691290132',290,'11617016843','147.00','1.00','200','retail','0','2021-03-29 16:16:06','','','','50','Cash',27.59,'200','','','1','','1','2021-03-29 13:16:10','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170237882222032',293,'11617023770','125.00','1.00','6200','retail','0','2021-03-29 16:16:10','','','','','Cash',855.17,'6200','','','1','','1','2021-03-29 13:18:22','1','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170237923032027',294,'11617023770','147.00','1.00','200','retail','0','2021-03-29 16:16:29','','','','50','Cash',27.59,'200','','','1','','1','2021-03-29 13:18:22','1','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170239071270132',295,'11617023902','6001495201501.00','1.00','1000','retail','0','2021-03-29 16:18:22','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 13:18:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170239102222032',296,'11617023902','6001495203055.00','1.00','1000','retail','0','2021-03-29 16:18:27','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-29 13:18:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170245982232221',299,'11617023936','6161101602143.00','1.00','500','retail','0','2021-03-29 16:18:56','','','','308','Cash',68.97,'500','','','1','','1','2021-03-29 13:31:46','1','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE','431.03','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170246083022306',300,'11617023936','6002269000566.00','1.00','1000','retail','0','2021-03-29 16:29:58','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 13:31:46','1','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170247233022327',301,'11617024707','132.00','1.00','150','retail','0','2021-03-29 16:31:47','','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-29 13:32:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170247293421300',302,'11617024707','6002269000566.00','1.00','1000','retail','0','2021-03-29 16:32:04','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-29 13:32:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170251182561372',303,'11617025110','33.00','1.00','120','retail','0','2021-03-29 16:38:30','','','','70','Cash',16.55,'120','','','1','','1','2021-03-30 02:24:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170251222222032',304,'11617025110','6002269000566.00','1.00','1000','retail','0','2021-03-29 16:38:38','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-30 02:24:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170710533421300',305,'11617071048','6001108049582.00','1.00','1000','retail','0','2021-03-30 05:24:08','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-30 02:24:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170710572165372',306,'11617071048','135.00','1.00','150','retail','0','2021-03-30 05:24:14','','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-30 02:24:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170712940202037',307,'11617071290','6001108049582.00','1.00','1000','retail','0','2021-03-30 05:28:10','','','','750','Cash',137.93,'1000','','','1','','1','2021-03-30 02:29:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170713353421300',308,'11617071290','6002269000559.00','1.00','996','retail','4','2021-03-30 05:28:48','','','','750','Cash',137.38,'996','','','1','','1','2021-03-30 02:29:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','858.62','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170713442164372',309,'11617071290','126.00','1.00','6194','retail','6','2021-03-30 05:28:56','','','','','Cash',854.34,'6194','','','1','','1','2021-03-30 02:29:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5339.66','1','997.00','996','Inclusive','branch','Inventory','','',''),('116170715953022395',310,'11617071290','6001495201501.00','1.00','1000','retail','0','2021-03-30 05:28:14','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-30 02:33:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170715993022395',311,'11617071290','6001495203055.00','1.00','1000','retail','0','2021-03-30 05:33:16','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-30 02:33:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170716061260132',312,'11617071603','130.00','1.00','6200','retail','0','2021-03-30 05:33:23','','','','','Cash',855.17,'6200','','','1','','1','2021-03-30 02:33:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116170716100202037',313,'11617071603','135.00','1.00','150','retail','0','2021-03-30 05:33:27','','','','93.5','Cash',20.69,'150','','','1','','1','2021-03-30 02:33:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170864171270132',314,'11617086401','125.00','1.00','6200','retail','0','2021-03-30 09:40:01','','','','','Cash',855.17,'6200','','','1','','1','2021-03-30 06:40:30','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116170864204282432',315,'11617086401','147.00','1.00','200','retail','0','2021-03-30 09:40:18','','','','50','Cash',27.59,'200','','','1','','1','2021-03-30 06:40:30','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','998.00','997','Inclusive','branch','Inventory','','',''),('116170864233133162',316,'11617086401','5010103930970.00','1.00','750','retail','0','2021-03-30 09:40:21','','','','460','Cash',103.45,'750','','','1','','1','2021-03-30 06:40:30','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','1000.00','999','Inclusive','branch','Inventory','','',''),('116171063852668372',317,'11617106382','6001495203055.00','1.00','1000','retail','0','2021-03-30 15:13:02','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-30 12:13:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116171063884202432',318,'11617106382','6001495201501.00','1.00','1000','retail','0','2021-03-30 15:13:06','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-30 12:13:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','998.00','997','Inclusive','branch','Inventory','','',''),('116171063931230132',319,'11617106390','6001495203055.00','1.00','1000','retail','0','2021-03-30 15:13:10','','','','700','Cash',137.93,'1000','','','1','','1','2021-03-30 12:13:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','997.00','996','Inclusive','branch','Inventory','','',''),('116171063962669372',320,'11617106390','130.00','1.00','6200','retail','0','2021-03-30 15:13:14','','','','','Cash',855.17,'6200','','','1','','1','2021-03-30 12:13:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','999.00','998','Inclusive','branch','Inventory','','',''),('116171063990202037',321,'11617106390','130.00','1.00','6200','retail','0','2021-03-30 15:13:16','','','','','Cash',855.17,'6200','','','1','','1','2021-03-30 12:13:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','1','998.00','997','Inclusive','branch','Inventory','','',''),('516196238853802632',322,'51619623873','241','0.50','850','retail','0','2021-04-28 18:34:34','','','','1200','Cash',117.24,'1700','','','5','','1','2021-04-28 15:34:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1465.52','','5.00','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('516196240733333632',323,'51619623873','242','1.00','150','retail','0','2021-04-28 18:34:34','','','','90','Cash',20.69,'150','','','5','','1','2021-04-28 15:34:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('516196240989202302',324,'51619624082','8','2.00','900','retail','0','2021-04-28 18:46:40','','','','330','Cash',124.14,'450','','','5','','1','2021-04-28 15:46:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','144.00','142','Inclusive','branch','Inventory','','',''),('516196241230040202',325,'51619624082','231','0.50','100','retail','0','2021-04-28 18:46:40','','','','130','Cash',13.79,'200','','','5','','1','2021-04-28 15:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','.5','75.00','74.5','Inclusive','branch','Inventory','1110','4000','5500'),('516196241362266004',326,'51619624082','63','1.00','150','retail','0','2021-04-28 18:46:40','','','','105','Cash',20.69,'150','','','5','','1','2021-04-28 15:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','55.00','54','Inclusive','branch','Inventory','','',''),('516196241661333026',327,'51619624082','60','1.50','225','retail','0','2021-04-28 18:46:40','','','','105','Cash',31.03,'150','','','5','','1','2021-04-28 15:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.00','48.5','Inclusive','branch','Inventory','','',''),('516196241973333303',328,'51619624082','145','1.00','450','retail','0','2021-04-28 18:46:40','','','','320','Cash',62.07,'450','','','5','','1','2021-04-28 15:46:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','4.00','3','Inclusive','branch','Inventory','','',''),('516196242173736273',329,'51619624082','232','2.00','150','retail','0','2021-04-28 18:46:40','','','','2','Cash',20.69,'75','','','5','','1','2021-04-28 15:46:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','500.00','498','Inclusive','branch','Inventory','1110','4000','5500'),('516196242310333021',330,'51619624082','61','1.00','150','retail','0','2021-04-28 18:46:40','','','','105','Cash',20.69,'150','','','5','','1','2021-04-28 15:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','65.00','64','Inclusive','branch','Inventory','','',''),('516196245281303094',331,'51619624082','169','3.00','375','retail','0','2021-04-28 18:46:40','','','','1350','Cash',51.72,'125','','','5','','1','2021-04-28 15:46:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','25.00','22','Inclusive','branch','Inventory','','',''),('516196248844069022',332,'51619624850','78','3.00','3720','retail','0','2021-04-28 18:48:15','','','','1180','Cash',513.10,'1240','','','5','','1','2021-04-28 15:48:20','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1068.97','','93.00','90','Inclusive','branch','Inventory','','',''),('516196249274125714',333,'51619624901','78','8.00','10000','retail','0','2021-04-28 19:00:59','','','','1180','Cash',1379.31,'1250','','','5','','1','2021-04-28 16:01:07','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','8','90.00','82','Inclusive','branch','Inventory','','',''),('516196251992321293',334,'51619624901','77','26.00','27300','retail','0','2021-04-28 19:00:59','','','','975','Cash',3765.52,'1050','','','5','','1','2021-04-28 16:01:07','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','26','64.00','38','Inclusive','branch','Inventory','','',''),('516196253242025262',335,'51619624901','76','9.00','7650','retail','0','2021-04-28 19:00:59','','','','780','Cash',1055.17,'850','','','5','','1','2021-04-28 16:01:07','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','9','19.00','10','Inclusive','branch','Inventory','','',''),('516196253403230204',336,'51619624901','66','4.00','1000','retail','0','2021-04-28 19:00:59','','','','150 ','Cash',137.93,'250','','','5','','1','2021-04-28 16:01:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','4','50.00','46','Inclusive','branch','Inventory','','',''),('516196253523015363',337,'51619624901','63','4.00','600','retail','0','2021-04-28 19:00:59','','','','105','Cash',82.76,'150','','','5','','1','2021-04-28 16:01:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','54.00','50','Inclusive','branch','Inventory','','',''),('516196253666242559',338,'51619624901','231','2.00','500','retail','0','2021-04-28 19:00:59','','','','130','Cash',68.97,'250','','','5','','1','2021-04-28 16:01:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','74.50','72.5','Inclusive','branch','Inventory','1110','4000','5500'),('516196254710304222',339,'51619624901','244','1.00','950','retail','0','2021-04-28 19:00:59','','','','800','Cash',131.03,'950','','','5','','1','2021-04-28 16:01:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516196255186662220',340,'51619624901','232','3.00','300','retail','0','2021-04-28 19:00:59','','','','2','Cash',41.38,'100','','','5','','1','2021-04-28 16:01:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','498.00','495','Inclusive','branch','Inventory','1110','4000','5500'),('516196257412340632',341,'51619625669','75','1.00','1250','retail','0','2021-04-28 19:02:22','','','','1180','Cash',172.41,'1250','','','5','','1','2021-04-28 16:02:27','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','1','60.00','59','Inclusive','branch','Inventory','','',''),('516196257763232122',342,'51619625748','2','30.00','16800','retail','0','2021-04-28 19:06:04','','','','510','Cash',2317.24,'560','','','5','','1','2021-04-28 16:06:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','300.00','270','Inclusive','branch','18','','',''),('516196258862202842',343,'51619625748','245','1.00','600','retail','0','2021-04-28 19:06:04','','','','650','Cash',82.76,'600','','','5','','1','2021-04-28 16:06:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('516196259876521218',344,'51619625971','231','3.00','600','retail','0','2021-04-28 19:06:28','','','','130','Cash',82.76,'200','','','5','','1','2021-04-28 16:06:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','3','72.50','69.5','Inclusive','branch','Inventory','1110','4000','5500'),('516196260113362120',345,'51619625993','2','4.00','2200','retail','0','2021-04-28 19:07:28','','','','510','Cash',303.45,'550','','','5','','1','2021-04-28 16:07:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','4','270.00','266','Inclusive','branch','18','','',''),('516196260392049323',346,'51619625993','232','1.00','250','retail','0','2021-04-28 19:07:28','','','','2','Cash',34.48,'250','','','5','','1','2021-04-28 16:07:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','495.00','494','Inclusive','branch','Inventory','1110','4000','5500'),('516196260733322032',347,'51619626056','53','1.00','650','retail','0','2021-04-28 19:07:54','','','','560','Cash',89.66,'650','','','5','','1','2021-04-28 16:07:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','73.00','72','Inclusive','branch','Inventory','','',''),('516196261576233222',348,'51619626142','2','5.00','3000','retail','0','2021-04-28 19:09:27','','','','510','Cash',413.79,'600','','','5','','1','2021-04-28 16:09:30','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','266.00','261','Inclusive','branch','18','','',''),('516196262933160523',349,'51619626171','41','7.00','5600','retail','0','2021-04-28 19:11:44','','','','675','Cash',772.41,'800','','','5','','1','2021-04-28 16:13:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','178.00','171','Inclusive','branch','Inventory','','',''),('416196294086306200',350,'41619629382','2','2.00','1120','retail','0','2021-04-28 20:03:49','','','','510','Cash',154.48,'560','','','4','','1','2021-04-28 17:03:57','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','261.00','259','Inclusive','branch','18','','',''),('416196295090204230',351,'41619629437','231','0.50','100','retail','0','2021-04-28 20:09:58','','','','130','Cash',13.79,'200','','','4','','1','2021-04-28 17:10:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','69.50','69','Inclusive','branch','Inventory','1110','4000','5500'),('416196296722297226',352,'41619629437','245','1.00','500','retail','0','2021-04-28 20:09:58','','','','650','Cash',68.97,'500','','','4','','1','2021-04-28 17:10:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416196297386282230',353,'41619629437','232','1.00','200','retail','0','2021-04-28 20:09:58','','','','2','Cash',27.59,'200','','','4','','1','2021-04-28 17:10:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','494.00','493','Inclusive','branch','Inventory','1110','4000','5500'),('416196298972006802',354,'41619629835','145','2.00','1000','retail','0','2021-04-28 20:16:00','','','','320','Cash',137.93,'500','','','4','','1','2021-04-28 17:16:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','2','3.00','1','Inclusive','branch','Inventory','','',''),('416196299252454633',355,'41619629835','4','8.00','6400','retail','0','2021-04-28 20:16:00','','','','700','Cash',882.76,'800','','','4','','1','2021-04-28 17:16:07','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','46.00','38','Inclusive','branch','Inventory','','',''),('416196300181020312',356,'41619629835','89','2.00','2150','retail','0','2021-04-28 20:16:00','','','','920','Cash',296.55,'1075','','','4','','1','2021-04-28 17:16:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','926.72','','10.50','8.5','Inclusive','branch','Inventory','','',''),('416196300922023330',357,'41619629835','232','20.00','100','retail','0','2021-04-28 20:16:00','','','','2','Cash',13.79,'5','','','4','','1','2021-04-28 17:16:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','20','493.00','473','Inclusive','branch','Inventory','1110','4000','5500'),('416196301133412032',358,'41619629835','232','10.00','50','retail','0','2021-04-28 20:16:00','','','','2','Cash',6.90,'5','','','4','','1','2021-04-28 17:16:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','10','473.00','463','Inclusive','branch','Inventory','1110','4000','5500'),('416196303164001302',359,'41619630168','41','10.00','7500','retail','0','2021-04-28 20:18:37','','','','675','Cash',1034.48,'750','','','4','','1','2021-04-28 17:18:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','10','171.00','161','Inclusive','branch','Inventory','','',''),('416196303522232235',360,'41619630325','138','2.00','5000','retail','0','2021-04-28 20:19:30','','','','2100','Cash',689.66,'2500','','','4','','1','2021-04-28 17:19:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','6.00','4','Inclusive','branch','Inventory','','',''),('516196308500026543',361,'51619630813','42','10.00','9000','retail','0','2021-04-28 20:56:21','','','','810','Cash',1241.38,'900','','','5','','1','2021-04-28 17:56:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','10','315.00','305','Inclusive','branch','Inventory','','',''),('516196320293202006',362,'51619630813','18','10.00','6010','retail','0','2021-04-28 20:56:21','','','','540','Cash',828.97,'601','','','5','','1','2021-04-28 17:56:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','518.10','','151.00','141','Inclusive','branch','Inventory','','',''),('516196321825162530',363,'51619630813','209','11.00','3850','retail','0','2021-04-28 20:56:21','','','','200','Cash',531.03,'350','','','5','','1','2021-04-28 17:56:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','11','23.00','12','Inclusive','branch','Inventory','','',''),('516196322042532021',364,'51619630813','66','4.00','1000','retail','0','2021-04-28 20:56:21','','','','150 ','Cash',137.93,'250','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','4','46.00','42','Inclusive','branch','Inventory','','',''),('516196322282285121',365,'51619630813','64','2.00','300','retail','0','2021-04-28 20:56:21','','','','105','Cash',41.38,'150','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','8','Inclusive','branch','Inventory','','',''),('516196322582225220',366,'51619630813','63','7.00','1050','retail','0','2021-04-28 20:56:21','','','','105','Cash',144.83,'150','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.00','43','Inclusive','branch','Inventory','','',''),('516196322892352303',367,'51619630813','62','4.00','600','retail','0','2021-04-28 20:56:21','','','','105','Cash',82.76,'150','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','315.00','311','Inclusive','branch','Inventory','','',''),('516196323062002532',368,'51619630813','61','5.00','750','retail','0','2021-04-28 20:56:21','','','','105','Cash',103.45,'150','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','64.00','59','Inclusive','branch','Inventory','','',''),('516196323282593240',369,'51619630813','60','2.00','300','retail','0','2021-04-28 20:56:21','','','','105','Cash',41.38,'150','','','5','','1','2021-04-28 17:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','48.50','46.5','Inclusive','branch','Inventory','','',''),('516196323432234291',370,'51619630813','232','6.00','420','retail','0','2021-04-28 20:56:21','','','','2','Cash',57.93,'70','','','5','','1','2021-04-28 17:56:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','463.00','457','Inclusive','branch','Inventory','1110','4000','5500'),('516196326741613164',371,'51619632599','220','1.00','3400','retail','0','2021-04-28 21:05:01','','','','3050','Cash',468.97,'3400','','','5','','1','2021-04-28 18:05:08','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('516196327229222205',372,'51619632599','163','2.00','400','retail','0','2021-04-28 21:05:01','','','','130','Cash',55.17,'200','','','5','','1','2021-04-28 18:05:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','100.00','98','Inclusive','branch','Inventory','','',''),('516196330523322616',373,'51619632599','232','1.00','200','retail','0','2021-04-28 21:05:01','','','','2','Cash',27.59,'200','','','5','','1','2021-04-28 18:05:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','457.00','456','Inclusive','branch','Inventory','1110','4000','5500'),('516196331306103232',374,'51619633109','18','3.00','1749.9','retail','0','2021-04-28 21:07:24','','','','540','Cash',241.37,'583.3','','','5','','1','2021-04-28 18:07:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','502.84','','141.00','138','Inclusive','branch','Inventory','','',''),('516196332860229030',375,'51619633254','132','1.00','1200','retail','0','2021-04-28 21:13:06','','','','1000','Cash',165.52,'1200','','','5','','1','2021-04-28 18:13:12','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','2.50','1.5','Inclusive','branch','Inventory','','',''),('516196333203030333',376,'51619633254','8','2.00','900','retail','0','2021-04-28 21:13:06','','','','330','Cash',124.14,'450','','','5','','1','2021-04-28 18:13:12','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','142.00','140','Inclusive','branch','Inventory','','',''),('516196335102302633',377,'51619633254','145','2.00','900','retail','0','2021-04-28 21:13:06','','','','320','Cash',124.14,'450','','','5','','1','2021-04-28 18:13:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','2.00','0','Inclusive','branch','Inventory','','',''),('516196335292205525',378,'51619633254','163','1.00','200','retail','0','2021-04-28 21:13:06','','','','130','Cash',27.59,'200','','','5','','1','2021-04-28 18:13:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','98.00','97','Inclusive','branch','Inventory','','',''),('516196339532522603',379,'51619633594','41','20.00','15600','retail','0','2021-04-28 21:23:29','','','','675','Cash',2151.72,'780','','','5','','1','2021-04-28 18:23:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','672.41','','161.00','141','Inclusive','branch','Inventory','','',''),('516196340823869229',380,'51619633594','13','8.00','6400','retail','0','2021-04-28 21:23:29','','','','640','Cash',882.76,'800','','','5','','1','2021-04-28 18:23:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','8','305.00','297','Inclusive','branch','Inventory','','',''),('516196341084224013',381,'51619633594','163','5.00','1000','retail','0','2021-04-28 21:23:29','','','','130','Cash',137.93,'200','','','5','','1','2021-04-28 18:23:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','5','97.00','92','Inclusive','branch','Inventory','','',''),('516196341899511130',382,'51619633594','8','1.00','500','retail','0','2021-04-28 21:23:29','','','','330','Cash',68.97,'500','','','5','','1','2021-04-28 18:23:35','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','140.00','139','Inclusive','branch','Inventory','','',''),('516196343833291333',383,'51619634215','232','1.00','200','retail','0','2021-04-28 21:26:34','','','','2','Cash',27.59,'200','','','5','','1','2021-04-28 18:26:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','456.00','455','Inclusive','branch','Inventory','1110','4000','5500'),('516196347810233521',384,'51619634761','76','15.00','12750','retail','0','2021-04-28 21:33:03','','','','780','Cash',1758.62,'850','','','5','','1','2021-04-28 18:33:10','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','15','25.00','10','Inclusive','branch','Inventory','','',''),('516196348191203313',385,'51619634791','232','2.00','1000','retail','0','2021-04-28 21:34:11','','','','2','Cash',137.93,'500','','','5','','1','2021-04-28 18:34:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','455.00','453','Inclusive','branch','Inventory','1110','4000','5500'),('516196348793210266',386,'51619634857','232','4.00','400','retail','0','2021-04-28 21:35:24','','','','2','Cash',55.17,'100','','','5','','1','2021-04-28 18:35:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','453.00','449','Inclusive','branch','Inventory','1110','4000','5500'),('516196349129060150',387,'51619634857','232','1.00','100','retail','0','2021-04-28 21:35:24','','','','2','Cash',13.79,'100','','','5','','1','2021-04-28 18:35:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','449.00','448','Inclusive','branch','Inventory','1110','4000','5500'),('516196349582302302',388,'51619634938','2','3.00','1650','retail','0','2021-04-28 21:35:59','','','','510','Cash',227.59,'550','','','5','','1','2021-04-28 18:36:05','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','3','259.00','256','Inclusive','branch','18','','',''),('516196349900301233',389,'51619634966','232','1.00','100','retail','0','2021-04-28 21:36:43','','','','2','Cash',13.79,'100','','','5','','1','2021-04-28 18:36:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','448.00','447','Inclusive','branch','Inventory','1110','4000','5500'),('516196350244035210',390,'51619635008','131','1.00','850','retail','0','2021-04-28 21:37:19','','','','500','Cash',117.24,'850','','','5','','1','2021-04-28 18:37:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','3.00','2','Inclusive','branch','Inventory','','',''),('516196350631214336',391,'51619635044','60','1.00','200','retail','0','2021-04-28 21:39:42','','','','105','Cash',27.59,'200','','','5','','1','2021-04-28 18:39:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','46.50','45.5','Inclusive','branch','Inventory','','',''),('516196351003359906',392,'51619635044','231','1.00','200','retail','0','2021-04-28 21:39:42','','','','130','Cash',27.59,'200','','','5','','1','2021-04-28 18:39:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('516196351263023262',393,'51619635044','163','0.50','100','retail','0','2021-04-28 21:39:42','','','','130','Cash',13.79,'200','','','5','','1','2021-04-28 18:39:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','92.00','91.5','Inclusive','branch','Inventory','','',''),('516196351412225051',394,'51619635044','232','2.00','200','retail','0','2021-04-28 21:39:42','','','','2','Cash',27.59,'100','','','5','','1','2021-04-28 18:39:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','447.00','445','Inclusive','branch','Inventory','1110','4000','5500'),('516196352081259242',395,'51619635188','2','4.00','2200','retail','0','2021-04-28 21:40:09','','','','510','Cash',303.45,'550','','','5','','1','2021-04-28 18:40:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','4','256.00','252','Inclusive','branch','18','','',''),('516196352342230333',396,'51619635217','2','5.00','2750','retail','0','2021-04-28 21:40:35','','','','510','Cash',379.31,'550','','','5','','1','2021-04-28 18:40:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','5','252.00','247','Inclusive','branch','18','','',''),('516196355045462333',398,'51619635441','18','7.00','4099.97','retail','0','2021-04-28 21:49:33','','','','540','Cash',565.51,'585.71','','','5','','1','2021-04-28 18:49:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','504.92','','138.00','131','Inclusive','branch','Inventory','','',''),('516196358033023333',399,'51619635781','2','4.00','2250','retail','0','2021-04-28 21:50:43','','','','510','Cash',310.34,'562.5','','','5','','1','2021-04-28 18:50:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','484.91','','247.00','243','Inclusive','branch','18','','',''),('516196365842022383',400,'41619630376','14','3.00','2970','retail','0','2021-04-28 22:03:55','','','','765','Cash',409.66,'990','','','5','','1','2021-04-28 19:04:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','853.45','','230.00','227','Inclusive','branch','Inventory','','',''),('516196366640239222',401,'51619636644','232','1.00','200','retail','0','2021-04-28 22:04:58','','','','2','Cash',27.59,'200','','','5','','1','2021-04-28 19:05:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','445.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('516196366771330223',402,'51619636644','232','1.00','250','retail','0','2021-04-28 22:04:58','','','','2','Cash',34.48,'250','','','5','','1','2021-04-28 19:05:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','444.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('516196367677031990',403,'51619636704','245','1.00','500','retail','0','2021-04-28 22:07:45','','','','650','Cash',68.97,'500','','','5','','1','2021-04-28 19:07:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('516196368191834903',404,'51619636704','2','1.00','550','retail','0','2021-04-28 22:07:45','','','','510','Cash',75.86,'550','','','5','','1','2021-04-28 19:07:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','243.00','242','Inclusive','branch','18','','',''),('516196368421236352',405,'51619636704','232','1.00','250','retail','0','2021-04-28 22:07:45','','','','2','Cash',34.48,'250','','','5','','1','2021-04-28 19:07:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','443.00','442','Inclusive','branch','Inventory','1110','4000','5500'),('516196371182332263',406,'51619636874','42','6.00','5100','retail','0','2021-04-28 22:13:25','','','','810','Cash',703.45,'850','','','5','','1','2021-04-28 19:13:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','305.00','299','Inclusive','branch','Inventory','','',''),('516196371791113250',407,'51619636874','2','5.00','2800','retail','0','2021-04-28 22:13:25','','','','510','Cash',386.21,'560','','','5','','1','2021-04-28 19:13:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','242.00','237','Inclusive','branch','18','','',''),('516196372702157362',408,'51619637221','84','50.00','62000','retail','0','2021-04-28 22:23:25','','','','1180','Cash',8551.72,'1240','','','5','','1','2021-04-28 19:23:31','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1068.97','','61.00','11','Inclusive','branch','Inventory','','',''),('516196373810233230',409,'51619637221','5','14.00','4999.96','retail','0','2021-04-28 22:23:25','','','','330','Cash',689.65,'357.14','','','5','','1','2021-04-28 19:23:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','307.88','','14.00','0','Inclusive','branch','Inventory','','',''),('516196377377232272',410,'51619637221','50','18.00','7200','retail','0','2021-04-28 22:23:25','','','','325','Cash',993.10,'400','','','5','','1','2021-04-28 19:23:31','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','50.00','32','Inclusive','branch','Inventory','','',''),('516196377882317372',411,'51619637221','66','13.00','2600','retail','0','2021-04-28 22:23:25','','','','150 ','Cash',358.62,'200','','','5','','1','2021-04-28 19:23:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.00','29','Inclusive','branch','Inventory','','',''),('516196378473033012',412,'51619637811','232','1.00','450','retail','0','2021-04-28 22:24:45','','','','2','Cash',62.07,'450','','','5','','1','2021-04-28 19:24:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','442.00','440','Inclusive','branch','Inventory','1110','4000','5500'),('516196378619332390',413,'51619637811','232','1.00','400','retail','0','2021-04-28 22:24:45','','','','2','Cash',55.17,'400','','','5','','1','2021-04-28 19:24:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','441.00','440','Inclusive','branch','Inventory','1110','4000','5500'),('516196380094201800',414,'51619637997','246','2.00','600','retail','0','2021-04-28 22:28:57','','','','200','Cash',82.76,'300','','','5','','1','2021-04-28 19:29:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('516196380890001132',415,'51619637997','186','1.00','200','retail','0','2021-04-28 22:28:57','','','','40','Cash',27.59,'200','','','5','','1','2021-04-28 19:29:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.00','19','Inclusive','branch','Inventory','','',''),('516196381230032023',416,'51619637997','232','1.00','100','retail','0','2021-04-28 22:28:57','','','','2','Cash',13.79,'100','','','5','','1','2021-04-28 19:29:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','440.00','439','Inclusive','branch','Inventory','1110','4000','5500'),('516196381872311773',417,'51619638148','232','9.00','2700','retail','0','2021-04-28 22:32:10','','','','2','Cash',372.41,'300','','','5','','1','2021-04-28 19:32:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','439.00','430','Inclusive','branch','Inventory','1110','4000','5500'),('516196382500206212',418,'51619638148','97','3.00','2550','retail','0','2021-04-28 22:32:10','','','','670','Cash',351.72,'850','','','5','','1','2021-04-28 19:32:16','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','8.00','5','Inclusive','branch','Inventory','','',''),('516196383710097090',419,'51619638337','97','3.00','2550','retail','0','2021-04-28 22:34:25','','','','670','Cash',351.72,'850','','','5','','1','2021-04-28 19:34:32','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','5.00','2','Inclusive','branch','Inventory','','',''),('516196384642223320',420,'51619638337','71','0.00','0','retail','0','2021-04-28 22:34:25','','','','975','Cash',0.00,'1050','','','5','','1','2021-04-28 19:34:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','87.00','87','Inclusive','branch','Inventory','','',''),('516196384931392339',421,'51619638472','71','2.00','2100','retail','0','2021-04-28 22:38:00','','','','975','Cash',289.66,'1050','','','5','','1','2021-04-28 19:38:08','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','2','87.00','85','Inclusive','branch','Inventory','','',''),('516196385833630383',422,'51619638472','46','5.00','2150','retail','0','2021-04-28 22:38:00','','','','325','Cash',296.55,'430','','','5','','1','2021-04-28 19:38:08','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','50.00','45','Inclusive','branch','Inventory','','',''),('516196386426223301',423,'51619638472','60','1.00','150','retail','0','2021-04-28 22:38:00','','','','105','Cash',20.69,'150','','','5','','1','2021-04-28 19:38:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.50','44.5','Inclusive','branch','Inventory','','',''),('516196386626600823',424,'51619638472','61','2.00','300','retail','0','2021-04-28 22:38:00','','','','105','Cash',41.38,'150','','','5','','1','2021-04-28 19:38:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','59.00','57','Inclusive','branch','Inventory','','',''),('516196387290332120',425,'51619638688','8','9.00','4050','retail','0','2021-04-28 22:39:21','','','','330','Cash',558.62,'450','','','5','','1','2021-04-28 19:39:29','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','139.00','130','Inclusive','branch','Inventory','','',''),('516196387612360463',426,'51619638688','71','2.00','2100','retail','0','2021-04-28 22:39:21','','','','975','Cash',289.66,'1050','','','5','','1','2021-04-28 19:39:29','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','2','85.00','83','Inclusive','branch','Inventory','','',''),('516196387861323309',427,'51619638769','231','1.00','200','retail','0','2021-04-28 22:47:44','','','','130','Cash',27.59,'200','','','5','','1','2021-04-28 19:47:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('516196388082200890',428,'51619638769','231','0.50','100','retail','0','2021-04-28 22:47:44','','','','130','Cash',13.79,'200','','','5','','1','2021-04-28 19:47:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','67.00','66.5','Inclusive','branch','Inventory','1110','4000','5500'),('516196390319221123',429,'51619638769','247','1.00','300','retail','0','2021-04-28 22:47:44','','','','190','Cash',41.38,'300','','','5','','1','2021-04-28 19:47:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516196391782322232',430,'51619638769','232','2.00','500','retail','0','2021-04-28 22:47:44','','','','2','Cash',68.97,'250','','','5','','1','2021-04-28 19:47:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','430.00','428','Inclusive','branch','Inventory','1110','4000','5500'),('516196392482244238',431,'51619638769','232','4.00','200','retail','0','2021-04-28 22:47:44','','','','2','Cash',27.59,'50','','','5','','1','2021-04-28 19:47:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','428.00','424','Inclusive','branch','Inventory','1110','4000','5500'),('516196393102102560',432,'51619639268','163','4.00','800','retail','0','2021-04-28 22:48:30','','','','130','Cash',110.34,'200','','','5','','1','2021-04-28 19:48:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','4','91.50','87.5','Inclusive','branch','Inventory','','',''),('516196394440430326',433,'51619639417','77','18.00','18720','retail','0','2021-04-28 23:01:31','','','','975','Cash',2582.07,'1040','','','5','','1','2021-04-28 20:01:52','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','896.55','','38.00','20','Inclusive','branch','Inventory','','',''),('516196394800602403',434,'51619639417','76','10.00','8800','retail','0','2021-04-28 23:01:31','','','','780','Cash',1213.79,'880','','','5','','1','2021-04-28 20:01:52','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','10.00','0','Inclusive','branch','Inventory','','',''),('516196397063310027',435,'51619639417','47','12.00','5400','retail','0','2021-04-28 23:01:31','','','','325','Cash',744.83,'450','','','5','','1','2021-04-28 20:01:52','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','50.00','38','Inclusive','branch','Inventory','','',''),('516196397871672622',436,'51619639417','66','5.00','1000','retail','0','2021-04-28 23:01:31','','','','150 ','Cash',137.93,'200','','','5','','1','2021-04-28 20:01:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.00','24','Inclusive','branch','Inventory','','',''),('516196398111323505',437,'51619639417','62','4.00','600','retail','0','2021-04-28 23:01:31','','','','105','Cash',82.76,'150','','','5','','1','2021-04-28 20:01:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','311.00','307','Inclusive','branch','Inventory','','',''),('516196398643630366',438,'51619639417','63','4.00','600','retail','0','2021-04-28 23:01:31','','','','105','Cash',82.76,'150','','','5','','1','2021-04-28 20:01:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.00','39','Inclusive','branch','Inventory','','',''),('516196400432230920',439,'51619639417','248','4.00','580','retail','0','2021-04-28 23:01:31','','','','40','Cash',80.00,'145','','','5','','1','2021-04-28 20:01:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','125.00','','100.00','96','Inclusive','branch','Inventory','1110','4000','5500'),('516196401355643123',440,'51619640112','43','2.00','700','retail','0','2021-04-28 23:02:25','','','','275','Cash',96.55,'350','','','5','','1','2021-04-28 20:02:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','170.00','168','Inclusive','branch','Inventory','','',''),('516196401703332367',441,'51619640151','66','0.50','100','retail','0','2021-04-28 23:02:59','','','','150 ','Cash',13.79,'200','','','5','','1','2021-04-28 20:03:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','23.5','Inclusive','branch','Inventory','','',''),('516196402166204123',442,'51619640195','231','0.50','100','retail','0','2021-04-28 23:03:37','','','','130','Cash',13.79,'200','','','5','','1','2021-04-28 20:03:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','.5','66.50','66','Inclusive','branch','Inventory','1110','4000','5500'),('416196983132313933',443,'41619698061','231','1.00','200','retail','0','2021-04-29 15:12:30','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:12:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416196984244224322',444,'41619698376','253','2.00','11800','retail','0','2021-04-29 15:14:57','','','','5700','Cash',1627.59,'5900','','','4','','1','2021-04-29 12:15:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5086.21','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416196985602264632',445,'41619698514','137','2.00','3800','retail','0','2021-04-29 15:16:56','','','','1680','Cash',524.14,'1900','','','4','','1','2021-04-29 12:17:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','5.00','3','Inclusive','branch','Inventory','','',''),('416196986154334223',446,'41619698514','163','1.00','200','retail','0','2021-04-29 15:16:56','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:17:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','87.50','86.5','Inclusive','branch','Inventory','','',''),('416196986502434263',447,'41619698625','232','1.00','150','retail','0','2021-04-29 15:17:48','','','','2','Cash',20.69,'150','','','4','','1','2021-04-29 12:18:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','424.00','423','Inclusive','branch','Inventory','1110','4000','5500'),('416196989613664263',448,'41619698695','42','12.00','10500','retail','0','2021-04-29 15:23:14','','','','810','Cash',1448.28,'875','','','4','','1','2021-04-29 12:24:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','754.31','','299.00','287','Inclusive','branch','Inventory','','',''),('416196991224333114',449,'41619699073','245','2.00','400','retail','0','2021-04-29 15:28:57','','','','650','Cash',55.17,'200','','','4','','1','2021-04-29 12:29:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','47.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416196991763319133',450,'41619699073','245','1.00','300','retail','0','2021-04-29 15:28:57','','','','650','Cash',41.38,'300','','','4','','1','2021-04-29 12:29:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416196992682203091',451,'41619699073','232','1.00','200','retail','0','2021-04-29 15:28:57','','','','2','Cash',27.59,'200','','','4','','1','2021-04-29 12:29:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','423.00','422','Inclusive','branch','Inventory','1110','4000','5500'),('416196993243211940',452,'41619699073','60','1.00','150','retail','0','2021-04-29 15:28:57','','','','105','Cash',20.69,'150','','','4','','1','2021-04-29 12:29:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','44.50','43.5','Inclusive','branch','Inventory','','',''),('416196993576323439',453,'41619699342','232','1.00','150','retail','0','2021-04-29 15:29:32','','','','2','Cash',20.69,'150','','','4','','1','2021-04-29 12:29:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','422.00','421','Inclusive','branch','Inventory','1110','4000','5500'),('416196994134400243',454,'41619699376','245','1.00','900','retail','0','2021-04-29 15:30:51','','','','650','Cash',124.14,'900','','','4','','1','2021-04-29 12:30:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416196994293230322',455,'41619699376','245','1.00','900','retail','0','2021-04-29 15:30:51','','','','650','Cash',124.14,'900','','','4','','1','2021-04-29 12:30:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416196994404639230',456,'41619699376','232','1.00','400','retail','0','2021-04-29 15:30:51','','','','2','Cash',55.17,'400','','','4','','1','2021-04-29 12:30:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','421.00','420','Inclusive','branch','Inventory','1110','4000','5500'),('416196994674330332',457,'41619699455','231','1.00','200','retail','0','2021-04-29 15:31:08','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:31:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('416196994894122322',458,'41619699479','231','1.00','200','retail','0','2021-04-29 15:31:30','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:31:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416196998011020433',459,'41619699694','231','1.00','200','retail','0','2021-04-29 15:36:42','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:36:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500'),('416196998276914309',460,'41619699808','231','1.00','200','retail','0','2021-04-29 15:37:08','','','','130','Cash',27.59,'200','','','4','','1','2021-04-29 12:37:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416196998500020406',461,'41619699833','231','0.50','100','retail','0','2021-04-29 15:37:31','','','','130','Cash',13.79,'200','','','4','','1','2021-04-29 12:37:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.50','61.00','60.5','Inclusive','branch','Inventory','1110','4000','5500'),('416196998849364924',462,'41619699855','2','20.00','11000','retail','0','2021-04-29 15:39:04','','','','510','Cash',1517.24,'550','','','4','','1','2021-04-29 12:39:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','20','217.00','197','Inclusive','branch','18','','',''),('416196999423306213',463,'41619699855','42','2.00','1800','retail','0','2021-04-29 15:39:04','','','','810','Cash',248.28,'900','','','4','','1','2021-04-29 12:39:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','2','287.00','285','Inclusive','branch','Inventory','','',''),('416198687000322301',465,'41619868473','2','4.00','2250','retail','0','2021-05-01 14:39:30','','','','510','Cash',310.34,'562.5','','','4','','1','2021-05-01 11:39:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','484.91','','197.00','193','Inclusive','branch','18','','',''),('416198688393383233',466,'41619868473','247','1.00','300','retail','0','2021-05-01 14:39:30','','','','190','Cash',41.38,'300','','','4','','1','2021-05-01 11:39:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416198688623264183',467,'41619868473','66','1.00','200','retail','0','2021-05-01 14:39:30','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-01 11:39:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','23.50','22.5','Inclusive','branch','Inventory','','',''),('416198688843320220',468,'41619868473','62','1.00','150','retail','0','2021-05-01 14:39:30','','','','105','Cash',20.69,'150','','','4','','1','2021-05-01 11:39:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','307.00','306','Inclusive','branch','Inventory','','',''),('416198691396342133',469,'41619868473','41','5.00','3900','retail','0','2021-05-01 14:39:30','','','','675','Cash',537.93,'780','','','4','','1','2021-05-01 11:39:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','672.41','','141.00','136','Inclusive','branch','Inventory','','',''),('416198692442230003',470,'41619869179','42','28.00','24649.996','retail','0','2021-05-01 14:42:41','','','','810','Cash',3400.00,'880.357','','','4','','1','2021-05-01 11:42:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.93','','285.00','257','Inclusive','branch','Inventory','','',''),('416198693132836410',471,'41619869179','245','1.00','850','retail','0','2021-05-01 14:42:41','','','','650','Cash',117.24,'850','','','4','','1','2021-05-01 11:42:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416198694371622332',472,'41619869372','42','8.00','7200','retail','0','2021-05-01 14:43:58','','','','810','Cash',993.10,'900','','','4','','1','2021-05-01 11:44:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','8','257.00','249','Inclusive','branch','Inventory','','',''),('416198694783130763',473,'41619869447','62','1.00','150','retail','0','2021-05-01 14:45:08','','','','105','Cash',20.69,'150','','','4','','1','2021-05-01 11:45:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','306.00','305','Inclusive','branch','Inventory','','',''),('416198694989203080',474,'41619869447','63','1.00','150','retail','0','2021-05-01 14:45:08','','','','105','Cash',20.69,'150','','','4','','1','2021-05-01 11:45:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.00','38','Inclusive','branch','Inventory','','',''),('416198697107000243',475,'41619869518','245','5.00','1600','retail','0','2021-05-01 14:49:45','','','','650','Cash',220.69,'320','','','4','','1','2021-05-01 11:49:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','41.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416198698132083810',476,'41619869794','63','3.00','499.98','retail','0','2021-05-01 14:50:31','','','','105','Cash',68.96,'166.66','','','4','','1','2021-05-01 11:50:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','38.00','35','Inclusive','branch','Inventory','','',''),('416198699333936393',477,'41619869836','223','40.00','34000','retail','0','2021-05-01 15:08:41','','','','720','Cash',4689.66,'850','','','4','','1','2021-05-01 12:08:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','77.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416198704367310702',478,'41619869836','2','4.00','2250','retail','0','2021-05-01 15:08:41','','','','510','Cash',310.34,'562.5','','','4','','1','2021-05-01 12:08:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','484.91','','193.00','189','Inclusive','branch','18','','',''),('416198705609202384',479,'41619869836','63','5.00','800','retail','0','2021-05-01 15:08:41','','','','105','Cash',110.34,'160','','','4','','1','2021-05-01 12:08:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','35.00','30','Inclusive','branch','Inventory','','',''),('416198706174834107',480,'41619869836','62','4.00','650','retail','0','2021-05-01 15:08:41','','','','105','Cash',89.66,'162.5','','','4','','1','2021-05-01 12:08:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','140.09','','305.00','301','Inclusive','branch','Inventory','','',''),('416198706512002022',481,'41619869836','60','2.00','350','retail','0','2021-05-01 15:08:41','','','','105','Cash',48.28,'175','','','4','','1','2021-05-01 12:08:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','43.50','41.5','Inclusive','branch','Inventory','','',''),('416198706952322321',482,'41619869836','231','8.00','2000','retail','0','2021-05-01 15:08:41','','','','130','Cash',275.86,'250','','','4','','1','2021-05-01 12:08:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','60.50','52.5','Inclusive','branch','Inventory','1110','4000','5500'),('416198707462346036',483,'41619869836','66','2.00','450','retail','0','2021-05-01 15:08:41','','','','150 ','Cash',62.07,'225','','','4','','1','2021-05-01 12:08:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','22.50','20.5','Inclusive','branch','Inventory','','',''),('416198707866238702',484,'41619869836','247','2.00','700','retail','0','2021-05-01 15:08:41','','','','190','Cash',96.55,'350','','','4','','1','2021-05-01 12:08:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416198708113312622',485,'41619869836','232','4.00','400','retail','0','2021-05-01 15:08:41','','','','2','Cash',55.17,'100','','','4','','1','2021-05-01 12:08:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','420.00','416','Inclusive','branch','Inventory','1110','4000','5500'),('416198708512320330',486,'41619869836','245','4.00','3600','retail','0','2021-05-01 15:08:41','','','','650','Cash',496.55,'900','','','4','','1','2021-05-01 12:08:48','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','4','36.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416198708650163244',487,'41619869836','232','1.00','500','retail','0','2021-05-01 15:08:41','','','','2','Cash',68.97,'500','','','4','','1','2021-05-01 12:08:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','416.00','415','Inclusive','branch','Inventory','1110','4000','5500'),('416198708896303008',488,'41619869836','232','1.00','300','retail','0','2021-05-01 15:08:41','','','','2','Cash',41.38,'300','','','4','','1','2021-05-01 12:08:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','415.00','414','Inclusive','branch','Inventory','1110','4000','5500'),('416198709063120901',489,'41619869836','232','1.00','100','retail','0','2021-05-01 15:08:41','','','','2','Cash',13.79,'100','','','4','','1','2021-05-01 12:08:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','414.00','413','Inclusive','branch','Inventory','1110','4000','5500'),('416198709572077033',490,'41619870929','2','10.00','5500','retail','0','2021-05-01 15:11:03','','','','510','Cash',758.62,'550','','','4','','1','2021-05-01 12:11:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','10','189.00','179','Inclusive','branch','18','','',''),('416198709920020319',491,'41619870929','186','3.00','600','retail','0','2021-05-01 15:11:03','','','','40','Cash',82.76,'200','','','4','','1','2021-05-01 12:11:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','16','Inclusive','branch','Inventory','','',''),('416198710542303026',492,'41619870929','232','3.00','900','retail','0','2021-05-01 15:11:03','','','','2','Cash',124.14,'300','','','4','','1','2021-05-01 12:11:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','413.00','410','Inclusive','branch','Inventory','1110','4000','5500'),('416198712463723132',493,'41619871228','2','20.00','11200','retail','0','2021-05-01 15:14:21','','','','510','Cash',1544.83,'560','','','4','','1','2021-05-01 12:15:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','179.00','159','Inclusive','branch','18','','',''),('416198713562903026',494,'41619871305','43','5.00','1750','retail','0','2021-05-01 15:16:10','','','','275','Cash',241.38,'350','','','4','','1','2021-05-01 12:16:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','168.00','163','Inclusive','branch','Inventory','','',''),('416198714391323109',495,'41619871375','41','8.00','6800','retail','0','2021-05-01 15:17:32','','','','675','Cash',937.93,'850','','','4','','1','2021-05-01 12:17:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','136.00','128','Inclusive','branch','Inventory','','',''),('416198714774370263',496,'41619871462','232','1.00','400','retail','0','2021-05-01 15:18:13','','','','2','Cash',55.17,'400','','','4','','1','2021-05-01 12:18:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','410.00','409','Inclusive','branch','Inventory','1110','4000','5500'),('416198715873203110',497,'41619871502','108','35.00','36750','retail','0','2021-05-01 15:19:48','','','','975','Cash',5068.97,'1050','','','4','','1','2021-05-01 12:19:57','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','35','64.00','29','Inclusive','branch','Inventory','','',''),('416198716331422332',498,'41619871598','2','1.00','600','retail','0','2021-05-01 15:21:55','','','','510','Cash',82.76,'600','','','4','','1','2021-05-01 12:22:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','159.00','158','Inclusive','branch','18','','',''),('416198716966036182',499,'41619871598','232','1.00','400','retail','0','2021-05-01 15:21:55','','','','2','Cash',55.17,'400','','','4','','1','2021-05-01 12:22:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','409.00','408','Inclusive','branch','Inventory','1110','4000','5500'),('416198717397272988',500,'41619871722','263','1.00','12300','retail','0','2021-05-01 15:22:31','','','','8500','Cash',1696.55,'12300','','','4','','1','2021-05-01 12:22:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','10603.45','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416198717733233033',501,'41619871755','15','12.00','8400','retail','0','2021-05-01 15:25:29','','','','490','Cash',1158.62,'700','','','4','','1','2021-05-01 12:25:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','146.00','134','Inclusive','branch','Inventory','','',''),('416198718232123234',502,'41619871755','63','1.00','170','retail','0','2021-05-01 15:25:29','','','','105','Cash',23.45,'170','','','4','','1','2021-05-01 12:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','30.00','29','Inclusive','branch','Inventory','','',''),('416198718531329073',503,'41619871755','66','1.00','220','retail','0','2021-05-01 15:25:29','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-01 12:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','19.50','19.5','Inclusive','branch','Inventory','','',''),('416198718833023322',504,'41619871755','62','1.00','160','retail','0','2021-05-01 15:25:29','','','','105','Cash',22.07,'160','','','4','','1','2021-05-01 12:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','301.00','300','Inclusive','branch','Inventory','','',''),('416198721032321932',505,'41619872060','14','2.00','2000','retail','0','2021-05-01 15:28:39','','','','765','Cash',275.86,'1000','','','4','','1','2021-05-01 12:28:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','199.00','197','Inclusive','branch','Inventory','','',''),('416200499152234133',508,'41620049739','241','0.50','700','retail','0','2021-05-03 16:52:12','','','','1200','Cash',96.55,'1400','','','4','','1','2021-05-03 13:52:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','4.50','4','Inclusive','branch','Inventory','1110','4000','5500'),('416200499533301223',509,'41620049937','8','6.00','3000','retail','0','2021-05-03 16:53:25','','','','330','Cash',413.79,'500','','','4','','1','2021-05-03 13:53:30','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','6','130.00','124','Inclusive','branch','Inventory','','',''),('416200499839602323',510,'41620049937','61','1.00','150','retail','0','2021-05-03 16:53:25','','','','105','Cash',20.69,'150','','','4','','1','2021-05-03 13:53:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','57.00','56','Inclusive','branch','Inventory','','',''),('416200500293026002',511,'41620050012','89','0.50','550','retail','0','2021-05-03 16:53:50','','','','920','Cash',75.86,'1100','','','4','','1','2021-05-03 13:53:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','0.5','8.50','8','Inclusive','branch','Inventory','','',''),('416200500525360050',512,'41620050037','66','2.00','400','retail','0','2021-05-03 16:57:03','','','','150 ','Cash',55.17,'200','','','4','','1','2021-05-03 13:57:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','17.5','Inclusive','branch','Inventory','','',''),('416200500772300322',513,'41620050037','61','1.00','150','retail','0','2021-05-03 16:57:03','','','','105','Cash',20.69,'150','','','4','','1','2021-05-03 13:57:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','56.00','55','Inclusive','branch','Inventory','','',''),('416200501303340105',514,'41620050037','245','1.00','900','retail','0','2021-05-03 16:57:03','','','','650','Cash',124.14,'900','','','4','','1','2021-05-03 13:57:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416200501612332030',515,'41620050037','60','7.00','999.95','retail','0','2021-05-03 16:57:03','','','','105','Cash',137.92,'142.85','','','4','','1','2021-05-03 13:57:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','123.15','','41.50','34.5','Inclusive','branch','Inventory','','',''),('416200502985102685',516,'41620050230','232','1.00','100','retail','0','2021-05-03 17:05:37','','','','2','Cash',13.79,'100','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','408.00','407','Inclusive','branch','Inventory','1110','4000','5500'),('416200503450332430',517,'41620050230','245','1.00','300','retail','0','2021-05-03 17:05:37','','','','650','Cash',41.38,'300','','','4','','1','2021-05-03 14:05:45','1','6','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416200503792030022',518,'41620050230','60','0.50','100','retail','0','2021-05-03 17:05:37','','','','105','Cash',13.79,'200','','','4','','1','2021-05-03 14:05:45','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','34','Inclusive','branch','Inventory','','',''),('416200504343020361',519,'41620050230','245','10.00','4000','retail','0','2021-05-03 17:05:37','','','','650','Cash',551.72,'400','','','4','','1','2021-05-03 14:05:45','1','6','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','30.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416200504912303433',520,'41620050230','232','1.00','100','retail','0','2021-05-03 17:05:37','','','','2','Cash',13.79,'100','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','407.00','406','Inclusive','branch','Inventory','1110','4000','5500'),('416200505704300002',521,'41620050230','232','1.00','100','retail','0','2021-05-03 17:05:37','','','','2','Cash',13.79,'100','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','406.00','405','Inclusive','branch','Inventory','1110','4000','5500'),('416200505909263450',522,'41620050230','232','1.00','200','retail','0','2021-05-03 17:05:37','','','','2','Cash',27.59,'200','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','405.00','389','Inclusive','branch','Inventory','1110','4000','5500'),('416200506643403120',523,'41620050230','246','2.00','600','retail','0','2021-05-03 17:05:37','','','','200','Cash',82.76,'300','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416200506970322200',524,'41620050230','232','15.00','1500','retail','0','2021-05-03 17:05:37','','','','2','Cash',206.90,'100','','','4','','1','2021-05-03 14:05:45','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','404.00','389','Inclusive','branch','Inventory','1110','4000','5500'),('416200509263203240',534,'41620050766','13','10.00','9000','retail','0','2021-05-03 17:09:47','','','','640','Cash',1241.38,'900','','','4','','1','2021-05-03 14:10:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','297.00','287','Inclusive','branch','Inventory','','',''),('416200511590332224',535,'41620051024','232','1.00','2300','retail','0','2021-05-03 17:15:19','','','','2','Cash',317.24,'2300','','','4','','1','2021-05-03 14:15:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','389.00','388','Inclusive','branch','Inventory','1110','4000','5500'),('416200512330222241',536,'41620051024','232','0.50','100','retail','0','2021-05-03 17:15:19','','','','2','Cash',13.79,'200','','','4','','1','2021-05-03 14:15:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','388.00','386.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200512974175010',537,'41620051024','232','1.00','50','retail','0','2021-05-03 17:15:19','','','','2','Cash',6.90,'50','','','4','','1','2021-05-03 14:15:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','387.50','386.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200536212604303',538,'41620051324','245','0.50','200','retail','0','2021-05-03 17:56:51','','','','650','Cash',27.59,'400','','','4','','1','2021-05-03 14:57:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','20.00','19.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200536770232123',539,'41620051324','163','2.00','450','retail','0','2021-05-03 17:56:51','','','','130','Cash',62.07,'225','','','4','','1','2021-05-03 14:57:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','86.50','84.5','Inclusive','branch','Inventory','','',''),('416200536955224320',540,'41620051324','245','1.00','300','retail','0','2021-05-03 17:56:51','','','','650','Cash',41.38,'300','','','4','','1','2021-05-03 14:57:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.50','18.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200537320432423',541,'41620051324','232','1.00','50','retail','0','2021-05-03 17:56:51','','','','2','Cash',6.90,'50','','','4','','1','2021-05-03 14:57:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','386.50','385.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200537593323222',542,'41620051324','232','1.00','200','retail','0','2021-05-03 17:56:51','','','','2','Cash',27.59,'200','','','4','','1','2021-05-03 14:57:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','385.50','384.5','Inclusive','branch','Inventory','1110','4000','5500'),('416200538372324220',543,'41620053824','141','4.00','15600','retail','0','2021-05-03 17:57:34','','','','3360','Cash',2151.72,'3900','','','4','','1','2021-05-03 14:57:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3362.07','','4.00','0','Inclusive','branch','Inventory','','',''),('416200539022203002',544,'41620053876','41','8.00','6250','retail','0','2021-05-03 17:58:52','','','','675','Cash',862.07,'781.25','','','4','','1','2021-05-03 14:59:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','673.49','','128.00','120','Inclusive','branch','Inventory','','',''),('416200539723240512',545,'41620053941','245','1.00','850','retail','0','2021-05-03 18:04:16','','','','650','Cash',117.24,'850','','','4','','1','2021-05-03 15:04:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','18.50','17.5','Inclusive','branch','Inventory','1110','4000','5500'),('516200700353272233',547,'51620070019','114','17.00','17850','retail','0','2021-05-03 22:28:30','','','','975','Cash',2462.07,'1050','','','5','','1','2021-05-03 19:28:44','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','17','35.00','18','Inclusive','branch','Inventory','','',''),('516200700800080200',548,'51620070019','115','3.00','3750','retail','0','2021-05-03 22:28:30','','','','1180','Cash',517.24,'1250','','','5','','1','2021-05-03 19:28:44','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','3','10.00','7','Inclusive','branch','Inventory','','',''),('516200701100065076',549,'51620070019','8','10.00','5000','retail','0','2021-05-03 22:28:30','','','','330','Cash',689.66,'500','','','5','','1','2021-05-03 19:28:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','10','124.00','114','Inclusive','branch','Inventory','','',''),('516200704074232342',552,'51620070373','253','2.00','12600','retail','0','2021-05-03 22:33:42','','','','5700','Cash',1737.93,'6300','','','5','','1','2021-05-03 19:33:51','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516200703050002250',553,'51620070283','253','2.00','12700','retail','0','2021-05-03 22:34:10','','','','5700','Cash',1751.72,'6350','','','5','','1','2021-05-03 19:34:40','1','24','new','1','printed','pcs','','','','yes','','0','','','VATABLE','5474.14','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516200703443023022',554,'51620070283','163','6.00','1200','retail','0','2021-05-03 22:34:10','','','','130','Cash',165.52,'200','','','5','','1','2021-05-03 19:34:40','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','6','84.50','78.5','Inclusive','branch','Inventory','','',''),('416201288513432188',555,'41620128461','60','3.50','599.97','retail','0','2021-05-04 14:51:07','','','','105','Cash',82.75,'171.42','','','4','','1','2021-05-04 11:51:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','147.78','','34.00','30.5','Inclusive','branch','Inventory','','',''),('416201292482206131',556,'41620129175','8','10.00','4500','retail','0','2021-05-04 14:56:00','','','','330','Cash',620.69,'450','','','4','','1','2021-05-04 11:56:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','114.00','104','Inclusive','branch','Inventory','','',''),('416201360777313333',557,'41620136030','2','20.00','11200','retail','0','2021-05-04 16:48:22','','','','510','Cash',1544.83,'560','','','4','','1','2021-05-04 13:48:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','158.00','138','Inclusive','branch','18','','',''),('416201361403342030',558,'41620136107','245','3.00','1350','retail','0','2021-05-04 16:49:23','','','','650','Cash',186.21,'450','','','4','','1','2021-05-04 13:49:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','17.50','14.5','Inclusive','branch','Inventory','1110','4000','5500'),('416201362493442012',559,'41620136167','14','5.00','4750','retail','0','2021-05-04 16:51:23','','','','765','Cash',655.17,'950','','','4','','1','2021-05-04 13:51:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','197.00','192','Inclusive','branch','Inventory','','',''),('416201365112001323',560,'41620136295','62','2.00','300','retail','0','2021-05-04 16:58:49','','','','105','Cash',41.38,'150','','','4','','1','2021-05-04 14:02:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','300.00','298','Inclusive','branch','Inventory','','',''),('416201366133000222',561,'41620136295','2','27.00','14850','retail','0','2021-05-04 16:58:49','','','','510','Cash',2048.28,'550','','','4','','1','2021-05-04 14:02:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','138.00','111','Inclusive','branch','18','','',''),('416201366923933303',562,'41620136295','60','2.00','300','retail','0','2021-05-04 16:58:49','','','','105','Cash',41.38,'150','','','4','','1','2021-05-04 14:02:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','30.50','28.5','Inclusive','branch','Inventory','','',''),('416201367141311627',563,'41620136295','232','1.00','300','retail','0','2021-05-04 16:58:49','','','','2','Cash',41.38,'300','','','4','','1','2021-05-04 14:02:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','384.50','383.5','Inclusive','branch','Inventory','1110','4000','5500'),('416201370523223623',564,'41620136950','41','8.00','6400','retail','0','2021-05-04 17:04:29','','','','675','Cash',882.76,'800','','','4','','1','2021-05-04 14:04:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','120.00','112','Inclusive','branch','Inventory','','',''),('416201372082323802',565,'41620137076','259','1.00','200','retail','0','2021-05-04 17:20:08','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-04 14:25:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','98.00','97','Inclusive','branch','Inventory','1110','4000','5500'),('416201374392202320',566,'41620137076','232','2.00','200','retail','0','2021-05-04 17:20:08','','','','2','Cash',27.59,'100','','','4','','1','2021-05-04 14:25:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','383.50','381.5','Inclusive','branch','Inventory','1110','4000','5500'),('416201375312241224',567,'41620137076','259','4.00','1600','retail','0','2021-05-04 17:20:08','','','','150 ','Cash',220.69,'400','','','4','','1','2021-05-04 14:25:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','97.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('416201376262221226',568,'41620137076','259','6.00','1200','retail','0','2021-05-04 17:20:08','','','','150 ','Cash',165.52,'200','','','4','','1','2021-05-04 14:25:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','93.00','87','Inclusive','branch','Inventory','1110','4000','5500'),('416201377082613802',569,'41620137076','251','90.00','10999.8','retail','0','2021-05-04 17:20:08','','','','115','Cash',1517.21,'122.22','','','4','','1','2021-05-04 14:25:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','105.36','','270.00','180','Inclusive','branch','Inventory','1110','4000','5500'),('416201379970224220',570,'41620137076','259','6.00','720','retail','0','2021-05-04 17:20:08','','','','150 ','Cash',99.31,'120','','','4','','1','2021-05-04 14:25:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','87.00','81','Inclusive','branch','Inventory','1110','4000','5500'),('416201383782034032',571,'41620138351','8','12.00','5400','retail','0','2021-05-04 17:27:18','','','','330','Cash',744.83,'450','','','4','','1','2021-05-04 14:27:24','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','104.00','92','Inclusive','branch','Inventory','','',''),('416201384372232343',572,'41620138351','58','1.50','300','retail','0','2021-05-04 17:27:18','','','','130','Cash',41.38,'200','','','4','','1','2021-05-04 14:27:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1.5','12.00','10.5','Inclusive','branch','Inventory','','',''),('416201384692384220',573,'41620138445','63','7.00','1099.98','retail','0','2021-05-04 17:28:16','','','','105','Cash',151.72,'157.14','','','4','','1','2021-05-04 14:28:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','135.47','','29.00','22','Inclusive','branch','Inventory','','',''),('416201385243530222',574,'41620138505','137','2.00','3900','retail','0','2021-05-04 17:28:59','','','','1680','Cash',537.93,'1950','','','4','','1','2021-05-04 14:29:08','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1681.03','','3.00','1','Inclusive','branch','Inventory','','',''),('416201385893814832',575,'41620138552','55','10.00','10500','retail','0','2021-05-04 17:35:49','','','','880','Cash',1448.28,'1050','','','4','','1','2021-05-04 14:36:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','40.50','30.5','Inclusive','branch','Inventory','','',''),('416201386550240232',576,'41620138552','53','7.00','4550','retail','0','2021-05-04 17:35:49','','','','560','Cash',627.59,'650','','','4','','1','2021-05-04 14:36:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','7','72.00','65','Inclusive','branch','Inventory','','',''),('416201386771032373',577,'41620138552','56','2.00','2750','retail','0','2021-05-04 17:35:49','','','','1130','Cash',379.31,'1375','','','4','','1','2021-05-04 14:36:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1185.34','','5.00','3','Inclusive','branch','Inventory','','',''),('416201388150128305',578,'41620138552','148','0.50','1850','retail','0','2021-05-04 17:35:49','','','','3200','Cash',255.17,'3700','','','4','','1','2021-05-04 14:36:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','10.00','9.5','Inclusive','branch','Inventory','','',''),('416201388912620232',579,'41620138552','232','4.00','200','retail','0','2021-05-04 17:35:49','','','','2','Cash',27.59,'50','','','4','','1','2021-05-04 14:36:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','381.50','377.5','Inclusive','branch','Inventory','1110','4000','5500'),('416201390963266269',580,'41620139079','163','5.00','1000','retail','0','2021-05-04 17:39:07','','','','130','Cash',137.93,'200','','','4','','1','2021-05-04 14:39:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','5','78.50','73.5','Inclusive','branch','Inventory','','',''),('416201391131342423',581,'41620139079','62','2.00','300','retail','0','2021-05-04 17:39:07','','','','105','Cash',41.38,'150','','','4','','1','2021-05-04 14:39:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','298.00','296','Inclusive','branch','Inventory','','',''),('416201392314203303',582,'41620139188','253','3.00','18600','retail','0','2021-05-04 17:40:48','','','','5700','Cash',2565.52,'6200','','','4','','1','2021-05-04 14:40:53','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5344.83','','7.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416201394042264223',583,'41620139254','42','8.00','7200','retail','0','2021-05-04 17:43:55','','','','810','Cash',993.10,'900','','','4','','1','2021-05-04 14:44:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','8','249.00','241','Inclusive','branch','Inventory','','',''),('416201394343340231',584,'41620139254','163','2.00','400','retail','0','2021-05-04 17:43:55','','','','130','Cash',55.17,'200','','','4','','1','2021-05-04 14:44:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','73.50','71.5','Inclusive','branch','Inventory','','',''),('416201395316004263',585,'41620139444','2','3.00','1680','retail','0','2021-05-04 17:47:54','','','','510','Cash',231.72,'560','','','4','','1','2021-05-04 14:48:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','111.00','108','Inclusive','branch','18','','',''),('416201395878327022',586,'41620139444','150','1.00','4000','retail','0','2021-05-04 17:47:54','','','','3000','Cash',551.72,'4000','','','4','','1','2021-05-04 14:48:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','10.00','9','Inclusive','branch','Inventory','','',''),('416201396163362222',587,'41620139444','4','2.00','1560','retail','0','2021-05-04 17:47:54','','','','700','Cash',215.17,'780','','','4','','1','2021-05-04 14:48:01','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','672.41','','38.00','36','Inclusive','branch','Inventory','','',''),('416201396643333234',588,'41620139444','163','0.50','110','retail','0','2021-05-04 17:47:54','','','','130','Cash',15.17,'220','','','4','','1','2021-05-04 14:48:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','71.50','71','Inclusive','branch','Inventory','','',''),('416202211912026020',589,'41620221111','253','1.00','6300','retail','0','2021-05-05 16:27:07','','','','5700','Cash',868.97,'6300','','','4','','1','2021-05-05 13:27:15','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416202215750322325',590,'41620221456','8','16.00','7549.92','retail','0','2021-05-05 17:31:01','','','','330','Cash',1041.37,'471.87','','','4','','1','2021-05-05 14:34:24','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','406.78','','92.00','76','Inclusive','branch','Inventory','','',''),('416202218631823033',591,'41620221456','231','4.00','900','retail','0','2021-05-05 17:31:01','','','','130','Cash',124.14,'225','','','4','','1','2021-05-05 14:34:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','52.50','48.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202221323233120',592,'41620221456','60','1.00','200','retail','0','2021-05-05 17:31:01','','','','105','Cash',27.59,'200','','','4','','1','2021-05-05 14:34:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.50','27.5','Inclusive','branch','Inventory','','',''),('416202249940223922',593,'41620221456','232','70.00','1750','retail','0','2021-05-05 17:31:01','','','','2','Cash',241.38,'25','','','4','','1','2021-05-05 14:34:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','377.50','307.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202253042000305',594,'41620225264','2','2.00','1160','retail','0','2021-05-05 17:35:26','','','','510','Cash',160.00,'580','','','4','','1','2021-05-05 14:35:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','108.00','106','Inclusive','branch','18','','',''),('416202253670230331',595,'41620225334','72','18.00','22500','retail','0','2021-05-05 17:38:26','','','','1180','Cash',3103.45,'1250','','','4','','1','2021-05-05 14:38:31','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','18','80.00','62','Inclusive','branch','Inventory','','',''),('416202253992226302',596,'41620225334','62','2.00','300','retail','0','2021-05-05 17:38:26','','','','105','Cash',41.38,'150','','','4','','1','2021-05-05 14:38:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','296.00','294','Inclusive','branch','Inventory','','',''),('416202254200236420',597,'41620225334','60','2.00','300','retail','0','2021-05-05 17:38:26','','','','105','Cash',41.38,'150','','','4','','1','2021-05-05 14:38:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','27.50','25.5','Inclusive','branch','Inventory','','',''),('416202254422464220',598,'41620225334','66','2.00','400','retail','0','2021-05-05 17:38:26','','','','150 ','Cash',55.17,'200','','','4','','1','2021-05-05 14:38:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','15.5','Inclusive','branch','Inventory','','',''),('416202254603232640',599,'41620225334','232','2.00','300','retail','0','2021-05-05 17:38:26','','','','2','Cash',41.38,'150','','','4','','1','2021-05-05 14:38:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','307.50','305.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202255362012252',600,'41620225512','2','1.00','580','retail','0','2021-05-05 17:39:06','','','','510','Cash',80.00,'580','','','4','','1','2021-05-05 14:39:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','106.00','105','Inclusive','branch','18','','',''),('416202255662223116',601,'41620225554','63','1.00','160','retail','0','2021-05-05 17:39:41','','','','105','Cash',22.07,'160','','','4','','1','2021-05-05 14:39:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','22.00','21','Inclusive','branch','Inventory','','',''),('416202256162042253',602,'41620225588','58','2.00','400','retail','0','2021-05-05 17:40:17','','','','130','Cash',55.17,'200','','','4','','1','2021-05-05 14:40:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','10.50','8.5','Inclusive','branch','Inventory','','',''),('416202256922262326',603,'41620225624','47','5.00','2000','retail','0','2021-05-05 17:41:53','','','','325','Cash',275.86,'400','','','4','','1','2021-05-05 14:42:03','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','38.00','33','Inclusive','branch','Inventory','','',''),('416202258242220402',604,'41620225726','232','1.00','800','retail','0','2021-05-05 17:43:58','','','','2','Cash',110.34,'800','','','4','','1','2021-05-05 14:44:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','305.50','304.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202261883003303',605,'41620225864','62','2.00','300','retail','0','2021-05-05 17:49:59','','','','105','Cash',41.38,'150','','','4','','1','2021-05-05 14:50:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','294.00','292','Inclusive','branch','Inventory','','',''),('416202262702220367',606,'41620226204','2','10.00','5500','retail','0','2021-05-05 17:52:38','','','','510','Cash',758.62,'550','','','4','','1','2021-05-05 14:52:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','10','105.00','95','Inclusive','branch','18','','',''),('416202263572222364',607,'41620226204','186','3.00','450','retail','0','2021-05-05 17:52:38','','','','40','Cash',62.07,'150','','','4','','1','2021-05-05 14:52:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','3','16.00','13','Inclusive','branch','Inventory','','',''),('416202263922334263',608,'41620226365','41','2.00','1600','retail','0','2021-05-05 17:53:31','','','','675','Cash',220.69,'800','','','4','','1','2021-05-05 14:53:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','112.00','110','Inclusive','branch','Inventory','','',''),('416202264612230120',609,'41620226417','245','2.00','900','retail','0','2021-05-05 18:01:33','','','','650','Cash',124.14,'450','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','14.50','12.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202265033222223',610,'41620226417','245','3.00','2550','retail','0','2021-05-05 18:01:33','','','','650','Cash',351.72,'850','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','12.50','9.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202265800233400',611,'41620226417','245','3.00','2550','retail','0','2021-05-05 18:01:33','','','','650','Cash',351.72,'850','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','9.50','6.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202266132263603',612,'41620226417','245','2.00','2200','retail','0','2021-05-05 18:01:33','','','','650','Cash',303.45,'1100','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','6.50','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202266542232435',613,'41620226417','245','1.00','1200','retail','0','2021-05-05 18:01:33','','','','650','Cash',165.52,'1200','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.50','3.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202266974302331',614,'41620226417','245','2.00','1700','retail','0','2021-05-05 18:01:33','','','','650','Cash',234.48,'850','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','3.50','1.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202267870630000',615,'41620226417','232','2.00','400','retail','0','2021-05-05 18:01:33','','','','2','Cash',55.17,'200','','','4','','1','2021-05-05 15:02:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','304.50','302.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202268242063202',616,'41620226417','245','1.00','300','retail','0','2021-05-05 18:01:33','','','','650','Cash',41.38,'300','','','4','','1','2021-05-05 15:02:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','1.50','0.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202270272273224',617,'41620227008','232','5.00','1200','retail','0','2021-05-05 18:04:36','','','','2','Cash',165.52,'240','','','4','','1','2021-05-05 15:04:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','','302.50','297.5','Inclusive','branch','Inventory','1110','4000','5500'),('416202271603340043',618,'41620227080','42','40.00','34000','retail','0','2021-05-05 18:06:21','','','','810','Cash',4689.66,'850','','','4','','1','2021-05-05 15:06:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','241.00','201','Inclusive','branch','Inventory','','',''),('416202837063663024',621,'41620283639','8','1.00','500','retail','0','2021-05-06 09:48:29','','','','330','Cash',68.97,'500','','','4','','1','2021-05-06 06:48:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','76.00','75','Inclusive','branch','Inventory','','',''),('416202934069223003',622,'41620293347','2','2.00','1120','retail','0','2021-05-06 12:30:41','','','','510','Cash',154.48,'560','','','4','','1','2021-05-06 09:30:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','80.00','78','Inclusive','branch','18','','',''),('416202935353232320',623,'41620293451','62','3.00','450','retail','0','2021-05-06 12:32:42','','','','105','Cash',62.07,'150','','','4','','1','2021-05-06 09:32:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','292.00','289','Inclusive','branch','Inventory','','',''),('416202936606230316',624,'41620293570','253','1.00','6300','retail','0','2021-05-06 12:34:54','','','','5700','Cash',868.97,'6300','','','4','','1','2021-05-06 09:35:00','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416202937362600023',625,'41620293700','58','1.00','200','retail','0','2021-05-06 12:35:36','','','','130','Cash',27.59,'200','','','4','','1','2021-05-06 09:35:53','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','8.50','7.5','Inclusive','branch','Inventory','','',''),('416203045203322002',627,'41620304400','18','10.00','6300','retail','0','2021-05-06 15:38:47','','','','540','Cash',868.97,'630','','','4','','1','2021-05-06 12:39:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','131.00','121','Inclusive','branch','Inventory','','',''),('416203048350040220',628,'41620304778','253','2.00','12600','retail','0','2021-05-06 15:42:04','','','','5700','Cash',1737.93,'6300','','','4','','1','2021-05-06 12:42:14','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416203049232004022',629,'41620304778','165','4.00','800','retail','0','2021-05-06 15:42:04','','','','130','Cash',110.34,'200','','','4','','1','2021-05-06 12:42:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','4','25.00','21','Inclusive','branch','Inventory','','',''),('416203099413323230',630,'41620309899','232','2.00','300','retail','0','2021-05-06 17:06:01','','','','2','Cash',41.38,'150','','','4','','1','2021-05-06 14:06:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','297.50','295.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203100022330200',631,'41620309971','232','1.00','100','retail','0','2021-05-06 17:07:02','','','','2','Cash',13.79,'100','','','4','','1','2021-05-06 14:07:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','295.50','294.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203104713644106',632,'41620310314','71','10.00','10800','retail','0','2021-05-06 17:16:20','','','','975','Cash',1489.66,'1080','','','4','','1','2021-05-06 14:16:36','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','83.00','73','Inclusive','branch','Inventory','','',''),('416203105081035336',633,'41620310314','34','10.00','8800','retail','0','2021-05-06 17:16:20','','','','720','Cash',1213.79,'880','','','4','','1','2021-05-06 14:16:36','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','69.00','59','Inclusive','branch','Inventory','','',''),('416203105481240631',634,'41620310314','66','5.00','1000','retail','0','2021-05-06 17:16:20','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-06 14:16:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','10.5','Inclusive','branch','Inventory','','',''),('416203105808012232',635,'41620310314','248','5.00','750','retail','0','2021-05-06 17:16:20','','','','40','Cash',103.45,'150','','','4','','1','2021-05-06 14:16:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','5','96.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416203107503323234',636,'41620310607','53','2.00','1300','retail','0','2021-05-06 17:20:23','','','','560','Cash',179.31,'650','','','4','','1','2021-05-06 14:20:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','2','65.00','63','Inclusive','branch','Inventory','','',''),('416203108228016333',637,'41620310607','54','1.50','1200','retail','0','2021-05-06 17:20:23','','','','700','Cash',165.52,'800','','','4','','1','2021-05-06 14:20:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1.5','94.50','93','Inclusive','branch','Inventory','','',''),('416203114500322220',638,'41620311428','2','15.00','8250','retail','0','2021-05-06 17:30:52','','','','510','Cash',1137.93,'550','','','4','','1','2021-05-06 14:31:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','15','93.00','78','Inclusive','branch','18','','',''),('416202791036221242',639,'41620278724','2','15.00','8250','retail','0','2021-05-06 17:34:08','','','','510','Cash',1137.93,'550','','','4','','1','2021-05-06 14:34:14','1','1','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','474.14','15','95.00','80','Inclusive','branch','18','','',''),('416202836073228232',640,'41620278724','63','2.00','400','retail','0','2021-05-06 17:34:08','','','','105','Cash',55.17,'200','','','4','','1','2021-05-06 14:34:14','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','','21.00','19','Inclusive','branch','Inventory','','',''),('416203127221242472',641,'41620312642','251','35.00','4999.75','retail','0','2021-04-29 17:58:06','','','','115','Cash',689.62,'142.85','','','4','','1','2021-05-06 14:58:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','123.15','','180.00','145','Inclusive','branch','Inventory','1110','4000','5500'),('416203127902943473',642,'41620312642','252','5.00','500','retail','0','2021-04-29 17:58:06','','','','70','Cash',68.97,'100','','','4','','1','2021-05-06 14:58:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','660.00','655','Inclusive','branch','Inventory','1110','4000','5500'),('416203129522225600',643,'41620312642','259','2.00','500','retail','0','2021-04-29 17:58:06','','','','150 ','Cash',68.97,'250','','','4','','1','2021-05-06 14:58:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','81.00','79','Inclusive','branch','Inventory','1110','4000','5500'),('416203129912412209',644,'41620312642','259','2.00','500','retail','0','2021-04-29 17:58:06','','','','150 ','Cash',68.97,'250','','','4','','1','2021-05-06 14:58:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','79.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('416203130565142403',645,'41620312642','232','1.00','200','retail','0','2021-04-29 17:58:06','','','','2','Cash',27.59,'200','','','4','','1','2021-05-06 14:58:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','294.50','293.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203131391306330',646,'41620313104','140','1.00','3400','retail','0','2021-04-29 17:59:17','','','','2940','Cash',468.97,'3400','','','4','','1','2021-05-06 14:59:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','1.00','0','Inclusive','branch','Inventory','','',''),('416203132040200042',647,'41620313181','60','2.00','300','retail','0','2021-04-29 18:00:30','','','','105','Cash',41.38,'150','','','4','','1','2021-05-06 15:00:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.50','23.5','Inclusive','branch','Inventory','','',''),('416203132693000002',648,'41620313252','232','1.00','2500','retail','0','2021-04-29 18:01:27','','','','2','Cash',344.83,'2500','','','4','','1','2021-05-06 15:01:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','293.50','292.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203135392132333',649,'41620313434','50','30.00','12000','retail','0','2021-04-30 18:10:18','','','','325','Cash',1655.17,'400','','','4','','1','2021-05-06 15:10:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','32.00','2','Inclusive','branch','Inventory','','',''),('416203137750142213',650,'41620313434','220','3.00','10999.98','retail','0','2021-04-30 18:10:18','','','','3050','Cash',1517.24,'3666.66','','','4','','1','2021-05-06 15:10:32','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3160.91','','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416203139193233422',651,'41620313898','253','1.00','6000','retail','0','2021-04-30 18:12:00','','','','5700','Cash',827.59,'6000','','','4','','1','2021-05-06 15:12:12','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5172.41','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416203139720209332',652,'41620313933','42','2.00','1750','retail','0','2021-04-30 18:13:32','','','','810','Cash',241.38,'875','','','4','','1','2021-05-06 15:13:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','754.31','','201.00','199','Inclusive','branch','Inventory','','',''),('416203141312304002',653,'41620314121','245','1.00','600','retail','0','2021-04-30 18:15:53','','','','650','Cash',82.76,'600','','','4','','1','2021-05-06 15:16:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','25.50','24.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203141930060060',654,'41620314166','245','1.00','300','retail','0','2021-04-30 18:17:10','','','','650','Cash',41.38,'300','','','4','','1','2021-05-06 15:17:20','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','24.50','23.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203142172333624',655,'41620314166','232','1.00','100','retail','0','2021-04-30 18:17:10','','','','2','Cash',13.79,'100','','','4','','1','2021-05-06 15:17:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','292.50','291.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203142610603422',656,'41620314240','212','1.00','13500','retail','0','2021-04-30 18:17:53','','','','12000','Cash',1862.07,'13500','','','4','','1','2021-05-06 15:18:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','42.00','41','Inclusive','branch','Inventory','','',''),('416203145613203633',657,'41620314542','264','6.00','27000','retail','0','2021-04-30 18:24:20','','','','3850','Cash',3724.14,'4500','','','4','','1','2021-05-06 15:24:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416203146162103311',658,'41620314542','60','6.00','900','retail','0','2021-04-30 18:24:20','','','','105','Cash',124.14,'150','','','4','','1','2021-05-06 15:24:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.50','17.5','Inclusive','branch','Inventory','','',''),('416203146503000203',659,'41620314542','63','2.00','300','retail','0','2021-04-30 18:24:20','','','','105','Cash',41.38,'150','','','4','','1','2021-05-06 15:24:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','19.00','17','Inclusive','branch','Inventory','','',''),('416203147132202004',660,'41620314673','245','0.25','150','retail','0','2021-05-06 18:26:19','','','','650','Cash',20.69,'600','','','4','','1','2021-05-06 15:26:25','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','23.50','23.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203148123421303',661,'41620314786','245','1.00','300','retail','0','2021-04-30 18:27:08','','','','650','Cash',41.38,'300','','','4','','1','2021-05-06 15:27:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','23.25','22.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203149790023343',662,'41620314922','163','5.00','1000','retail','0','2021-04-30 18:29:50','','','','130','Cash',137.93,'200','','','4','','1','2021-05-06 15:30:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','5','71.00','66','Inclusive','branch','Inventory','','',''),('416197001470010200',664,'41619700124','169','20.00','1800','retail','0','2021-05-06 23:13:58','','','','1350','Cash',248.28,'90','','','4','','1','2021-05-06 20:14:03','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','77.59','','22.00','2','Inclusive','branch','Inventory','','',''),('516203320272306332',665,'41619700124','169','20.00','1800','retail','0','2021-05-06 23:13:58','','','','60','Cash',248.28,'90','','','4','','1','2021-05-06 20:14:03','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','77.59','','380.00','360','Inclusive','branch','Inventory','','',''),('516196353875312235',666,'51619635353','169','20.00','1800','retail','0','2021-05-06 23:16:37','','','','1350','Cash',248.28,'90','','','5','','1','2021-05-06 20:16:42','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','77.59','','52.00','12','Inclusive','branch','Inventory','','',''),('516203321893830200',667,'51619635353','169','20.00','1800','retail','0','2021-05-06 23:16:37','','','','60','Cash',248.28,'90','','','5','','1','2021-05-06 20:16:42','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','77.59','','380.00','360','Inclusive','branch','Inventory','','',''),('416203658992933033',668,'41620365836','245','1.00','900','retail','0','2021-05-07 08:38:35','','','','650','Cash',124.14,'900','','','4','','1','2021-05-07 05:38:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','22.25','21.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203659862202332',669,'41620365934','2','15.00','8250','retail','0','2021-05-07 08:40:04','','','','530','Cash',1137.93,'550','','','4','','1','2021-05-07 05:40:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','15','78.00','63','Inclusive','branch','18','','',''),('416203795923920022',670,'41620379424','2','10.00','5500','retail','0','2021-05-07 12:26:47','','','','530','Cash',758.62,'550','','','4','','1','2021-05-07 09:26:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','10','63.00','53','Inclusive','branch','18','','',''),('416203798422928223',671,'41620379824','63','2.00','350','retail','0','2021-05-07 12:31:17','','','','105','Cash',48.28,'175','','','4','','1','2021-05-07 09:31:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','17.00','15','Inclusive','branch','Inventory','','',''),('416203801463330084',672,'41620379988','13','20.00','19000','retail','0','2021-05-07 13:23:40','','','','640','Cash',2620.69,'950','','','4','','1','2021-05-07 10:23:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','287.00','267','Inclusive','branch','Inventory','','',''),('416203829683310433',673,'41620379988','66','5.00','1000','retail','0','2021-05-07 13:23:40','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-07 10:23:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.50','5.5','Inclusive','branch','Inventory','','',''),('416203844323323442',674,'41620384349','14','12.00','12600','retail','0','2021-05-07 13:47:35','','','','765','Cash',1737.93,'1050','','','4','','1','2021-05-07 10:47:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','192.00','180','Inclusive','branch','Inventory','','',''),('416203847060232003',675,'41620384476','232','1.00','200','retail','0','2021-05-07 13:56:54','','','','2','Cash',27.59,'200','','','4','','1','2021-05-07 10:57:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','291.50','290.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203847910903489',676,'41620384476','232','1.00','200','retail','0','2021-05-07 13:56:54','','','','2','Cash',27.59,'200','','','4','','1','2021-05-07 10:57:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','290.50','289.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203849519154543',677,'41620384476','232','1.00','50','retail','0','2021-05-07 13:56:54','','','','2','Cash',6.90,'50.','','','4','','1','2021-05-07 10:57:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','289.50','288.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203851391831331',678,'41620385023','232','1.00','200','retail','0','2021-05-07 14:00:34','','','','2','Cash',27.59,'200','','','4','','1','2021-05-07 11:00:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','288.50','287.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203852120232823',679,'41620385023','232','1.00','150','retail','0','2021-05-07 14:00:34','','','','2','Cash',20.69,'150','','','4','','1','2021-05-07 11:00:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','287.50','286.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203854483020365',680,'41620385260','120','15.00','16500','retail','0','2021-05-07 14:26:28','','','','975','Cash',2275.86,'1100','','','4','','1','2021-05-07 11:26:41','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','52.00','37','Inclusive','branch','Inventory','','',''),('416203855755852322',681,'41620385260','62','10.00','1600','retail','0','2021-05-07 14:26:28','','','','105','Cash',220.69,'160','','','4','','1','2021-05-07 11:26:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','289.00','279','Inclusive','branch','Inventory','','',''),('416203857432545202',682,'41620385260','61','2.00','350','retail','0','2021-05-07 14:26:28','','','','105','Cash',48.28,'175','','','4','','1','2021-05-07 11:26:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','55.00','53','Inclusive','branch','Inventory','','',''),('416203858463232232',683,'41620385260','63','5.00','800','retail','0','2021-05-07 14:26:28','','','','105','Cash',110.34,'160','','','4','','1','2021-05-07 11:26:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','15.00','10','Inclusive','branch','Inventory','','',''),('416203863919262636',684,'41620385260','60','2.00','350','retail','0','2021-05-07 14:26:28','','','','105','Cash',48.28,'175','','','4','','1','2021-05-07 11:26:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','17.50','15.5','Inclusive','branch','Inventory','','',''),('416203865953020125',685,'41620385260','163','8.00','2000','retail','0','2021-05-07 14:26:28','','','','130','Cash',275.86,'250','','','4','','1','2021-05-07 11:26:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','66.00','58','Inclusive','branch','Inventory','','',''),('416203867502022021',686,'41620385260','51','5.00','2250','retail','0','2021-05-07 14:26:28','','','','325','Cash',310.34,'450','','','4','','1','2021-05-07 11:26:41','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','20.00','15','Inclusive','branch','Inventory','','',''),('416203870377222330',687,'41620386803','155','2.00','9000','retail','0','2021-05-07 14:31:54','','','','3800','Cash',1241.38,'4500','','','4','','1','2021-05-07 11:32:00','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','5.00','3','Inclusive','branch','Inventory','','',''),('416203870938023303',688,'41620386803','60','3.00','450','retail','0','2021-05-07 14:31:54','','','','105','Cash',62.07,'150','','','4','','1','2021-05-07 11:32:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','15.50','12.5','Inclusive','branch','Inventory','','',''),('416203933492192333',689,'41620393236','212','1.00','14000','retail','0','2021-05-07 16:18:51','','','','12000','Cash',1931.03,'14000','','','4','','1','2021-05-07 13:18:59','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','41.00','40','Inclusive','branch','Inventory','','',''),('416203958913338934',690,'41620393539','232','1.00','5000','retail','0','2021-04-30 16:58:22','','','','2','Cash',689.66,'5000','','','4','','1','2021-05-07 13:59:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4310.34','','286.50','285.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203961080332063',691,'41620396097','232','1.00','150','retail','0','2021-04-30 17:02:57','','','','2','Cash',20.69,'150','','','4','','1','2021-05-07 14:04:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','285.50','284.5','Inclusive','branch','Inventory','1110','4000','5500'),('416203961591320060',692,'41620396097','245','1.00','300','retail','0','2021-04-30 17:02:57','','','','650','Cash',41.38,'300','','','4','','1','2021-05-07 14:04:47','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.25','20.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203967132044020',693,'41620396648','42','4.00','3600','retail','0','2021-05-01 17:11:54','','','','810','Cash',496.55,'900','','','4','','1','2021-05-07 14:12:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','4','199.00','195','Inclusive','branch','Inventory','','',''),('416203967852023295',694,'41620396741','14','30.00','31500','retail','0','2021-05-01 17:23:09','','','','765','Cash',4344.83,'1050','','','4','','1','2021-05-07 14:23:22','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','180.00','150','Inclusive','branch','Inventory','','',''),('416203970107233003',695,'41620396741','209','17.00','5100','retail','0','2021-05-01 17:23:09','','','','200','Cash',703.45,'300','','','4','','1','2021-05-07 14:23:22','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.00','4','Inclusive','branch','Inventory','','',''),('416203970654623230',696,'41620396741','66','5.00','1000','retail','0','2021-05-01 17:23:09','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.50','0.5','Inclusive','branch','Inventory','','',''),('416203970996303030',697,'41620396741','63','4.00','600','retail','0','2021-05-01 17:23:09','','','','105','Cash',82.76,'150','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','6','Inclusive','branch','Inventory','','',''),('416203971213272160',698,'41620396741','62','3.00','450','retail','0','2021-05-01 17:23:09','','','','105','Cash',62.07,'150','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','279.00','276','Inclusive','branch','Inventory','','',''),('416203971662232603',699,'41620396741','61','3.00','450','retail','0','2021-05-01 17:23:09','','','','105','Cash',62.07,'150','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','53.00','50','Inclusive','branch','Inventory','','',''),('416203971962623316',700,'41620396741','60','4.00','700','retail','0','2021-05-01 17:23:09','','','','105','Cash',96.55,'175','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','12.50','8.5','Inclusive','branch','Inventory','','',''),('416203972970392732',701,'41620396741','64','1.00','200','retail','0','2021-05-01 17:23:09','','','','105','Cash',27.59,'200','','','4','','1','2021-05-07 14:23:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','7','Inclusive','branch','Inventory','','',''),('416203974390342232',702,'41620397402','245','1.00','300','retail','0','2021-05-07 17:24:15','','','','650','Cash',41.38,'300','','','4','','1','2021-05-07 14:24:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','20.25','19.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203986330030332',703,'41620398614','145','1.00','500','retail','0','2021-05-07 17:43:56','','','','320','Cash',68.97,'500','','','4','','1','2021-05-07 14:44:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','5.00','4','Inclusive','branch','Inventory','','',''),('416203986992336392',704,'41620398685','245','1.00','600','retail','0','2021-05-07 17:45:30','','','','650','Cash',82.76,'600','','','4','','1','2021-05-07 14:46:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','19.25','18.25','Inclusive','branch','Inventory','1110','4000','5500'),('416203989111920294',705,'41620398902','199','1.00','900','retail','0','2021-05-07 17:48:42','','','','350','Cash',124.14,'900','','','4','','1','2021-05-07 14:48:46','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','2.00','1','Inclusive','branch','Inventory','','',''),('416203996724232630',706,'41620399651','232','2.00','2600','retail','0','2021-05-07 18:01:21','','','','2','Cash',358.62,'1300','','','4','','1','2021-05-07 15:02:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','284.50','282.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204516304423242',707,'41620451561','2','2.00','1150','retail','0','2021-05-08 08:27:34','','','','530','Cash',158.62,'575','','','4','','1','2021-05-08 05:27:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','495.69','','53.00','51','Inclusive','branch','18','','',''),('416204702643033340',708,'41620470197','60','1.00','200','retail','0','2021-05-08 13:38:58','','','','105','Cash',27.59,'200','','','4','','1','2021-05-08 10:39:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.50','7.5','Inclusive','branch','Inventory','','',''),('416204705232442203',709,'41620470351','232','1.00','550','retail','0','2021-05-08 13:42:30','','','','2','Cash',75.86,'550','','','4','','1','2021-05-08 10:43:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','282.50','281.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204706707300322',710,'41620470588','58','0.50','100','retail','0','2021-05-08 13:44:37','','','','130','Cash',13.79,'200','','','4','','1','2021-05-08 10:44:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','7.50','7','Inclusive','branch','Inventory','','',''),('416204707712324722',711,'41620470692','66','1.00','220','retail','0','2021-05-08 13:51:07','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-08 10:53:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','50.50','49.5','Inclusive','branch','Inventory','','',''),('416204708513206040',712,'41620470692','61','1.00','170','retail','0','2021-05-08 13:51:07','','','','105','Cash',23.45,'170','','','4','','1','2021-05-08 10:53:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','50.00','49','Inclusive','branch','Inventory','','',''),('416204710464302234',713,'41620470692','62','1.00','170','retail','0','2021-05-08 13:51:07','','','','105','Cash',23.45,'170','','','4','','1','2021-05-08 10:53:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','276.00','275','Inclusive','branch','Inventory','','',''),('416204712580020227',714,'41620471232','66','1.00','220','retail','0','2021-05-08 13:56:13','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-08 10:56:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','49.50','48.5','Inclusive','branch','Inventory','','',''),('416204713160033222',715,'41620471232','62','1.00','170','retail','0','2021-05-08 13:56:13','','','','105','Cash',23.45,'170','','','4','','1','2021-05-08 10:56:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','275.00','274','Inclusive','branch','Inventory','','',''),('416204714453222233',716,'41620471416','2','1.00','550','retail','0','2021-05-08 13:57:31','','','','530','Cash',75.86,'550','','','4','','1','2021-05-08 10:57:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','51.00','50','Inclusive','branch','18','','',''),('416204722073322202',717,'41620472151','63','4.00','680','retail','0','2021-05-08 14:25:33','','','','105','Cash',93.79,'170','','','4','','1','2021-05-08 11:25:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','106.00','102','Inclusive','branch','Inventory','','',''),('416204723242622377',718,'41620472151','62','3.00','492','retail','0','2021-05-08 14:25:33','','','','105','Cash',67.86,'164','','','4','','1','2021-05-08 11:25:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','141.38','','274.00','271','Inclusive','branch','Inventory','','',''),('416204724032243224',719,'41620472151','61','4.00','680','retail','0','2021-05-08 14:25:33','','','','105','Cash',93.79,'170','','','4','','1','2021-05-08 11:25:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','49.00','45','Inclusive','branch','Inventory','','',''),('416204725374030024',720,'41620472151','60','3.00','498','retail','0','2021-05-08 14:25:33','','','','105','Cash',68.69,'166','','','4','','1','2021-05-08 11:25:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.10','','7.50','4.5','Inclusive','branch','Inventory','','',''),('416204727011222322',721,'41620472151','66','3.00','750','retail','0','2021-05-08 14:25:33','','','','150 ','Cash',103.45,'250','','','4','','1','2021-05-08 11:25:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','3','48.50','45.5','Inclusive','branch','Inventory','','',''),('416204734470033243',722,'41620473145','8','1.00','500','retail','0','2021-05-08 14:50:12','','','','330','Cash',68.97,'500','','','4','','1','2021-05-08 11:50:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','75.00','74','Inclusive','branch','Inventory','','',''),('416204735803332723',723,'41620473145','232','40.00','1000','retail','0','2021-05-08 14:50:12','','','','2','Cash',137.93,'25','','','4','','1','2021-05-08 11:50:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','281.50','241.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204739543021224',724,'41620473145','232','1.00','1200','retail','0','2021-05-08 14:50:12','','','','2','Cash',165.52,'1200','','','4','','1','2021-05-08 11:50:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','241.50','240.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204742554321512',725,'41620473145','60','3.00','498','retail','0','2021-05-08 14:50:12','','','','105','Cash',68.69,'166','','','4','','1','2021-05-08 11:50:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.10','','4.50','1.5','Inclusive','branch','Inventory','','',''),('416204744493342202',726,'41620473145','62','2.00','350','retail','0','2021-05-08 14:50:12','','','','105','Cash',48.28,'175','','','4','','1','2021-05-08 11:50:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','271.00','269','Inclusive','branch','Inventory','','',''),('416204745400043227',727,'41620473145','232','1.00','202','retail','0','2021-05-08 14:50:12','','','','2','Cash',27.86,'202','','','4','','1','2021-05-08 11:50:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','174.14','','240.50','239.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204747033371022',728,'41620474638','199','1.00','900','retail','0','2021-05-08 14:52:11','','','','350','Cash',124.14,'900','','','4','','1','2021-05-08 11:52:20','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','1.00','0','Inclusive','branch','Inventory','','',''),('416204748650222033',729,'41620474741','2','2.00','1100','retail','0','2021-05-08 14:54:50','','','','530','Cash',151.72,'550','','','4','','1','2021-05-08 11:54:57','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','2','48.00','46','Inclusive','branch','18','','',''),('416204751990242233',730,'41620474897','14','5.00','5500','retail','0','2021-05-08 15:03:53','','','','765','Cash',758.62,'1100','','','4','','1','2021-05-08 12:03:59','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','150.00','145','Inclusive','branch','Inventory','','',''),('416204752523220434',731,'41620474897','66','1.00','220','retail','0','2021-05-08 15:03:53','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-08 12:03:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','45.50','44.5','Inclusive','branch','Inventory','','',''),('416204753123200000',732,'41620474897','63','3.00','480','retail','0','2021-05-08 15:03:53','','','','105','Cash',66.21,'160','','','4','','1','2021-05-08 12:03:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','102.00','99','Inclusive','branch','Inventory','','',''),('416204754183574322',733,'41620474897','62','1.00','200','retail','0','2021-05-08 15:03:53','','','','105','Cash',27.59,'200','','','4','','1','2021-05-08 12:03:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','269.00','268','Inclusive','branch','Inventory','','',''),('416204860632320606',734,'41620485957','232','1.00','50','retail','0','2021-05-08 18:01:34','','','','2','Cash',6.90,'50.','','','4','','1','2021-05-08 15:01:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','239.50','238.5','Inclusive','branch','Inventory','1110','4000','5500'),('416204861570122002',735,'41620486102','145','2.00','900','retail','0','2021-05-08 18:03:01','','','','320','Cash',124.14,'450','','','4','','1','2021-05-08 15:03:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','4.00','2','Inclusive','branch','Inventory','','',''),('416206394454332030',736,'41620639377','163','1.00','220','retail','0','2021-05-10 12:37:46','','','','130','Cash',30.34,'220','','','4','','1','2021-05-10 09:37:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','58.00','57','Inclusive','branch','Inventory','','',''),('416206395329212063',737,'41620639475','254','2.00','400','retail','0','2021-05-10 12:39:19','','','','80','Cash',55.17,'200','','','4','','1','2021-05-10 09:39:24','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','500.00','498','Inclusive','branch','Inventory','1110','4000','5500'),('416206396222323243',738,'41620639564','63','4.00','600','retail','0','2021-05-10 12:40:50','','','','105','Cash',82.76,'150','','','4','','1','2021-05-10 09:41:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','99.00','95','Inclusive','branch','Inventory','','',''),('416206397701263362',739,'41620639666','139','2.00','5800','retail','0','2021-05-10 12:46:42','','','','2520','Cash',800.00,'2900','','','4','','1','2021-05-10 09:46:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2500.00','','4.00','2','Inclusive','branch','Inventory','','',''),('416206399121136413',740,'41620639666','61','2.00','400','retail','0','2021-05-10 12:46:42','','','','105','Cash',55.17,'200','','','4','','1','2021-05-10 09:46:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.00','43','Inclusive','branch','Inventory','','',''),('416206399832682263',741,'41620639666','163','0.50','100','retail','0','2021-05-10 12:46:42','','','','130','Cash',13.79,'200','','','4','','1','2021-05-10 09:46:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','57.00','56.5','Inclusive','branch','Inventory','','',''),('416206534512060066',742,'41620653359','42','8.00','7600','retail','0','2021-05-10 16:32:04','','','','810','Cash',1048.28,'950','','','4','','1','2021-05-10 13:32:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','195.00','187','Inclusive','branch','Inventory','','',''),('416206535073022200',743,'41620653359','66','1.00','200','retail','0','2021-05-10 16:32:04','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-10 13:32:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.50','43.5','Inclusive','branch','Inventory','','',''),('416206535642203343',744,'41620653534','163','1.00','200','retail','0','2021-05-10 16:32:49','','','','130','Cash',27.59,'200','','','4','','1','2021-05-10 13:32:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','56.50','55.5','Inclusive','branch','Inventory','','',''),('416206536310320230',745,'41620653574','232','1.00','2500','retail','0','2021-05-10 16:37:12','','','','2','Cash',344.83,'2500','','','4','','1','2021-05-10 13:37:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','238.50','237.5','Inclusive','branch','Inventory','1110','4000','5500'),('416206540892003305',746,'41620654063','232','0.50','150','retail','0','2021-05-10 16:42:18','','','','2','Cash',20.69,'300','','','4','','1','2021-05-10 13:42:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','237.50','237','Inclusive','branch','Inventory','1110','4000','5500'),('416206543461433633',747,'41620654271','232','1.00','300','retail','0','2021-05-10 16:48:27','','','','2','Cash',41.38,'300','','','4','','1','2021-05-10 13:48:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','237.00','236','Inclusive','branch','Inventory','1110','4000','5500'),('416206543793340004',748,'41620654271','232','2.00','400','retail','0','2021-05-10 16:48:27','','','','2','Cash',55.17,'200','','','4','','1','2021-05-10 13:48:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','236.00','234','Inclusive','branch','Inventory','1110','4000','5500'),('416206544794376090',749,'41620654271','232','2.00','600','retail','0','2021-05-10 16:48:27','','','','2','Cash',82.76,'300','','','4','','1','2021-05-10 13:48:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','234.00','232','Inclusive','branch','Inventory','1110','4000','5500'),('416206546470400011',750,'41620654519','254','1.00','150','retail','0','2021-05-10 16:51:08','','','','80','Cash',20.69,'150','','','4','','1','2021-05-10 13:51:13','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','498.00','497','Inclusive','branch','Inventory','1110','4000','5500'),('416206582622068362',751,'41620654673','18','1.00','650','retail','0','2021-05-10 17:51:18','','','','540','Cash',89.66,'650','','','4','','1','2021-05-10 14:51:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','121.00','120','Inclusive','branch','Inventory','','',''),('416206607707366207',752,'41620660754','232','1.00','19000','retail','0','2021-05-10 18:43:57','','','','2','Cash',2620.69,'19000','','','4','','1','2021-05-10 15:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','16379.31','','232.00','231','Inclusive','branch','Inventory','1110','4000','5500'),('416206609052922603',753,'41620660754','97','8.00','7200','retail','0','2021-05-10 18:43:57','','','','670','Cash',993.10,'900','','','4','','1','2021-05-10 15:47:07','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','17.00','9','Inclusive','branch','Inventory','','',''),('416206609712730343',754,'41620660754','244','12.00','10800','retail','0','2021-05-10 18:43:57','','','','800','Cash',1489.66,'900','','','4','','1','2021-05-10 15:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','9.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416206611483026131',755,'41620660754','232','5.00','2700','retail','0','2021-05-10 18:43:57','','','','2','Cash',372.41,'540','','','4','','1','2021-05-10 15:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','465.52','','231.00','226','Inclusive','branch','Inventory','1110','4000','5500'),('416206612273233310',756,'41620660754','232','4.00','2000','retail','0','2021-05-10 18:43:57','','','','2','Cash',275.86,'500','','','4','','1','2021-05-10 15:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','226.00','222','Inclusive','branch','Inventory','1110','4000','5500'),('416206612843223324',757,'41620660754','232','24.00','3499.999992','retail','0','2021-05-10 18:43:57','','','','2','Cash',482.76,'145.833333','','','4','','1','2021-05-10 15:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','125.72','','222.00','198','Inclusive','branch','Inventory','1110','4000','5500'),('416206614136223314',758,'41620660754','245','1.00','1800','retail','0','2021-05-10 18:43:57','','','','650','Cash',248.28,'1800','','','4','','1','2021-05-10 15:47:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','18.25','17.25','Inclusive','branch','Inventory','1110','4000','5500'),('416207220732203723',759,'41620717015','212','1.00','14000','retail','0','2021-05-11 11:35:03','','','','12000','Cash',1931.03,'14000','','','4','','1','2021-05-11 08:35:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','40.00','39','Inclusive','branch','Inventory','','',''),('416207221430003302',760,'41620722111','232','1.00','250','retail','0','2021-05-11 11:36:12','','','','2','Cash',34.48,'250','','','4','','1','2021-05-11 08:36:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','198.00','197','Inclusive','branch','Inventory','1110','4000','5500'),('416207222972700203',761,'41620722217','155','1.00','4400','retail','0','2021-05-11 11:39:20','','','','3800','Cash',606.90,'4400','','','4','','1','2021-05-11 08:39:32','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','3.00','2','Inclusive','branch','Inventory','','',''),('416207223432220203',762,'41620722217','163','1.00','200','retail','0','2021-05-11 11:39:20','','','','130','Cash',27.59,'200','','','4','','1','2021-05-11 08:39:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','55.50','54.5','Inclusive','branch','Inventory','','',''),('416207224574232332',763,'41620722373','18','7.00','4499.95','retail','0','2021-05-11 11:43:32','','','','540','Cash',620.68,'642.85','','','4','','1','2021-05-11 08:43:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','554.18','','120.00','113','Inclusive','branch','Inventory','','',''),('416207422324341342',764,'41620742170','155','1.00','4500','retail','0','2021-05-11 17:10:54','','','','3800','Cash',620.69,'4500','','','4','','1','2021-05-11 14:11:02','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','2.00','1','Inclusive','branch','Inventory','','',''),('416207423160344324',765,'41620742263','232','1.00','6000','retail','0','2021-05-11 17:13:21','','','','2','Cash',827.59,'6000','','','4','','1','2021-05-11 14:13:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','5172.41','','197.00','196','Inclusive','branch','Inventory','1110','4000','5500'),('416207424860223200',766,'41620742435','58','0.50','100','retail','0','2021-05-11 17:16:42','','','','130','Cash',13.79,'200','','','4','','1','2021-05-11 14:16:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','7.00','6.5','Inclusive','branch','Inventory','','',''),('416207425467220223',767,'41620742435','232','0.50','150','retail','0','2021-05-11 17:16:42','','','','2','Cash',20.69,'300','','','4','','1','2021-05-11 14:16:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','196.00','195.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207426851037230',768,'41620742616','43','25.00','7500','retail','0','2021-05-11 17:18:14','','','','275','Cash',1034.48,'300','','','4','','1','2021-05-11 14:18:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','25','163.00','138','Inclusive','branch','Inventory','','',''),('416207427333604202',769,'41620742700','66','1.00','250','retail','0','2021-05-11 17:21:03','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-11 14:21:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','43.50','42.5','Inclusive','branch','Inventory','','',''),('416207427593773530',770,'41620742700','60','1.00','150','retail','0','2021-05-11 17:21:03','','','','105','Cash',20.69,'150','','','4','','1','2021-05-11 14:21:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','1.50','0.5','Inclusive','branch','Inventory','','',''),('416207428343232020',771,'41620742700','58','0.50','100','retail','0','2021-05-11 17:21:03','','','','130','Cash',13.79,'200','','','4','','1','2021-05-11 14:21:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.50','6','Inclusive','branch','Inventory','','',''),('416207429202342391',772,'41620742873','232','2.00','200','retail','0','2021-05-11 17:28:10','','','','2','Cash',27.59,'100','','','4','','1','2021-05-11 14:28:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','195.50','193.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207431544361110',773,'41620742873','63','0.25','50','retail','0','2021-05-11 17:28:10','','','','105','Cash',6.90,'200','','','4','','1','2021-05-11 14:28:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','95.00','94.75','Inclusive','branch','Inventory','','',''),('416207433522223222',774,'41620743301','63','3.00','450','retail','0','2021-05-11 17:29:57','','','','105','Cash',62.07,'150','','','4','','1','2021-05-11 14:30:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','94.75','91.75','Inclusive','branch','Inventory','','',''),('416207436800233732',775,'41620743405','8','5.00','2250','retail','0','2021-05-11 17:36:00','','','','330','Cash',310.34,'450','','','4','','1','2021-05-11 14:36:06','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','74.00','69','Inclusive','branch','Inventory','','',''),('416207437437023233',776,'41620743405','58','0.50','100','retail','0','2021-05-11 17:36:00','','','','130','Cash',13.79,'200','','','4','','1','2021-05-11 14:36:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','6.00','5.5','Inclusive','branch','Inventory','','',''),('416207438077303324',777,'41620743767','232','1.00','150','retail','0','2021-05-11 17:37:05','','','','2','Cash',20.69,'150','','','4','','1','2021-05-11 14:37:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','193.50','192.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207438712212733',778,'41620743845','66','2.00','450','retail','0','2021-05-11 17:39:41','','','','150 ','Cash',62.07,'225','','','4','','1','2021-05-11 14:39:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','42.50','40.5','Inclusive','branch','Inventory','','',''),('416207439639340320',779,'41620743845','63','1.00','150','retail','0','2021-05-11 17:39:41','','','','105','Cash',20.69,'150','','','4','','1','2021-05-11 14:39:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','91.75','90.75','Inclusive','branch','Inventory','','',''),('416207440480432203',780,'41620743990','245','1.00','850','retail','0','2021-05-11 17:41:10','','','','650','Cash',117.24,'850','','','4','','1','2021-05-11 14:41:29','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','17.25','16.25','Inclusive','branch','Inventory','1110','4000','5500'),('416207442522430040',782,'41620744209','253','1.00','6300','retail','0','2021-05-11 17:46:14','','','','5700','Cash',868.97,'6300','','','4','','1','2021-05-11 14:46:18','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416207443574343342',783,'41620744209','163','2.00','400','retail','0','2021-05-11 17:46:14','','','','130','Cash',55.17,'200','','','4','','1','2021-05-11 14:46:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','54.50','52.5','Inclusive','branch','Inventory','','',''),('416207444662003362',784,'41620744378','232','2.00','800','retail','0','2021-05-11 17:49:53','','','','2','Cash',110.34,'400','','','4','','1','2021-05-11 14:50:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','191.50','189.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207445293723632',785,'41620744378','232','1.00','200','retail','0','2021-05-11 17:49:53','','','','2','Cash',27.59,'200','','','4','','1','2021-05-11 14:50:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','189.50','188.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207446723262733',786,'41620744647','232','2.00','400','retail','0','2021-05-11 17:51:34','','','','2','Cash',55.17,'200','','','4','','1','2021-05-11 14:51:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','188.50','186.5','Inclusive','branch','Inventory','1110','4000','5500'),('416207448232224236',787,'41620744717','139','1.00','3000','retail','0','2021-05-11 17:54:00','','','','2520','Cash',413.79,'3000','','','4','','1','2021-05-11 14:54:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','2.00','1','Inclusive','branch','Inventory','','',''),('416207449116234302',788,'41620744853','61','1.00','150','retail','0','2021-05-11 17:56:17','','','','105','Cash',20.69,'150','','','4','','1','2021-05-11 14:56:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.00','42','Inclusive','branch','Inventory','','',''),('416207449612213640',789,'41620744853','18','1.00','650','retail','0','2021-05-11 17:56:17','','','','540','Cash',89.66,'650','','','4','','1','2021-05-11 14:56:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','113.00','112','Inclusive','branch','Inventory','','',''),('416207441742223114',791,'41620744090','232','1.00','300','retail','0','2021-05-11 19:41:09','','','','2','Cash',41.38,'300','','','4','','1','2021-05-11 16:41:14','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','258.62','','192.50','191.5','Inclusive','branch','Inventory','1110','4000','5500'),('516207512607763322',792,'41620744090','246','1.00','300','retail','0','2021-05-11 19:41:09','','','','200','Cash',41.38,'300','','','4','','1','2021-05-11 16:41:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416208252572134224',793,'41620825074','2','1.00','580','retail','0','2021-05-12 16:16:38','','','','530','Cash',80.00,'580','','','4','','1','2021-05-12 13:16:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','48.00','47','Inclusive','branch','18','','',''),('416208253693063234',794,'41620825074','247','1.00','300','retail','0','2021-05-12 16:16:38','','','','190','Cash',41.38,'300','','','4','','1','2021-05-12 13:16:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416208255103302382',795,'41620825411','232','2.00','400','retail','0','2021-05-12 16:18:45','','','','2','Cash',55.17,'200','','','4','','1','2021-05-12 13:19:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','187.50','185.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208255910233315',796,'41620825572','163','1.00','200','retail','0','2021-05-12 16:19:52','','','','130','Cash',27.59,'200','','','4','','1','2021-05-12 13:20:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','52.50','51.5','Inclusive','branch','Inventory','','',''),('416208256590222202',797,'41620825607','42','3.00','2850','retail','0','2021-05-12 16:21:14','','','','810','Cash',393.10,'950','','','4','','1','2021-05-12 13:21:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','187.00','184','Inclusive','branch','Inventory','','',''),('416208271333302033',798,'41620825832','41','4.00','3400','retail','0','2021-05-12 16:51:37','','','','700','Cash',468.97,'850','','','4','','1','2021-05-12 13:51:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','110.00','106','Inclusive','branch','Inventory','','',''),('416208272412227320',799,'41620825832','66','1.00','200','retail','0','2021-05-12 16:51:37','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-12 13:51:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','39.5','Inclusive','branch','Inventory','','',''),('416208272782033380',800,'41620825832','61','1.00','150','retail','0','2021-05-12 16:51:37','','','','105','Cash',20.69,'150','','','4','','1','2021-05-12 13:51:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','42.00','41','Inclusive','branch','Inventory','','',''),('416208274562452100',801,'41620825832','63','1.00','150','retail','0','2021-05-12 16:51:37','','','','105','Cash',20.69,'150','','','4','','1','2021-05-12 13:51:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','90.75','89.75','Inclusive','branch','Inventory','','',''),('416208279952672309',802,'41620827513','2','2.00','1100','retail','0','2021-05-12 17:00:04','','','','530','Cash',151.72,'550','','','4','','1','2021-05-12 14:00:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','2','47.00','45','Inclusive','branch','18','','',''),('416208281232302820',803,'41620828009','66','1.00','100','retail','0','2021-05-12 17:04:40','','','','150 ','Cash',13.79,'100','','','4','','1','2021-05-12 14:04:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','39.50','38.5','Inclusive','branch','Inventory','','',''),('416208282532302343',804,'41620828009','61','1.00','200','retail','0','2021-05-12 17:04:40','','','','105','Cash',27.59,'200','','','4','','1','2021-05-12 14:04:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.00','40','Inclusive','branch','Inventory','','',''),('416208283583035640',805,'41620828297','212','1.00','14000','retail','0','2021-05-12 17:06:26','','','','12000','Cash',1931.03,'14000','','','4','','1','2021-05-12 14:06:34','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','39.00','38','Inclusive','branch','Inventory','','',''),('416208284804202002',806,'41620828395','259','1.00','400','retail','0','2021-05-12 17:08:26','','','','150 ','Cash',55.17,'400','','','4','','1','2021-05-12 14:08:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('416208286393232268',807,'41620828569','232','2.00','1800','retail','0','2021-05-12 17:14:54','','','','2','Cash',248.28,'900','','','4','','1','2021-05-12 14:15:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','185.50','183.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208287370200223',808,'41620828569','231','1.00','100','retail','0','2021-05-12 17:14:54','','','','130','Cash',13.79,'100','','','4','','1','2021-05-12 14:15:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','48.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208289623238236',809,'41620828928','231','2.00','400','retail','0','2021-05-12 17:16:02','','','','130','Cash',55.17,'200','','','4','','1','2021-05-12 14:16:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','47.50','45.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208290240200224',810,'41620828989','163','2.00','400','retail','0','2021-05-12 17:17:39','','','','130','Cash',55.17,'200','','','4','','1','2021-05-12 14:17:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.50','49.5','Inclusive','branch','Inventory','','',''),('416208290943332000',811,'41620829065','163','1.00','200','retail','0','2021-05-12 17:18:21','','','','130','Cash',27.59,'200','','','4','','1','2021-05-12 14:18:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','49.50','48.5','Inclusive','branch','Inventory','','',''),('416208291503282080',812,'41620829107','232','45.00','4500','retail','0','2021-05-12 17:19:33','','','','2','Cash',620.69,'100','','','4','','1','2021-05-12 14:19:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','183.50','138.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208292800222022',813,'41620829245','163','0.50','100','retail','0','2021-05-12 17:21:36','','','','130','Cash',13.79,'200','','','4','','1','2021-05-12 14:21:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.5','48.50','48','Inclusive','branch','Inventory','','',''),('416208293523692622',814,'41620829302','63','3.00','450','retail','0','2021-05-12 17:22:57','','','','105','Cash',62.07,'150','','','4','','1','2021-05-12 14:23:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','89.75','86.75','Inclusive','branch','Inventory','','',''),('416208294733732023',815,'41620829453','163','1.00','250','retail','0','2021-05-12 17:24:57','','','','130','Cash',34.48,'250','','','4','','1','2021-05-12 14:25:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','48.00','47','Inclusive','branch','Inventory','','',''),('416208317380224223',816,'41620830355','66','1.00','200','retail','0','2021-05-12 18:02:33','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-12 15:02:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.50','37.5','Inclusive','branch','Inventory','','',''),('416208866032600233',817,'41620886538','232','1.00','200','retail','0','2021-05-13 09:17:08','','','','2','Cash',27.59,'200','','','4','','1','2021-05-13 06:17:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','138.50','137.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208867218432122',818,'41620886651','232','10.00','1500','retail','0','2021-05-13 09:19:02','','','','2','Cash',206.90,'150','','','4','','1','2021-05-13 06:19:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','137.50','127.5','Inclusive','branch','Inventory','1110','4000','5500'),('416208869288828333',819,'41620886913','232','1.00','150','retail','0','2021-05-13 09:22:29','','','','2','Cash',20.69,'150','','','4','','1','2021-05-13 06:23:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','127.50','126.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209101951911643',820,'41620909750','254','2.00','400','retail','0','2021-05-13 15:49:56','','','','80','Cash',55.17,'200','','','4','','1','2021-05-13 12:50:46','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','497.00','495','Inclusive','branch','Inventory','1110','4000','5500'),('416209103259523523',821,'41620910247','62','2.00','300','retail','0','2021-05-13 15:52:29','','','','105','Cash',41.38,'150','','','4','','1','2021-05-13 12:52:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','268.00','266','Inclusive','branch','Inventory','','',''),('416209104566309423',822,'41620910355','43','6.00','2100','retail','0','2021-05-13 15:54:57','','','','275','Cash',289.66,'350','','','4','','1','2021-05-13 12:55:30','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','138.00','132','Inclusive','branch','Inventory','','',''),('416209105752223023',823,'41620910531','43','3.00','1050','retail','0','2021-05-13 16:02:13','','','','275','Cash',144.83,'350','','','4','','1','2021-05-13 13:02:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','132.00','129','Inclusive','branch','Inventory','','',''),('416209106293334003',824,'41620910531','231','0.50','100','retail','0','2021-05-13 16:02:13','','','','130','Cash',13.79,'200','','','4','','1','2021-05-13 13:02:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.50','45','Inclusive','branch','Inventory','1110','4000','5500'),('416209107083008722',825,'41620910531','61','0.50','100','retail','0','2021-05-13 16:02:13','','','','105','Cash',13.79,'200','','','4','','1','2021-05-13 13:02:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.00','39.5','Inclusive','branch','Inventory','','',''),('416209108133122320',826,'41620910531','62','0.50','100','retail','0','2021-05-13 16:02:13','','','','105','Cash',13.79,'200','','','4','','1','2021-05-13 13:02:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','266.00','265.5','Inclusive','branch','Inventory','','',''),('416209115534223303',827,'41620910947','2','10.00','5500','retail','0','2021-05-13 16:13:08','','','','530','Cash',758.62,'550','','','4','','1','2021-05-13 13:13:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','45.00','35','Inclusive','branch','18','','',''),('416209116601303126',828,'41620911595','232','1.00','200','retail','0','2021-05-13 16:14:42','','','','2','Cash',27.59,'200','','','4','','1','2021-05-13 13:15:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','126.50','125.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209117647319213',829,'41620911719','2','30.00','16800','retail','0','2021-05-13 16:16:44','','','','530','Cash',2317.24,'560','','','4','','1','2021-05-13 13:16:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','35.00','5','Inclusive','branch','18','','',''),('416209118480032433',830,'41620911813','66','1.00','200','retail','0','2021-05-13 16:18:20','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-13 13:21:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.50','36.5','Inclusive','branch','Inventory','','',''),('416209174142433622',831,'41620917393','63','1.00','160','retail','0','2021-05-13 17:50:33','','','','105','Cash',22.07,'160','','','4','','1','2021-05-13 14:50:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','86.75','85.75','Inclusive','branch','Inventory','','',''),('416209175022143301',832,'41620917443','232','1.00','200','retail','0','2021-05-13 17:52:02','','','','2','Cash',27.59,'200','','','4','','1','2021-05-13 14:52:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','125.50','124.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209175692242340',833,'41620917549','62','1.00','150','retail','0','2021-05-13 17:57:07','','','','105','Cash',20.69,'150','','','4','','1','2021-05-13 14:57:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','257.50','264.5','Inclusive','branch','Inventory','','',''),('416209176924032336',834,'41620917549','163','0.50','120','retail','0','2021-05-13 17:57:07','','','','130','Cash',16.55,'240','','','4','','1','2021-05-13 14:57:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','','47.00','46.5','Inclusive','branch','Inventory','','',''),('416209178044322021',835,'41620917549','231','2.50','500','retail','0','2021-05-13 17:57:07','','','','130','Cash',68.97,'200','','','4','','1','2021-05-13 14:57:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.00','42.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209178636632228',836,'41620917844','232','3.00','450','retail','0','2021-05-13 17:58:31','','','','2','Cash',62.07,'150','','','4','','1','2021-05-13 14:58:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','124.50','121.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209180771930314',837,'41620917926','53','6.00','3900','retail','0','2021-05-13 18:05:00','','','','560','Cash',537.93,'650','','','4','','1','2021-05-13 15:05:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','63.00','57','Inclusive','branch','Inventory','','',''),('416209182182293220',838,'41620917926','232','4.00','2000','retail','0','2021-05-13 18:05:00','','','','2','Cash',275.86,'500','','','4','','1','2021-05-13 15:05:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','121.50','117.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209182812664230',839,'41620917926','232','1.00','1500','retail','0','2021-05-13 18:05:00','','','','2','Cash',206.90,'1500','','','4','','1','2021-05-13 15:05:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','117.50','116.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209186463223323',840,'41620918568','232','1.00','1200','retail','0','2021-05-13 18:11:33','','','','2','Cash',165.52,'1200','','','4','','1','2021-05-13 15:19:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','116.50','115.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209192622222333',841,'41620919219','232','8.00','1600','retail','0','2021-05-13 18:22:23','','','','2','Cash',220.69,'200','','','4','','1','2021-05-13 15:26:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','115.50','107.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209192922621342',842,'41620919219','232','8.00','1600','retail','0','2021-05-13 18:22:23','','','','2','Cash',220.69,'200','','','4','','1','2021-05-13 15:26:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','107.50','99.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209193272303430',843,'41620919219','232','16.00','1600','retail','0','2021-05-13 18:22:23','','','','2','Cash',220.69,'100','','','4','','1','2021-05-13 15:26:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','99.50','83.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209196332923392',844,'41620919591','232','1.00','2300','retail','0','2021-05-13 18:27:33','','','','2','Cash',317.24,'2300','','','4','','1','2021-05-13 15:27:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','83.50','82.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209759941433730',845,'41620969996','97','8.00','7040','retail','0','2021-05-14 10:11:26','','','','670','Cash',971.03,'880','','','4','','1','2021-05-14 07:11:59','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','14.00','6','Inclusive','branch','Inventory','','',''),('416209760720732202',846,'41620969996','231','2.00','460','retail','0','2021-05-14 10:11:26','','','','130','Cash',63.45,'230','','','4','','1','2021-05-14 07:11:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','198.28','','42.50','40.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209761720024132',847,'41620969996','62','2.00','300','retail','0','2021-05-14 10:11:26','','','','105','Cash',41.38,'150','','','4','','1','2021-05-14 07:11:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','264.50','262.5','Inclusive','branch','Inventory','','',''),('416209762586253302',848,'41620969996','63','2.00','300','retail','0','2021-05-14 10:11:26','','','','105','Cash',41.38,'150','','','4','','1','2021-05-14 07:11:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','85.75','83.75','Inclusive','branch','Inventory','','',''),('416209763637363292',849,'41620976321','139','1.00','3000','retail','0','2021-05-14 10:19:59','','','','2520','Cash',413.79,'3000','','','4','','1','2021-05-14 07:20:08','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','3.00','2','Inclusive','branch','Inventory','','',''),('416209764453333422',850,'41620976321','66','1.00','220','retail','0','2021-05-14 10:19:59','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-14 07:20:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','36.50','35.5','Inclusive','branch','Inventory','','',''),('416209767783322860',851,'41620976321','62','1.00','150','retail','0','2021-05-14 10:19:59','','','','105','Cash',20.69,'150','','','4','','1','2021-05-14 07:20:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','262.50','261.5','Inclusive','branch','Inventory','','',''),('416209772024371264',852,'41620977005','43','5.00','1600','retail','0','2021-05-14 14:53:56','','','','275','Cash',220.69,'320','','','4','','1','2021-05-14 11:55:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','129.00','124','Inclusive','branch','Inventory','','',''),('416209932000020330',853,'41620977005','232','1.00','900','retail','0','2021-05-14 14:53:56','','','','2','Cash',124.14,'900','','','4','','1','2021-05-14 11:55:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','82.50','81.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209933503463020',854,'41620993302','145','1.00','450','retail','0','2021-05-14 14:56:13','','','','320','Cash',62.07,'450','','','4','','1','2021-05-14 11:56:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','5.00','4','Inclusive','branch','Inventory','','',''),('416209935502200932',855,'41620993489','2','5.00','2750','retail','0','2021-05-14 14:59:23','','','','530','Cash',379.31,'550','','','4','','1','2021-05-14 11:59:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','5','5.00','0','Inclusive','branch','18','','',''),('416209937979443127',856,'41620993574','245','2.00','900','retail','0','2021-05-14 15:14:55','','','','650','Cash',124.14,'450','','','4','','1','2021-05-14 12:15:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','16.25','14.25','Inclusive','branch','Inventory','1110','4000','5500'),('416209938602293313',857,'41620993574','232','1.00','150','retail','0','2021-05-14 15:14:55','','','','2','Cash',20.69,'150','','','4','','1','2021-05-14 12:15:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','81.50','80.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209939012630290',858,'41620993574','232','1.00','100','retail','0','2021-05-14 15:14:55','','','','2','Cash',13.79,'100','','','4','','1','2021-05-14 12:15:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','80.50','79.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209939680400330',859,'41620993574','259','2.00','300','retail','0','2021-05-14 15:14:55','','','','150 ','Cash',41.38,'150','','','4','','1','2021-05-14 12:15:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','76.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416209940401340034',860,'41620993574','259','1.00','200','retail','0','2021-05-14 15:14:55','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-14 12:15:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','74.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('416209943130232943',861,'41620993574','232','2.00','200','retail','0','2021-05-14 15:14:55','','','','2','Cash',27.59,'100','','','4','','1','2021-05-14 12:15:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','79.50','77.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209943963460323',862,'41620993574','252','20.00','1800','retail','0','2021-05-14 15:14:55','','','','70','Cash',248.28,'90','','','4','','1','2021-05-14 12:15:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','655.00','635','Inclusive','branch','Inventory','1110','4000','5500'),('416209944554023223',863,'41620993574','232','3.00','150','retail','0','2021-05-14 15:14:55','','','','2','Cash',20.69,'50','','','4','','1','2021-05-14 12:15:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','77.50','74.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209945552226615',864,'41620994510','255','1.00','300','retail','0','2021-05-14 15:16:18','','','','150','Cash',41.38,'300','','','4','','1','2021-05-14 12:16:25','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416209946443303332',865,'41620994586','139','1.00','3200','retail','0','2021-05-14 15:17:57','','','','2520','Cash',441.38,'3200','','','4','','1','2021-05-14 12:18:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','2.00','1','Inclusive','branch','Inventory','','',''),('416209947194323923',866,'41620994695','231','0.50','100','retail','0','2021-05-14 15:19:09','','','','130','Cash',13.79,'200','','','4','','1','2021-05-14 12:19:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','40','Inclusive','branch','Inventory','1110','4000','5500'),('416209947812437378',867,'41620994756','232','1.00','500','retail','0','2021-05-14 15:19:59','','','','2','Cash',68.97,'500','','','4','','1','2021-05-14 12:20:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','74.50','73.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209948734223003',868,'41620994837','61','2.00','350','retail','0','2021-05-14 15:22:06','','','','105','Cash',48.28,'175','','','4','','1','2021-05-14 12:22:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','39.50','37.5','Inclusive','branch','Inventory','','',''),('416209953999300293',869,'41620994934','232','2.00','4000','retail','0','2021-05-14 15:30:35','','','','2','Cash',551.72,'2000','','','4','','1','2021-05-14 12:30:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','73.50','71.5','Inclusive','branch','Inventory','1110','4000','5500'),('416209956404622303',870,'41620995605','53','3.00','1950','retail','0','2021-05-14 15:34:16','','','','560','Cash',268.97,'650','','','4','','1','2021-05-14 12:34:20','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','57.00','54','Inclusive','branch','Inventory','','',''),('416209957203330242',871,'41620995661','163','1.00','220','retail','0','2021-05-14 15:36:14','','','','130','Cash',30.34,'220','','','4','','1','2021-05-14 12:36:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','46.50','45.5','Inclusive','branch','Inventory','','',''),('416210015653620023',872,'41620996015','252','15.00','1350','retail','0','2021-05-14 17:19:40','','','','70','Cash',186.21,'90','','','4','','1','2021-05-14 14:20:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','635.00','620','Inclusive','branch','Inventory','1110','4000','5500'),('416210016082322336',873,'41620996015','232','20.00','200','retail','0','2021-05-14 17:19:40','','','','2','Cash',27.59,'10','','','4','','1','2021-05-14 14:20:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','','71.50','45.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210017093623243',874,'41620996015','254','7.00','1400','retail','0','2021-05-14 17:19:40','','','','80','Cash',193.10,'200','','','4','','1','2021-05-14 14:20:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','495.00','488','Inclusive','branch','Inventory','1110','4000','5500'),('416210017532133322',875,'41620996015','232','6.00','300','retail','0','2021-05-14 17:19:40','','','','2','Cash',41.38,'50','','','4','','1','2021-05-14 14:20:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','53.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210018382220302',876,'41620996015','259','4.00','600','retail','0','2021-05-14 17:19:40','','','','150 ','Cash',82.76,'150','','','4','','1','2021-05-14 14:20:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','73.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416210018983021991',877,'41620996015','259','1.00','150','retail','0','2021-05-14 17:19:40','','','','150 ','Cash',20.69,'150','','','4','','1','2021-05-14 14:20:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416210038488333331',878,'41621003778','232','3.00','450','retail','0','2021-05-14 17:55:54','','','','2','Cash',62.07,'150','','','4','','1','2021-05-14 14:56:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.50','42.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210813371762021',879,'41621080673','232','1.00','300','retail','0','2021-05-15 15:22:35','','','','2','Cash',41.38,'300','','','4','','1','2021-05-15 12:23:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','42.50','41.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210820206220036',880,'41621081383','42','11.00','9900','retail','0','2021-05-15 15:37:30','','','','810','Cash',1365.52,'900','','','4','','1','2021-05-15 12:37:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','184.00','173','Inclusive','branch','Inventory','','',''),('416210822290824230',881,'41621081383','66','2.00','500','retail','0','2021-05-15 15:37:30','','','','150 ','Cash',68.97,'250','','','4','','1','2021-05-15 12:37:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','35.50','33.5','Inclusive','branch','Inventory','','',''),('416210823022102400',882,'41621082261','169','1.00','1800','retail','0','2021-05-15 15:39:32','','','','60','Cash',248.28,'1800','','','4','','1','2021-05-15 12:39:38','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','1551.72','','360.00','359','Inclusive','branch','Inventory','','',''),('416210823544203031',883,'41621082261','66','1.00','220','retail','0','2021-05-15 15:39:32','','','','150 ','Cash',30.34,'220','','','4','','1','2021-05-15 12:39:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','33.50','32.5','Inclusive','branch','Inventory','','',''),('416210824782323323',884,'41621082378','8','2.00','800','retail','0','2021-05-15 15:41:46','','','','330','Cash',110.34,'400','','','4','','1','2021-05-15 12:41:59','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','69.00','67','Inclusive','branch','Inventory','','',''),('416210825500253031',885,'41621082521','62','2.00','300','retail','0','2021-05-15 15:42:50','','','','105','Cash',41.38,'150','','','4','','1','2021-05-15 12:43:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','261.50','259.5','Inclusive','branch','Inventory','','',''),('416210826054303220',886,'41621082586','62','2.00','300','retail','0','2021-05-15 15:44:23','','','','105','Cash',41.38,'150','','','4','','1','2021-05-15 12:44:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','259.50','257.5','Inclusive','branch','Inventory','','',''),('416210827546332306',887,'41621082684','251','4.00','600','retail','0','2021-05-15 15:52:42','','','','115','Cash',82.76,'150','','','4','','1','2021-05-15 12:52:49','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','145.00','141','Inclusive','branch','Inventory','1110','4000','5500'),('416210831130230134',888,'41621082684','259','1.00','200','retail','0','2021-05-15 15:52:42','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-15 12:52:49','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416210831538202316',889,'41621082684','254','1.00','200','retail','0','2021-05-15 15:52:42','','','','80','Cash',27.59,'200','','','4','','1','2021-05-15 12:52:49','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500'),('416210832513202103',890,'41621083190','43','3.00','1050','retail','0','2021-05-15 15:54:43','','','','275','Cash',144.83,'350','','','4','','1','2021-05-15 12:54:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','124.00','121','Inclusive','branch','Inventory','','',''),('416210833963623220',891,'41621083291','232','2.00','600','retail','0','2021-05-15 15:58:25','','','','2','Cash',82.76,'300','','','4','','1','2021-05-15 12:59:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','41.50','39.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210834900031230',892,'41621083291','232','1.00','350','retail','0','2021-05-15 15:58:25','','','','2','Cash',48.28,'350','','','4','','1','2021-05-15 12:59:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','39.50','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210837722327004',893,'41621083550','163','0.50','100','retail','0','2021-05-15 16:03:11','','','','130','Cash',13.79,'200','','','4','','1','2021-05-15 13:03:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.50','45','Inclusive','branch','Inventory','','',''),('416210838161610331',894,'41621083796','61','1.00','170','retail','0','2021-05-15 16:03:57','','','','105','Cash',23.45,'170','','','4','','1','2021-05-15 13:04:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','37.50','36.5','Inclusive','branch','Inventory','','',''),('416210838930320830',895,'41621083842','245','1.00','900','retail','0','2021-05-15 16:08:38','','','','650','Cash',124.14,'900','','','4','','1','2021-05-15 13:10:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','14.25','13.25','Inclusive','branch','Inventory','1110','4000','5500'),('416210839650221020',896,'41621083842','232','1.00','200','retail','0','2021-05-15 16:08:38','','','','2','Cash',27.59,'200','','','4','','1','2021-05-15 13:10:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.50','37.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210840102011330',897,'41621083842','232','1.00','300','retail','0','2021-05-15 16:08:38','','','','2','Cash',41.38,'300','','','4','','1','2021-05-15 13:10:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','37.50','36.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210840664303623',898,'41621083842','232','1.00','50','retail','0','2021-05-15 16:08:38','','','','2','Cash',6.90,'50','','','4','','1','2021-05-15 13:10:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','36.50','35.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210841174322713',899,'41621083842','245','1.00','900','retail','0','2021-05-15 16:08:38','','','','650','Cash',124.14,'900','','','4','','1','2021-05-15 13:10:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','13.25','12.25','Inclusive','branch','Inventory','1110','4000','5500'),('416210843260364100',900,'41621084299','63','1.00','150','retail','0','2021-05-15 16:15:43','','','','105','Cash',20.69,'150','','','4','','1','2021-05-15 13:17:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','83.75','82.75','Inclusive','branch','Inventory','','',''),('416210843640230330',901,'41621084299','232','3.00','450','retail','0','2021-05-15 16:15:43','','','','2','Cash',62.07,'150','','','4','','1','2021-05-15 13:17:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','35.50','32.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210844743204242',902,'41621084299','54','5.00','4000','retail','0','2021-05-15 16:15:43','','','','700','Cash',551.72,'800','','','4','','1','2021-05-15 13:17:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','93.00','88','Inclusive','branch','Inventory','','',''),('416210845183033223',903,'41621084299','232','6.00','600','retail','0','2021-05-15 16:15:43','','','','2','Cash',82.76,'100','','','4','','1','2021-05-15 13:17:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.50','26.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210846792304230',904,'41621084643','212','1.00','13900','retail','0','2021-05-15 16:19:18','','','','12000','Cash',1917.24,'13900','','','4','','1','2021-05-15 13:19:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11982.76','','38.00','37','Inclusive','branch','Inventory','','',''),('416210847333023341',905,'41621084643','163','2.00','400','retail','0','2021-05-15 16:19:18','','','','130','Cash',55.17,'200','','','4','','1','2021-05-15 13:19:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.00','43','Inclusive','branch','Inventory','','',''),('416210850553332302',906,'41621084958','232','5.00','750','retail','0','2021-05-15 16:24:39','','','','2','Cash',103.45,'150','','','4','','1','2021-05-15 13:25:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','26.50','21.5','Inclusive','branch','Inventory','1110','4000','5500'),('416210902822232132',907,'41621086854','212','3.00','40500','retail','0','2021-05-15 17:53:51','','','','12000','Cash',5586.21,'13500','','','4','','1','2021-05-15 14:55:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','37.00','34','Inclusive','branch','Inventory','','',''),('416210903553005214',908,'41621086854','163','10.00','2000','retail','0','2021-05-15 17:53:51','','','','130','Cash',275.86,'200','','','4','','1','2021-05-15 14:55:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','43.00','33','Inclusive','branch','Inventory','','',''),('416210904052209065',909,'41621086854','61','10.00','1500','retail','0','2021-05-15 17:53:51','','','','105','Cash',206.90,'150','','','4','','1','2021-05-15 14:55:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','36.50','26.5','Inclusive','branch','Inventory','','',''),('416210905301045003',910,'41621090507','212','2.00','27500','retail','0','2021-05-15 17:56:02','','','','12000','Cash',3793.10,'13750','','','4','','1','2021-05-15 14:56:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11853.45','','34.00','32','Inclusive','branch','Inventory','','',''),('416210906570923213',911,'41621090602','163','0.50','100','retail','0','2021-05-15 17:58:52','','','','130','Cash',13.79,'200','','','4','','1','2021-05-15 14:58:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','32.5','Inclusive','branch','Inventory','','',''),('416210907112102322',912,'41621090602','63','1.00','150','retail','0','2021-05-15 17:58:52','','','','105','Cash',20.69,'150','','','4','','1','2021-05-15 14:58:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','82.75','81.75','Inclusive','branch','Inventory','','',''),('416212507333223023',913,'41621250614','72','16.00','20800','retail','0','2021-05-17 14:29:57','','','','1200','Cash',2868.97,'1300','','','4','','1','2021-05-17 11:30:14','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','62.00','46','Inclusive','branch','Inventory','','',''),('416212508022442032',914,'41621250614','67','1.00','100','retail','0','2021-05-17 14:29:57','','','','180','Cash',13.79,'100','','','4','','1','2021-05-17 11:30:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','3.00','2','Inclusive','branch','Inventory','','',''),('416212509660226933',915,'41621250614','14','5.00','5400','retail','0','2021-05-17 14:29:57','','','','765','Cash',744.83,'1080','','','4','','1','2021-05-17 11:30:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','145.00','140','Inclusive','branch','Inventory','','',''),('416212510442210431',916,'41621251016','157','1.00','4500','retail','0','2021-05-17 14:33:34','','','','3800','Cash',620.69,'4500','','','4','','1','2021-05-17 11:33:45','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','5','Inclusive','branch','Inventory','','',''),('416212510832342330',917,'41621251016','62','0.50','100','retail','0','2021-05-17 14:33:34','','','','105','Cash',13.79,'200','','','4','','1','2021-05-17 11:33:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','257.50','257','Inclusive','branch','Inventory','','',''),('416212511480636005',918,'41621251016','61','0.50','100','retail','0','2021-05-17 14:33:34','','','','105','Cash',13.79,'200','','','4','','1','2021-05-17 11:33:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.50','26','Inclusive','branch','Inventory','','',''),('416212511973222043',919,'41621251016','163','1.00','220','retail','0','2021-05-17 14:33:34','','','','130','Cash',30.34,'220','','','4','','1','2021-05-17 11:33:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','32.50','31.5','Inclusive','branch','Inventory','','',''),('416212521662202266',920,'41621252061','163','1.00','200','retail','0','2021-05-17 15:19:10','','','','130','Cash',27.59,'200','','','4','','1','2021-05-17 12:19:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','31.50','30.5','Inclusive','branch','Inventory','','',''),('416212539490224320',921,'41621252061','231','1.00','200','retail','0','2021-05-17 15:19:10','','','','130','Cash',27.59,'200','','','4','','1','2021-05-17 12:19:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416212540913320960',922,'41621254052','42','8.00','7600','retail','0','2021-05-17 15:27:33','','','','810','Cash',1048.28,'950','','','4','','1','2021-05-17 12:27:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','173.00','165','Inclusive','branch','Inventory','','',''),('416212541946204423',923,'41621254052','63','1.00','150','retail','0','2021-05-17 15:27:33','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 12:27:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','81.75','80.75','Inclusive','branch','Inventory','','',''),('416212542430122314',924,'41621254052','61','1.00','150','retail','0','2021-05-17 15:27:33','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 12:27:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','26.00','25','Inclusive','branch','Inventory','','',''),('416212543422340332',925,'41621254052','62','3.00','450','retail','0','2021-05-17 15:27:33','','','','105','Cash',62.07,'150','','','4','','1','2021-05-17 12:27:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','257.00','254','Inclusive','branch','Inventory','','',''),('416212544364523232',926,'41621254052','66','1.00','250','retail','0','2021-05-17 15:27:33','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-17 12:27:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','32.50','31.5','Inclusive','branch','Inventory','','',''),('416212544962460432',927,'41621254460','62','3.00','450','retail','0','2021-05-17 15:28:50','','','','105','Cash',62.07,'150','','','4','','1','2021-05-17 12:28:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','254.00','251','Inclusive','branch','Inventory','','',''),('416212545940436234',928,'41621254536','212','1.00','14000','retail','0','2021-05-17 15:30:20','','','','12000','Cash',1931.03,'14000','','','4','','1','2021-05-17 12:30:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','32.00','31','Inclusive','branch','Inventory','','',''),('416212546902259030',929,'41621254625','42','5.00','4700','retail','0','2021-05-17 15:32:47','','','','810','Cash',648.28,'940','','','4','','1','2021-05-17 12:32:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','810.34','','165.00','160','Inclusive','branch','Inventory','','',''),('416212548903050222',930,'41621254773','254','3.00','499.8','retail','0','2021-05-17 15:36:15','','','','80','Cash',68.94,'166.6','','','4','','1','2021-05-17 12:36:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','487.00','484','Inclusive','branch','Inventory','1110','4000','5500'),('416212550854345505',931,'41621254983','13','32.00','30080','retail','0','2021-05-17 15:57:20','','','','640','Cash',4148.97,'940','','','4','','1','2021-05-17 12:57:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','810.34','','267.00','235','Inclusive','branch','Inventory','','',''),('416212559992593064',932,'41621254983','61','2.00','300','retail','0','2021-05-17 15:57:20','','','','105','Cash',41.38,'150','','','4','','1','2021-05-17 12:57:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.00','23','Inclusive','branch','Inventory','','',''),('416212560850612333',933,'41621254983','63','2.00','300','retail','0','2021-05-17 15:57:20','','','','105','Cash',41.38,'150','','','4','','1','2021-05-17 12:57:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','80.75','78.75','Inclusive','branch','Inventory','','',''),('416212561272211430',934,'41621254983','66','2.00','500','retail','0','2021-05-17 15:57:20','','','','150 ','Cash',68.97,'250','','','4','','1','2021-05-17 12:57:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','31.50','29.5','Inclusive','branch','Inventory','','',''),('416212562103433400',935,'41621254983','248','2.00','320','retail','0','2021-05-17 15:57:20','','','','40','Cash',44.14,'160','','','4','','1','2021-05-17 12:57:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','91.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416212562775343221',936,'41621256247','62','1.00','150','retail','0','2021-05-17 16:00:13','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 13:00:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','251.00','250','Inclusive','branch','Inventory','','',''),('416212563184230328',937,'41621256247','61','1.00','150','retail','0','2021-05-17 16:00:13','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 13:00:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.00','22','Inclusive','branch','Inventory','','',''),('416212563612203322',938,'41621256247','63','1.00','150','retail','0','2021-05-17 16:00:13','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 13:00:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','78.75','77.75','Inclusive','branch','Inventory','','',''),('416212563974233323',939,'41621256247','66','1.00','200','retail','0','2021-05-17 16:00:13','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-17 13:00:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.50','28.5','Inclusive','branch','Inventory','','',''),('416212565535632240',940,'41621256431','245','1.00','1000','retail','0','2021-05-17 16:02:50','','','','650','Cash',137.93,'1000','','','4','','1','2021-05-17 13:02:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','12.25','11.25','Inclusive','branch','Inventory','1110','4000','5500'),('416212631002031412',941,'41621263006','54','1.00','850','retail','0','2021-05-17 17:55:27','','','','700','Cash',117.24,'850','','','4','','1','2021-05-17 14:56:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','88.00','87','Inclusive','branch','Inventory','','',''),('416212631352233233',942,'41621263006','67','0.25','50','retail','0','2021-05-17 17:55:27','','','','180','Cash',6.90,'200','','','4','','1','2021-05-17 14:56:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','1.75','Inclusive','branch','Inventory','','',''),('416212635533226213',943,'41621263393','43','14.00','4900','retail','0','2021-05-17 18:02:03','','','','275','Cash',675.86,'350','','','4','','1','2021-05-17 15:02:17','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','121.00','107','Inclusive','branch','Inventory','','',''),('416212636283422332',944,'41621263393','66','5.00','1000','retail','0','2021-05-17 18:02:03','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-17 15:02:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.50','23.5','Inclusive','branch','Inventory','','',''),('416212637073202073',945,'41621263393','63','4.00','600','retail','0','2021-05-17 18:02:03','','','','105','Cash',82.76,'150','','','4','','1','2021-05-17 15:02:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','77.75','73.75','Inclusive','branch','Inventory','','',''),('416212637561303423',946,'41621263738','53','1.00','650','retail','0','2021-05-17 18:02:37','','','','560','Cash',89.66,'650','','','4','','1','2021-05-17 15:02:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','54.00','53','Inclusive','branch','Inventory','','',''),('416212637892223232',947,'41621263764','77','3.00','3450','retail','0','2021-05-17 18:04:05','','','','1000','Cash',475.86,'1150','','','4','','1','2021-05-17 15:04:15','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','3','20.00','17','Inclusive','branch','Inventory','','',''),('416212638373387320',948,'41621263764','62','1.00','150','retail','0','2021-05-17 18:04:05','','','','105','Cash',20.69,'150','','','4','','1','2021-05-17 15:04:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','250.00','249','Inclusive','branch','Inventory','','',''),('416212638772726210',949,'41621263858','13','4.00','3800','retail','0','2021-05-17 18:06:45','','','','640','Cash',524.14,'950','','','4','','1','2021-05-17 15:07:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','235.00','231','Inclusive','branch','Inventory','','',''),('416212639063012033',950,'41621263858','14','7.00','7700','retail','0','2021-05-17 18:06:45','','','','765','Cash',1062.07,'1100','','','4','','1','2021-05-17 15:07:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','140.00','133','Inclusive','branch','Inventory','','',''),('416212639383836323',951,'41621263858','43','16.00','5600','retail','0','2021-05-17 18:06:45','','','','275','Cash',772.41,'350','','','4','','1','2021-05-17 15:07:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','107.00','91','Inclusive','branch','Inventory','','',''),('416212639694264012',952,'41621263858','66','2.00','450','retail','0','2021-05-17 18:06:45','','','','150 ','Cash',62.07,'225','','','4','','1','2021-05-17 15:07:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','23.50','21.5','Inclusive','branch','Inventory','','',''),('416212639970232263',953,'41621263858','232','1.00','150','retail','0','2021-05-17 18:06:45','','','','2','Cash',20.69,'150','','','4','','1','2021-05-17 15:07:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','21.50','20.5','Inclusive','branch','Inventory','1110','4000','5500'),('416212641221123342',954,'41621264104','232','2.00','7400','retail','0','2021-05-17 18:12:27','','','','2','Cash',1020.69,'3700','','','4','','1','2021-05-17 15:13:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','20.50','18.5','Inclusive','branch','Inventory','1110','4000','5500'),('416212641724643603',955,'41621264104','13','20.00','18000','retail','0','2021-05-17 18:12:27','','','','640','Cash',2482.76,'900','','','4','','1','2021-05-17 15:13:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','231.00','211','Inclusive','branch','Inventory','','',''),('416212642072007361',956,'41621264104','163','2.00','400','retail','0','2021-05-17 18:12:27','','','','130','Cash',55.17,'200','','','4','','1','2021-05-17 15:13:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','30.50','28.5','Inclusive','branch','Inventory','','',''),('416212642310144133',957,'41621264104','66','3.00','750','retail','0','2021-05-17 18:12:27','','','','150 ','Cash',103.45,'250','','','4','','1','2021-05-17 15:13:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','3','21.50','18.5','Inclusive','branch','Inventory','','',''),('416212642660333636',958,'41621264104','71','20.00','22000','retail','0','2021-05-17 18:12:27','','','','1000','Cash',3034.48,'1100','','','4','','1','2021-05-17 15:13:18','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','73.00','53','Inclusive','branch','Inventory','','',''),('416213477520223773',959,'41621347668','115','4.00','5200','retail','0','2021-05-18 17:23:03','','','','1180','Cash',717.24,'1300','','','4','','1','2021-05-18 14:23:13','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','7.00','3','Inclusive','branch','Inventory','','',''),('416213478543203142',960,'41621347794','232','1.00','200','retail','0','2021-05-18 17:24:30','','','','2','Cash',27.59,'200','','','4','','1','2021-05-18 14:25:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.50','17.5','Inclusive','branch','Inventory','1110','4000','5500'),('416213479183202433',961,'41621347903','232','1.00','200','retail','0','2021-05-18 17:25:39','','','','2','Cash',27.59,'200','','','4','','1','2021-05-18 14:26:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','16.5','Inclusive','branch','Inventory','1110','4000','5500'),('416213481553222544',962,'41621347985','8','1.00','500','retail','0','2021-05-18 17:29:21','','','','330','Cash',68.97,'500','','','4','','1','2021-05-18 14:29:26','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','67.00','66','Inclusive','branch','Inventory','','',''),('416213481883232308',963,'41621348167','259','1.00','450','retail','0','2021-05-18 17:30:10','','','','150 ','Cash',62.07,'450','','','4','','1','2021-05-18 14:30:14','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416213483624320232',964,'41621348215','41','3.00','2499.9','retail','0','2021-05-18 08:21:04','','','','700','Cash',344.81,'833.3','','','4','','1','2021-05-19 05:21:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','718.36','','106.00','103','Inclusive','branch','Inventory','','',''),('416213484463020414',965,'41621348215','146','1.00','800','retail','0','2021-05-18 08:21:04','','','','420','Cash',110.34,'800','','','4','','1','2021-05-19 05:21:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','3.00','2','Inclusive','branch','Inventory','','',''),('416214015833301042',966,'41621348215','169','2.00','300','retail','0','2021-05-18 08:21:04','','','','60','Cash',41.38,'150','','','4','','1','2021-05-19 05:21:41','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','359.00','357','Inclusive','branch','Inventory','','',''),('416214016636246063',967,'41621348215','186','1.00','150','retail','0','2021-05-18 08:21:04','','','','40','Cash',20.69,'150','','','4','','1','2021-05-19 05:21:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','13.00','12','Inclusive','branch','Inventory','','',''),('416214026424022263',969,'41621402575','232','1.00','250','retail','0','2021-05-18 08:37:51','','','','2','Cash',34.48,'250','','','4','','1','2021-05-19 05:39:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','16.50','15.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214027933333324',970,'41621402746','18','1.00','650','retail','0','2021-05-18 08:39:53','','','','540','Cash',89.66,'650','','','4','','1','2021-05-19 05:40:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','112.00','111','Inclusive','branch','Inventory','','',''),('416214028404404642',971,'41621402812','62','50.00','6500','retail','0','2021-05-18 08:41:15','','','','105','Cash',896.55,'130','','','4','','1','2021-05-19 05:41:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','249.00','199','Inclusive','branch','Inventory','','',''),('416214029191433232',972,'41621402889','163','2.00','400','retail','0','2021-05-18 08:42:27','','','','130','Cash',55.17,'200','','','4','','1','2021-05-19 05:42:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.50','26.5','Inclusive','branch','Inventory','','',''),('416214029910232233',973,'41621402960','66','1.00','250','retail','0','2021-05-18 08:43:26','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-19 05:43:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','18.50','17.5','Inclusive','branch','Inventory','','',''),('416214030524332232',974,'41621403017','245','1.00','900','retail','0','2021-05-18 08:46:00','','','','650','Cash',124.14,'900','','','4','','1','2021-05-19 05:46:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','11.25','10.25','Inclusive','branch','Inventory','1110','4000','5500'),('416214030973324232',975,'41621403017','232','2.00','600','retail','0','2021-05-18 08:46:00','','','','2','Cash',82.76,'300','','','4','','1','2021-05-19 05:46:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','15.50','13.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214032423432242',976,'41621403202','232','2.00','150','retail','0','2021-05-18 08:54:53','','','','2','Cash',20.69,'75','','','4','','1','2021-05-19 05:56:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','13.50','11.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214033014203230',977,'41621403202','66','1.00','200','retail','0','2021-05-18 08:54:53','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-19 05:56:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','16.5','Inclusive','branch','Inventory','','',''),('416214036611033332',978,'41621403202','232','1.00','200','retail','0','2021-05-18 08:54:53','','','','2','Cash',27.59,'200','','','4','','1','2021-05-19 05:56:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.50','10.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214037983073040',979,'41621403772','62','4.00','600','retail','0','2021-05-18 08:59:02','','','','105','Cash',82.76,'150','','','4','','1','2021-05-19 05:59:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','199.00','195','Inclusive','branch','Inventory','','',''),('416214038522030200',980,'41621403772','232','1.00','150','retail','0','2021-05-18 08:59:02','','','','2','Cash',20.69,'150','','','4','','1','2021-05-19 05:59:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.50','9.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214040350402342',981,'41621403970','232','3.00','499.8','retail','0','2021-05-18 09:01:15','','','','2','Cash',68.94,'166.6','','','4','','1','2021-05-19 06:01:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','9.50','6.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214041621411444',982,'41621404089','4','1.00','850','retail','0','2021-05-18 09:22:58','','','','700','Cash',117.24,'850','','','4','','1','2021-05-19 06:25:28','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','36.00','35','Inclusive','branch','Inventory','','',''),('416214044650063225',983,'41621404089','232','2.00','600','retail','0','2021-05-18 09:22:58','','','','2','Cash',82.76,'300','','','4','','1','2021-05-19 06:25:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.50','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214045221223333',984,'41621404089','146','1.00','800','retail','0','2021-05-18 09:22:58','','','','420','Cash',110.34,'800','','','4','','1','2021-05-19 06:25:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','2.00','1','Inclusive','branch','Inventory','','',''),('416214047211422301',985,'41621404089','245','1.00','1200','retail','0','2021-05-18 09:22:58','','','','650','Cash',165.52,'1200','','','4','','1','2021-05-19 06:25:28','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','10.25','9.25','Inclusive','branch','Inventory','1110','4000','5500'),('416214047902034032',986,'41621404089','232','1.00','300','retail','0','2021-05-18 09:22:58','','','','2','Cash',41.38,'300','','','4','','1','2021-05-19 06:25:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','4.50','3.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214048843863338',987,'41621404089','232','2.00','400','retail','0','2021-05-18 09:22:58','','','','2','Cash',55.17,'200','','','4','','1','2021-05-19 06:25:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.50','1.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214052913233223',988,'41621404089','232','1.00','1300','retail','0','2021-05-18 09:22:58','','','','2','Cash',179.31,'1300','','','4','','1','2021-05-19 06:25:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','1.50','0.5','Inclusive','branch','Inventory','1110','4000','5500'),('416214053530010023',989,'41621404089','62','2.00','300','retail','0','2021-05-18 09:22:58','','','','105','Cash',41.38,'150','','','4','','1','2021-05-19 06:25:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','195.00','193','Inclusive','branch','Inventory','','',''),('416214055800302233',990,'41621405529','42','3.00','3000','retail','0','2021-05-18 09:28:24','','','','810','Cash',413.79,'1000','','','4','','1','2021-05-19 06:28:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','159.00','156','Inclusive','branch','Inventory','','',''),('416214058411036235',991,'41621405725','186','2.00','300','retail','0','2021-05-18 09:31:08','','','','40','Cash',41.38,'150','','','4','','1','2021-05-19 06:31:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','10','Inclusive','branch','Inventory','','',''),('416214069970120226',992,'41621406973','42','7.00','6650','retail','0','2021-05-18 09:50:56','','','','810','Cash',917.24,'950','','','4','','1','2021-05-19 06:51:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','156.00','149','Inclusive','branch','Inventory','','',''),('416214078762326437',993,'41621407706','43','4.00','1320','retail','0','2021-05-19 10:05:07','','','','275','Cash',182.07,'330','','','4','','1','2021-05-19 07:07:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','','91.00','87','Inclusive','branch','Inventory','','',''),('416214020754320350',994,'41621401852','42','2.00','1900','retail','0','2021-05-20 16:35:25','','','','810','Cash',262.07,'950','','','4','','1','2021-05-20 13:35:30','1','3','new','1','printed','pcs','','','','yes','','0','','','VATABLE','818.97','','160.00','148','Inclusive','branch','Inventory','','',''),('416215754376033200',995,'41621575408','265','1.00','3500','retail','0','2021-05-18 08:38:45','','','','3050','Cash',482.76,'3500','','','4','','1','2021-05-21 05:38:57','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416215754802330272',996,'41621575408','163','1.00','250','retail','0','2021-05-18 08:38:45','','','','130','Cash',34.48,'250','','','4','','1','2021-05-21 05:38:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','76.50','75.5','Inclusive','branch','Inventory','','',''),('416215759061032377',997,'41621575829','83','20.00','22000','retail','0','2021-05-19 08:45:31','','','','975','Cash',3034.48,'1100','','','4','','1','2021-05-21 05:46:04','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','215.00','195','Inclusive','branch','Inventory','','',''),('416215763172022123',998,'41621575964','36','1.00','850','retail','0','2021-05-19 08:54:02','','','','450','Cash',117.24,'850','','','4','','1','2021-05-21 05:54:40','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','47.00','46','Inclusive','branch','Inventory','','',''),('416215763783106733',999,'41621575964','2','1.00','600','retail','0','2021-05-19 08:54:02','','','','530','Cash',82.76,'600','','','4','','1','2021-05-21 05:54:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','300.00','299','Inclusive','branch','18','','',''),('416215764340223522',1000,'41621575964','186','1.00','150','retail','0','2021-05-19 08:54:02','','','','40','Cash',20.69,'150','','','4','','1','2021-05-21 05:54:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','10.00','9','Inclusive','branch','Inventory','','',''),('416215770697234701',1001,'41621576745','163','2.50','500','retail','0','2021-05-19 09:04:48','','','','130','Cash',68.97,'200','','','4','','1','2021-05-21 06:05:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','75.50','73','Inclusive','branch','Inventory','','',''),('416215772181003423',1002,'41621577103','8','2.00','900','retail','0','2021-05-19 09:07:29','','','','330','Cash',124.14,'450','','','4','','1','2021-05-21 06:07:38','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','66.00','64','Inclusive','branch','Inventory','','',''),('416215773432732022',1003,'41621577324','284','1.00','1150','retail','0','2021-05-19 09:09:32','','','','630','Cash',158.62,'1150','','','4','','1','2021-05-21 06:09:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416215776806326020',1004,'41621577615','8','2.00','900','retail','0','2021-05-19 09:15:18','','','','330','Cash',124.14,'450','','','4','','1','2021-05-21 06:15:31','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','64.00','62','Inclusive','branch','Inventory','','',''),('416215777576522750',1005,'41621577734','285','1.00','250','retail','0','2021-05-19 09:16:10','','','','180','Cash',34.48,'250','','','4','','1','2021-05-21 06:16:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416215778357280333',1006,'41621577788','8','6.00','2700','retail','0','2021-05-19 09:20:04','','','','330','Cash',372.41,'450','','','4','','1','2021-05-21 06:20:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','62.00','56','Inclusive','branch','Inventory','','',''),('416215778873372232',1007,'41621577788','60','1.00','200','retail','0','2021-05-19 09:20:04','','','','105','Cash',27.59,'200','','','4','','1','2021-05-21 06:20:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','100.50','99.5','Inclusive','branch','Inventory','','',''),('416215779912995776',1008,'41621577788','163','1.00','200','retail','0','2021-05-19 09:20:04','','','','130','Cash',27.59,'200','','','4','','1','2021-05-21 06:20:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','73.00','72','Inclusive','branch','Inventory','','',''),('416215784725621432',1009,'41621578249','36','1.00','850','retail','0','2021-05-19 09:28:43','','','','450','Cash',117.24,'850','','','4','','1','2021-05-21 06:29:27','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','46.00','45','Inclusive','branch','Inventory','','',''),('416215814588243322',1010,'41621581421','8','1.00','500','retail','0','2021-05-19 10:17:48','','','','330','Cash',68.97,'500','','','4','','1','2021-05-21 07:19:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','56.00','55','Inclusive','branch','Inventory','','',''),('416215816243243330',1011,'41621581593','60','0.50','100','retail','0','2021-05-19 10:23:03','','','','105','Cash',13.79,'200','','','4','','1','2021-05-21 07:23:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','99.50','99','Inclusive','branch','Inventory','','',''),('416215816812263328',1012,'41621581593','62','0.50','100','retail','0','2021-05-19 10:23:03','','','','105','Cash',13.79,'200','','','4','','1','2021-05-21 07:23:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','443.00','442.5','Inclusive','branch','Inventory','','',''),('416215817244420262',1013,'41621581593','63','0.50','100','retail','0','2021-05-19 10:23:03','','','','105','Cash',13.79,'200','','','4','','1','2021-05-21 07:23:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','323.75','323.25','Inclusive','branch','Inventory','','',''),('416215817681236220',1014,'41621581593','8','1.00','450','retail','0','2021-05-19 10:23:03','','','','330','Cash',62.07,'450','','','4','','1','2021-05-21 07:23:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','55.00','54','Inclusive','branch','Inventory','','',''),('416215819551231323',1015,'41621581801','246','1.00','300','retail','0','2021-05-19 10:31:14','','','','200','Cash',41.38,'300','','','4','','1','2021-05-21 07:31:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416215822030020000',1016,'41621581801','284','2.00','2200','retail','0','2021-05-19 10:31:14','','','','630','Cash',303.45,'1100','','','4','','1','2021-05-21 07:31:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','49.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416215823643203448',1017,'41621582302','46','16.00','6400','retail','0','2021-05-19 10:34:39','','','','325','Cash',882.76,'400','','','4','','1','2021-05-21 07:35:03','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','45.00','29','Inclusive','branch','Inventory','','',''),('416215824503333040',1018,'41621582302','60','4.50','585','retail','0','2021-05-19 10:34:39','','','','105','Cash',80.69,'130','','','4','','1','2021-05-21 07:35:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','99.00','94.5','Inclusive','branch','Inventory','','',''),('416215825992233320',1019,'41621582505','231','0.50','100','retail','0','2021-05-19 10:36:55','','','','130','Cash',13.79,'200','','','4','','1','2021-05-21 07:37:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','39.00','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416215826852562232',1020,'41621582645','2','3.00','1680','retail','0','2021-05-19 10:38:46','','','','530','Cash',231.72,'560','','','4','','1','2021-05-21 07:39:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','299.00','296','Inclusive','branch','18','','',''),('416215831623120300',1021,'41621583113','14','2.00','2200','retail','0','2021-05-20 10:46:33','','','','765','Cash',303.45,'1100','','','4','','1','2021-05-21 07:46:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','133.00','131','Inclusive','branch','Inventory','','',''),('416215832301322232',1022,'41621583207','14','2.00','2200','retail','0','2021-05-20 10:48:45','','','','765','Cash',303.45,'1100','','','4','','1','2021-05-21 07:49:01','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','131.00','129','Inclusive','branch','Inventory','','',''),('416215832828220240',1023,'41621583207','66','1.00','200','retail','0','2021-05-20 10:48:45','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-21 07:49:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','16.50','15.5','Inclusive','branch','Inventory','','',''),('416215833853280025',1024,'41621583343','13','18.00','16650','retail','0','2021-05-20 10:50:24','','','','640','Cash',2296.55,'925','','','4','','1','2021-05-21 07:50:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','211.00','193','Inclusive','branch','Inventory','','',''),('416215834674023310',1025,'41621583440','96','2.00','2400','retail','0','2021-05-20 10:51:37','','','','850','Cash',331.03,'1200','','','4','','1','2021-05-21 07:51:58','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','20.00','18','Inclusive','branch','Inventory','','',''),('416215836788320226',1026,'41621583519','254','1.00','150','retail','0','2021-05-20 10:55:32','','','','80','Cash',20.69,'150','','','4','','1','2021-05-21 07:55:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','484.00','483','Inclusive','branch','Inventory','1110','4000','5500'),('416215863973321032',1027,'41621583753','62','3.00','450','retail','0','2021-05-20 11:43:06','','','','105','Cash',62.07,'150','','','4','','1','2021-05-21 08:43:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','442.50','439.5','Inclusive','branch','Inventory','','',''),('416215865682322303',1028,'41621583753','60','1.00','150','retail','0','2021-05-20 11:43:06','','','','105','Cash',20.69,'150','','','4','','1','2021-05-21 08:43:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','94.50','93.5','Inclusive','branch','Inventory','','',''),('416215866443338332',1029,'41621586605','269','1.00','250','retail','0','2021-05-20 11:44:24','','','','80','Cash',34.48,'250','','','4','','1','2021-05-21 08:44:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416215867062023708',1030,'41621586675','231','1.50','300','retail','0','2021-05-20 11:45:26','','','','130','Cash',41.38,'200','','','4','','1','2021-05-21 08:45:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.50','37','Inclusive','branch','Inventory','1110','4000','5500'),('416215867802102482',1031,'41621586752','157','1.00','4500','retail','0','2021-05-20 11:50:02','','','','3800','Cash',620.69,'4500','','','4','','1','2021-05-21 08:50:12','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','5.00','4','Inclusive','branch','Inventory','','',''),('416215868260012228',1032,'41621586752','163','2.00','400','retail','0','2021-05-20 11:50:02','','','','130','Cash',55.17,'200','','','4','','1','2021-05-21 08:50:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','72.00','70','Inclusive','branch','Inventory','','',''),('416215868604340110',1033,'41621586752','62','0.50','100','retail','0','2021-05-20 11:50:02','','','','105','Cash',13.79,'200','','','4','','1','2021-05-21 08:50:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','439.50','439','Inclusive','branch','Inventory','','',''),('416215870470022233',1034,'41621587013','60','1.00','150','retail','0','2021-05-20 11:51:03','','','','105','Cash',20.69,'150','','','4','','1','2021-05-21 08:51:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','93.50','92.5','Inclusive','branch','Inventory','','',''),('416215871122424210',1035,'41621587075','2','2.00','1150','retail','0','2021-05-20 11:52:27','','','','530','Cash',158.62,'575','','','4','','1','2021-05-21 08:52:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','495.69','','296.00','294','Inclusive','branch','18','','',''),('416215871988900501',1036,'41621587156','61','2.00','350','retail','0','2021-05-20 11:54:23','','','','105','Cash',48.28,'175','','','4','','1','2021-05-21 08:54:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','22.00','20','Inclusive','branch','Inventory','','',''),('416215873053705332',1037,'41621587272','284','2.00','1700','retail','0','2021-05-20 11:56:19','','','','630','Cash',234.48,'850','','','4','','1','2021-05-21 08:56:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','47.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416215873553767210',1038,'41621587272','286','1.00','500','retail','0','2021-05-20 11:56:19','','','','350','Cash',68.97,'500','','','4','','1','2021-05-21 08:56:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416215874263223240',1039,'41621587402','285','1.00','350','retail','0','2021-05-20 11:58:20','','','','180','Cash',48.28,'350','','','4','','1','2021-05-21 08:58:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416215874980693325',1040,'41621587402','272','1.00','100','retail','0','2021-05-20 11:58:20','','','','33','Cash',13.79,'100','','','4','','1','2021-05-21 08:58:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416215877041222351',1041,'41621587517','231','1.00','200','retail','0','2021-05-21 12:02:01','','','','130','Cash',27.59,'200','','','4','','1','2021-05-21 09:02:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416215877472221223',1042,'41621587725','231','1.00','200','retail','0','2021-05-21 12:02:28','','','','130','Cash',27.59,'200','','','4','','1','2021-05-21 09:04:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416215878595292222',1043,'41621587848','231','0.50','100','retail','0','2021-05-21 12:04:41','','','','130','Cash',13.79,'200','','','4','','1','2021-05-21 09:05:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.00','34.5','Inclusive','branch','Inventory','1110','4000','5500'),('416215879542220124',1044,'41621587906','169','1.00','1800','retail','0','2021-05-21 12:07:25','','','','60','Cash',248.28,'1800','','','4','','1','2021-05-21 09:07:29','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','1551.72','','357.00','356','Inclusive','branch','Inventory','','',''),('416215880263833314',1045,'41621587906','163','1.00','200','retail','0','2021-05-21 12:07:25','','','','130','Cash',27.59,'200','','','4','','1','2021-05-21 09:07:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','70.00','69','Inclusive','branch','Inventory','','',''),('416215880823330380',1046,'41621588050','231','2.00','400','retail','0','2021-05-21 12:08:19','','','','130','Cash',55.17,'200','','','4','','1','2021-05-21 09:08:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','32.5','Inclusive','branch','Inventory','1110','4000','5500'),('416216102261423463',1047,'41621610212','63','1.00','150','retail','0','2021-05-21 18:17:16','','','','105','Cash',20.69,'150','','','4','','1','2021-05-21 15:17:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','323.25','322.25','Inclusive','branch','Inventory','','',''),('416216103301223332',1048,'41621610305','232','4.00','600','retail','0','2021-05-21 18:19:08','','','','2','Cash',82.76,'150','','','4','','1','2021-05-21 15:19:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','200.50','196.5','Inclusive','branch','Inventory','1110','4000','5500'),('416216104306022622',1049,'41621610396','60','2.00','400','retail','0','2021-05-21 18:22:05','','','','105','Cash',55.17,'200','','','4','','1','2021-05-21 15:22:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','92.50','90.5','Inclusive','branch','Inventory','','',''),('416216105762522022',1050,'41621610530','232','3.00','1000.2','retail','0','2021-05-21 18:24:07','','','','2','Cash',137.96,'333.4','','','4','','1','2021-05-21 15:24:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','287.41','','196.50','193.5','Inclusive','branch','Inventory','1110','4000','5500'),('416216108492320426',1051,'41621610660','232','2.00','100','retail','0','2021-05-21 18:27:47','','','','2','Cash',13.79,'50','','','4','','1','2021-05-21 15:28:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','193.50','191.5','Inclusive','branch','Inventory','1110','4000','5500'),('416216109403163343',1052,'41621610924','264','1.00','4500','retail','0','2021-05-21 18:29:18','','','','3850','Cash',620.69,'4500','','','4','','1','2021-05-21 15:29:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416216109973304313',1053,'41621610965','284','1.00','850','retail','0','2021-05-21 18:29:57','','','','630','Cash',117.24,'850','','','4','','1','2021-05-21 15:30:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416216111722346032',1054,'41621611121','277','1.00','150','retail','0','2021-05-21 18:33:00','','','','65','Cash',20.69,'150','','','4','','1','2021-05-21 15:33:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416216833110122364',1055,'41621682974','66','0.50','100','retail','0','2021-05-22 14:36:58','','','','150 ','Cash',13.79,'200','','','4','','1','2021-05-22 11:37:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','15','Inclusive','branch','Inventory','','',''),('416216833822022113',1056,'41621682974','62','1.00','150','retail','0','2021-05-22 14:36:58','','','','105','Cash',20.69,'150','','','4','','1','2021-05-22 11:37:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','439.00','438','Inclusive','branch','Inventory','','',''),('416216834592063333',1057,'41621683428','19','3.00','2400','retail','0','2021-05-22 14:39:56','','','','700','Cash',331.03,'800','','','4','','1','2021-05-22 11:40:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','103.00','100','Inclusive','branch','Inventory','','',''),('416216835038302036',1058,'41621683428','66','1.00','200','retail','0','2021-05-22 14:39:56','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-22 11:40:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','14','Inclusive','branch','Inventory','','',''),('416216836290022812',1059,'41621683604','268','1.00','250','retail','0','2021-05-22 14:40:38','','','','120','Cash',34.48,'250','','','4','','1','2021-05-22 11:40:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416216836939404336',1060,'41621683643','284','2.00','2200','retail','0','2021-05-22 14:41:57','','','','630','Cash',303.45,'1100','','','4','','1','2021-05-22 11:42:02','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','44.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416216837710032202',1061,'41621683723','212','1.00','14000','retail','0','2021-05-22 14:43:50','','','','12000','Cash',1931.03,'14000','','','4','','1','2021-05-22 11:43:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','31.00','30','Inclusive','branch','Inventory','','',''),('416216838063136133',1062,'41621683723','60','2.00','300','retail','0','2021-05-22 14:43:50','','','','105','Cash',41.38,'150','','','4','','1','2021-05-22 11:43:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','90.50','88.5','Inclusive','branch','Inventory','','',''),('416216838722020231',1063,'41621683836','71','50.00','55000','retail','0','2021-05-22 14:50:57','','','','1000','Cash',7586.21,'1100','','','4','','1','2021-05-22 11:51:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','53.00','3','Inclusive','branch','Inventory','','',''),('416216839672326333',1064,'41621683836','72','3.00','3900','retail','0','2021-05-22 14:50:57','','','','1200','Cash',537.93,'1300','','','4','','1','2021-05-22 11:51:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','46.00','43','Inclusive','branch','Inventory','','',''),('416216840063230323',1065,'41621683836','66','5.00','1000','retail','0','2021-05-22 14:50:57','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-22 11:51:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','9','Inclusive','branch','Inventory','','',''),('416216841492221333',1066,'41621683836','248','5.00','400','retail','0','2021-05-22 14:50:57','','','','40','Cash',55.17,'80','','','4','','1','2021-05-22 11:51:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','89.00','84','Inclusive','branch','Inventory','1110','4000','5500'),('416216843232611306',1067,'41621684292','72','3.00','3999.9','retail','0','2021-05-22 14:53:05','','','','1200','Cash',551.71,'1333.3','','','4','','1','2021-05-22 11:53:09','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1149.40','','43.00','40','Inclusive','branch','Inventory','','',''),('416216844224420301',1068,'41621684390','2','4.00','2350','retail','0','2021-05-22 15:14:38','','','','530','Cash',324.14,'587.5','','','4','','1','2021-05-22 12:15:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','506.47','','294.00','290','Inclusive','branch','18','','',''),('416216858822134623',1069,'41621685705','247','1.00','350','retail','0','2021-05-22 15:18:03','','','','190','Cash',48.28,'350','','','4','','1','2021-05-22 12:18:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416216860212004220',1070,'41621685901','71','13.00','14300','retail','0','2021-05-22 15:24:43','','','','1000','Cash',1972.41,'1100','','','4','','1','2021-05-22 12:24:47','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','52.00','39','Inclusive','branch','Inventory','','',''),('416216865886823228',1071,'41621686288','288','15.00','8250','retail','0','2021-05-22 15:39:09','','','','480','Cash',1137.93,'550','','','4','','1','2021-05-22 12:39:27','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','15.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416216866683364206',1072,'41621686288','289','6.00','600','retail','0','2021-05-22 15:39:09','','','','35','Cash',82.76,'100','','','4','','1','2021-05-22 12:39:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','10.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416216872080231244',1073,'41621687168','60','10.00','1500','retail','0','2021-05-22 17:50:22','','','','105','Cash',206.90,'150','','','4','','1','2021-05-22 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','88.50','78.5','Inclusive','branch','Inventory','','',''),('416216873542233423',1074,'41621687168','62','10.00','1500','retail','0','2021-05-22 17:50:22','','','','105','Cash',206.90,'150','','','4','','1','2021-05-22 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','438.00','428','Inclusive','branch','Inventory','','',''),('416216873971033222',1075,'41621687168','63','10.00','1500','retail','0','2021-05-22 17:50:22','','','','105','Cash',206.90,'150','','','4','','1','2021-05-22 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','322.25','312.25','Inclusive','branch','Inventory','','',''),('416216875074213620',1076,'41621687168','66','9.00','1999.8','retail','0','2021-05-22 17:50:22','','','','150 ','Cash',275.83,'222.2','','','4','','1','2021-05-22 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','191.55','','9.00','0','Inclusive','branch','Inventory','','',''),('416216945800423223',1077,'41621687168','248','6.00','1206','retail','0','2021-05-22 17:50:22','','','','40','Cash',166.34,'201','','','4','','1','2021-05-22 14:50:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','173.28','','84.00','78','Inclusive','branch','Inventory','1110','4000','5500'),('416216946823230061',1078,'41621687168','42','20.00','19000','retail','0','2021-05-22 17:50:22','','','','810','Cash',2620.69,'950','','','4','','1','2021-05-22 14:50:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','148.00','128','Inclusive','branch','Inventory','','',''),('416216947503422022',1079,'41621687168','75','14.00','18200','retail','0','2021-05-22 17:50:22','','','','1180','Cash',2510.34,'1300','','','4','','1','2021-05-22 14:50:34','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','89.00','75','Inclusive','branch','Inventory','','',''),('416216947913200240',1080,'41621687168','72','14.00','18200','retail','0','2021-05-22 17:50:22','','','','1200','Cash',2510.34,'1300','','','4','','1','2021-05-22 14:50:34','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','40.00','26','Inclusive','branch','Inventory','','',''),('416216948767223012',1081,'41621687168','81','14.00','19894','retail','0','2021-05-22 17:50:22','','','','1180','Cash',2744.00,'1421','','','4','','1','2021-05-22 14:50:34','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1225.00','','35.00','21','Inclusive','branch','Inventory','','',''),('416216950842822303',1082,'41621695035','63','4.00','600','retail','0','2021-05-22 17:52:36','','','','105','Cash',82.76,'150','','','4','','1','2021-05-22 14:52:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','312.25','308.25','Inclusive','branch','Inventory','','',''),('416216951342222123',1083,'41621695035','60','2.00','300','retail','0','2021-05-22 17:52:36','','','','105','Cash',41.38,'150','','','4','','1','2021-05-22 14:52:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','78.50','76.5','Inclusive','branch','Inventory','','',''),('416216955142203112',1084,'41621695169','232','1.00','200','retail','0','2021-05-22 18:08:02','','','','2','Cash',27.59,'200','','','4','','1','2021-05-22 15:08:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','191.50','190.5','Inclusive','branch','Inventory','1110','4000','5500'),('416216963823432223',1085,'41621696332','71','39.00','42900','retail','0','2021-05-22 18:22:53','','','','1000','Cash',5917.24,'1100','','','4','','1','2021-05-22 15:23:00','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','39.00','0','Inclusive','branch','Inventory','','',''),('416216964331293203',1086,'41621696332','83','1.00','1100','retail','0','2021-05-22 18:22:53','','','','975','Cash',151.72,'1100','','','4','','1','2021-05-22 15:23:00','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','195.00','194','Inclusive','branch','Inventory','','',''),('416216966929332333',1087,'41621696332','66','5.00','1000','retail','0','2021-05-22 18:22:53','','','','150 ','Cash',137.93,'200','','','4','','1','2021-05-22 15:23:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','45','Inclusive','branch','Inventory','','',''),('416216967536116262',1088,'41621696332','248','6.00','900','retail','0','2021-05-22 18:22:53','','','','40','Cash',124.14,'150','','','4','','1','2021-05-22 15:23:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','6','78.00','72','Inclusive','branch','Inventory','1110','4000','5500'),('416216967762333922',1089,'41621696332','43','10.00','3000','retail','0','2021-05-22 18:22:53','','','','275','Cash',413.79,'300','','','4','','1','2021-05-22 15:23:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','10','87.00','77','Inclusive','branch','Inventory','','',''),('416216968903903333',1090,'41621696332','46','18.00','9099.9','retail','0','2021-05-22 18:22:53','','','','325','Cash',1255.16,'505.55','','','4','','1','2021-05-22 15:23:00','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','435.82','','29.00','11','Inclusive','branch','Inventory','','',''),('416216970390360213',1091,'41621696981','42','8.00','7600','retail','0','2021-05-22 18:25:12','','','','810','Cash',1048.28,'950','','','4','','1','2021-05-22 15:25:22','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','128.00','120','Inclusive','branch','Inventory','','',''),('416216970722620262',1092,'41621696981','66','1.00','250','retail','0','2021-05-22 18:25:12','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-22 15:25:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','45.00','44','Inclusive','branch','Inventory','','',''),('416216970842300632',1093,'41621696981','60','1.00','150','retail','0','2021-05-22 18:25:12','','','','105','Cash',20.69,'150','','','4','','1','2021-05-22 15:25:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','76.50','75.5','Inclusive','branch','Inventory','','',''),('416216971460370926',1094,'41621697124','254','12.00','1800','retail','0','2021-05-22 18:26:00','','','','80','Cash',248.28,'150','','','4','','1','2021-05-22 15:26:07','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','483.00','471','Inclusive','branch','Inventory','1110','4000','5500'),('416216972166702303',1095,'41621697168','284','1.00','800','retail','0','2021-05-22 18:27:09','','','','630','Cash',110.34,'800','','','4','','1','2021-05-22 15:27:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416216972902930006',1096,'41621697275','2','1.00','580','retail','0','2021-05-22 18:28:51','','','','530','Cash',80.00,'580','','','4','','1','2021-05-22 15:28:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','290.00','289','Inclusive','branch','18','','',''),('416216973300332040',1097,'41621697275','247','1.00','350','retail','0','2021-05-22 18:28:51','','','','190','Cash',48.28,'350','','','4','','1','2021-05-22 15:28:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416216973583213077',1098,'41621697337','253','2.00','12800','retail','0','2021-05-22 18:30:13','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-05-22 15:30:19','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','13.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416216974123223232',1099,'41621697337','163','4.00','800','retail','0','2021-05-22 18:30:13','','','','130','Cash',110.34,'200','','','4','','1','2021-05-22 15:30:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','4','69.00','65','Inclusive','branch','Inventory','','',''),('416216974484236273',1100,'41621697420','165','2.00','400','retail','0','2021-05-22 18:30:48','','','','130','Cash',55.17,'200','','','4','','1','2021-05-22 15:30:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','21.00','19','Inclusive','branch','Inventory','','',''),('416216974874223433',1101,'41621697454','72','15.00','19875','retail','0','2021-05-22 18:32:00','','','','1200','Cash',2741.38,'1325','','','4','','1','2021-05-22 15:32:04','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1142.24','','26.00','11','Inclusive','branch','Inventory','','',''),('416216975472222137',1102,'41621697525','165','0.50','100','retail','0','2021-05-22 18:32:28','','','','130','Cash',13.79,'200','','','4','','1','2021-05-22 15:32:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','0.50','19.00','18.5','Inclusive','branch','Inventory','','',''),('416216975733333402',1103,'41621697553','264','2.00','9000','retail','0','2021-05-22 18:39:23','','','','3850','Cash',1241.38,'4500','','','4','','1','2021-05-22 15:39:27','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416216976073330362',1104,'41621697553','163','6.00','1200','retail','0','2021-05-22 18:39:23','','','','130','Cash',165.52,'200','','','4','','1','2021-05-22 15:39:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','6','65.00','59','Inclusive','branch','Inventory','','',''),('416216976513032331',1105,'41621697553','63','2.00','300','retail','0','2021-05-22 18:39:23','','','','105','Cash',41.38,'150','','','4','','1','2021-05-22 15:39:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','308.25','306.25','Inclusive','branch','Inventory','','',''),('416216976682632226',1106,'41621697553','62','1.00','150','retail','0','2021-05-22 18:39:23','','','','105','Cash',20.69,'150','','','4','','1','2021-05-22 15:39:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','428.00','427','Inclusive','branch','Inventory','','',''),('416216976966260063',1107,'41621697553','66','3.00','649.5','retail','0','2021-05-22 18:39:23','','','','150 ','Cash',89.59,'216.5','','','4','','1','2021-05-22 15:39:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','186.64','','44.00','41','Inclusive','branch','Inventory','','',''),('416216980193362046',1108,'41621698007','140','2.00','7000','retail','0','2021-05-22 18:40:32','','','','2940','Cash',965.52,'3500','','','4','','1','2021-05-22 15:40:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','2.00','0','Inclusive','branch','Inventory','','',''),('416218413162831242',1109,'41621834720','284','1.00','850','retail','0','2021-05-24 10:28:37','','','','630','Cash',117.24,'850','','','4','','1','2021-05-24 07:29:01','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416218437223323202',1110,'41621841343','254','6.00','900','retail','0','2021-05-24 11:11:06','','','','80','Cash',124.14,'150','','','4','','1','2021-05-24 08:11:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','471.00','465','Inclusive','branch','Inventory','1110','4000','5500'),('416218438454338433',1111,'41621841343','232','1.00','100','retail','0','2021-05-24 11:11:06','','','','2','Cash',13.79,'100','','','4','','1','2021-05-24 08:11:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','190.50','189.5','Inclusive','branch','Inventory','1110','4000','5500'),('416218652575322203',1112,'41621865235','232','10.00','2300','retail','0','2021-05-24 17:09:46','','','','2','Cash',317.24,'230','','','4','','1','2021-05-24 14:09:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','198.28','','189.50','179.5','Inclusive','branch','Inventory','1110','4000','5500'),('416218654662223244',1113,'41621865433','2','5.00','2800','retail','0','2021-05-24 17:11:43','','','','530','Cash',386.21,'560','','','4','','1','2021-05-24 14:11:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','289.00','284','Inclusive','branch','18','','',''),('416218655333222332',1114,'41621865508','259','1.00','200','retail','0','2021-05-24 17:12:27','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-24 14:12:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416218656420003202',1115,'41621865551','232','10.00','1000','retail','0','2021-05-24 17:17:44','','','','2','Cash',137.93,'100','','','4','','1','2021-05-24 14:17:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','179.50','169.5','Inclusive','branch','Inventory','1110','4000','5500'),('416218657297222806',1116,'41621865551','242','1.00','100','retail','0','2021-05-24 17:17:44','','','','90','Cash',13.79,'100','','','4','','1','2021-05-24 14:17:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416218658502633202',1117,'41621865551','53','1.00','650','retail','0','2021-05-24 17:17:44','','','','560','Cash',89.66,'650','','','4','','1','2021-05-24 14:17:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','53.00','52','Inclusive','branch','Inventory','','',''),('416218658930220012',1118,'41621865873','284','3.00','2400','retail','0','2021-05-24 17:20:14','','','','630','Cash',331.03,'800','','','4','','1','2021-05-24 14:20:28','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','40.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416218659872013738',1119,'41621865873','232','1.00','200','retail','0','2021-05-24 17:20:14','','','','2','Cash',27.59,'200','','','4','','1','2021-05-24 14:20:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','169.50','168.5','Inclusive','branch','Inventory','1110','4000','5500'),('416218660572122222',1120,'41621866029','220','2.00','7000','retail','0','2021-05-24 17:21:44','','','','3050','Cash',965.52,'3500','','','4','','1','2021-05-24 14:21:54','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416218661448682422',1121,'41621866114','163','0.50','100','retail','0','2021-05-24 17:23:03','','','','130','Cash',13.79,'200','','','4','','1','2021-05-24 14:23:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','59.00','58.5','Inclusive','branch','Inventory','','',''),('416218662383223386',1122,'41621866190','53','1.00','700','retail','0','2021-05-24 17:25:04','','','','560','Cash',96.55,'700','','','4','','1','2021-05-24 14:25:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','52.00','51','Inclusive','branch','Inventory','','',''),('416218662820232613',1123,'41621866190','54','1.00','800','retail','0','2021-05-24 17:25:04','','','','700','Cash',110.34,'800','','','4','','1','2021-05-24 14:25:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','87.00','86','Inclusive','branch','Inventory','','',''),('416218663422866263',1124,'41621866310','259','1.00','250','retail','0','2021-05-24 17:26:04','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-24 14:26:07','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('416218664066623332',1125,'41621866368','231','0.50','100','retail','0','2021-05-24 17:27:04','','','','130','Cash',13.79,'200','','','4','','1','2021-05-24 14:27:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','32.50','32','Inclusive','branch','Inventory','1110','4000','5500'),('416218664546220626',1126,'41621866432','212','1.00','13500','retail','0','2021-05-24 17:27:54','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-05-24 14:27:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','30.00','29','Inclusive','branch','Inventory','','',''),('416218666562062212',1127,'41621866589','255','1.00','300','retail','0','2021-05-24 17:32:40','','','','150','Cash',41.38,'300','','','4','','1','2021-05-24 14:32:43','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416218667373202330',1128,'41621866589','254','1.00','150','retail','0','2021-05-24 17:32:40','','','','80','Cash',20.69,'150','','','4','','1','2021-05-24 14:32:43','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','465.00','464','Inclusive','branch','Inventory','1110','4000','5500'),('416218668012222821',1129,'41621866764','14','8.00','8500','retail','0','2021-05-24 17:35:08','','','','765','Cash',1172.41,'1062.5','','','4','','1','2021-05-24 14:35:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','915.95','','129.00','121','Inclusive','branch','Inventory','','',''),('416218668822203312',1130,'41621866764','2','3.00','1680','retail','0','2021-05-24 17:35:08','','','','530','Cash',231.72,'560','','','4','','1','2021-05-24 14:35:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','284.00','281','Inclusive','branch','18','','',''),('416218669343124330',1131,'41621866918','54','1.00','800','retail','0','2021-05-24 17:35:44','','','','700','Cash',110.34,'800','','','4','','1','2021-05-24 14:35:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','86.00','85','Inclusive','branch','Inventory','','',''),('416218669729233300',1132,'41621866951','2','1.00','550','retail','0','2021-05-24 17:36:15','','','','530','Cash',75.86,'550','','','4','','1','2021-05-24 14:36:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','281.00','280','Inclusive','branch','18','','',''),('416218678373333242',1133,'41621867812','46','16.00','6400','retail','0','2021-05-24 17:55:11','','','','325','Cash',882.76,'400','','','4','','1','2021-05-24 14:55:37','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','24.00','8','Inclusive','branch','Inventory','','',''),('416218679083042332',1134,'41621867812','43','16.00','5600','retail','0','2021-05-24 17:55:11','','','','275','Cash',772.41,'350','','','4','','1','2021-05-24 14:55:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','77.00','61','Inclusive','branch','Inventory','','',''),('416218680150434023',1135,'41621867812','66','6.00','1200','retail','0','2021-05-24 17:55:11','','','','150 ','Cash',165.52,'200','','','4','','1','2021-05-24 14:55:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.00','35','Inclusive','branch','Inventory','','',''),('416218680843663432',1136,'41621867812','248','6.00','600','retail','0','2021-05-24 17:55:11','','','','40','Cash',82.76,'100','','','4','','1','2021-05-24 14:55:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','72.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416218681682222222',1137,'41621868138','54','0.50','400','retail','0','2021-05-24 17:57:56','','','','700','Cash',55.17,'800','','','4','','1','2021-05-24 14:58:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','0.50','85.00','84.5','Inclusive','branch','Inventory','','',''),('416218682022032400',1138,'41621868138','2','6.00','3450','retail','0','2021-05-24 17:57:56','','','','530','Cash',475.86,'575','','','4','','1','2021-05-24 14:58:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','495.69','','280.00','274','Inclusive','branch','18','','',''),('416218682602862862',1139,'41621868138','66','2.00','400','retail','0','2021-05-24 17:57:56','','','','150 ','Cash',55.17,'200','','','4','','1','2021-05-24 14:58:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.00','33','Inclusive','branch','Inventory','','',''),('416218683246123331',1140,'41621868304','42','5.00','4750','retail','0','2021-05-24 17:59:05','','','','810','Cash',655.17,'950','','','4','','1','2021-05-24 14:59:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','120.00','115','Inclusive','branch','Inventory','','',''),('416218683653233222',1141,'41621868352','155','1.00','4500','retail','0','2021-05-24 17:59:35','','','','3800','Cash',620.69,'4500','','','4','','1','2021-05-24 14:59:38','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','11.00','10','Inclusive','branch','Inventory','','',''),('416218689360332123',1142,'41621868865','62','6.00','900','retail','0','2021-05-24 18:10:06','','','','105','Cash',124.14,'150','','','4','','1','2021-05-24 15:10:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','427.00','421','Inclusive','branch','Inventory','','',''),('416218689826222014',1143,'41621868865','61','6.00','900','retail','0','2021-05-24 18:10:06','','','','105','Cash',124.14,'150','','','4','','1','2021-05-24 15:10:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','20.00','14','Inclusive','branch','Inventory','','',''),('416219351130610205',1144,'41621935098','60','3.00','450','retail','0','2021-05-25 12:32:16','','','','105','Cash',62.07,'150','','','4','','1','2021-05-25 09:35:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','75.50','72.5','Inclusive','branch','Inventory','','',''),('416219353805223302',1145,'41621935353','231','0.50','100','retail','0','2021-05-25 12:36:34','','','','130','Cash',13.79,'200','','','4','','1','2021-05-25 09:36:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','32.00','31.5','Inclusive','branch','Inventory','1110','4000','5500'),('416219375620746603',1146,'41621937545','231','1.00','200','retail','0','2021-05-25 13:12:50','','','','130','Cash',27.59,'200','','','4','','1','2021-05-25 10:12:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','31.50','30.5','Inclusive','branch','Inventory','1110','4000','5500'),('416219387349312309',1147,'41621938724','60','1.00','150','retail','0','2021-05-25 13:34:03','','','','105','Cash',20.69,'150','','','4','','1','2021-05-25 10:34:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','72.50','71.5','Inclusive','branch','Inventory','','',''),('416219387931344023',1148,'41621938724','231','1.00','200','retail','0','2021-05-25 13:34:03','','','','130','Cash',27.59,'200','','','4','','1','2021-05-25 10:34:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','30.50','29.5','Inclusive','branch','Inventory','1110','4000','5500'),('416219388262430226',1149,'41621938724','138','1.00','2500','retail','0','2021-05-25 13:34:03','','','','2100','Cash',344.83,'2500','','','4','','1','2021-05-25 10:34:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','16.00','15','Inclusive','branch','Inventory','','',''),('416219394912244011',1150,'41621938852','55','6.00','6300','retail','0','2021-05-25 13:49:13','','','','880','Cash',868.97,'1050','','','4','','1','2021-05-25 10:49:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','30.50','24.5','Inclusive','branch','Inventory','','',''),('416219395925022323',1151,'41621938852','218','2.00','1500','retail','0','2021-05-25 13:49:13','','','','630','Cash',206.90,'750','','','4','','1','2021-05-25 10:49:23','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','22.50','20.5','Inclusive','branch','Inventory','1110','4000','5500'),('416219397252339203',1152,'41621938852','162','2.00','1800','retail','0','2021-05-25 13:49:13','','','','850','Cash',248.28,'900','','','4','','1','2021-05-25 10:49:23','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','8.50','6.5','Inclusive','branch','Inventory','','',''),('416219398543800201',1153,'41621939764','284','1.00','1100','retail','0','2021-05-25 13:51:15','','','','630','Cash',151.72,'1100','','','4','','1','2021-05-25 10:51:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416219407734310320',1166,'41621940680','277','2.00','250','retail','0','2021-05-25 14:06:43','','','','65','Cash',34.48,'125','','','4','','1','2021-05-25 11:06:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416219529152303004',1167,'41621952896','231','1.50','300','retail','0','2021-05-25 17:29:02','','','','130','Cash',41.38,'200','','','4','','1','2021-05-25 14:29:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.50','28','Inclusive','branch','Inventory','1110','4000','5500'),('416219530023123650',1168,'41621952956','8','10.00','4800','retail','0','2021-05-25 17:31:03','','','','330','Cash',662.07,'480','','','4','','1','2021-05-25 14:31:07','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','413.79','','54.00','44','Inclusive','branch','Inventory','','',''),('416219530936224333',1169,'41621953068','42','8.00','7600','retail','0','2021-05-25 17:36:03','','','','810','Cash',1048.28,'950','','','4','','1','2021-05-25 14:36:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','115.00','107','Inclusive','branch','Inventory','','',''),('416219531332033016',1170,'41621953068','60','2.00','300','retail','0','2021-05-25 17:36:03','','','','105','Cash',41.38,'150','','','4','','1','2021-05-25 14:36:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','67.50','65.5','Inclusive','branch','Inventory','','',''),('416219531802333930',1171,'41621953068','62','2.00','300','retail','0','2021-05-25 17:36:03','','','','105','Cash',41.38,'150','','','4','','1','2021-05-25 14:36:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','419.00','417','Inclusive','branch','Inventory','','',''),('416219532772032322',1172,'41621953068','63','1.00','150','retail','0','2021-05-25 17:36:03','','','','105','Cash',20.69,'150','','','4','','1','2021-05-25 14:36:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','302.25','301.25','Inclusive','branch','Inventory','','',''),('416219533620291222',1173,'41621953068','66','1.00','250','retail','0','2021-05-25 17:36:03','','','','150 ','Cash',34.48,'250','','','4','','1','2021-05-25 14:36:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','29.00','28','Inclusive','branch','Inventory','','',''),('416219533874230702',1174,'41621953378','231','1.00','200','retail','0','2021-05-25 17:36:28','','','','130','Cash',27.59,'200','','','4','','1','2021-05-25 14:36:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416219534263063331',1175,'41621953396','2','6.00','3300','retail','0','2021-05-25 17:37:07','','','','530','Cash',455.17,'550','','','4','','1','2021-05-25 14:37:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','6','274.00','268','Inclusive','branch','18','','',''),('416219534683549326',1176,'41621953437','165','5.00','1000','retail','0','2021-05-25 17:38:03','','','','130','Cash',137.93,'200','','','4','','1','2021-05-25 14:38:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.50','13.5','Inclusive','branch','Inventory','','',''),('416219535201042333',1177,'41621953489','62','3.00','450','retail','0','2021-05-25 17:39:07','','','','105','Cash',62.07,'150','','','4','','1','2021-05-25 14:39:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','417.00','414','Inclusive','branch','Inventory','','',''),('416219535899323022',1178,'41621953554','18','1.00','630','retail','0','2021-05-25 17:40:08','','','','540','Cash',86.90,'630','','','4','','1','2021-05-25 14:40:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','111.00','110','Inclusive','branch','Inventory','','',''),('416219538333223203',1179,'41621953612','54','2.50','2000','retail','0','2021-05-25 17:44:42','','','','700','Cash',275.86,'800','','','4','','1','2021-05-25 14:44:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','84.50','82','Inclusive','branch','Inventory','','',''),('416219552573332536',1180,'41621955119','167','1.00','4000','retail','0','2021-05-25 18:11:23','','','','100','Cash',551.72,'4000','','','4','','1','2021-05-25 15:11:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','1.00','0','Inclusive','branch','Inventory','','',''),('416219554721202239',1181,'41621955119','282','1.00','2200','retail','0','2021-05-25 18:11:23','','','','1800','Cash',303.45,'2200','','','4','','1','2021-05-25 15:11:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416219399172003011',1194,'41621939880','14','18.00','18900','retail','0','2021-05-25 22:55:18','','','','765','Cash',2606.90,'1050','','','4','','1','2021-05-25 19:55:22','1','3','new','1','printed','pcs','','','','yes','','0','','','VATABLE','905.17','','121.00','103','Inclusive','branch','Inventory','','',''),('416219400430043920',1195,'41621939880','13','4.00','3800','retail','0','2021-05-25 22:55:18','','','','640','Cash',524.14,'950','','','4','','1','2021-05-25 19:55:22','1','3','new','1','printed','pcs','','','','yes','','0','','','VATABLE','818.97','','193.00','189','Inclusive','branch','Inventory','','',''),('416219401000330333',1196,'41621939880','66','4.00','1000','retail','0','2021-05-25 22:55:18','','','','150 ','Cash',137.93,'250','','','4','','1','2021-05-25 19:55:22','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','215.52','','33.00','29','Inclusive','branch','Inventory','','',''),('416219401360339230',1197,'41621939880','60','4.00','720','retail','0','2021-05-25 22:55:18','','','','105','Cash',99.31,'180','','','4','','1','2021-05-25 19:55:22','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','155.17','','71.50','67.5','Inclusive','branch','Inventory','','',''),('416219401790122434',1198,'41621939880','62','2.00','360','retail','0','2021-05-25 22:55:18','','','','105','Cash',49.66,'180','','','4','','1','2021-05-25 19:55:22','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','155.17','','421.00','419','Inclusive','branch','Inventory','','',''),('416219402284220236',1199,'41621939880','61','1.00','180','retail','0','2021-05-25 22:55:18','','','','105','Cash',24.83,'180','','','4','','1','2021-05-25 19:55:22','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','155.17','1','14.00','13','Inclusive','branch','Inventory','','',''),('416219402711221033',1200,'41621939880','248','3.00','450','retail','0','2021-05-25 22:55:18','','','','40','Cash',62.07,'150','','','4','','1','2021-05-25 19:55:22','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','129.31','','66.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416219403050354320',1201,'41621939880','63','4.00','600','retail','0','2021-05-25 22:55:18','','','','105','Cash',82.76,'150','','','4','','1','2021-05-25 19:55:22','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','129.31','','306.25','302.25','Inclusive','branch','Inventory','','',''),('416219403422322424',1202,'41621939880','264','1.00','4500','retail','0','2021-05-25 22:55:18','','','','3850','Cash',620.69,'4500','','','4','','1','2021-05-25 19:55:22','1','24','new','1','printed','pcs','','','','yes','','0','','','VATABLE','3879.31','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416219403977244322',1203,'41621939880','278','4.00','400','retail','0','2021-05-25 22:55:18','','','','45','Cash',55.17,'100','','','4','','1','2021-05-25 19:55:22','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','86.21','','36.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416219404642343642',1204,'41621939880','277','3.00','300','retail','0','2021-05-25 22:55:18','','','','65','Cash',41.38,'100','','','4','','1','2021-05-25 19:55:22','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','86.21','','23.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416219405980030364',1205,'41621939880','232','1.00','290','retail','0','2021-05-25 22:55:18','','','','2','Cash',40.00,'290','','','4','','1','2021-05-25 19:55:22','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','250.00','','168.50','167.5','Inclusive','branch','Inventory','1110','4000','5500'),('516219725063300633',1206,'41621939880','290','1.00','290','retail','0','2021-05-25 22:55:18','','','','120','Cash',40.00,'290','','','4','','1','2021-05-25 19:55:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','250.00','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416220324134330263',1207,'41622032384','231','1.00','200','retail','0','2021-05-26 15:33:35','','','','130','Cash',27.59,'200','','','4','','1','2021-05-26 12:33:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416220324542222050',1208,'41622032425','284','1.00','800','retail','0','2021-05-26 15:34:36','','','','630','Cash',110.34,'800','','','4','','1','2021-05-26 12:34:43','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416220325270026202',1209,'41622032484','285','4.00','1000','retail','0','2021-05-26 15:40:46','','','','180','Cash',137.93,'250','','','4','','1','2021-05-26 12:40:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','48.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416220328172218221',1210,'41622032484','163','5.00','1000','retail','0','2021-05-26 15:40:46','','','','130','Cash',137.93,'200','','','4','','1','2021-05-26 12:40:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','58.50','53.5','Inclusive','branch','Inventory','','',''),('416220328763022222',1211,'41622032855','231','3.50','700','retail','0','2021-05-26 15:41:52','','','','130','Cash',96.55,'200','','','4','','1','2021-05-26 12:42:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.00','22.5','Inclusive','branch','Inventory','1110','4000','5500'),('416220330300333064',1212,'41622032926','253','1.00','6400','retail','0','2021-05-26 15:44:09','','','','5700','Cash',882.76,'6400','','','4','','1','2021-05-26 12:44:14','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416220331740330022',1213,'41622033129','51','2.00','800','retail','0','2021-05-26 15:46:55','','','','310','Cash',110.34,'400','','','4','','1','2021-05-26 12:47:26','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','15.00','13','Inclusive','branch','Inventory','','',''),('416220335571323000',1214,'41622033530','14','3.00','3150','retail','0','2021-05-26 15:54:47','','','','765','Cash',434.48,'1050','','','4','','1','2021-05-26 12:54:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','103.00','100','Inclusive','branch','Inventory','','',''),('416220336341322023',1215,'41622033530','13','3.00','2700','retail','0','2021-05-26 15:54:47','','','','640','Cash',372.41,'900','','','4','','1','2021-05-26 12:54:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','189.00','186','Inclusive','branch','Inventory','','',''),('416220336702323224',1216,'41622033530','66','1.00','200','retail','0','2021-05-26 15:54:47','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-26 12:54:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.00','27','Inclusive','branch','Inventory','','',''),('416220337292392202',1217,'41622033693','253','1.00','6400','retail','0','2021-05-26 15:55:45','','','','5700','Cash',882.76,'6400','','','4','','1','2021-05-26 12:55:49','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416220337922233322',1218,'41622033750','148','0.50','1800','retail','0','2021-05-26 15:57:58','','','','3200','Cash',248.28,'3600','','','4','','1','2021-05-26 12:58:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','9.50','9','Inclusive','branch','Inventory','','',''),('416220338552404650',1219,'41622033750','154','1.00','350','retail','0','2021-05-26 15:57:58','','','','270','Cash',48.28,'350','','','4','','1','2021-05-26 12:58:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','2.00','1','Inclusive','branch','Inventory','','',''),('416220339080003220',1220,'41622033883','2','15.00','8250','retail','0','2021-05-26 15:58:29','','','','530','Cash',1137.93,'550','','','4','','1','2021-05-26 12:58:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','15','268.00','253','Inclusive','branch','18','','',''),('416220339543332339',1221,'41622033919','14','2.00','2200','retail','0','2021-05-26 16:03:15','','','','765','Cash',303.45,'1100','','','4','','1','2021-05-26 13:03:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','100.00','98','Inclusive','branch','Inventory','','',''),('416220340552033500',1222,'41622033919','66','0.50','100','retail','0','2021-05-26 16:03:15','','','','150 ','Cash',13.79,'200','','','4','','1','2021-05-26 13:03:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.00','26.5','Inclusive','branch','Inventory','','',''),('416220341033324343',1223,'41622033919','62','0.50','100','retail','0','2021-05-26 16:03:15','','','','105','Cash',13.79,'200','','','4','','1','2021-05-26 13:03:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','414.00','413.5','Inclusive','branch','Inventory','','',''),('416220341352245430',1224,'41622033919','63','0.50','100','retail','0','2021-05-26 16:03:15','','','','105','Cash',13.79,'200','','','4','','1','2021-05-26 13:03:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','301.25','300.75','Inclusive','branch','Inventory','','',''),('416220341747224322',1225,'41622033919','61','3.00','450','retail','0','2021-05-26 16:03:15','','','','105','Cash',62.07,'150','','','4','','1','2021-05-26 13:03:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','13.00','10','Inclusive','branch','Inventory','','',''),('416220411232331320',1226,'41622041094','254','2.00','200','retail','0','2021-05-26 17:59:34','','','','80','Cash',27.59,'100','','','4','','1','2021-05-26 15:00:26','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','464.00','462','Inclusive','branch','Inventory','1110','4000','5500'),('416220411484133303',1227,'41622041094','60','0.50','100','retail','0','2021-05-26 17:59:34','','','','105','Cash',13.79,'200','','','4','','1','2021-05-26 15:00:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','65.50','65','Inclusive','branch','Inventory','','',''),('416220412392192292',1228,'41622041228','232','1.00','200','retail','0','2021-05-26 18:00:59','','','','2','Cash',27.59,'200','','','4','','1','2021-05-26 15:01:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','168.50','167.5','Inclusive','branch','Inventory','1110','4000','5500'),('416221210262202610',1229,'41622121011','232','1.00','100','retail','0','2021-05-27 16:10:49','','','','2','Cash',13.79,'100','','','4','','1','2021-05-27 13:11:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','167.50','166.5','Inclusive','branch','Inventory','1110','4000','5500'),('416221211292223333',1230,'41622121080','98','10.00','8500','retail','0','2021-05-27 16:12:36','','','','650','Cash',1172.41,'850','','','4','','1','2021-05-27 13:12:45','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','10.00','0','Inclusive','branch','Inventory','','',''),('416221211822146124',1231,'41622121167','163','3.00','600','retail','0','2021-05-27 16:13:27','','','','130','Cash',82.76,'200','','','4','','1','2021-05-27 13:13:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','53.50','50.5','Inclusive','branch','Inventory','','',''),('416221212762223230',1232,'41622121213','245','1.00','1900','retail','0','2021-05-27 16:28:17','','','','1300','Cash',262.07,'1900','','','4','','1','2021-05-27 13:28:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416221213252232323',1233,'41622121213','284','1.00','850','retail','0','2021-05-27 16:28:17','','','','630','Cash',117.24,'850','','','4','','1','2021-05-27 13:28:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416221218830234021',1234,'41622121213','232','1.00','200','retail','0','2021-05-27 16:28:17','','','','2','Cash',27.59,'200','','','4','','1','2021-05-27 13:28:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','166.50','165.5','Inclusive','branch','Inventory','1110','4000','5500'),('416221219682232221',1235,'41622121213','274','1.00','400','retail','0','2021-05-27 16:28:17','','','','150 ','Cash',55.17,'400','','','4','','1','2021-05-27 13:28:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416221220132332230',1236,'41622121213','270','1.00','250','retail','0','2021-05-27 16:28:17','','','','60','Cash',34.48,'250','','','4','','1','2021-05-27 13:28:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416221220464624212',1237,'41622121213','273','1.00','100','retail','0','2021-05-27 16:28:17','','','','25','Cash',13.79,'100','','','4','','1','2021-05-27 13:28:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416221221710032230',1238,'41622122129','60','5.00','750','retail','0','2021-05-27 16:30:24','','','','105','Cash',103.45,'150','','','4','','1','2021-05-27 13:30:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','65.00','60','Inclusive','branch','Inventory','','',''),('416221227562313162',1239,'41622122725','266','4.00','14000','retail','0','2021-05-27 16:44:57','','','','2600','Cash',1931.03,'3500','','','4','','1','2021-05-27 13:45:41','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416221228330333320',1240,'41622122725','278','8.00','800','retail','0','2021-05-27 16:44:57','','','','45','Cash',110.34,'100','','','4','','1','2021-05-27 13:45:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416221230542002124',1241,'41622122725','203','4.00','4800','retail','0','2021-05-27 16:44:57','','','','700','Cash',662.07,'1200','','','4','','1','2021-05-27 13:45:41','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','5.00','1','Inclusive','branch','Inventory','','',''),('416221231811322434',1242,'41622123142','263','1.00','11500','retail','0','2021-05-27 16:47:23','','','','8500','Cash',1586.21,'11500','','','4','','1','2021-05-27 13:47:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','9913.79','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416221232253223233',1243,'41622123142','169','2.00','300','retail','0','2021-05-27 16:47:23','','','','60','Cash',41.38,'150','','','4','','1','2021-05-27 13:47:31','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','356.00','354','Inclusive','branch','Inventory','','',''),('416221233102641333',1244,'41622123252','8','1.00','500','retail','0','2021-05-27 16:48:37','','','','330','Cash',68.97,'500','','','4','','1','2021-05-27 13:48:50','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','44.00','43','Inclusive','branch','Inventory','','',''),('416221233844303231',1245,'41622123332','15','12.00','11760','retail','0','2021-05-27 16:58:33','','','','600','Cash',1622.07,'980','','','4','','1','2021-05-27 13:58:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','134.00','122','Inclusive','branch','Inventory','','',''),('416221234402232212',1246,'41622123332','13','3.00','3600','retail','0','2021-05-27 16:58:33','','','','640','Cash',496.55,'1200','','','4','','1','2021-05-27 13:58:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','186.00','183','Inclusive','branch','Inventory','','',''),('416221234900133022',1247,'41622123332','60','1.00','200','retail','0','2021-05-27 16:58:33','','','','105','Cash',27.59,'200','','','4','','1','2021-05-27 13:58:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','60.00','59','Inclusive','branch','Inventory','','',''),('416221235173221232',1248,'41622123332','62','1.00','180','retail','0','2021-05-27 16:58:33','','','','105','Cash',24.83,'180','','','4','','1','2021-05-27 13:58:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','413.50','412.5','Inclusive','branch','Inventory','','',''),('416221235181422203',1249,'41622123332','62','1.00','180','retail','0','2021-05-27 16:58:33','','','','105','Cash',24.83,'180','','','4','','1','2021-05-27 13:58:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','412.50','411.5','Inclusive','branch','Inventory','','',''),('416221235290222392',1250,'41622123332','63','1.00','180','retail','0','2021-05-27 16:58:33','','','','105','Cash',24.83,'180','','','4','','1','2021-05-27 13:58:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','300.75','299.75','Inclusive','branch','Inventory','','',''),('416221235615034204',1251,'41622123332','66','3.00','750','retail','0','2021-05-27 16:58:33','','','','150 ','Cash',103.45,'250','','','4','','1','2021-05-27 13:58:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','26.50','23.5','Inclusive','branch','Inventory','','',''),('416221236192222240',1252,'41622123332','278','4.00','800','retail','0','2021-05-27 16:58:33','','','','45','Cash',110.34,'200','','','4','','1','2021-05-27 13:58:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416221236726232233',1253,'41622123332','277','2.00','600','retail','0','2021-05-27 16:58:33','','','','65','Cash',82.76,'300','','','4','','1','2021-05-27 13:58:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','18.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416221238861300232',1254,'41622123332','2','4.00','2500','retail','0','2021-05-27 16:58:33','','','','530','Cash',344.83,'625','','','4','','1','2021-05-27 13:58:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','538.79','','253.00','249','Inclusive','branch','18','','',''),('416221240072360022',1255,'41622123926','246','1.00','300','retail','0','2021-05-27 17:00:22','','','','200','Cash',41.38,'300','','','4','','1','2021-05-27 14:00:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416221240704200220',1256,'41622124027','2','20.00','11000','retail','0','2021-05-27 17:01:25','','','','530','Cash',1517.24,'550','','','4','','1','2021-05-27 14:01:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','249.00','229','Inclusive','branch','18','','',''),('416221241333323313',1257,'41622124098','232','1.00','200','retail','0','2021-05-27 17:03:23','','','','2','Cash',27.59,'200','','','4','','1','2021-05-27 14:03:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','165.50','164.5','Inclusive','branch','Inventory','1110','4000','5500'),('416221241732633372',1258,'41622124098','246','1.00','300','retail','0','2021-05-27 17:03:23','','','','200','Cash',41.38,'300','','','4','','1','2021-05-27 14:03:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416222003893060230',1259,'41622200365','58','0.50','100','retail','0','2021-05-28 14:13:31','','','','130','Cash',13.79,'200','','','4','','1','2021-05-28 11:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.50','5','Inclusive','branch','Inventory','','',''),('416222004804820000',1260,'41622200415','212','2.00','27000','retail','0','2021-05-28 14:19:24','','','','12600','Cash',3724.14,'13500','','','4','','1','2021-05-28 11:19:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','29.00','27','Inclusive','branch','Inventory','','',''),('416222005982322002',1261,'41622200415','163','10.00','2000','retail','0','2021-05-28 14:19:24','','','','130','Cash',275.86,'200','','','4','','1','2021-05-28 11:19:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.50','40.5','Inclusive','branch','Inventory','','',''),('416222006552240300',1262,'41622200415','63','5.00','750','retail','0','2021-05-28 14:19:24','','','','105','Cash',103.45,'150','','','4','','1','2021-05-28 11:19:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','299.75','294.75','Inclusive','branch','Inventory','','',''),('416222007272222373',1263,'41622200415','282','1.00','2250','retail','0','2021-05-28 14:19:24','','','','1800','Cash',310.34,'2250','','','4','','1','2021-05-28 11:19:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1939.66','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416222007982220209',1264,'41622200770','212','2.00','27000','retail','0','2021-05-28 14:22:45','','','','12600','Cash',3724.14,'13500','','','4','','1','2021-05-28 11:22:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','27.00','25','Inclusive','branch','Inventory','','',''),('416222008812300181',1265,'41622200770','163','15.00','3000','retail','0','2021-05-28 14:22:45','','','','130','Cash',413.79,'200','','','4','','1','2021-05-28 11:22:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','25.5','Inclusive','branch','Inventory','','',''),('416222009210223324',1266,'41622200770','64','2.00','300','retail','0','2021-05-28 14:22:45','','','','105','Cash',41.38,'150','','','4','','1','2021-05-28 11:22:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','5','Inclusive','branch','Inventory','','',''),('416222009490092320',1267,'41622200770','63','1.00','150','retail','0','2021-05-28 14:22:45','','','','105','Cash',20.69,'150','','','4','','1','2021-05-28 11:22:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','294.75','293.75','Inclusive','branch','Inventory','','',''),('416222013959230360',1268,'41622201361','58','0.50','100','retail','0','2021-05-28 14:30:13','','','','130','Cash',13.79,'200','','','4','','1','2021-05-28 11:30:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','55.00','54.5','Inclusive','branch','Inventory','','',''),('416222014412240223',1269,'41622201425','232','10.00','800','retail','0','2021-05-28 14:31:09','','','','2','Cash',110.34,'80','','','4','','1','2021-05-28 11:40:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','164.50','154.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222020362002223',1270,'41622202016','254','1.00','150','retail','0','2021-05-28 14:40:52','','','','80','Cash',20.69,'150','','','4','','1','2021-05-28 11:41:03','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','462.00','461','Inclusive','branch','Inventory','1110','4000','5500'),('416222020766360133',1271,'41622202064','284','1.00','850','retail','0','2021-05-28 14:41:16','','','','630','Cash',117.24,'850','','','4','','1','2021-05-28 11:41:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416222021072720202',1272,'41622202085','163','5.00','1000','retail','0','2021-05-28 14:42:02','','','','130','Cash',137.93,'200','','','4','','1','2021-05-28 11:42:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','20.5','Inclusive','branch','Inventory','','',''),('416222021500032230',1273,'41622202130','58','3.00','600','retail','0','2021-05-28 14:42:49','','','','130','Cash',82.76,'200','','','4','','1','2021-05-28 11:42:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','54.50','51.5','Inclusive','branch','Inventory','','',''),('416222023234330022',1274,'41622202179','53','0.50','350','retail','0','2021-05-28 14:46:08','','','','560','Cash',48.28,'700','','','4','','1','2021-05-28 11:46:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','51.00','50.5','Inclusive','branch','Inventory','','',''),('416222024154032322',1275,'41622202374','286','1.00','500','retail','0','2021-05-28 14:53:37','','','','350','Cash',68.97,'500','','','4','','1','2021-05-28 11:53:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416222025105023003',1276,'41622202374','284','1.00','850','retail','0','2021-05-28 14:53:37','','','','630','Cash',117.24,'850','','','4','','1','2021-05-28 11:53:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416222025322262320',1277,'41622202374','284','1.00','900','retail','0','2021-05-28 14:53:37','','','','630','Cash',124.14,'900','','','4','','1','2021-05-28 11:53:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416222027622233333',1278,'41622202374','269','1.00','200','retail','0','2021-05-28 14:53:37','','','','80','Cash',27.59,'200','','','4','','1','2021-05-28 11:53:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416222028100122028',1279,'41622202374','285','1.00','300','retail','0','2021-05-28 14:53:37','','','','180','Cash',41.38,'300','','','4','','1','2021-05-28 11:53:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416222028732320802',1280,'41622202822','58','1.00','200','retail','0','2021-05-28 14:54:46','','','','130','Cash',27.59,'200','','','4','','1','2021-05-28 11:54:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','51.50','50.5','Inclusive','branch','Inventory','','',''),('416222029210233343',1281,'41622202890','2','9.00','4950','retail','0','2021-05-28 14:55:45','','','','530','Cash',682.76,'550','','','4','','1','2021-05-28 11:56:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','229.00','220','Inclusive','branch','18','','',''),('416222030110303022',1282,'41622202995','61','3.00','450','retail','0','2021-05-28 14:57:58','','','','105','Cash',62.07,'150','','','4','','1','2021-05-28 11:58:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','7','Inclusive','branch','Inventory','','',''),('416222030563323223',1283,'41622202995','63','0.50','100','retail','0','2021-05-28 14:57:58','','','','105','Cash',13.79,'200','','','4','','1','2021-05-28 11:58:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','293.75','293.25','Inclusive','branch','Inventory','','',''),('416222149600944042',1284,'41622214951','232','1.00','18500','retail','0','2021-05-28 18:16:13','','','','2','Cash',2551.72,'18500','','','4','','1','2021-05-28 15:16:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','15948.28','','154.50','153.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222151782220273',1285,'41622215164','167','1.00','4200','retail','0','2021-05-28 18:19:52','','','','100','Cash',579.31,'4200','','','4','','1','2021-05-28 15:20:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','3.00','2','Inclusive','branch','Inventory','','',''),('416222153002233322',1286,'41622215282','284','1.00','850','retail','0','2021-05-28 18:25:18','','','','630','Cash',117.24,'850','','','4','','1','2021-05-28 15:25:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416222153373303032',1287,'41622215282','270','1.00','200','retail','0','2021-05-28 18:25:18','','','','60','Cash',27.59,'200','','','4','','1','2021-05-28 15:25:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416222153811423083',1288,'41622215282','232','1.00','200','retail','0','2021-05-28 18:25:18','','','','2','Cash',27.59,'200','','','4','','1','2021-05-28 15:25:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','153.50','152.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222154481322214',1289,'41622215282','277','2.00','350','retail','0','2021-05-28 18:25:18','','','','65','Cash',48.28,'175','','','4','','1','2021-05-28 15:25:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','16.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416222155022022162',1290,'41622215282','66','1.00','200','retail','0','2021-05-28 18:25:18','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-28 15:25:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','23.50','22.5','Inclusive','branch','Inventory','','',''),('416222155663030322',1291,'41622215523','232','1.00','5000','retail','0','2021-05-28 18:26:31','','','','2','Cash',689.66,'5000','','','4','','1','2021-05-28 15:27:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4310.34','','152.50','151.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222156672333212',1292,'41622215639','18','4.00','2600','retail','0','2021-05-28 18:29:52','','','','540','Cash',358.62,'650','','','4','','1','2021-05-28 15:30:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','110.00','106','Inclusive','branch','Inventory','','',''),('416222157500220613',1293,'41622215639','42','6.00','5599.98','retail','0','2021-05-28 18:29:52','','','','810','Cash',772.41,'933.33','','','4','','1','2021-05-28 15:30:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','804.59','','107.00','101','Inclusive','branch','Inventory','','',''),('416222158672182103',1294,'41622215808','232','1.00','550','retail','0','2021-05-28 18:31:16','','','','2','Cash',75.86,'550','','','4','','1','2021-05-28 15:31:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','151.50','150.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222159392332299',1295,'41622215880','14','2.00','2200','retail','0','2021-05-28 18:35:39','','','','765','Cash',303.45,'1100','','','4','','1','2021-05-28 15:35:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','98.00','96','Inclusive','branch','Inventory','','',''),('416222160962002462',1296,'41622215880','66','0.50','100','retail','0','2021-05-28 18:35:39','','','','150 ','Cash',13.79,'200','','','4','','1','2021-05-28 15:35:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.50','22','Inclusive','branch','Inventory','','',''),('416222161142610302',1297,'41622215880','62','1.00','150','retail','0','2021-05-28 18:35:39','','','','105','Cash',20.69,'150','','','4','','1','2021-05-28 15:35:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','411.50','410.5','Inclusive','branch','Inventory','','',''),('416222162862338284',1298,'41622216259','84','11.00','14850','retail','0','2021-05-28 18:48:50','','','','1200','Cash',2048.28,'1350','','','4','','1','2021-05-28 15:48:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1163.79','','94.00','83','Inclusive','branch','Inventory','','',''),('416222163156001313',1299,'41622216259','83','12.00','13200','retail','0','2021-05-28 18:48:50','','','','1000','Cash',1820.69,'1100','','','4','','1','2021-05-28 15:48:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','194.00','182','Inclusive','branch','Inventory','','',''),('416222164512022042',1300,'41622216259','50','11.00','4675','retail','0','2021-05-28 18:48:50','','','','310','Cash',644.83,'425','','','4','','1','2021-05-28 15:48:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','366.38','','69.00','58','Inclusive','branch','Inventory','','',''),('416222165342223232',1301,'41622216259','66','3.00','675','retail','0','2021-05-28 18:48:50','','','','150 ','Cash',93.10,'225','','','4','','1','2021-05-28 15:48:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','22.00','19','Inclusive','branch','Inventory','','',''),('416222166044322202',1302,'41622216259','63','6.00','900','retail','0','2021-05-28 18:48:50','','','','105','Cash',124.14,'150','','','4','','1','2021-05-28 15:48:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','293.25','287.25','Inclusive','branch','Inventory','','',''),('416222166301033433',1303,'41622216259','62','3.00','450','retail','0','2021-05-28 18:48:50','','','','105','Cash',62.07,'150','','','4','','1','2021-05-28 15:48:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','410.50','407.5','Inclusive','branch','Inventory','','',''),('416222166663332662',1304,'41622216259','61','5.00','750','retail','0','2021-05-28 18:48:50','','','','105','Cash',103.45,'150','','','4','','1','2021-05-28 15:48:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','2','Inclusive','branch','Inventory','','',''),('416222166902261323',1305,'41622216259','60','7.00','1050','retail','0','2021-05-28 18:48:50','','','','105','Cash',144.83,'150','','','4','','1','2021-05-28 15:48:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','59.00','52','Inclusive','branch','Inventory','','',''),('416222167820116240',1306,'41622216259','248','3.00','450','retail','0','2021-05-28 18:48:50','','','','40','Cash',62.07,'150','','','4','','1','2021-05-28 15:48:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','3','63.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('416222851230022232',1307,'41622285068','62','3.00','499.8','retail','0','2021-05-29 13:46:44','','','','105','Cash',68.94,'166.6','','','4','','1','2021-05-29 10:46:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','407.50','404.5','Inclusive','branch','Inventory','','',''),('416222852711532206',1308,'41622285212','2','3.00','1650','retail','0','2021-05-29 13:48:46','','','','530','Cash',227.59,'550','','','4','','1','2021-05-29 10:48:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','220.00','217','Inclusive','branch','18','','',''),('416222853573223313',1309,'41622285332','245','3.00','6000','retail','0','2021-05-29 14:17:01','','','','1300','Cash',827.59,'2000','','','4','','1','2021-05-29 11:17:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','20.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416222853882033003',1310,'41622285332','285','3.00','900','retail','0','2021-05-29 14:17:01','','','','180','Cash',124.14,'300','','','4','','1','2021-05-29 11:17:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','43.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416222855622380828',1311,'41622285332','232','10.00','1000','retail','0','2021-05-29 14:17:01','','','','2','Cash',137.93,'100','','','4','','1','2021-05-29 11:17:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','150.50','140.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222871243306223',1312,'41622287057','232','1.00','1000','retail','0','2021-05-29 14:25:43','','','','2','Cash',137.93,'1000','','','4','','1','2021-05-29 11:25:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','140.50','139.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222874376336363',1313,'41622287057','271','1.00','100','retail','0','2021-05-29 14:25:43','','','','50','Cash',13.79,'100','','','4','','1','2021-05-29 11:25:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416222874772321204',1314,'41622287057','270','1.00','200','retail','0','2021-05-29 14:25:43','','','','60','Cash',27.59,'200','','','4','','1','2021-05-29 11:25:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416222875214226232',1315,'41622287057','269','1.00','300','retail','0','2021-05-29 14:25:43','','','','80','Cash',41.38,'300','','','4','','1','2021-05-29 11:25:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416222876452316308',1316,'41622287552','18','3.00','1800','retail','0','2021-05-29 14:28:34','','','','540','Cash',248.28,'600','','','4','','1','2021-05-29 11:28:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','106.00','103','Inclusive','branch','Inventory','','',''),('416222877133483322',1317,'41622287552','42','1.00','900','retail','0','2021-05-29 14:28:34','','','','810','Cash',124.14,'900','','','4','','1','2021-05-29 11:28:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','101.00','100','Inclusive','branch','Inventory','','',''),('416222877773332230',1318,'41622287726','232','2.00','1100','retail','0','2021-05-29 14:32:19','','','','2','Cash',151.72,'550','','','4','','1','2021-05-29 11:32:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','139.50','137.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222881030223222',1319,'41622287978','284','1.00','1200','retail','0','2021-05-29 14:36:39','','','','630','Cash',165.52,'1200','','','4','','1','2021-05-29 11:36:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416222881404008802',1320,'41622287978','232','3.00','600','retail','0','2021-05-29 14:36:39','','','','2','Cash',82.76,'200','','','4','','1','2021-05-29 11:36:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','137.50','134.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222881742833023',1321,'41622287978','232','1.00','200','retail','0','2021-05-29 14:36:39','','','','2','Cash',27.59,'200','','','4','','1','2021-05-29 11:36:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.50','133.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222883112224221',1322,'41622288205','232','2.00','400','retail','0','2021-05-29 14:39:01','','','','2','Cash',55.17,'200','','','4','','1','2021-05-29 11:39:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','133.50','131.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222884172132032',1323,'41622288381','58','0.50','100','retail','0','2021-05-29 14:40:37','','','','130','Cash',13.79,'200','','','4','','1','2021-05-29 11:40:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.50','50','Inclusive','branch','Inventory','','',''),('416222884766302002',1324,'41622288446','220','1.00','3600','retail','0','2021-05-29 14:41:55','','','','3050','Cash',496.55,'3600','','','4','','1','2021-05-29 11:42:01','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416222885142320238',1325,'41622288446','163','1.00','200','retail','0','2021-05-29 14:41:55','','','','130','Cash',27.59,'200','','','4','','1','2021-05-29 11:42:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','20.50','19.5','Inclusive','branch','Inventory','','',''),('416222901531932024',1326,'41622288522','13','25.00','21750','retail','0','2021-05-29 15:09:47','','','','640','Cash',3000.00,'870','','','4','','1','2021-05-29 12:09:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','750.00','','183.00','158','Inclusive','branch','Inventory','','',''),('416222975882623522',1327,'41622297565','284','1.00','2400','retail','0','2021-05-29 17:15:06','','','','630','Cash',331.03,'2400','','','4','','1','2021-05-29 14:15:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416222976102331730',1328,'41622297565','284','1.00','2400','retail','0','2021-05-29 17:15:06','','','','630','Cash',331.03,'2400','','','4','','1','2021-05-29 14:15:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416222976353312231',1329,'41622297565','284','1.00','2400','retail','0','2021-05-29 17:15:06','','','','630','Cash',331.03,'2400','','','4','','1','2021-05-29 14:15:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416222976803323200',1330,'41622297565','285','2.00','1400','retail','0','2021-05-29 17:15:06','','','','180','Cash',193.10,'700','','','4','','1','2021-05-29 14:15:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','40.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416222977444040202',1331,'41622297731','245','2.00','4000','retail','0','2021-05-29 17:15:59','','','','1300','Cash',551.72,'2000','','','4','','1','2021-05-29 14:16:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','17.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416222978382807337',1332,'41622297764','232','10.00','2500','retail','0','2021-05-29 17:17:41','','','','2','Cash',344.83,'250','','','4','','1','2021-05-29 14:18:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','131.50','121.5','Inclusive','branch','Inventory','1110','4000','5500'),('416222979582392329',1333,'41622297897','63','6.00','900','retail','0','2021-05-29 17:19:44','','','','105','Cash',124.14,'150','','','4','','1','2021-05-29 14:19:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','287.25','281.25','Inclusive','branch','Inventory','','',''),('416222980082398803',1334,'41622297988','212','3.00','39999.99','retail','0','2021-05-29 17:23:29','','','','12600','Cash',5517.24,'13333.33','','','4','','1','2021-05-29 14:23:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11494.25','','25.00','22','Inclusive','branch','Inventory','','',''),('416222980602300062',1335,'41622297988','163','10.00','2000','retail','0','2021-05-29 17:23:29','','','','130','Cash',275.86,'200','','','4','','1','2021-05-29 14:23:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','9.5','Inclusive','branch','Inventory','','',''),('416222981396213220',1336,'41622297988','63','2.00','300','retail','0','2021-05-29 17:23:29','','','','105','Cash',41.38,'150','','','4','','1','2021-05-29 14:23:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','281.25','279.25','Inclusive','branch','Inventory','','',''),('416222981970233340',1337,'41622297988','265','1.00','3500','retail','0','2021-05-29 17:23:29','','','','3050','Cash',482.76,'3500','','','4','','1','2021-05-29 14:23:45','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416222982762022133',1338,'41622298228','8','5.00','2250','retail','0','2021-05-29 17:24:59','','','','330','Cash',310.34,'450','','','4','','1','2021-05-29 14:25:04','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','43.00','38','Inclusive','branch','Inventory','','',''),('416222983752232002',1339,'41622298305','61','1.00','150','retail','0','2021-05-29 17:26:54','','','','105','Cash',20.69,'150','','','4','','1','2021-05-29 14:27:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','2.00','1','Inclusive','branch','Inventory','','',''),('416222984133242022',1340,'41622298305','163','1.00','200','retail','0','2021-05-29 17:26:54','','','','130','Cash',27.59,'200','','','4','','1','2021-05-29 14:27:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','9.50','8.5','Inclusive','branch','Inventory','','',''),('416222984353326922',1341,'41622298421','2','5.00','2750','retail','0','2021-05-29 17:27:32','','','','530','Cash',379.31,'550','','','4','','1','2021-05-29 14:27:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','217.00','212','Inclusive','branch','18','','',''),('416222992470494022',1345,'41622299225','2','1.00','550','retail','0','2021-05-29 17:40:48','','','','530','Cash',75.86,'550','','','4','','1','2021-05-29 14:41:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','212.00','211','Inclusive','branch','18','','',''),('416222999573210023',1346,'41622299339','275','1.00','150','retail','0','2021-05-29 17:52:38','','','','80','Cash',20.69,'150','','','4','','1','2021-05-29 14:53:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416223000300223302',1347,'41622300006','115','13.00','16900','retail','0','2021-05-29 17:54:11','','','','1180','Cash',2331.03,'1300','','','4','','1','2021-05-29 14:54:21','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','13.00','0','Inclusive','branch','Inventory','','',''),('416222986992013238',1348,'41622298590','174','15.00','1999.95','retail','0','2021-05-31 10:38:28','','','','2400','Cash',275.86,'133.33','','','4','','1','2021-05-31 07:38:34','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','114.94','','100.00','85','Inclusive','branch','Inventory','','',''),('416222987643122313',1349,'41622298590','232','3.00','2400','retail','0','2021-05-31 10:38:28','','','','2','Cash',331.03,'800','','','4','','1','2021-05-31 07:38:34','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','689.66','','121.50','118.5','Inclusive','branch','Inventory','1110','4000','5500'),('516224466920654242',1350,'41622298590','174','15.00','1999.95','retail','0','2021-05-31 10:38:28','','','','120','Cash',275.86,'133.33','','','4','','1','2021-05-31 07:38:34','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','114.94','','100.00','85','Inclusive','branch','Inventory','','',''),('516224476523207612',1351,'41622298829','244','2.00','1600','retail','0','2021-05-31 10:54:31','','','','800','Cash',220.69,'800','','','4','','1','2021-05-31 07:54:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416224696173003626',1352,'41622463167','66','1.00','200','retail','0','2021-05-31 17:02:56','','','','150 ','Cash',27.59,'200','','','4','','1','2021-05-31 14:03:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','18','Inclusive','branch','Inventory','','',''),('416224696676632030',1353,'41622463167','60','1.00','150','retail','0','2021-05-31 17:02:56','','','','105','Cash',20.69,'150','','','4','','1','2021-05-31 14:03:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','52.00','51','Inclusive','branch','Inventory','','',''),('416224696960423003',1354,'41622463167','62','1.00','150','retail','0','2021-05-31 17:02:56','','','','105','Cash',20.69,'150','','','4','','1','2021-05-31 14:03:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','404.50','403.5','Inclusive','branch','Inventory','','',''),('416224697983680220',1355,'41622469783','284','1.00','800','retail','0','2021-05-31 17:03:32','','','','630','Cash',110.34,'800','','','4','','1','2021-05-31 14:03:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416224698749832338',1356,'41622469817','222','10.00','9000','retail','0','2021-05-31 17:04:52','','','','800','Cash',1241.38,'900','','','4','','1','2021-05-31 14:04:56','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','18.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416224700510133206',1359,'41622470019','163','0.50','100','retail','0','2021-05-31 17:07:50','','','','130','Cash',13.79,'200','','','4','','1','2021-05-31 14:07:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.50','8','Inclusive','branch','Inventory','','',''),('416224702033022072',1360,'41622470075','232','1.00','150','retail','0','2021-05-31 17:10:19','','','','2','Cash',20.69,'150','','','4','','1','2021-05-31 14:10:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','119.50','118.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224710463022332',1366,'41622471026','200','1.00','1000','retail','0','2021-05-31 17:26:16','','','','450','Cash',137.93,'1000','','','4','','1','2021-05-31 14:26:28','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','1.00','0','Inclusive','branch','Inventory','','',''),('416224711037321200',1367,'41622471026','252','30.00','2649.9','retail','0','2021-05-31 17:26:16','','','','70','Cash',365.50,'88.33','','','4','','1','2021-05-31 14:26:28','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','76.15','','620.00','590','Inclusive','branch','Inventory','1110','4000','5500'),('416224712371437422',1368,'41622471189','2','10.00','5500','retail','0','2021-05-31 17:27:48','','','','530','Cash',758.62,'550','','','4','','1','2021-05-31 14:27:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','211.00','201','Inclusive','branch','18','','',''),('416224713293201301',1369,'41622471275','54','2.00','1700','retail','0','2021-05-31 17:30:31','','','','700','Cash',234.48,'850','','','4','','1','2021-05-31 14:30:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','82.00','80','Inclusive','branch','Inventory','','',''),('416224713772733200',1370,'41622471275','53','0.50','350','retail','0','2021-05-31 17:30:31','','','','560','Cash',48.28,'700','','','4','','1','2021-05-31 14:30:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','50.50','50','Inclusive','branch','Inventory','','',''),('416224715233266466',1371,'41622471440','42','3.00','2775','retail','0','2021-05-31 17:32:52','','','','810','Cash',382.76,'925','','','4','','1','2021-05-31 14:32:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','100.00','97','Inclusive','branch','Inventory','','',''),('416224715942221243',1372,'41622471579','42','10.00','9250','retail','0','2021-05-31 17:33:46','','','','810','Cash',1275.86,'925','','','4','','1','2021-05-31 14:33:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','97.00','87','Inclusive','branch','Inventory','','',''),('416224716502233332',1373,'41622471631','232','1.00','150','retail','0','2021-05-31 17:34:34','','','','2','Cash',20.69,'150','','','4','','1','2021-05-31 14:34:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.50','114.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224719026232302',1374,'41622471692','148','2.00','7400','retail','0','2021-05-31 17:41:25','','','','3200','Cash',1020.69,'3700','','','4','','1','2021-05-31 14:41:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','9.00','7','Inclusive','branch','Inventory','','',''),('416224719880234200',1375,'41622471692','53','6.00','3999.96','retail','0','2021-05-31 17:41:25','','','','560','Cash',551.72,'666.66','','','4','','1','2021-05-31 14:41:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','574.71','','50.00','44','Inclusive','branch','Inventory','','',''),('416224720606032020',1376,'41622471692','289','2.00','200','retail','0','2021-05-31 17:41:25','','','','35','Cash',27.59,'100','','','4','','1','2021-05-31 14:41:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416224721233203100',1377,'41622472092','60','0.50','100','retail','0','2021-05-31 17:46:23','','','','105','Cash',13.79,'200','','','4','','1','2021-05-31 14:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.00','50.5','Inclusive','branch','Inventory','','',''),('416224721682272123',1378,'41622472092','174','3.00','450','retail','0','2021-05-31 17:46:23','','','','120','Cash',62.07,'150','','','4','','1','2021-05-31 14:46:48','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','81.00','78','Inclusive','branch','Inventory','','',''),('416224722462202242',1379,'41622472092','66','2.00','400','retail','0','2021-05-31 17:46:23','','','','150 ','Cash',55.17,'200','','','4','','1','2021-05-31 14:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.00','16','Inclusive','branch','Inventory','','',''),('416224723552603033',1380,'41622472092','63','2.00','300','retail','0','2021-05-31 17:46:23','','','','105','Cash',41.38,'150','','','4','','1','2021-05-31 14:46:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','279.25','277.25','Inclusive','branch','Inventory','','',''),('416224726620603022',1381,'41622472409','19','23.00','18860','retail','0','2021-05-31 17:53:38','','','','700','Cash',2601.38,'820','','','4','','1','2021-05-31 14:54:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','706.90','','100.00','77','Inclusive','branch','Inventory','','',''),('416224727952252131',1382,'41622472409','163','2.00','400','retail','0','2021-05-31 17:53:38','','','','130','Cash',55.17,'200','','','4','','1','2021-05-31 14:54:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','6','Inclusive','branch','Inventory','','',''),('416224730484032032',1383,'41622472845','54','1.50','1200','retail','0','2021-05-31 18:03:37','','','','700','Cash',165.52,'800','','','4','','1','2021-05-31 15:04:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','80.00','78.5','Inclusive','branch','Inventory','','',''),('416224732972100432',1384,'41622472845','203','2.00','2000','retail','0','2021-05-31 18:03:37','','','','700','Cash',275.86,'1000','','','4','','1','2021-05-31 15:04:09','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','2.00','0','Inclusive','branch','Inventory','','',''),('416224733572222322',1385,'41622472845','232','1.00','250','retail','0','2021-05-31 18:03:37','','','','2','Cash',34.48,'250','','','4','','1','2021-05-31 15:04:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','114.50','113.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224733967402023',1386,'41622472845','232','1.00','350','retail','0','2021-05-31 18:03:37','','','','2','Cash',48.28,'350','','','4','','1','2021-05-31 15:04:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','113.50','112.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224742752003240',1387,'41622474243','109','36.00','46800','retail','0','2021-05-31 18:23:50','','','','1180','Cash',6455.17,'1300','','','4','','1','2021-05-31 15:24:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','36.00','0','Inclusive','branch','Inventory','','',''),('416224743646632733',1388,'41622474243','2','30.00','16500','retail','0','2021-05-31 18:23:50','','','','530','Cash',2275.86,'550','','','4','','1','2021-05-31 15:24:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','30','201.00','171','Inclusive','branch','18','','',''),('416224744301237044',1389,'41622474243','66','5.00','1020','retail','0','2021-05-31 18:23:50','','','','150 ','Cash',140.69,'204','','','4','','1','2021-05-31 15:24:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','175.86','','16.00','11','Inclusive','branch','Inventory','','',''),('416224744774472063',1390,'41622474243','63','6.00','1080','retail','0','2021-05-31 18:23:50','','','','105','Cash',148.97,'180','','','4','','1','2021-05-31 15:24:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','6','277.25','271.25','Inclusive','branch','Inventory','','',''),('416224745020233223',1391,'41622474243','62','5.00','750','retail','0','2021-05-31 18:23:50','','','','105','Cash',103.45,'150','','','4','','1','2021-05-31 15:24:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','403.50','398.5','Inclusive','branch','Inventory','','',''),('416224745603232203',1392,'41622474243','46','8.00','3600','retail','0','2021-05-31 18:23:50','','','','325','Cash',496.55,'450','','','4','','1','2021-05-31 15:24:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','8.00','0','Inclusive','branch','Inventory','','',''),('416224703864028266',1393,'41622470300','224','1.00','13000','retail','0','2021-05-31 22:03:51','','','','8500','Cash',1793.10,'13000','','','4','','1','2021-05-31 19:03:56','1','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE','11206.90','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416224704560233000',1394,'41622470300','232','1.00','4000','retail','0','2021-05-31 22:03:51','','','','2','Cash',551.72,'4000','','','4','','1','2021-05-31 19:03:56','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','3448.28','','117.50','116.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224706272364222',1395,'41622470300','232','1.00','2000','retail','0','2021-05-31 22:03:51','','','','2','Cash',275.86,'2000','','','4','','1','2021-05-31 19:03:56','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','1724.14','','116.50','115.5','Inclusive','branch','Inventory','1110','4000','5500'),('416224706682332224',1396,'41622470300','284','1.00','800','retail','0','2021-05-31 22:03:51','','','','630','Cash',110.34,'800','','','4','','1','2021-05-31 19:03:56','1','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE','689.66','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('516224878002000203',1397,'41622470300','294','1.00','4000','retail','0','2021-05-31 22:03:51','','','','1500','Cash',551.72,'4000','','','4','','1','2021-05-31 19:03:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516224878180403843',1398,'41622470300','293','1.00','2000','retail','0','2021-05-31 22:03:51','','','','1500','Cash',275.86,'2000','','','4','','1','2021-05-31 19:03:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416224699363323330',1399,'41622469897','174','4.00','400','retail','0','2021-05-31 22:06:59','','','','120','Cash',55.17,'100','','','4','','1','2021-05-31 19:07:06','1','17','new','1','printed','MTR','','','','yes','','0','','','VATABLE','86.21','','85.00','81','Inclusive','branch','Inventory','','',''),('416224699772667422',1400,'41622469897','232','1.00','100','retail','0','2021-05-31 22:06:59','','','','2','Cash',13.79,'100','','','4','','1','2021-05-31 19:07:06','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','86.21','','120.50','119.5','Inclusive','branch','Inventory','1110','4000','5500'),('516224880010220203',1401,'41622469897','285','0.25','100','retail','0','2021-05-31 22:06:59','','','','180','Cash',13.79,'400','','','4','','1','2021-05-31 19:07:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','38.00','37.75','Inclusive','branch','Inventory','1110','4000','5500'),('416224702453030403',1402,'41622470227','232','1.00','200','retail','0','2021-05-31 22:08:52','','','','2','Cash',27.59,'200','','','4','','1','2021-05-31 19:08:57','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','172.41','','118.50','117.5','Inclusive','branch','Inventory','1110','4000','5500'),('516224881153223225',1403,'41622470227','285','0.50','150','retail','0','2021-05-31 22:08:52','','','','180','Cash',20.69,'300','','','4','','1','2021-05-31 19:08:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','.5','37.75','37.25','Inclusive','branch','Inventory','1110','4000','5500'),('416225452383323520',1404,'41622545216','284','1.00','850','retail','0','2021-06-01 14:00:40','','','','630','Cash',117.24,'850','','','4','','1','2021-06-01 11:00:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416225453900226310',1407,'41622545354','2','1.00','550','retail','0','2021-06-01 14:03:11','','','','530','Cash',75.86,'550','','','4','','1','2021-06-01 11:03:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','171.00','170','Inclusive','branch','18','','',''),('416225454233333003',1408,'41622545403','2','10.00','5500','retail','0','2021-06-01 14:04:03','','','','530','Cash',758.62,'550','','','4','','1','2021-06-01 11:04:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','170.00','160','Inclusive','branch','18','','',''),('416225455002222023',1409,'41622545455','3','2.00','1200','retail','0','2021-06-01 15:36:31','','','','510','Cash',165.52,'600','','','4','','1','2021-06-01 12:37:05','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','40.00','38','Inclusive','branch','Inventory','','',''),('416225505862025022',1410,'41622545455','275','1.00','150','retail','0','2021-06-01 15:36:31','','','','80','Cash',20.69,'150','','','4','','1','2021-06-01 12:37:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416225506450323426',1411,'41622545455','232','1.00','250','retail','0','2021-06-01 15:36:31','','','','2','Cash',34.48,'250','','','4','','1','2021-06-01 12:37:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','115.50','114.5','Inclusive','branch','Inventory','1110','4000','5500'),('416225509570006055',1412,'41622545455','131','3.00','2550','retail','0','2021-06-01 15:36:31','','','','500','Cash',351.72,'850','','','4','','1','2021-06-01 12:37:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','7.00','4','Inclusive','branch','Inventory','','',''),('416225511472037400',1413,'41622551030','13','2.00','1900','retail','0','2021-06-01 15:44:26','','','','640','Cash',262.07,'950','','','4','','1','2021-06-01 12:44:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','158.00','156','Inclusive','branch','Inventory','','',''),('416225512763507303',1414,'41622551030','63','3.00','450','retail','0','2021-06-01 15:44:26','','','','105','Cash',62.07,'150','','','4','','1','2021-06-01 12:44:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','271.25','268.25','Inclusive','branch','Inventory','','',''),('416225513403330214',1415,'41622551030','62','3.00','450','retail','0','2021-06-01 15:44:26','','','','105','Cash',62.07,'150','','','4','','1','2021-06-01 12:44:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','398.50','395.5','Inclusive','branch','Inventory','','',''),('416225514033253052',1416,'41622551030','66','1.50','349.995','retail','0','2021-06-01 15:44:26','','','','150 ','Cash',48.28,'233.33','','','4','','1','2021-06-01 12:44:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','201.15','','11.00','9.5','Inclusive','branch','Inventory','','',''),('416225518686222262',1418,'41622551835','14','10.00','10500','retail','0','2021-06-01 15:54:09','','','','765','Cash',1448.28,'1050','','','4','','1','2021-06-01 12:54:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','96.00','86','Inclusive','branch','Inventory','','',''),('416225519290369301',1419,'41622551835','60','1.00','150','retail','0','2021-06-01 15:54:09','','','','105','Cash',20.69,'150','','','4','','1','2021-06-01 12:54:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.50','49.5','Inclusive','branch','Inventory','','',''),('416225519786570223',1420,'41622551835','66','0.50','100','retail','0','2021-06-01 15:54:09','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-01 12:54:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.50','9','Inclusive','branch','Inventory','','',''),('416225520283542583',1421,'41622551835','163','2.00','400','retail','0','2021-06-01 15:54:09','','','','130','Cash',55.17,'200','','','4','','1','2021-06-01 12:54:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','4','Inclusive','branch','Inventory','','',''),('416225566722320332',1423,'41622556652','212','1.00','13500','retail','0','2021-06-01 17:12:40','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-06-01 14:12:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','22.00','21','Inclusive','branch','Inventory','','',''),('416225567044240520',1424,'41622556652','42','3.00','2700','retail','0','2021-06-01 17:12:40','','','','810','Cash',372.41,'900','','','4','','1','2021-06-01 14:12:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','87.00','84','Inclusive','branch','Inventory','','',''),('416225567442033633',1425,'41622556652','62','1.00','150','retail','0','2021-06-01 17:12:40','','','','105','Cash',20.69,'150','','','4','','1','2021-06-01 14:12:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','395.50','394.5','Inclusive','branch','Inventory','','',''),('416225568262324244',1426,'41622556766','14','20.00','21000','retail','0','2021-06-01 17:15:09','','','','765','Cash',2896.55,'1050','','','4','','1','2021-06-01 14:15:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','86.00','66','Inclusive','branch','Inventory','','',''),('416225573683763343',1428,'41622557323','254','2.00','250','retail','0','2021-06-01 17:23:30','','','','80','Cash',34.48,'125','','','4','','1','2021-06-01 14:23:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','461.00','459','Inclusive','branch','Inventory','1110','4000','5500'),('416225574660223342',1429,'41622557422','14','20.00','21000','retail','0','2021-06-01 17:24:55','','','','765','Cash',2896.55,'1050','','','4','','1','2021-06-01 14:25:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','66.00','46','Inclusive','branch','Inventory','','',''),('416225575363003253',1430,'41622557509','2','10.00','5500','retail','0','2021-06-01 17:25:59','','','','530','Cash',758.62,'550','','','4','','1','2021-06-01 14:26:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','160.00','150','Inclusive','branch','18','','',''),('416225572082303803',1431,'41622557068','232','10.00','1500','retail','0','2021-06-02 08:42:03','','','','2','Cash',206.90,'150','','','4','','1','2021-06-02 05:42:08','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','129.31','','112.50','102.5','Inclusive','branch','Inventory','1110','4000','5500'),('516226124999322232',1432,'41622557068','174','10.00','1500','retail','0','2021-06-02 08:42:03','','','','120','Cash',206.90,'150','','','4','','1','2021-06-02 05:42:08','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','78.00','68','Inclusive','branch','Inventory','','',''),('416225452803434323',1433,'41622545255','286','1.00','600','retail','0','2021-06-02 08:49:42','','','','350','Cash',82.76,'600','','','4','','1','2021-06-02 05:49:47','1','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE','517.24','1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416225453074234324',1434,'41622545255','232','1.00','100','retail','0','2021-06-02 08:49:42','','','','2','Cash',13.79,'100','','','4','','1','2021-06-02 05:49:47','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','86.21','','116.50','115.5','Inclusive','branch','Inventory','1110','4000','5500'),('516226129720222637',1435,'41622545255','295','1.00','100','retail','0','2021-06-02 08:49:42','','','','60','Cash',13.79,'100','','','4','','1','2021-06-02 05:49:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416225517753372332',1437,'41622551477','232','1.00','14000','retail','0','2021-06-02 08:53:46','','','','2','Cash',1931.03,'14000','','','4','','1','2021-06-02 05:53:51','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','12068.97','','114.50','113.5','Inclusive','branch','Inventory','1110','4000','5500'),('516226132150306062',1438,'41622551477','297','1.00','14000','retail','0','2021-06-02 08:53:46','','','','11500','Cash',1931.03,'14000','','','4','','1','2021-06-02 05:53:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('516226135063600620',1439,'41622556564','285','0.50','200','retail','0','2021-06-02 08:58:35','','','','180','Cash',27.59,'400','','','4','','1','2021-06-02 05:58:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','37.25','36.75','Inclusive','branch','Inventory','1110','4000','5500'),('416226340034326060',1440,'41622627182','155','1.00','4500','retail','0','2021-06-02 14:41:35','','','','3800','Cash',620.69,'4500','','','4','','1','2021-06-02 11:41:58','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','10.00','9','Inclusive','branch','Inventory','','',''),('416226340942226339',1441,'41622627182','163','1.00','200','retail','0','2021-06-02 14:41:35','','','','130','Cash',27.59,'200','','','4','','1','2021-06-02 11:41:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','4.00','3','Inclusive','branch','Inventory','','',''),('416226341818823203',1442,'41622634119','2','10.00','5500','retail','0','2021-06-02 14:49:20','','','','530','Cash',758.62,'550','','','4','','1','2021-06-02 11:49:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','150.00','140','Inclusive','branch','18','','',''),('416226342743222024',1443,'41622634119','281','2.00','300','retail','0','2021-06-02 14:49:20','','','','55','Cash',41.38,'150','','','4','','1','2021-06-02 11:49:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416226344021333324',1444,'41622634119','232','2.00','100','retail','0','2021-06-02 14:49:20','','','','2','Cash',13.79,'50','','','4','','1','2021-06-02 11:49:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','116.50','114.5','Inclusive','branch','Inventory','1110','4000','5500'),('416226345143203130',1445,'41622634119','287','1.00','150','retail','0','2021-06-02 14:49:20','','','','60','Cash',20.69,'150','','','4','','1','2021-06-02 11:49:25','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416226347552420470',1446,'41622634732','203','1.00','1000','retail','0','2021-06-02 14:52:51','','','','700','Cash',137.93,'1000','','','4','','1','2021-06-02 11:52:59','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','1.00','0','Inclusive','branch','Inventory','','',''),('416226348121123662',1447,'41622634780','15','10.00','7000','retail','0','2021-06-02 16:50:06','','','','600','Cash',965.52,'700','','','4','','1','2021-06-03 13:50:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','122.00','112','Inclusive','branch','Inventory','','',''),('416226378622132234',1448,'41622634780','284','1.00','800','retail','0','2021-06-02 16:50:06','','','','630','Cash',110.34,'800','','','4','','1','2021-06-03 13:50:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416227283163332223',1449,'41622728220','18','2.00','1300','retail','0','2021-06-02 16:52:23','','','','540','Cash',179.31,'650','','','4','','1','2021-06-03 13:52:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','103.00','101','Inclusive','branch','Inventory','','',''),('416227283966372023',1450,'41622728365','54','1.50','1200','retail','0','2021-06-02 16:53:41','','','','700','Cash',165.52,'800','','','4','','1','2021-06-03 13:53:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','78.50','77','Inclusive','branch','Inventory','','',''),('416227284747206063',1451,'41622728439','2','6.00','3360','retail','0','2021-06-02 17:01:17','','','','530','Cash',463.45,'560','','','4','','1','2021-06-03 14:02:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','140.00','134','Inclusive','branch','18','','',''),('416227285570326723',1452,'41622728439','186','5.00','750','retail','0','2021-06-02 17:01:17','','','','40','Cash',103.45,'150','','','4','','1','2021-06-03 14:02:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','9.00','4','Inclusive','branch','Inventory','','',''),('416227286050622200',1453,'41622728439','245','1.00','2000','retail','0','2021-06-02 17:01:17','','','','1300','Cash',275.86,'2000','','','4','','1','2021-06-03 14:02:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416227286367646203',1454,'41622728439','268','1.00','300','retail','0','2021-06-02 17:01:17','','','','120','Cash',41.38,'300','','','4','','1','2021-06-03 14:02:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416227286692222232',1455,'41622728439','8','2.00','950','retail','0','2021-06-02 17:01:17','','','','330','Cash',131.03,'475','','','4','','1','2021-06-03 14:02:21','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','409.48','','38.00','36','Inclusive','branch','Inventory','','',''),('416227288452333135',1456,'41622728439','232','2.00','600','retail','0','2021-06-02 17:01:17','','','','2','Cash',82.76,'300','','','4','','1','2021-06-03 14:02:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','114.50','112.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227291111120233',1457,'41622728942','247','2.00','500','retail','0','2021-06-02 17:08:02','','','','190','Cash',68.97,'250','','','4','','1','2021-06-03 14:08:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416227293172171264',1458,'41622729295','19','2.00','1600','retail','0','2021-06-02 17:08:53','','','','700','Cash',220.69,'800','','','4','','1','2021-06-03 14:09:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','77.00','75','Inclusive','branch','Inventory','','',''),('416227293873322742',1459,'41622729347','284','1.00','850','retail','0','2021-06-02 17:11:00','','','','630','Cash',117.24,'850','','','4','','1','2021-06-03 14:11:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416227294170342432',1460,'41622729347','232','2.00','350','retail','0','2021-06-02 17:11:00','','','','2','Cash',48.28,'175','','','4','','1','2021-06-03 14:11:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','112.50','110.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227295450230243',1461,'41622729510','2','55.00','30250','retail','0','2021-06-02 17:12:50','','','','530','Cash',4172.41,'550','','','4','','1','2021-06-03 14:13:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','134.00','79','Inclusive','branch','18','','',''),('416227296042962324',1462,'41622729586','60','1.00','200','retail','0','2021-06-02 17:14:06','','','','105','Cash',27.59,'200','','','4','','1','2021-06-03 14:14:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','49.50','48.5','Inclusive','branch','Inventory','','',''),('416227296339292223',1463,'41622729586','62','1.00','150','retail','0','2021-06-02 17:14:06','','','','105','Cash',20.69,'150','','','4','','1','2021-06-03 14:14:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','394.50','393.5','Inclusive','branch','Inventory','','',''),('416227296712222261',1464,'41622729656','253','1.00','6400','retail','0','2021-06-02 17:14:46','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-03 14:14:56','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416227297193231322',1465,'41622729698','2','5.00','2750','retail','0','2021-06-02 17:15:42','','','','530','Cash',379.31,'550','','','4','','1','2021-06-03 14:15:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','79.00','74','Inclusive','branch','18','','',''),('416227297789212027',1466,'41622729757','254','1.00','200','retail','0','2021-06-02 17:16:21','','','','80','Cash',27.59,'200','','','4','','1','2021-06-03 14:16:46','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','459.00','458','Inclusive','branch','Inventory','1110','4000','5500'),('416227299053230222',1467,'41622729807','14','30.00','31500','retail','0','2021-06-02 17:19:14','','','','765','Cash',4344.83,'1050','','','4','','1','2021-06-03 14:19:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','46.00','16','Inclusive','branch','Inventory','','',''),('416227299902623494',1468,'41622729964','284','1.00','850','retail','0','2021-06-02 17:20:28','','','','630','Cash',117.24,'850','','','4','','1','2021-06-03 14:20:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416227300100322322',1469,'41622729964','232','1.00','150','retail','0','2021-06-02 17:20:28','','','','2','Cash',20.69,'150','','','4','','1','2021-06-03 14:20:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','110.50','109.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227302642202736',1470,'41622730242','42','5.00','4500','retail','0','2021-06-03 17:24:45','','','','810','Cash',620.69,'900','','','4','','1','2021-06-03 14:24:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','84.00','79','Inclusive','branch','Inventory','','',''),('416227311773323130',1477,'41622731136','2','12.00','6600','retail','0','2021-06-03 17:42:08','','','','530','Cash',910.34,'550','','','4','','1','2021-06-03 14:42:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','64.00','52','Inclusive','branch','18','','',''),('416227312410037230',1478,'41622731136','281','2.00','300','retail','0','2021-06-03 17:42:08','','','','55','Cash',41.38,'150','','','4','','1','2021-06-03 14:42:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','48.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416227313557734732',1479,'41622731335','232','2.00','100','retail','0','2021-06-03 17:42:54','','','','2','Cash',13.79,'50','','','4','','1','2021-06-03 14:42:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','107.50','105.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227314252713312',1480,'41622731379','268','1.00','250','retail','0','2021-06-03 17:43:46','','','','120','Cash',34.48,'250','','','4','','1','2021-06-03 14:43:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416227316144022003',1481,'41622731438','42','10.00','9500','retail','0','2021-06-03 17:49:42','','','','810','Cash',1310.34,'950','','','4','','1','2021-06-03 14:49:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','79.00','69','Inclusive','branch','Inventory','','',''),('416227316701372036',1482,'41622731438','66','2.00','400','retail','0','2021-06-03 17:49:42','','','','150 ','Cash',55.17,'200','','','4','','1','2021-06-03 14:49:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','7','Inclusive','branch','Inventory','','',''),('416227317240331233',1483,'41622731438','62','2.00','300','retail','0','2021-06-03 17:49:42','','','','105','Cash',41.38,'150','','','4','','1','2021-06-03 14:49:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','393.50','391.5','Inclusive','branch','Inventory','','',''),('416227317613222101',1484,'41622731438','63','2.00','300','retail','0','2021-06-03 17:49:42','','','','105','Cash',41.38,'150','','','4','','1','2021-06-03 14:49:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','268.25','266.25','Inclusive','branch','Inventory','','',''),('416227318142246330',1485,'41622731791','253','2.00','12800','retail','0','2021-06-03 17:55:09','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-06-03 14:55:16','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416227319522423623',1486,'41622731791','163','6.00','1200','retail','0','2021-06-03 17:55:09','','','','130','Cash',165.52,'200','','','4','','1','2021-06-03 14:55:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.00','22','Inclusive','branch','Inventory','','',''),('416227319994024074',1487,'41622731791','245','4.00','8000','retail','0','2021-06-03 17:55:09','','','','1300','Cash',1103.45,'2000','','','4','','1','2021-06-03 14:55:16','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','14.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416227320467233220',1488,'41622731791','268','5.00','1500','retail','0','2021-06-03 17:55:09','','','','120','Cash',206.90,'300','','','4','','1','2021-06-03 14:55:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','9.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416227321321024122',1489,'41622732117','62','1.00','150','retail','0','2021-06-03 17:55:50','','','','105','Cash',20.69,'150','','','4','','1','2021-06-03 14:56:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','391.50','390.5','Inclusive','branch','Inventory','','',''),('416227321853273412',1490,'41622732162','47','2.00','900','retail','0','2021-06-03 17:56:55','','','','310','Cash',124.14,'450','','','4','','1','2021-06-03 14:57:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','33.00','31','Inclusive','branch','Inventory','','',''),('416227322444306622',1491,'41622732223','232','2.00','1400','retail','0','2021-06-03 17:59:25','','','','2','Cash',193.10,'700','','','4','','1','2021-06-03 14:59:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','105.50','103.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227322850220032',1492,'41622732223','232','1.00','1500','retail','0','2021-06-03 17:59:25','','','','2','Cash',206.90,'1500','','','4','','1','2021-06-03 14:59:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','103.50','102.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227323400222323',1493,'41622732223','295','7.00','700','retail','0','2021-06-03 17:59:25','','','','60','Cash',96.55,'100','','','4','','1','2021-06-03 14:59:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','9.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416227324777322230',1494,'41622732372','277','6.00','750','retail','0','2021-06-03 18:07:14','','','','65','Cash',103.45,'125','','','4','','1','2021-06-03 15:07:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','14.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416227327123722032',1495,'41622732372','278','6.00','450','retail','0','2021-06-03 18:07:14','','','','45','Cash',62.07,'75','','','4','','1','2021-06-03 15:07:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','20.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416227334433132070',1499,'41622733427','266','1.00','3500','retail','0','2021-06-03 18:17:42','','','','2600','Cash',482.76,'3500','','','4','','1','2021-06-03 15:17:47','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416227336722240320',1502,'41622733621','246','1.00','300','retail','0','2021-06-03 18:21:22','','','','200','Cash',41.38,'300','','','4','','1','2021-06-03 15:21:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416227336993306302',1503,'41622733687','19','3.00','2400','retail','0','2021-06-03 18:21:40','','','','700','Cash',331.03,'800','','','4','','1','2021-06-03 15:21:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','3','75.00','72','Inclusive','branch','Inventory','','',''),('416227337304226232',1504,'41622733713','42','5.00','4500','retail','0','2021-06-03 18:22:11','','','','810','Cash',620.69,'900','','','4','','1','2021-06-03 15:22:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','5','69.00','64','Inclusive','branch','Inventory','','',''),('416227337581343160',1505,'41622733740','8','2.00','900','retail','0','2021-06-03 18:22:46','','','','330','Cash',124.14,'450','','','4','','1','2021-06-03 15:22:56','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','36.00','34','Inclusive','branch','Inventory','','',''),('416227339002233233',1507,'41622733879','18','3.00','1800','retail','0','2021-06-03 18:25:10','','','','540','Cash',248.28,'600','','','4','','1','2021-06-03 15:25:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','101.00','98','Inclusive','branch','Inventory','','',''),('416227339606100900',1508,'41622733923','42','4.00','3600','retail','0','2021-06-03 18:26:01','','','','810','Cash',496.55,'900','','','4','','1','2021-06-03 15:26:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','4','64.00','60','Inclusive','branch','Inventory','','',''),('416227339869434324',1509,'41622733965','212','1.00','13500','retail','0','2021-06-03 18:26:40','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-06-03 15:26:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','21.00','20','Inclusive','branch','Inventory','','',''),('416227340192232223',1510,'41622734010','42','3.00','2700','retail','0','2021-06-03 18:28:23','','','','810','Cash',372.41,'900','','','4','','1','2021-06-03 15:28:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','3','60.00','57','Inclusive','branch','Inventory','','',''),('416227340312372212',1511,'41622734010','62','1.00','160','retail','0','2021-06-03 18:28:23','','','','105','Cash',22.07,'160','','','4','','1','2021-06-03 15:28:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','390.50','389.5','Inclusive','branch','Inventory','','',''),('416227340402032120',1512,'41622734010','63','1.00','170','retail','0','2021-06-03 18:28:23','','','','105','Cash',23.45,'170','','','4','','1','2021-06-03 15:28:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','266.25','265.25','Inclusive','branch','Inventory','','',''),('416227340510742032',1513,'41622734010','60','1.00','170','retail','0','2021-06-03 18:28:23','','','','105','Cash',23.45,'170','','','4','','1','2021-06-03 15:28:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','46.50','45.5','Inclusive','branch','Inventory','','',''),('416227303210332642',1514,'41622730291','167','1.00','4000','retail','0','2021-06-03 19:21:14','','','','100','Cash',551.72,'4000','','','4','','1','2021-06-03 16:21:20','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','3448.28','','2.00','1','Inclusive','branch','Inventory','','',''),('416227303690316234',1515,'41622730291','169','30.00','1800','retail','0','2021-06-03 19:21:14','','','','60','Cash',248.28,'60','','','4','','1','2021-06-03 16:21:20','1','17','new','1','printed','MTR','','','','yes','','0','','','VATABLE','51.72','','354.00','324','Inclusive','branch','Inventory','','',''),('416227304414430432',1516,'41622730291','60','2.00','300','retail','0','2021-06-03 19:21:14','','','','105','Cash',41.38,'150','','','4','','1','2021-06-03 16:21:20','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','129.31','','48.50','46.5','Inclusive','branch','Inventory','','',''),('416227305453207227',1517,'41622730291','232','1.00','600','retail','0','2021-06-03 19:21:14','','','','2','Cash',82.76,'600','','','4','','1','2021-06-03 16:21:20','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','517.24','','109.50','108.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227305812021222',1518,'41622730291','232','1.00','400','retail','0','2021-06-03 19:21:14','','','','2','Cash',55.17,'400','','','4','','1','2021-06-03 16:21:20','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','344.83','','108.50','107.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227306162021312',1519,'41622730291','2','10.00','5600','retail','0','2021-06-03 19:21:14','','','','530','Cash',772.41,'560','','','4','','1','2021-06-03 16:21:20','1','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE','482.76','','74.00','64','Inclusive','branch','18','','',''),('516227372683102133',1520,'41622730291','167','1.00','4000','retail','0','2021-06-03 19:21:14','','','','2600','Cash',551.72,'4000','','','4','','1','2021-06-03 16:21:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','1','5.00','4','Inclusive','branch','Inventory','','',''),('416227334972029313',1521,'41622733468','169','30.00','1800','retail','0','2021-06-03 19:22:59','','','','60','Cash',248.28,'60','','','4','','1','2021-06-03 16:23:08','1','17','new','1','printed','MTR','','','','yes','','0','','','VATABLE','51.72','','324.00','294','Inclusive','branch','Inventory','','',''),('416227335252347222',1522,'41622733468','167','1.00','4000','retail','0','2021-06-03 19:22:59','','','','100','Cash',551.72,'4000','','','4','','1','2021-06-03 16:23:08','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','3448.28','','1.00','0','Inclusive','branch','Inventory','','',''),('516227373780332372',1523,'41622733468','167','1.00','4000','retail','0','2021-06-03 19:22:59','','','','2600','Cash',551.72,'4000','','','4','','1','2021-06-03 16:23:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','1','5.00','4','Inclusive','branch','Inventory','','',''),('416227331110023222',1528,'41622733097','266','4.00','12800','retail','0','2021-06-03 20:14:43','','','','2600','Cash',1765.52,'3200','','','4','','1','2021-06-03 17:14:49','1','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE','2758.62','','5.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416227332402332403',1529,'41622733097','232','2.00','4400','retail','0','2021-06-03 20:14:43','','','','2','Cash',606.90,'2200','','','4','','1','2021-06-03 17:14:49','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','1896.55','','102.50','100.5','Inclusive','branch','Inventory','1110','4000','5500'),('416227333173263333',1530,'41622733097','232','4.00','1200','retail','0','2021-06-03 20:14:43','','','','2','Cash',165.52,'300','','','4','','1','2021-06-03 17:14:49','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','258.62','','100.50','96.5','Inclusive','branch','Inventory','1110','4000','5500'),('516227403430243043',1531,'41622733097','202','2.00','4400','retail','0','2021-06-03 20:14:43','','','','1500','Cash',606.90,'2200','','','4','','1','2021-06-03 17:14:49','1','25','new','1','printed','pcs','','','','yes','','0','','','VATABLE','1896.55','','5.00','3','Inclusive','branch','Inventory','','',''),('516227404722332330',1532,'41622733097','290','4.00','1200','retail','0','2021-06-03 20:14:43','','','','120','Cash',165.52,'300','','','4','','1','2021-06-03 17:14:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','4','14.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416227338303042333',1533,'41622733777','14','10.00','10850','retail','0','2021-06-03 20:26:19','','','','765','Cash',1496.55,'1085','','','4','','1','2021-06-03 17:26:25','1','3','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','935.34','','16.00','6','Inclusive','branch','Inventory','','',''),('516227411683240226',1534,'41622733777','14','10.00','10850','retail','0','2021-06-03 20:26:19','','','','960','Cash',1496.55,'1085','','','4','','1','2021-06-03 17:26:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','935.34','','16.00','6','Inclusive','branch','Inventory','','',''),('416227843010384242',1535,'41622783844','53','5.00','3150','retail','0','2021-06-04 08:25:41','','','','560','Cash',434.48,'630','','','4','','1','2021-06-04 05:25:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','44.00','39','Inclusive','branch','Inventory','','',''),('416227843743403770',1536,'41622784350','62','2.00','300','retail','0','2021-06-04 08:26:45','','','','105','Cash',41.38,'150','','','4','','1','2021-06-04 05:26:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','389.50','387.5','Inclusive','branch','Inventory','','',''),('416227844791382042',1537,'41622784411','2','50.00','27500','retail','0','2021-06-04 08:29:09','','','','530','Cash',3793.10,'550','','','4','','1','2021-06-04 05:29:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','52.00','2','Inclusive','branch','18','','',''),('416227845236004340',1538,'41622784411','167','3.00','12000','retail','0','2021-06-04 08:29:09','','','','2600','Cash',1655.17,'4000','','','4','','1','2021-06-04 05:29:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','4.00','1','Inclusive','branch','Inventory','','',''),('416228089802202431',1539,'41622808952','232','1.00','50','retail','0','2021-06-04 15:16:45','','','','2','Cash',6.90,'50','','','4','','1','2021-06-04 12:16:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','102.50','101.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228091084332240',1540,'41622809013','232','1.00','150','retail','0','2021-06-04 15:19:09','','','','2','Cash',20.69,'150','','','4','','1','2021-06-04 12:19:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','101.50','100.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228092800042023',1541,'41622809162','84','22.00','28600','retail','0','2021-06-04 15:23:08','','','','1230','Cash',3944.83,'1300','','','4','','1','2021-06-04 12:23:19','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','83.00','61','Inclusive','branch','Inventory','','',''),('416228093571222131',1542,'41622809162','83','18.00','19800','retail','0','2021-06-04 15:23:08','','','','1025','Cash',2731.03,'1100','','','4','','1','2021-06-04 12:23:19','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','182.00','164','Inclusive','branch','Inventory','','',''),('416228098228212422',1543,'41622809627','18','4.00','2600','retail','0','2021-06-04 15:32:53','','','','580','Cash',358.62,'650','','','4','','1','2021-06-04 12:33:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','98.00','94','Inclusive','branch','Inventory','','',''),('416228100703033006',1544,'41622809981','232','1.00','2000','retail','0','2021-06-04 15:34:55','','','','2','Cash',275.86,'2000','','','4','','1','2021-06-04 12:35:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','100.50','99.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228103730344260',1545,'41622810130','42','2.00','1900','retail','0','2021-06-04 15:41:34','','','','870','Cash',262.07,'950','','','4','','1','2021-06-04 12:41:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','57.00','55','Inclusive','branch','Inventory','','',''),('416228104630613342',1546,'41622810130','18','3.00','1890','retail','0','2021-06-04 15:41:34','','','','580','Cash',260.69,'630','','','4','','1','2021-06-04 12:41:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','94.00','91','Inclusive','branch','Inventory','','',''),('416228107402002208',1547,'41622810509','66','0.50','100','retail','0','2021-06-04 15:46:25','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-04 12:46:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','6.5','Inclusive','branch','Inventory','','',''),('416228132891232132',1548,'41622810793','212','1.00','13300','retail','0','2021-06-04 16:29:46','','','','12600','Cash',1834.48,'13300','','','4','','1','2021-06-04 13:29:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11465.52','','20.00','19','Inclusive','branch','Inventory','','',''),('416228136104203323',1549,'41622813571','232','1.00','500','retail','0','2021-06-04 16:47:44','','','','2','Cash',68.97,'500','','','4','','1','2021-06-04 13:47:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','99.50','98.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228137163230333',1550,'41622813571','66','0.50','100','retail','0','2021-06-04 16:47:44','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-04 13:47:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.50','6','Inclusive','branch','Inventory','','',''),('416228145192210414',1551,'41622814481','42','6.00','5700','retail','0','2021-06-04 16:54:31','','','','870','Cash',786.21,'950','','','4','','1','2021-06-04 13:54:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','55.00','49','Inclusive','branch','Inventory','','',''),('416228145713033000',1552,'41622814481','60','1.50','249.9','retail','0','2021-06-04 16:54:31','','','','105','Cash',34.47,'166.6','','','4','','1','2021-06-04 13:54:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','45.50','44','Inclusive','branch','Inventory','','',''),('416228145992223203',1553,'41622814481','62','1.50','249.9','retail','0','2021-06-04 16:54:31','','','','105','Cash',34.47,'166.6','','','4','','1','2021-06-04 13:54:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','387.50','386','Inclusive','branch','Inventory','','',''),('416228146106200203',1554,'41622814481','66','1.50','300','retail','0','2021-06-04 16:54:31','','','','150 ','Cash',41.38,'200','','','4','','1','2021-06-04 13:54:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','4.5','Inclusive','branch','Inventory','','',''),('416228149822332334',1555,'41622814882','62','0.50','100','retail','0','2021-06-04 17:10:06','','','','105','Cash',13.79,'200','','','4','','1','2021-06-04 14:10:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','386.00','385.5','Inclusive','branch','Inventory','','',''),('416228150278032322',1556,'41622814882','232','20.00','200','retail','0','2021-06-04 17:10:06','','','','2','Cash',27.59,'10','','','4','','1','2021-06-04 14:10:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','','98.50','78.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228159132322222',1557,'41622815858','169','90.00','5699.7','retail','0','2021-06-04 17:14:00','','','','50','Cash',786.17,'63.33','','','4','','1','2021-06-04 14:16:24','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','54.59','','294.00','204','Inclusive','branch','Inventory','','',''),('416228160141002146',1558,'41622815858','232','1.00','500','retail','0','2021-06-04 17:14:00','','','','2','Cash',68.97,'500','','','4','','1','2021-06-04 14:16:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','78.50','77.5','Inclusive','branch','Inventory','1110','4000','5500'),('416228162043202220',1559,'41622816184','63','1.00','175','retail','0','2021-06-04 17:16:58','','','','105','Cash',24.14,'175','','','4','','1','2021-06-04 14:17:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','265.25','264.25','Inclusive','branch','Inventory','','',''),('416228165203244320',1560,'41622816489','14','8.00','8500','retail','0','2021-06-04 17:22:33','','','','1065','Cash',1172.41,'1062.5','','','4','','1','2021-06-04 14:22:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','915.95','','36.00','28','Inclusive','branch','Inventory','','',''),('416228165774065021',1561,'41622816560','163','8.00','1600','retail','0','2021-06-04 17:23:15','','','','130','Cash',220.69,'200','','','4','','1','2021-06-04 14:23:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.00','14','Inclusive','branch','Inventory','','',''),('416228170122126121',1562,'41622816993','2','12.00','6600','retail','0','2021-06-04 17:30:59','','','','530','Cash',910.34,'550','','','4','','1','2021-06-04 14:31:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','14.00','2','Inclusive','branch','18','','',''),('416228171690230283',1563,'41622817087','139','3.00','9000','retail','0','2021-06-04 17:33:12','','','','2520','Cash',1241.38,'3000','','','4','','1','2021-06-04 14:33:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','11.00','8','Inclusive','branch','Inventory','','',''),('416228185621203226',1564,'41622817880','60','2.00','375','retail','0','2021-06-04 17:56:36','','','','105','Cash',51.72,'187.5','','','4','','1','2021-06-04 14:56:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','161.64','','44.00','42','Inclusive','branch','Inventory','','',''),('416228186470042203',1565,'41622818608','284','2.00','2300','retail','0','2021-06-04 17:58:53','','','','630','Cash',317.24,'1150','','','4','','1','2021-06-04 14:59:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416228187122720713',1566,'41622818608','270','1.00','200','retail','0','2021-06-04 17:58:53','','','','60','Cash',27.59,'200','','','4','','1','2021-06-04 14:59:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416228188538223223',1567,'41622818818','275','1.00','150','retail','0','2021-06-04 18:00:56','','','','80','Cash',20.69,'150','','','4','','1','2021-06-04 15:01:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416228189003012222',1568,'41622818867','232','2.00','200','retail','0','2021-06-04 18:02:06','','','','2','Cash',27.59,'100','','','4','','1','2021-06-04 15:02:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','77.50','75.5','Inclusive','branch','Inventory','1110','4000','5500'),('416229011572235431',1569,'41622900927','232','0.50','150','retail','0','2021-06-05 16:53:12','','','','2','Cash',20.69,'300','','','4','','1','2021-06-05 13:54:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','75.50','75','Inclusive','branch','Inventory','1110','4000','5500'),('416229012727222032',1570,'41622901255','18','4.00','2400','retail','0','2021-06-05 16:55:11','','','','580','Cash',331.03,'600','','','4','','1','2021-06-05 13:55:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','91.00','87','Inclusive','branch','Inventory','','',''),('416229013104221316',1571,'41622901255','66','1.00','200','retail','0','2021-06-05 16:55:11','','','','150 ','Cash',27.59,'200','','','4','','1','2021-06-05 13:55:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.50','3.5','Inclusive','branch','Inventory','','',''),('416229013600303633',1572,'41622901344','60','3.00','450','retail','0','2021-06-05 16:56:44','','','','105','Cash',62.07,'150','','','4','','1','2021-06-05 13:56:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','42.00','39','Inclusive','branch','Inventory','','',''),('416229015632206062',1573,'41622901543','167','3.00','12000','retail','0','2021-06-05 16:59:57','','','','2600','Cash',1655.17,'4000','','','4','','1','2021-06-05 14:00:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','4.00','1','Inclusive','branch','Inventory','','',''),('416229016592023320',1574,'41622901618','232','1.00','300','retail','0','2021-06-05 17:01:19','','','','2','Cash',41.38,'300','','','4','','1','2021-06-05 14:01:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','75.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416229017364323320',1575,'41622901716','13','10.00','9000','retail','0','2021-06-05 17:03:03','','','','890','Cash',1241.38,'900','','','4','','1','2021-06-05 14:03:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','156.00','146','Inclusive','branch','Inventory','','',''),('416229021332304300',1576,'41622902075','2','5.00','2750','retail','0','2021-06-05 17:11:16','','','','530','Cash',379.31,'550','','','4','','1','2021-06-05 14:11:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','221.00','216','Inclusive','branch','18','','',''),('416229022363230022',1577,'41622902075','285','1.00','250','retail','0','2021-06-05 17:11:16','','','','180','Cash',34.48,'250','','','4','','1','2021-06-05 14:11:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','36.75','35.75','Inclusive','branch','Inventory','1110','4000','5500'),('416229024492232910',1578,'41622902327','19','3.00','2400','retail','0','2021-06-05 17:14:43','','','','725','Cash',331.03,'800','','','4','','1','2021-06-05 14:15:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','72.00','69','Inclusive','branch','Inventory','','',''),('416229025910293291',1579,'41622902520','232','2.00','300','retail','0','2021-06-05 17:18:41','','','','2','Cash',41.38,'150','','','4','','1','2021-06-05 14:18:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','74.00','72','Inclusive','branch','Inventory','1110','4000','5500'),('416229026590220220',1580,'41622902520','62','2.00','300','retail','0','2021-06-05 17:18:41','','','','105','Cash',41.38,'150','','','4','','1','2021-06-05 14:18:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','385.50','383.5','Inclusive','branch','Inventory','','',''),('416229027053230342',1581,'41622902520','63','1.00','150','retail','0','2021-06-05 17:18:41','','','','105','Cash',20.69,'150','','','4','','1','2021-06-05 14:18:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','264.25','263.25','Inclusive','branch','Inventory','','',''),('416229027912321233',1582,'41622902730','174','10.00','1300','retail','0','2021-06-05 17:20:13','','','','120','Cash',179.31,'130','','','4','','1','2021-06-05 14:20:27','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','112.07','','68.00','58','Inclusive','branch','Inventory','','',''),('416229028632032413',1583,'41622902830','174','2.00','300','retail','0','2021-06-05 17:21:35','','','','120','Cash',41.38,'150','','','4','','1','2021-06-05 14:21:39','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','58.00','56','Inclusive','branch','Inventory','','',''),('416229029223022322',1584,'41622902900','264','1.00','4500','retail','0','2021-06-05 17:22:19','','','','3850','Cash',620.69,'4500','','','4','','1','2021-06-05 14:22:26','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416229030953912422',1585,'41622902947','2','20.00','11000','retail','0','2021-06-05 17:27:32','','','','530','Cash',1517.24,'550','','','4','','1','2021-06-05 14:27:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','216.00','196','Inclusive','branch','18','','',''),('416229032910222322',1586,'41622903259','2','7.00','3850','retail','0','2021-06-05 17:28:41','','','','530','Cash',531.03,'550','','','4','','1','2021-06-05 14:28:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','196.00','189','Inclusive','branch','18','','',''),('416229045254124290',1587,'41622904075','66','0.50','100','retail','0','2021-06-05 17:49:58','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-05 14:50:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.50','3','Inclusive','branch','Inventory','','',''),('416229055920322209',1589,'41622904757','232','1.00','2500','retail','0','2021-06-05 18:07:13','','','','2','Cash',344.83,'2500','','','4','','1','2021-06-05 15:08:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','70.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416229063413032634',1590,'41622906264','232','1.00','680','retail','0','2021-06-05 18:20:19','','','','2','Cash',93.79,'680','','','4','','1','2021-06-05 15:20:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','586.21','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416229046672034212',1591,'41622904655','232','2.00','400','retail','0','2021-06-06 18:12:14','','','','2','Cash',55.17,'200','','','4','','1','2021-06-06 15:12:19','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','172.41','','72.00','70','Inclusive','branch','Inventory','1110','4000','5500'),('516229923233325225',1592,'41622904655','295','2.00','400','retail','0','2021-06-06 18:12:14','','','','60','Cash',55.17,'200','','','4','','1','2021-06-06 15:12:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416230662882322086',1593,'41623062634','284','1.00','800','retail','0','2021-06-07 14:45:08','','','','630','Cash',110.34,'800','','','4','','1','2021-06-07 11:45:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416230663593303223',1594,'41623066325','18','16.00','10200','retail','0','2021-06-07 14:46:50','','','','580','Cash',1406.90,'637.5','','','4','','1','2021-06-07 11:47:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','549.57','','87.00','71','Inclusive','branch','Inventory','','',''),('416230664863203430',1595,'41623066445','58','0.50','100','retail','0','2021-06-07 14:48:46','','','','130','Cash',13.79,'200','','','4','','1','2021-06-07 11:48:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','49.5','Inclusive','branch','Inventory','','',''),('416230665601024622',1596,'41623066533','139','5.00','15000','retail','0','2021-06-07 14:52:39','','','','2520','Cash',2068.97,'3000','','','4','','1','2021-06-07 11:52:59','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','8.00','3','Inclusive','branch','Inventory','','',''),('416230666220230323',1597,'41623066533','155','1.00','4500','retail','0','2021-06-07 14:52:39','','','','3800','Cash',620.69,'4500','','','4','','1','2021-06-07 11:52:59','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','9.00','8','Inclusive','branch','Inventory','','',''),('416230666503366030',1598,'41623066533','62','0.50','100','retail','0','2021-06-07 14:52:39','','','','105','Cash',13.79,'200','','','4','','1','2021-06-07 11:52:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','383.50','383','Inclusive','branch','Inventory','','',''),('416230667052302733',1599,'41623066533','163','1.50','300','retail','0','2021-06-07 14:52:39','','','','130','Cash',41.38,'200','','','4','','1','2021-06-07 11:52:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','12.5','Inclusive','branch','Inventory','','',''),('416230669446309236',1601,'41623066923','42','8.00','7400','retail','0','2021-06-07 14:57:14','','','','870','Cash',1020.69,'925','','','4','','1','2021-06-07 11:57:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','49.00','41','Inclusive','branch','Inventory','','',''),('416230670623206722',1602,'41623067041','62','1.00','150','retail','0','2021-06-07 15:00:33','','','','105','Cash',20.69,'150','','','4','','1','2021-06-07 12:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','383.00','382','Inclusive','branch','Inventory','','',''),('416230670977000337',1603,'41623067041','60','2.00','300','retail','0','2021-06-07 15:00:33','','','','105','Cash',41.38,'150','','','4','','1','2021-06-07 12:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.00','37','Inclusive','branch','Inventory','','',''),('416230671286304022',1604,'41623067041','63','1.00','150','retail','0','2021-06-07 15:00:33','','','','105','Cash',20.69,'150','','','4','','1','2021-06-07 12:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','263.25','262.25','Inclusive','branch','Inventory','','',''),('416230671673320233',1605,'41623067041','169','3.00','450','retail','0','2021-06-07 15:00:33','','','','50','Cash',62.07,'150','','','4','','1','2021-06-07 12:00:36','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','204.00','201','Inclusive','branch','Inventory','','',''),('416230672152025000',1606,'41623067041','145','1.00','450','retail','0','2021-06-07 15:00:33','','','','320','Cash',62.07,'450','','','4','','1','2021-06-07 12:00:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','4.00','3','Inclusive','branch','Inventory','','',''),('416230672680360633',1607,'41623067237','14','10.00','10500','retail','0','2021-06-07 15:02:54','','','','1065','Cash',1448.28,'1050','','','4','','1','2021-06-07 12:03:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','28.00','18','Inclusive','branch','Inventory','','',''),('416230673288222204',1608,'41623067237','13','4.00','3500','retail','0','2021-06-07 15:02:54','','','','890','Cash',482.76,'875','','','4','','1','2021-06-07 12:03:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','754.31','','146.00','142','Inclusive','branch','Inventory','','',''),('416230709263232302',1623,'41623070887','284','1.00','1100','retail','0','2021-06-07 16:02:28','','','','630','Cash',151.72,'1100','','','4','','1','2021-06-07 13:02:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416230710134303322',1624,'41623070967','245','2.00','4600','retail','0','2021-06-07 16:09:35','','','','1300','Cash',634.48,'2300','','','4','','1','2021-06-07 13:10:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416230710492131313',1625,'41623070967','284','2.00','1700','retail','0','2021-06-07 16:09:35','','','','630','Cash',234.48,'850','','','4','','1','2021-06-07 13:10:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','15.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416230710970322240',1626,'41623070967','284','2.00','1900','retail','0','2021-06-07 16:09:35','','','','630','Cash',262.07,'950','','','4','','1','2021-06-07 13:10:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','13.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416230711430234323',1627,'41623070967','274','1.00','500','retail','0','2021-06-07 16:09:35','','','','150 ','Cash',68.97,'500','','','4','','1','2021-06-07 13:10:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416230711693023340',1628,'41623070967','272','1.00','200','retail','0','2021-06-07 16:09:35','','','','33','Cash',27.59,'200','','','4','','1','2021-06-07 13:10:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416230711902791021',1629,'41623070967','271','1.00','500','retail','0','2021-06-07 16:09:35','','','','50','Cash',68.97,'500','','','4','','1','2021-06-07 13:10:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416230714374000323',1630,'41623071411','58','0.50','100','retail','0','2021-06-07 16:11:01','','','','130','Cash',13.79,'200','','','4','','1','2021-06-07 13:11:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','49.50','49','Inclusive','branch','Inventory','','',''),('416230714909934234',1631,'41623071468','19','2.00','1600','retail','0','2021-06-07 16:16:34','','','','725','Cash',220.69,'800','','','4','','1','2021-06-07 13:16:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','69.00','67','Inclusive','branch','Inventory','','',''),('416230716672431412',1632,'41623071468','63','1.00','180','retail','0','2021-06-07 16:16:34','','','','105','Cash',24.83,'180','','','4','','1','2021-06-07 13:16:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','256.25','255.25','Inclusive','branch','Inventory','','',''),('416230716953321015',1633,'41623071468','62','1.00','170','retail','0','2021-06-07 16:16:34','','','','105','Cash',23.45,'170','','','4','','1','2021-06-07 13:16:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','382.00','381','Inclusive','branch','Inventory','','',''),('416230717152131131',1634,'41623071468','66','0.50','100','retail','0','2021-06-07 16:16:34','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-07 13:16:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','47.00','46.5','Inclusive','branch','Inventory','','',''),('416230718393087360',1635,'41623071801','232','1.00','3700','retail','0','2021-06-07 16:28:23','','','','2','Cash',510.34,'3700','','','4','','1','2021-06-07 13:28:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416230720583030232',1636,'41623071801','169','30.00','1999.8','retail','0','2021-06-07 16:28:23','','','','50','Cash',275.83,'66.66','','','4','','1','2021-06-07 13:28:46','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','57.47','','201.00','171','Inclusive','branch','Inventory','','',''),('416230726502700342',1637,'41623072580','231','1.00','200','retail','0','2021-06-07 16:30:52','','','','130','Cash',27.59,'200','','','4','','1','2021-06-07 13:31:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','22.50','21.5','Inclusive','branch','Inventory','1110','4000','5500'),('416230727680036703',1638,'41623072721','82','5.00','4400','retail','0','2021-06-07 16:33:15','','','','820','Cash',606.90,'880','','','4','','1','2021-06-07 13:33:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','54.00','49','Inclusive','branch','Inventory','','',''),('416230768693236633',1639,'41623076831','232','1.00','500','retail','0','2021-06-07 17:42:46','','','','2','Cash',68.97,'500','','','4','','1','2021-06-07 14:43:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416230769173423234',1640,'41623076831','8','1.00','450','retail','0','2021-06-07 17:42:46','','','','330','Cash',62.07,'450','','','4','','1','2021-06-07 14:43:02','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','34.00','33','Inclusive','branch','Inventory','','',''),('416230769623243330',1641,'41623076831','2','1.00','550','retail','0','2021-06-07 17:42:46','','','','530','Cash',75.86,'550','','','4','','1','2021-06-07 14:43:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','189.00','188','Inclusive','branch','18','','',''),('416230770244222306',1642,'41623076985','232','1.00','100','retail','0','2021-06-07 18:09:47','','','','2','Cash',13.79,'100','','','4','','1','2021-06-07 15:10:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416230789202122003',1647,'41623078906','108','15.00','16500','retail','0','2021-06-07 18:15:41','','','','900','Cash',2275.86,'1100','','','4','','1','2021-06-07 15:15:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','69.00','54','Inclusive','branch','Inventory','','',''),('416230789713002038',1648,'41623078949','13','5.00','4750','retail','0','2021-06-07 18:17:41','','','','890','Cash',655.17,'950','','','4','','1','2021-06-07 15:17:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','142.00','137','Inclusive','branch','Inventory','','',''),('416230790484332301',1649,'41623078949','58','1.00','300','retail','0','2021-06-07 18:17:41','','','','130','Cash',41.38,'300','','','4','','1','2021-06-07 15:17:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','49.00','48','Inclusive','branch','Inventory','','',''),('416230786663063334',1655,'41623078619','2','1.00','550','retail','0','2021-06-07 22:16:46','','','','530','Cash',75.86,'550','','','4','','1','2021-06-07 19:16:51','1','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE','474.14','1','188.00','187','Inclusive','branch','18','','',''),('416230787038233733',1656,'41623078619','63','0.50','100','retail','0','2021-06-07 22:16:46','','','','105','Cash',13.79,'200','','','4','','1','2021-06-07 19:16:51','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','','255.25','254.75','Inclusive','branch','Inventory','','',''),('416230787636722322',1657,'41623078619','232','1.00','300','retail','0','2021-06-07 22:16:46','','','','2','Cash',41.38,'300','','','4','','1','2021-06-07 19:16:51','1','17','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','258.62','','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416230788312733882',1658,'41623078619','232','1.00','100','retail','0','2021-06-07 22:16:46','','','','2','Cash',13.79,'100','','','4','','1','2021-06-07 19:16:51','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','86.21','','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('516230932976305239',1659,'41623078619','304','1.00','100','retail','0','2021-06-07 22:16:46','','','','20','Cash',13.79,'100','','','4','','1','2021-06-07 19:16:51','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','86.21','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516230933985430202',1660,'41623078619','302','1.00','300','retail','0','2021-06-07 22:16:46','','','','150 ','Cash',41.38,'300','','','4','','1','2021-06-07 19:16:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416230674226326230',1661,'41623067398','108','20.00','22000','retail','0','2021-06-07 22:18:14','','','','900','Cash',3034.48,'1100','','','4','','1','2021-06-07 19:18:20','1','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE','948.28','','89.00','69','Inclusive','branch','Inventory','','',''),('416230674636403004',1662,'41623067398','107','8.00','8000','retail','0','2021-06-07 22:18:14','','','','780','Cash',1103.45,'1000','','','4','','1','2021-06-07 19:18:20','1','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE','862.07','','37.00','29','Inclusive','branch','Inventory','','',''),('416230677532123335',1663,'41623067398','49','16.00','7200','retail','0','2021-06-07 22:18:14','','','','310','Cash',993.10,'450','','','4','','1','2021-06-07 19:18:20','1','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE','387.93','','60.00','44','Inclusive','branch','Inventory','','',''),('416230678063638200',1664,'41623067398','64','5.00','750','retail','0','2021-06-07 22:18:14','','','','105','Cash',103.45,'150','','','4','','1','2021-06-07 19:18:20','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','129.31','','5.00','0','Inclusive','branch','Inventory','','',''),('416230689821302042',1665,'41623067398','63','6.00','1080','retail','0','2021-06-07 22:18:14','','','','105','Cash',148.97,'180','','','4','','1','2021-06-07 19:18:20','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','155.17','','262.25','256.25','Inclusive','branch','Inventory','','',''),('416230694512295210',1666,'41623067398','60','4.00','720','retail','0','2021-06-07 22:18:14','','','','105','Cash',99.31,'180','','','4','','1','2021-06-07 19:18:20','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','155.17','','37.00','33','Inclusive','branch','Inventory','','',''),('416230695805033262',1667,'41623067398','66','6.00','1200','retail','0','2021-06-07 22:18:14','','','','150 ','Cash',165.52,'200','','','4','','1','2021-06-07 19:18:20','1','5','new','1','printed','pcs','','','','yes','','0','','','VATABLE','172.41','','53.00','47','Inclusive','branch','Inventory','','',''),('416230696573263646',1668,'41623067398','248','6.00','900','retail','0','2021-06-07 22:18:14','','','','40','Cash',124.14,'150','','','4','','1','2021-06-07 19:18:20','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','129.31','','60.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('416230697002333322',1669,'41623067398','284','1.00','850','retail','0','2021-06-07 22:18:14','','','','630','Cash',117.24,'850','','','4','','1','2021-06-07 19:18:20','1','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE','732.76','1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416230697372279302',1670,'41623067398','286','1.00','600','retail','0','2021-06-07 22:18:14','','','','350','Cash',82.76,'600','','','4','','1','2021-06-07 19:18:20','1','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE','517.24','1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416230697746420726',1671,'41623067398','232','1.00','300','retail','0','2021-06-07 22:18:14','','','','2','Cash',41.38,'300','','','4','','1','2021-06-07 19:18:20','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','258.62','','70.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416230698802260308',1672,'41623067398','43','7.00','2100','retail','0','2021-06-07 22:18:14','','','','275','Cash',289.66,'300','','','4','','1','2021-06-07 19:18:20','1','3','new','1','printed','pcs','','','','yes','','0','','','VATABLE','258.62','','61.00','54','Inclusive','branch','Inventory','','',''),('416230699496292400',1673,'41623067398','220','1.00','3600','retail','0','2021-06-07 22:18:14','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-07 19:18:20','1','24','new','1','printed','pcs','','','','yes','','0','','','VATABLE','3103.45','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416230700050323323',1674,'41623067398','269','2.00','2200','retail','0','2021-06-07 22:18:14','','','','80','Cash',303.45,'1100','','','4','','1','2021-06-07 19:18:20','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','948.28','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516230934752363720',1675,'41623067398','300','1.00','300','retail','0','2021-06-07 22:18:14','','','','150 ','Cash',41.38,'300','','','4','','1','2021-06-07 19:18:20','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416230668903806233',1676,'41623066780','297','1.00','16000','retail','0','2021-06-07 22:26:27','','','','11500','Cash',2206.90,'16000','','','4','','1','2021-06-07 19:26:53','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','13793.10','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('516230939660322000',1677,'41623066780','297','1.00','16000','retail','0','2021-06-07 22:26:27','','','','14000','Cash',2206.90,'16000','','','4','','1','2021-06-07 19:26:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','13793.10','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416231545560253503',1678,'41623154456','18','3.00','1899.99','retail','0','2021-06-08 15:34:24','','','','580','Cash',262.07,'633.33','','','4','','1','2021-06-08 12:34:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','545.97','','71.00','68','Inclusive','branch','Inventory','','',''),('416231554560232403',1679,'41623154456','66','0.50','100','retail','0','2021-06-08 15:34:24','','','','150 ','Cash',13.79,'200','','','4','','1','2021-06-08 12:34:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','46.50','46','Inclusive','branch','Inventory','','',''),('416231561222243402',1681,'41623156096','2','1.00','550','retail','0','2021-06-08 15:43:32','','','','530','Cash',75.86,'550','','','4','','1','2021-06-08 12:43:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','187.00','186','Inclusive','branch','18','','',''),('416231561400324230',1682,'41623156096','60','0.50','100','retail','0','2021-06-08 15:43:32','','','','105','Cash',13.79,'200','','','4','','1','2021-06-08 12:43:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','32.5','Inclusive','branch','Inventory','','',''),('416231561892010342',1683,'41623156096','8','4.00','1800','retail','0','2021-06-08 15:43:32','','','','330','Cash',248.28,'450','','','4','','1','2021-06-08 12:43:40','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','33.00','29','Inclusive','branch','Inventory','','',''),('416231562382033224',1684,'41623156221','66','1.50','300','retail','0','2021-06-08 16:03:59','','','','150 ','Cash',41.38,'200','','','4','','1','2021-06-08 13:04:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','46.00','44.5','Inclusive','branch','Inventory','','',''),('416231574043234312',1685,'41623156221','60','2.00','350','retail','0','2021-06-08 16:03:59','','','','105','Cash',48.28,'175','','','4','','1','2021-06-08 13:04:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','32.50','30.5','Inclusive','branch','Inventory','','',''),('416231574633342742',1686,'41623157448','42','9.00','8325','retail','0','2021-06-08 16:10:06','','','','870','Cash',1148.28,'925','','','4','','1','2021-06-08 13:15:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','41.00','32','Inclusive','branch','Inventory','','',''),('416231576132223352',1687,'41623157448','66','2.00','425','retail','0','2021-06-08 16:10:06','','','','150 ','Cash',58.62,'212.5','','','4','','1','2021-06-08 13:15:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','183.19','','44.50','42.5','Inclusive','branch','Inventory','','',''),('416231576662302224',1688,'41623157448','62','4.00','600','retail','0','2021-06-08 16:10:06','','','','105','Cash',82.76,'150','','','4','','1','2021-06-08 13:15:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','381.00','377','Inclusive','branch','Inventory','','',''),('416231582030033253',1689,'41623158135','63','10.00','1500','retail','0','2021-06-08 16:21:15','','','','105','Cash',206.90,'150','','','4','','1','2021-06-08 13:23:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','254.75','244.75','Inclusive','branch','Inventory','','',''),('416231582352232301',1690,'41623158135','60','2.00','300','retail','0','2021-06-08 16:21:15','','','','105','Cash',41.38,'150','','','4','','1','2021-06-08 13:23:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','30.50','28.5','Inclusive','branch','Inventory','','',''),('416231584162332012',1691,'41623158135','232','5.00','1000','retail','0','2021-06-08 16:21:15','','','','2','Cash',137.93,'200','','','4','','1','2021-06-08 13:23:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','66.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416231588910430303',1695,'41623158818','157','1.00','4800','retail','0','2021-06-08 16:28:29','','','','3800','Cash',662.07,'4800','','','4','','1','2021-06-08 13:28:37','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','1','4.00','3','Inclusive','branch','Inventory','','',''),('416231589083222300',1696,'41623158818','163','1.00','200','retail','0','2021-06-08 16:28:29','','','','130','Cash',27.59,'200','','','4','','1','2021-06-08 13:28:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','12.50','11.5','Inclusive','branch','Inventory','','',''),('416231589993234233',1697,'41623158918','121','16.00','20800','retail','0','2021-06-08 16:30:59','','','','1180','Cash',2868.97,'1300','','','4','','1','2021-06-08 13:31:03','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','129.00','113','Inclusive','branch','Inventory','','',''),('416231590363132023',1698,'41623158918','66','2.00','400','retail','0','2021-06-08 16:30:59','','','','150 ','Cash',55.17,'200','','','4','','1','2021-06-08 13:31:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.50','40.5','Inclusive','branch','Inventory','','',''),('416231591130131314',1699,'41623159065','2','10.00','5500','retail','0','2021-06-08 16:32:15','','','','530','Cash',758.62,'550','','','4','','1','2021-06-08 13:32:30','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','186.00','176','Inclusive','branch','18','','',''),('416231591681213260',1700,'41623159152','253','1.00','6400','retail','0','2021-06-08 16:34:24','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-08 13:34:30','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416231591963119325',1701,'41623159152','163','2.00','400','retail','0','2021-06-08 16:34:24','','','','130','Cash',55.17,'200','','','4','','1','2021-06-08 13:34:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.50','9.5','Inclusive','branch','Inventory','','',''),('416231592410032001',1702,'41623159152','62','0.50','100','retail','0','2021-06-08 16:34:24','','','','105','Cash',13.79,'200','','','4','','1','2021-06-08 13:34:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','377.00','376.5','Inclusive','branch','Inventory','','',''),('416231592953333092',1703,'41623159271','298','1.00','17000','retail','0','2021-06-08 16:35:27','','','','16000','Cash',2344.83,'17000','','','4','','1','2021-06-08 13:35:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','14655.17','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416232358302223443',1704,'41623235713','42','6.00','5700','retail','0','2021-06-09 14:10:42','','','','870','Cash',786.21,'950','','','4','','1','2021-06-09 11:10:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','22.00','16','Inclusive','branch','Inventory','','',''),('416232358969543384',1705,'41623235713','19','14.00','11550','retail','0','2021-06-09 14:10:42','','','','725','Cash',1593.10,'825','','','4','','1','2021-06-09 11:10:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','711.21','','67.00','53','Inclusive','branch','Inventory','','',''),('416232361960662022',1706,'41623235713','63','5.00','800','retail','0','2021-06-09 14:10:42','','','','105','Cash',110.34,'160','','','4','','1','2021-06-09 11:10:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','244.75','239.75','Inclusive','branch','Inventory','','',''),('416232362443620310',1707,'41623235713','62','5.00','750','retail','0','2021-06-09 14:10:42','','','','105','Cash',103.45,'150','','','4','','1','2021-06-09 11:10:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','376.50','371.5','Inclusive','branch','Inventory','','',''),('416232369972022262',1708,'41623235713','66','5.00','1000','retail','0','2021-06-09 14:10:42','','','','150 ','Cash',137.93,'200','','','4','','1','2021-06-09 11:10:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','35.5','Inclusive','branch','Inventory','','',''),('416232371873032347',1709,'41623237054','220','1.00','3800','retail','0','2021-06-09 14:15:34','','','','3050','Cash',524.14,'3800','','','4','','1','2021-06-09 11:15:42','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416232372240336033',1710,'41623237054','163','4.00','800','retail','0','2021-06-09 14:15:34','','','','130','Cash',110.34,'200','','','4','','1','2021-06-09 11:15:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.50','5.5','Inclusive','branch','Inventory','','',''),('416232372732103222',1711,'41623237054','60','2.00','300','retail','0','2021-06-09 14:15:34','','','','105','Cash',41.38,'150','','','4','','1','2021-06-09 11:15:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','28.50','26.5','Inclusive','branch','Inventory','','',''),('416232373182020024',1712,'41623237054','58','3.00','600','retail','0','2021-06-09 14:15:34','','','','130','Cash',82.76,'200','','','4','','1','2021-06-09 11:15:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','48.00','45','Inclusive','branch','Inventory','','',''),('416232373682216233',1713,'41623237343','2','4.00','2200','retail','0','2021-06-09 14:16:30','','','','530','Cash',303.45,'550','','','4','','1','2021-06-09 11:16:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','176.00','172','Inclusive','branch','18','','',''),('416232374772402407',1714,'41623237446','163','1.00','220','retail','0','2021-06-09 14:18:19','','','','130','Cash',30.34,'220','','','4','','1','2021-06-09 11:19:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','5.50','4.5','Inclusive','branch','Inventory','','',''),('416232375843002233',1715,'41623237543','259','3.00','1140','retail','0','2021-06-09 14:32:53','','','','150 ','Cash',157.24,'380','','','4','','1','2021-06-09 11:36:20','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','327.59','','64.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416232378362200322',1716,'41623237543','252','42.00','4200','retail','0','2021-06-09 14:32:53','','','','70','Cash',579.31,'100','','','4','','1','2021-06-09 11:36:20','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','590.00','548','Inclusive','branch','Inventory','1110','4000','5500'),('416232379211300322',1717,'41623237543','251','50.00','7500','retail','0','2021-06-09 14:32:53','','','','115','Cash',1034.48,'150','','','4','','1','2021-06-09 11:36:20','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','141.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416232380693201003',1718,'41623237543','232','7.00','700','retail','0','2021-06-09 14:32:53','','','','2','Cash',96.55,'100','','','4','','1','2021-06-09 11:36:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','61.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('416232381250323233',1719,'41623237543','259','3.00','450','retail','0','2021-06-09 14:32:53','','','','150 ','Cash',62.07,'150','','','4','','1','2021-06-09 11:36:20','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','61.00','58','Inclusive','branch','Inventory','1110','4000','5500'),('416232381720222022',1720,'41623237543','259','1.00','150','retail','0','2021-06-09 14:32:53','','','','150 ','Cash',20.69,'150','','','4','','1','2021-06-09 11:36:20','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','58.00','57','Inclusive','branch','Inventory','1110','4000','5500'),('416232383263232122',1721,'41623237543','232','1.00','2260','retail','0','2021-06-09 14:32:53','','','','2','Cash',311.72,'2260','','','4','','1','2021-06-09 11:36:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1948.28','','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416232386053280385',1722,'41623238581','163','1.00','200','retail','0','2021-06-09 14:36:46','','','','130','Cash',27.59,'200','','','4','','1','2021-06-09 11:36:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','4.50','3.5','Inclusive','branch','Inventory','','',''),('416232386443423383',1723,'41623238618','63','2.00','300','retail','0','2021-06-09 14:45:05','','','','105','Cash',41.38,'150','','','4','','1','2021-06-09 11:45:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','239.75','237.75','Inclusive','branch','Inventory','','',''),('416232390480402029',1724,'41623238618','60','1.00','150','retail','0','2021-06-09 14:45:05','','','','105','Cash',20.69,'150','','','4','','1','2021-06-09 11:45:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','26.50','25.5','Inclusive','branch','Inventory','','',''),('416232390830004223',1725,'41623238618','62','1.00','150','retail','0','2021-06-09 14:45:05','','','','105','Cash',20.69,'150','','','4','','1','2021-06-09 11:45:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','371.50','370.5','Inclusive','branch','Inventory','','',''),('416232391393222222',1726,'41623239112','15','2.00','1400','retail','0','2021-06-09 14:46:00','','','','640','Cash',193.10,'700','','','4','','1','2021-06-09 11:46:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','112.00','110','Inclusive','branch','Inventory','','',''),('416232392242364242',1727,'41623239186','2','2.00','1100','retail','0','2021-06-09 14:48:38','','','','530','Cash',151.72,'550','','','4','','1','2021-06-09 11:49:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','172.00','170','Inclusive','branch','18','','',''),('416232393003233310',1728,'41623239186','232','1.00','70','retail','0','2021-06-09 14:48:38','','','','2','Cash',9.66,'70','','','4','','1','2021-06-09 11:49:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','53.00','52','Inclusive','branch','Inventory','1110','4000','5500'),('416232394102223331',1729,'41623239343','232','1.00','1300','retail','0','2021-06-09 14:50:23','','','','2','Cash',179.31,'1300','','','4','','1','2021-06-09 11:51:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','52.00','51','Inclusive','branch','Inventory','1110','4000','5500'),('416232395262320333',1730,'41623239470','42','6.00','5700','retail','0','2021-06-09 14:52:27','','','','870','Cash',786.21,'950','','','4','','1','2021-06-09 11:52:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','16.00','10','Inclusive','branch','Inventory','','',''),('416232484722037030',1731,'41623248447','60','2.00','300','retail','0','2021-06-09 17:25:49','','','','105','Cash',41.38,'150','','','4','','1','2021-06-09 14:26:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.50','23.5','Inclusive','branch','Inventory','','',''),('416232486236412201',1732,'41623248447','58','3.00','600','retail','0','2021-06-09 17:25:49','','','','130','Cash',82.76,'200','','','4','','1','2021-06-09 14:26:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.00','42','Inclusive','branch','Inventory','','',''),('416232487232222130',1733,'41623248447','232','1.00','100','retail','0','2021-06-09 17:25:49','','','','2','Cash',13.79,'100','','','4','','1','2021-06-09 14:26:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('416232490722000722',1735,'41623248994','62','10.00','1500','retail','0','2021-06-09 17:31:33','','','','105','Cash',206.90,'150','','','4','','1','2021-06-09 14:31:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','370.50','360.5','Inclusive','branch','Inventory','','',''),('416232491284240099',1736,'41623249111','137','1.00','2000','retail','0','2021-06-09 17:32:18','','','','1680','Cash',275.86,'2000','','','4','','1','2021-06-09 14:32:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','1.00','0','Inclusive','branch','Inventory','','',''),('416232491940434202',1737,'41623249143','163','0.50','100','retail','0','2021-06-09 17:33:43','','','','130','Cash',13.79,'200','','','4','','1','2021-06-09 14:33:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.50','3','Inclusive','branch','Inventory','','',''),('416232492792217223',1738,'41623249233','265','1.00','3500','retail','0','2021-06-09 17:34:59','','','','3050','Cash',482.76,'3500','','','4','','1','2021-06-09 14:35:28','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416231586822232322',1743,'41623158657','42','10.00','9300','retail','0','2021-06-08 18:18:57','','','','870','Cash',1282.76,'930','','','4','','1','2021-06-09 15:19:06','1','3','new','1','printed','pcs','','','','yes','','0','','','VATABLE','801.72','','32.00','22','Inclusive','branch','Inventory','','',''),('416231587413302822',1744,'41623158657','253','1.00','6000','retail','0','2021-06-08 18:18:57','','','','5700','Cash',827.59,'6000','','','4','','1','2021-06-09 15:19:06','1','24','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','5172.41','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416231586230823230',1747,'41623158585','253','1.00','6400','retail','0','2021-06-08 18:25:29','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-09 15:25:40','1','24','returned','1','printed','pcs','','','5','yes','','0','','','VATABLE','5517.24','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('516232523173302240',1748,'41623158585','253','1.00','6400','retail','0','2021-06-08 18:25:29','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-09 15:25:40','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516232527955334243',1749,'51623252778','288','4.00','2200','retail','0','2021-06-09 18:33:31','','','','480','Cash',303.45,'550','','','5','','1','2021-06-09 15:33:46','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','47.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('516232528590233302',1750,'51623252845','305','1.00','18000','retail','0','2021-06-09 18:34:36','','','','16000','Cash',2482.76,'18000','','','5','','1','2021-06-09 15:34:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','15517.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416232489182022833',1753,'41623248795','232','1.00','350','retail','0','2021-06-09 18:41:19','','','','2','Cash',48.28,'350','','','4','','1','2021-06-09 15:41:23','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','301.72','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('516232531833823200',1754,'41623248795','306','2.00','400','retail','0','2021-06-09 18:41:19','','','','120','Cash',55.17,'200','','','4','','1','2021-06-09 15:41:23','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','172.41','2','30.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('516232532633322220',1755,'41623248795','306','2.00','350','retail','0','2021-06-09 18:41:19','','','','120','Cash',48.28,'175','','','4','','1','2021-06-09 15:41:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','30.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416233037780323212',1756,'41623303747','2','20.00','11000','retail','0','2021-06-10 08:44:21','','','','530','Cash',1517.24,'550','','','4','','1','2021-06-10 05:44:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','170.00','150','Inclusive','branch','18','','',''),('416233039073032330',1757,'41623303886','290','3.00','1099.8','retail','0','2021-06-10 08:46:15','','','','120','Cash',151.70,'366.6','','','4','','1','2021-06-10 05:46:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','316.03','','10.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516233358810523632',1758,'51623335850','2','20.00','11000','retail','0','2021-06-10 17:38:04','','','','530','Cash',1517.24,'550','','','5','','1','2021-06-10 14:38:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','20','150.00','130','Inclusive','branch','18','','',''),('516233359372252259',1759,'51623335902','290','3.00','1099.8','retail','0','2021-06-10 17:39:21','','','','120','Cash',151.70,'366.6','','','5','','1','2021-06-10 14:39:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','316.03','','7.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516233359900293500',1760,'51623335969','292','1.00','4000','retail','0','2021-06-10 17:39:58','','','','2500','Cash',551.72,'4000','','','5','','1','2021-06-10 14:40:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('516233362505202532',1761,'51623336173','60','2.00','300','retail','0','2021-06-10 17:45:37','','','','105','Cash',41.38,'150','','','5','','1','2021-06-10 14:45:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.50','21.5','Inclusive','branch','Inventory','','',''),('516233363823233022',1762,'51623336343','2','8.00','4800','retail','0','2021-06-10 17:57:22','','','','530','Cash',662.07,'600','','','5','','1','2021-06-10 14:57:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','130.00','122','Inclusive','branch','18','','',''),('516233364276452400',1763,'51623336343','169','60.00','3999.6','retail','0','2021-06-10 17:57:22','','','','50','Cash',551.67,'66.66','','','5','','1','2021-06-10 14:57:32','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','57.47','','171.00','111','Inclusive','branch','Inventory','','',''),('516233365346033306',1764,'51623336343','300','1.00','200','retail','0','2021-06-10 17:57:22','','','','150 ','Cash',27.59,'200','','','5','','1','2021-06-10 14:57:32','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('516233365742335301',1765,'51623336343','63','5.00','1000','retail','0','2021-06-10 17:57:22','','','','105','Cash',137.93,'200','','','5','','1','2021-06-10 14:57:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','237.75','232.75','Inclusive','branch','Inventory','','',''),('516233366142512022',1766,'51623336343','163','2.00','500','retail','0','2021-06-10 17:57:22','','','','130','Cash',68.97,'250','','','5','','1','2021-06-10 14:57:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','3.00','1','Inclusive','branch','Inventory','','',''),('516233366613222462',1767,'51623336343','60','2.00','400','retail','0','2021-06-10 17:57:22','','','','105','Cash',55.17,'200','','','5','','1','2021-06-10 14:57:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.50','19.5','Inclusive','branch','Inventory','','',''),('516233366920122324',1768,'51623336343','270','1.00','250','retail','0','2021-06-10 17:57:22','','','','60','Cash',34.48,'250','','','5','','1','2021-06-10 14:57:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516233367211305234',1769,'51623336343','271','1.00','200','retail','0','2021-06-10 17:57:22','','','','50','Cash',27.59,'200','','','5','','1','2021-06-10 14:57:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516233367612300243',1770,'51623336343','284','2.00','2400','retail','0','2021-06-10 17:57:22','','','','630','Cash',331.03,'1200','','','5','','1','2021-06-10 14:57:32','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516233368163512338',1771,'51623336343','284','1.00','1200','retail','0','2021-06-10 17:57:22','','','','630','Cash',165.52,'1200','','','5','','1','2021-06-10 14:57:32','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('516233369032522000',1772,'51623336343','18','1.00','800','retail','0','2021-06-10 17:57:22','','','','580','Cash',110.34,'800','','','5','','1','2021-06-10 14:57:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','68.00','67','Inclusive','branch','Inventory','','',''),('516233374976027222',1774,'51623337098','145','4.00','2000','retail','0','2021-06-10 18:06:03','','','','320','Cash',275.86,'500','','','5','','1','2021-06-10 15:06:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','4','12.00','8','Inclusive','branch','Inventory','','',''),('516233375523230003',1775,'51623337098','169','30.00','1999.8','retail','0','2021-06-10 18:06:03','','','','50','Cash',275.83,'66.66','','','5','','1','2021-06-10 15:06:07','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','57.47','','111.00','81','Inclusive','branch','Inventory','','',''),('516233376060233632',1776,'51623337569','14','9.00','9800.1','retail','0','2021-06-10 18:08:14','','','','1065','Cash',1351.74,'1088.90','','','5','','1','2021-06-10 15:08:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','938.71','','18.00','9','Inclusive','branch','Inventory','','',''),('516233377252330222',1777,'51623337701','47','5.00','2000','retail','0','2021-06-10 18:08:59','','','','310','Cash',275.86,'400','','','5','','1','2021-06-10 15:09:03','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','31.00','26','Inclusive','branch','Inventory','','',''),('516233377660633203',1778,'51623337745','2','10.00','5500','retail','0','2021-06-10 18:10:07','','','','530','Cash',758.62,'550','','','5','','1','2021-06-10 15:10:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','10','122.00','112','Inclusive','branch','18','','',''),('516233377943722929',1779,'51623337745','230','1.00','2600','retail','0','2021-06-10 18:10:07','','','','1950','Cash',358.62,'2600','','','5','','1','2021-06-10 15:10:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2241.38','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516233383503032222',1780,'51623338337','307','1.00','350','retail','0','2021-06-10 18:19:21','','','','150','Cash',48.28,'350','','','5','','1','2021-06-10 15:19:45','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('516233384672430442',1782,'51623337054','62','2.00','300','retail','0','2021-06-10 18:21:24','','','','105','Cash',41.38,'150','','','5','','1','2021-06-10 15:40:13','1','5','returned','1','new','pcs','','2021-06-10 18:40:13','5','yes','','0','','','VATABLE','129.31','','360.50','358.5','Inclusive','branch','Inventory','','',''),('416231559896392349',1783,'41623155674','232','1.00','1800','retail','0','2021-06-08 18:35:32','','','','2','Cash',248.28,'1800','','','4','','1','2021-06-10 15:35:43','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','1551.72','','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('516233393163633302',1784,'41623155674','308','1.00','1800','retail','0','2021-06-08 18:35:32','','','','950','Cash',248.28,'1800','','','4','','1','2021-06-10 15:35:43','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416234206273333226',1785,'41623419997','232','1.00','150','retail','0','2021-06-11 17:10:52','','','','2','Cash',20.69,'150','','','4','','1','2021-06-11 14:11:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('416234208320233283',1786,'41623420809','208','9.00','1800','retail','0','2021-06-11 17:15:09','','','','150 ','Cash',248.28,'200','','','4','','1','2021-06-11 14:15:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','1','Inclusive','branch','Inventory','','',''),('416234211073333023',1787,'41623420915','13','4.00','3600','retail','0','2021-06-11 17:22:29','','','','890','Cash',496.55,'900','','','4','','1','2021-06-11 14:22:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','137.00','133','Inclusive','branch','Inventory','','',''),('416234213480333030',1788,'41623420915','58','1.00','200','retail','0','2021-06-11 17:22:29','','','','130','Cash',27.59,'200','','','4','','1','2021-06-11 14:22:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','42.00','41','Inclusive','branch','Inventory','','',''),('416234213861324022',1789,'41623421364','220','1.00','3600','retail','0','2021-06-11 17:23:07','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-11 14:23:15','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416234214380633243',1790,'41623421397','20','2.00','1900','retail','0','2021-06-11 17:24:59','','','','642','Cash',262.07,'950','','','4','','1','2021-06-11 14:25:50','1','3','printed','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','20.00','18','Inclusive','branch','Inventory','','',''),('416234218912622313',1792,'41623421873','2','2.00','1100','retail','0','2021-06-11 17:31:48','','','','530','Cash',151.72,'550','','','4','','1','2021-06-11 14:31:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','112.00','110','Inclusive','branch','18','','',''),('416234244732303222',1793,'41623424443','42','14.00','13300','retail','0','2021-06-11 18:14:43','','','','870','Cash',1834.48,'950','','','4','','1','2021-06-11 15:14:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','30.00','16','Inclusive','branch','Inventory','','',''),('416234245090340303',1794,'41623424490','66','1.00','200','retail','0','2021-06-11 18:15:27','','','','150 ','Cash',27.59,'200','','','4','','1','2021-06-11 15:15:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','39.5','Inclusive','branch','Inventory','','',''),('416234245663224433',1795,'41623424536','53','0.50','400','retail','0','2021-06-11 18:16:30','','','','560','Cash',55.17,'800','','','4','','1','2021-06-11 15:16:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','39.00','38.5','Inclusive','branch','Inventory','','',''),('416234247255243333',1796,'41623424715','246','2.00','500','retail','0','2021-06-11 18:20:39','','','','200','Cash',68.97,'250','','','4','','1','2021-06-11 15:20:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416234247822223223',1797,'41623424715','300','1.00','200','retail','0','2021-06-11 18:20:39','','','','150 ','Cash',27.59,'200','','','4','','1','2021-06-11 15:20:43','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416234247993326102',1798,'41623424715','2','1.00','600','retail','0','2021-06-11 18:20:39','','','','530','Cash',82.76,'600','','','4','','1','2021-06-11 15:20:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','110.00','109','Inclusive','branch','18','','',''),('416234248999002402',1799,'41623424844','14','15.00','16500','retail','0','2021-06-11 18:26:13','','','','1065','Cash',2275.86,'1100','','','4','','1','2021-06-11 15:26:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','24.00','9','Inclusive','branch','Inventory','','',''),('416234249476237042',1800,'41623424844','62','3.00','519.99','retail','0','2021-06-11 18:26:13','','','','105','Cash',71.72,'173.33','','','4','','1','2021-06-11 15:26:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','149.42','','410.50','407.5','Inclusive','branch','Inventory','','',''),('416234249799234422',1801,'41623424844','63','3.00','480','retail','0','2021-06-11 18:26:13','','','','105','Cash',66.21,'160','','','4','','1','2021-06-11 15:26:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','282.75','279.75','Inclusive','branch','Inventory','','',''),('416234249982222333',1802,'41623424844','66','2.50','500','retail','0','2021-06-11 18:26:13','','','','150 ','Cash',68.97,'200','','','4','','1','2021-06-11 15:26:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','39.50','37','Inclusive','branch','Inventory','','',''),('416234252221232320',1803,'41623425190','42','4.00','3800','retail','0','2021-06-11 18:27:14','','','','870','Cash',524.14,'950','','','4','','1','2021-06-11 15:27:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','16.00','12','Inclusive','branch','Inventory','','',''),('416234252852322344',1804,'41623425239','253','2.00','12800','retail','0','2021-06-11 18:28:59','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-06-11 15:29:07','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','17.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416234253142423020',1805,'41623425239','290','4.00','1600','retail','0','2021-06-11 18:28:59','','','','120','Cash',220.69,'400','','','4','','1','2021-06-11 15:29:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','10.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416234254294200252',1806,'41623425412','203','1.00','1300','retail','0','2021-06-11 18:30:43','','','','700','Cash',179.31,'1300','','','4','','1','2021-06-11 15:30:56','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','5.00','4','Inclusive','branch','Inventory','','',''),('416234254763322012',1807,'41623425457','253','4.00','25400','retail','0','2021-06-11 18:31:43','','','','5700','Cash',3503.45,'6350','','','4','','1','2021-06-11 15:31:51','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5474.14','','15.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416234255242122252',1808,'41623425512','220','1.00','3600','retail','0','2021-06-11 18:32:05','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-11 15:32:10','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416234255963529023',1809,'41623425531','62','1.00','200','retail','0','2021-06-11 18:33:36','','','','105','Cash',27.59,'200','','','4','','1','2021-06-11 15:33:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','407.50','406.5','Inclusive','branch','Inventory','','',''),('416234257190723332',1810,'41623425703','284','1.00','900','retail','0','2021-06-11 18:36:07','','','','630','Cash',124.14,'900','','','4','','1','2021-06-11 16:00:05','1','6','returned','1','new','pcs','','2021-06-11 19:00:05','5','yes','','0','','','VATABLE','775.86','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416234257573322500',1811,'41623425703','270','1.00','200','retail','0','2021-06-11 18:36:07','','','','60','Cash',27.59,'200','','','4','','1','2021-06-11 15:59:59','1','17','returned','1','new','pcs','','2021-06-11 18:59:59','5','yes','','0','','','VATABLE','172.41','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416234258172336303',1812,'41623425773','286','1.00','500','retail','0','2021-06-11 18:37:13','','','','350','Cash',68.97,'500','','','4','','1','2021-06-11 15:37:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416234258762272343',1813,'41623425845','114','1.00','1100','retail','0','2021-06-11 18:38:28','','','','975','Cash',151.72,'1100','','','4','','1','2021-06-11 15:38:35','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','18.00','17','Inclusive','branch','Inventory','','',''),('416234259077322220',1814,'41623425845','163','1.00','200','retail','0','2021-06-11 18:38:28','','','','130','Cash',27.59,'200','','','4','','1','2021-06-11 15:38:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1.00','0','Inclusive','branch','Inventory','','',''),('416234259420223932',1815,'41623425924','220','1.00','3600','retail','0','2021-06-11 18:41:52','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-11 15:42:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416234261111002222',1816,'41623425924','163','4.00','800','retail','0','2021-06-11 18:41:52','','','','130','Cash',110.34,'200','','','4','','1','2021-06-11 15:42:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','4','50.00','46','Inclusive','branch','Inventory','','',''),('416234261410060343',1817,'41623426130','138','1.00','2500','retail','0','2021-06-11 18:42:30','','','','2100','Cash',344.83,'2500','','','4','','1','2021-06-11 15:42:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','15.00','14','Inclusive','branch','Inventory','','',''),('416234261772230223',1818,'41623426156','92','3.00','799.98','retail','0','2021-06-11 18:43:22','','','','190','Cash',110.34,'266.66','','','4','','1','2021-06-11 15:43:27','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','229.88','','143.00','140','Inclusive','branch','Inventory','','',''),('416234262490316363',1819,'41623426208','43','1.00','300','retail','0','2021-06-11 18:44:10','','','','275','Cash',41.38,'300','','','4','','1','2021-06-11 15:44:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','54.00','53','Inclusive','branch','Inventory','','',''),('416234262816206222',1820,'41623426265','155','2.00','9000','retail','0','2021-06-11 18:45:26','','','','3800','Cash',1241.38,'4500','','','4','','1','2021-06-11 15:45:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','8.00','6','Inclusive','branch','Inventory','','',''),('416234263088320220',1821,'41623426265','163','2.00','400','retail','0','2021-06-11 18:45:26','','','','130','Cash',55.17,'200','','','4','','1','2021-06-11 15:45:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','46.00','44','Inclusive','branch','Inventory','','',''),('416234263623022262',1822,'41623426347','212','1.00','13500','retail','0','2021-06-11 18:46:14','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-06-11 15:46:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','19.00','18','Inclusive','branch','Inventory','','',''),('416234265392300032',1823,'41623426491','252','90.00','7999.92','retail','0','2021-06-11 19:01:36','','','','70','Cash',1103.44,'88.888','','','4','','1','2021-06-11 16:02:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','76.63','','548.00','458','Inclusive','branch','Inventory','1110','4000','5500'),('416234271107413041',1824,'41623426491','309','20.00','2200','retail','0','2021-06-11 19:01:36','','','','110','Cash',303.45,'110','','','4','','1','2021-06-11 16:02:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','20.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416234272242763224',1825,'41623426491','310','10.00','200','retail','0','2021-06-11 19:01:36','','','','5','Cash',27.59,'20','','','4','','1','2021-06-11 16:02:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','10','100.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('416234812164423330',1826,'41623480899','284','1.00','900','retail','0','2021-06-12 10:02:26','','','','630','Cash',124.14,'900','','','4','','1','2021-06-12 07:02:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416234813230320200',1827,'41623480899','270','1.00','200','retail','0','2021-06-12 10:02:26','','','','60','Cash',27.59,'200','','','4','','1','2021-06-12 07:02:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416234814403023403',1828,'41623481354','8','6.00','3000','retail','0','2021-06-12 10:04:18','','','','330','Cash',413.79,'500','','','4','','1','2021-06-12 07:04:23','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','29.00','23','Inclusive','branch','Inventory','','',''),('416234814842442408',1829,'41623481464','139','1.00','3000','retail','0','2021-06-12 10:05:05','','','','2520','Cash',413.79,'3000','','','4','','1','2021-06-12 07:05:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','3.00','2','Inclusive','branch','Inventory','','',''),('416235104866234260',1830,'41623510451','220','1.00','3500','retail','0','2021-06-12 18:08:15','','','','3050','Cash',482.76,'3500','','','4','','1','2021-06-12 15:08:31','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416235105432332343',1831,'41623510519','157','1.00','4700','retail','0','2021-06-12 18:09:50','','','','3800','Cash',648.28,'4700','','','4','','1','2021-06-12 15:09:58','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4051.72','','3.00','2','Inclusive','branch','Inventory','','',''),('416235105572073322',1832,'41623510519','155','1.00','4800','retail','0','2021-06-12 18:09:50','','','','3800','Cash',662.07,'4800','','','4','','1','2021-06-12 15:09:58','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','1','6.00','5','Inclusive','branch','Inventory','','',''),('416235105752222727',1833,'41623510519','163','5.00','1000','retail','0','2021-06-12 18:09:50','','','','130','Cash',137.93,'200','','','4','','1','2021-06-12 15:09:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','5','44.00','39','Inclusive','branch','Inventory','','',''),('416235106273046323',1834,'41623510599','42','10.00','9000','retail','0','2021-06-12 18:12:09','','','','870','Cash',1241.38,'900','','','4','','1','2021-06-12 15:12:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','10','12.00','2','Inclusive','branch','Inventory','','',''),('416235106473030333',1835,'41623510599','18','4.00','3100','retail','0','2021-06-12 18:12:09','','','','580','Cash',427.59,'775','','','4','','1','2021-06-12 15:12:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','668.10','','67.00','63','Inclusive','branch','Inventory','','',''),('416235107555242263',1836,'41623510742','42','1.00','1000','retail','0','2021-06-12 18:13:12','','','','870','Cash',137.93,'1000','','','4','','1','2021-06-12 15:13:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','2.00','1','Inclusive','branch','Inventory','','',''),('416235107772373043',1837,'41623510742','66','1.00','200','retail','0','2021-06-12 18:13:12','','','','150.00','Cash',27.59,'200','','','4','','1','2021-06-12 15:13:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.00','36','Inclusive','branch','Inventory','','',''),('416235108442444214',1838,'41623510796','277','2.00','400','retail','0','2021-06-12 18:14:07','','','','65','Cash',55.17,'200','','','4','','1','2021-06-12 15:14:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416235109863200552',1839,'41623510968','295','2.00','300','retail','0','2021-06-12 18:16:28','','','','60','Cash',41.38,'150','','','4','','1','2021-06-12 15:16:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','2','25.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416235110152001023',1840,'41623510995','284','3.00','2499.99','retail','0','2021-06-12 18:17:41','','','','630','Cash',344.83,'833.33','','','4','','1','2021-06-12 15:17:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','718.39','','7.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416235111213222321',1841,'41623511066','232','1.00','8000','retail','0','2021-06-12 18:18:54','','','','2','Cash',1103.45,'8000','','','4','','1','2021-06-12 15:19:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','6896.55','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416236815323023030',1842,'41623681511','14','22.00','24200','retail','0','2021-06-14 17:42:33','','','','1065','Cash',3337.93,'1100','','','4','','1','2021-06-14 14:43:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','31.00','9','Inclusive','branch','Inventory','','',''),('416236816134168361',1843,'41623681511','13','8.00','7200','retail','0','2021-06-14 17:42:33','','','','890','Cash',993.10,'900','','','4','','1','2021-06-14 14:43:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','133.00','125','Inclusive','branch','Inventory','','',''),('416236816913931632',1844,'41623681511','66','2.00','450','retail','0','2021-06-14 17:42:33','','','','150.00','Cash',62.07,'225','','','4','','1','2021-06-14 14:43:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','36.00','34','Inclusive','branch','Inventory','','',''),('416236818156520322',1845,'41623681787','265','1.00','3500','retail','0','2021-06-14 17:43:59','','','','3050','Cash',482.76,'3500','','','4','','1','2021-06-14 14:44:05','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416236819392603223',1846,'41623681846','232','1.00','400','retail','0','2021-06-14 17:46:09','','','','2','Cash',55.17,'400','','','4','','1','2021-06-14 14:46:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416236821943602022',1847,'41623682173','20','4.00','3800','retail','0','2021-06-14 17:52:09','','','','642','Cash',524.14,'950','','','4','','1','2021-06-14 14:52:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','18.00','14','Inclusive','branch','Inventory','','',''),('416236825181402323',1848,'41623682402','232','1.00','100','retail','0','2021-06-14 17:55:31','','','','2','Cash',13.79,'100','','','4','','1','2021-06-14 14:56:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416236825903202223',1849,'41623682564','245','1.00','1800','retail','0','2021-06-14 17:56:44','','','','1300','Cash',248.28,'1800','','','4','','1','2021-06-14 14:56:48','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416236826330032336',1850,'41623682610','253','1.00','6400','retail','0','2021-06-14 17:57:32','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-14 14:57:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416236828856283642',1851,'41623682660','232','1.00','2300','retail','0','2021-06-14 18:01:41','','','','2','Cash',317.24,'2300','','','4','','1','2021-06-14 15:02:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416236829923901222',1852,'41623682973','286','1.00','600','retail','0','2021-06-14 18:03:15','','','','450','Cash',82.76,'600','','','4','','1','2021-06-14 15:03:29','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416236830400303303',1853,'41623683010','145','1.00','500','retail','0','2021-06-14 08:50:18','','','','320','Cash',68.97,'500','','','4','','1','2021-06-15 05:50:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','9.00','8','Inclusive','branch','Inventory','','',''),('416237361192262623',1854,'41623683010','2','3.00','1650','retail','0','2021-06-14 08:50:18','','','','530','Cash',227.59,'550','','','4','','1','2021-06-15 05:50:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','109.00','106','Inclusive','branch','18','','',''),('416237361626130222',1855,'41623683010','284','1.00','850','retail','0','2021-06-14 08:50:18','','','','630','Cash',117.24,'850','','','4','','1','2021-06-15 05:50:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416237361976340342',1856,'41623683010','268','1.00','300','retail','0','2021-06-14 08:50:18','','','','120','Cash',41.38,'300','','','4','','1','2021-06-15 05:50:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416237362813120232',1857,'41623736235','20','6.00','5700','retail','0','2021-06-14 08:53:48','','','','642','Cash',786.21,'950','','','4','','1','2021-06-15 05:54:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','14.00','8','Inclusive','branch','Inventory','','',''),('416237363473463702',1858,'41623736235','66','1.00','200','retail','0','2021-06-14 08:53:48','','','','150.00','Cash',27.59,'200','','','4','','1','2021-06-15 05:54:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.00','33','Inclusive','branch','Inventory','','',''),('416237363833004732',1859,'41623736235','62','1.00','150','retail','0','2021-06-14 08:53:48','','','','105','Cash',20.69,'150','','','4','','1','2021-06-15 05:54:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','356.50','355.5','Inclusive','branch','Inventory','','',''),('416237364134203300',1860,'41623736235','63','1.00','150','retail','0','2021-06-14 08:53:48','','','','105','Cash',20.69,'150','','','4','','1','2021-06-15 05:54:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','229.75','228.75','Inclusive','branch','Inventory','','',''),('416237584263133362',1861,'41623758374','66','4.00','800','retail','0','2021-06-15 15:05:20','','','','150.00','Cash',110.34,'200','','','4','','1','2021-06-15 12:05:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','29','Inclusive','branch','Inventory','','',''),('416237585243525202',1862,'41623758374','63','4.00','600','retail','0','2021-06-15 15:05:20','','','','105','Cash',82.76,'150','','','4','','1','2021-06-15 12:05:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','228.75','224.75','Inclusive','branch','Inventory','','',''),('416237588063622323',1863,'41623758787','2','40.00','22000','retail','0','2021-06-15 15:07:17','','','','530','Cash',3034.48,'550','','','4','','1','2021-06-15 12:07:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','106.00','66','Inclusive','branch','18','','',''),('416237603306040020',1864,'41623760313','155','1.00','4500','retail','0','2021-06-15 15:32:30','','','','3800','Cash',620.69,'4500','','','4','','1','2021-06-15 12:33:32','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','5.00','4','Inclusive','branch','Inventory','','',''),('416237605313523013',1865,'41623760413','2','3.00','1650','retail','0','2021-06-15 15:50:09','','','','530','Cash',227.59,'550','','','4','','1','2021-06-15 12:50:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','66.00','63','Inclusive','branch','18','','',''),('416237613453333400',1866,'41623760413','247','3.00','900','retail','0','2021-06-15 15:50:09','','','','190','Cash',124.14,'300','','','4','','1','2021-06-15 12:50:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416237615362162022',1867,'41623761437','72','2.00','2600','retail','0','2021-06-15 15:52:51','','','','1230','Cash',358.62,'1300','','','4','','1','2021-06-15 12:53:01','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','56.00','54','Inclusive','branch','Inventory','','',''),('416237616240032024',1868,'41623761582','8','7.00','3150','retail','0','2021-06-15 15:55:01','','','','330','Cash',434.48,'450','','','4','','1','2021-06-15 12:55:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','23.00','16','Inclusive','branch','Inventory','','',''),('416237616800633036',1869,'41623761582','58','0.50','100','retail','0','2021-06-15 15:55:01','','','','130','Cash',13.79,'200','','','4','','1','2021-06-15 12:55:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.00','40.5','Inclusive','branch','Inventory','','',''),('416237617532317332',1870,'41623761712','62','2.00','350','retail','0','2021-06-15 15:57:01','','','','105','Cash',48.28,'175','','','4','','1','2021-06-15 12:57:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','355.50','353.5','Inclusive','branch','Inventory','','',''),('416237617937011176',1871,'41623761712','163','1.00','200','retail','0','2021-06-15 15:57:01','','','','130','Cash',27.59,'200','','','4','','1','2021-06-15 12:57:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','39.00','38','Inclusive','branch','Inventory','','',''),('416237619803073800',1872,'41623761838','284','1.00','850','retail','0','2021-06-15 16:04:34','','','','630','Cash',117.24,'850','','','4','','1','2021-06-15 13:05:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416237622057620022',1873,'41623761838','300','1.00','250','retail','0','2021-06-15 16:04:34','','','','150 ','Cash',34.48,'250','','','4','','1','2021-06-15 13:05:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416237622732132343',1874,'41623761838','285','1.00','300','retail','0','2021-06-15 16:04:34','','','','180','Cash',41.38,'300','','','4','','1','2021-06-15 13:05:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','35.75','34.75','Inclusive','branch','Inventory','1110','4000','5500'),('416237623843146422',1875,'41623762306','145','2.00','1400','retail','0','2021-06-15 16:08:13','','','','320','Cash',193.10,'700','','','4','','1','2021-06-15 13:09:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','8.00','6','Inclusive','branch','Inventory','','',''),('416237625692214222',1876,'41623762548','212','1.00','13000','retail','0','2021-06-15 16:10:30','','','','12600','Cash',1793.10,'13000','','','4','','1','2021-06-15 13:11:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','18.00','17','Inclusive','branch','Inventory','','',''),('416237626063626333',1877,'41623762548','163','5.00','1000','retail','0','2021-06-15 16:10:30','','','','130','Cash',137.93,'200','','','4','','1','2021-06-15 13:11:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.00','33','Inclusive','branch','Inventory','','',''),('416237627212232022',1878,'41623762691','61','0.50','100','retail','0','2021-06-15 16:13:05','','','','105','Cash',13.79,'200','','','4','','1','2021-06-15 13:13:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','1.00','0.5','Inclusive','branch','Inventory','','',''),('416237627843422203',1879,'41623762691','285','1.00','300','retail','0','2021-06-15 16:13:05','','','','180','Cash',41.38,'300','','','4','','1','2021-06-15 13:13:13','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','34.75','33.75','Inclusive','branch','Inventory','1110','4000','5500'),('416237628414323207',1880,'41623762794','232','1.00','5400','retail','0','2021-06-15 16:17:26','','','','2','Cash',744.83,'5400','','','4','','1','2021-06-15 13:18:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4655.17','','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416237629272022233',1881,'41623762794','259','9.00','2700','retail','0','2021-06-15 16:17:26','','','','150 ','Cash',372.41,'300','','','4','','1','2021-06-15 13:18:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','57.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416237630253232303',1882,'41623762794','254','7.00','1400','retail','0','2021-06-15 16:17:26','','','','80','Cash',193.10,'200','','','4','','1','2021-06-15 13:18:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','458.00','451','Inclusive','branch','Inventory','1110','4000','5500'),('416237631803226231',1883,'41623763132','286','4.00','3400','retail','0','2021-06-15 16:22:48','','','','450','Cash',468.97,'850','','','4','','1','2021-06-15 13:22:56','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','48.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416237632370233033',1884,'41623763132','300','1.00','200','retail','0','2021-06-15 16:22:48','','','','150 ','Cash',27.59,'200','','','4','','1','2021-06-15 13:22:56','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416237633166221327',1885,'41623763132','270','1.00','150','retail','0','2021-06-15 16:22:48','','','','60','Cash',20.69,'150','','','4','','1','2021-06-15 13:22:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416237633363333123',1886,'41623763132','269','1.00','150','retail','0','2021-06-15 16:22:48','','','','80','Cash',20.69,'150','','','4','','1','2021-06-15 13:22:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416238472550220050',1887,'41623847232','42','10.00','9500','retail','0','2021-06-16 15:41:37','','','','870','Cash',1310.34,'950','','','4','','1','2021-06-16 12:41:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','79.00','69','Inclusive','branch','Inventory','','',''),('416238478098213228',1888,'41623847312','98','15.00','12750','retail','0','2021-06-16 15:51:48','','','','700','Cash',1758.62,'850','','','4','','1','2021-06-16 12:52:09','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','15.00','0','Inclusive','branch','Inventory','','',''),('416238478737223233',1889,'41623847312','2','50.00','27500','retail','0','2021-06-16 15:51:48','','','','530','Cash',3793.10,'550','','','4','','1','2021-06-16 12:52:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','63.00','13','Inclusive','branch','18','','',''),('416238479500822395',1890,'41623847932','19','3.00','2850','retail','0','2021-06-16 15:53:15','','','','725','Cash',393.10,'950','','','4','','1','2021-06-16 12:53:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','53.00','50','Inclusive','branch','Inventory','','',''),('416238480352234233',1891,'41623848002','63','2.00','300','retail','0','2021-06-16 15:56:10','','','','105','Cash',41.38,'150','','','4','','1','2021-06-16 12:56:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','224.75','222.75','Inclusive','branch','Inventory','','',''),('416238481072162271',1892,'41623848002','62','1.00','150','retail','0','2021-06-16 15:56:10','','','','105','Cash',20.69,'150','','','4','','1','2021-06-16 12:56:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','353.50','352.5','Inclusive','branch','Inventory','','',''),('416238481442324383',1893,'41623848002','66','2.00','400','retail','0','2021-06-16 15:56:10','','','','150.00','Cash',55.17,'200','','','4','','1','2021-06-16 12:56:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.00','27','Inclusive','branch','Inventory','','',''),('416238482412030602',1894,'41623848187','275','1.00','200','retail','0','2021-06-16 15:58:21','','','','80','Cash',27.59,'200','','','4','','1','2021-06-16 12:58:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416238483404013422',1895,'41623848306','63','1.00','150','retail','0','2021-06-16 16:00:10','','','','105','Cash',20.69,'150','','','4','','1','2021-06-16 13:00:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','222.75','221.75','Inclusive','branch','Inventory','','',''),('416238484863242433',1896,'41623848470','63','1.00','150','retail','0','2021-06-16 16:03:33','','','','105','Cash',20.69,'150','','','4','','1','2021-06-16 13:03:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','221.75','220.75','Inclusive','branch','Inventory','','',''),('416238486626340322',1897,'41623848640','285','2.00','600','retail','0','2021-06-16 16:07:14','','','','180','Cash',82.76,'300','','','4','','1','2021-06-16 13:08:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','33.75','31.75','Inclusive','branch','Inventory','1110','4000','5500'),('416238487532303422',1898,'41623848640','232','1.00','300','retail','0','2021-06-16 16:07:14','','','','2','Cash',41.38,'300','','','4','','1','2021-06-16 13:08:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416238488330002302',1899,'41623848640','271','1.00','100','retail','0','2021-06-16 16:07:14','','','','50','Cash',13.79,'100','','','4','','1','2021-06-16 13:08:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416238489640338822',1900,'41623848912','84','50.00','65000','retail','0','2021-06-16 16:19:24','','','','1230','Cash',8965.52,'1300','','','4','','1','2021-06-16 13:19:33','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','61.00','11','Inclusive','branch','Inventory','','',''),('416238492513326268',1901,'41623848912','139','5.00','15000','retail','0','2021-06-16 16:19:24','','','','2520','Cash',2068.97,'3000','','','4','','1','2021-06-16 13:19:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','7.00','2','Inclusive','branch','Inventory','','',''),('416238494683340430',1902,'41623848912','170','4.00','7200','retail','0','2021-06-16 16:19:24','','','','50','Cash',993.10,'1800','','','4','','1','2021-06-16 13:19:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','4.00','0','Inclusive','branch','Inventory','','',''),('416238495282348223',1903,'41623848912','60','5.00','750','retail','0','2021-06-16 16:19:24','','','','105','Cash',103.45,'150','','','4','','1','2021-06-16 13:19:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','19.50','14.5','Inclusive','branch','Inventory','','',''),('416238496282683344',1904,'41623849575','286','1.00','500','retail','0','2021-06-16 16:21:35','','','','450','Cash',68.97,'500','','','4','','1','2021-06-16 13:21:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416238506843228233',1905,'41623850671','163','2.00','400','retail','0','2021-06-16 16:38:24','','','','130','Cash',55.17,'200','','','4','','1','2021-06-16 13:38:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','31','Inclusive','branch','Inventory','','',''),('416238548699223823',1906,'41623854833','254','1.00','150','retail','0','2021-06-16 17:48:13','','','','80','Cash',20.69,'150','','','4','','1','2021-06-16 14:48:47','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','451.00','450','Inclusive','branch','Inventory','1110','4000','5500'),('416238549532224360',1907,'41623854928','19','4.00','3200','retail','0','2021-06-16 17:49:33','','','','725','Cash',441.38,'800','','','4','','1','2021-06-16 14:49:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','200.00','196','Inclusive','branch','Inventory','','',''),('416238550312335323',1908,'41623854982','174','3.00','300','retail','0','2021-06-16 17:51:00','','','','120','Cash',41.38,'100','','','4','','1','2021-06-16 14:51:07','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','86.21','','56.00','53','Inclusive','branch','Inventory','','',''),('416239343266002233',1909,'41623934079','275','1.00','150','retail','0','2021-06-17 15:52:07','','','','80','Cash',20.69,'150','','','4','','1','2021-06-17 12:52:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416239345720203330',1910,'41623934339','84','3.00','3900','retail','0','2021-06-17 15:58:43','','','','1230','Cash',537.93,'1300','','','4','','1','2021-06-17 12:58:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','11.00','8','Inclusive','branch','Inventory','','',''),('416239346373631323',1911,'41623934339','83','2.00','2450','retail','0','2021-06-17 15:58:43','','','','1025','Cash',337.93,'1225','','','4','','1','2021-06-17 12:58:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1056.03','','164.00','162','Inclusive','branch','Inventory','','',''),('416239347533900203',1912,'41623934735','232','1.00','50','retail','0','2021-06-17 15:59:35','','','','2','Cash',6.90,'50','','','4','','1','2021-06-17 13:00:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416239348643243882',1913,'41623934808','53','9.00','5850','retail','0','2021-06-17 16:33:12','','','','560','Cash',806.90,'650','','','4','','1','2021-06-17 13:34:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','38.50','29.5','Inclusive','branch','Inventory','','',''),('416239350293220223',1914,'41623934808','55','3.50','3850','retail','0','2021-06-17 16:33:12','','','','880','Cash',531.03,'1100','','','4','','1','2021-06-17 13:34:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','24.50','21','Inclusive','branch','Inventory','','',''),('416239360850220000',1915,'41623934808','56','1.50','2100','retail','0','2021-06-17 16:33:12','','','','1130','Cash',289.66,'1400','','','4','','1','2021-06-17 13:34:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','4.00','2.5','Inclusive','branch','Inventory','','',''),('416239361731323327',1916,'41623934808','67','1.00','1000','retail','0','2021-06-17 16:33:12','','','','180','Cash',137.93,'1000','','','4','','1','2021-06-17 13:34:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','1.75','0.75','Inclusive','branch','Inventory','','',''),('416239363292223294',1917,'41623934808','154','2.50','1000','retail','0','2021-06-17 16:33:12','','','','270','Cash',137.93,'400','','','4','','1','2021-06-17 13:34:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','11.00','8.5','Inclusive','branch','Inventory','','',''),('416239365283323332',1918,'41623934808','239','1.50','1200','retail','0','2021-06-17 16:33:12','','','','580','Cash',165.52,'800','','','4','','1','2021-06-17 13:34:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','50.00','48.5','Inclusive','branch','Inventory','1110','4000','5500'),('416239366054463330',1919,'41623934808','218','0.50','400','retail','0','2021-06-17 16:33:12','','','','630','Cash',55.17,'800','','','4','','1','2021-06-17 13:34:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','20.50','20','Inclusive','branch','Inventory','1110','4000','5500'),('416239366462002333',1920,'41623934808','242','1.00','150','retail','0','2021-06-17 16:33:12','','','','90','Cash',20.69,'150','','','4','','1','2021-06-17 13:34:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416239366753032333',1921,'41623934808','148','0.50','1900','retail','0','2021-06-17 16:33:12','','','','3200','Cash',262.07,'3800','','','4','','1','2021-06-17 13:34:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','7.00','6.5','Inclusive','branch','Inventory','','',''),('416239367737322323',1922,'41623934808','232','1.00','550','retail','0','2021-06-17 16:33:12','','','','2','Cash',75.86,'550','','','4','','1','2021-06-17 13:34:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416239369206304319',1923,'41623936843','246','3.00','750','retail','0','2021-06-17 16:37:13','','','','200','Cash',103.45,'250','','','4','','1','2021-06-17 13:39:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','9.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416239370073206224',1924,'41623936843','232','1.00','950','retail','0','2021-06-17 16:37:13','','','','2','Cash',131.03,'950','','','4','','1','2021-06-17 13:39:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416239372642223434',1925,'41623937251','139','4.00','11750','retail','0','2021-06-17 16:42:34','','','','2520','Cash',1620.69,'2937.5','','','4','','1','2021-06-17 13:42:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2532.33','','7.00','3','Inclusive','branch','Inventory','','',''),('416239373313290093',1926,'41623937251','60','5.00','750','retail','0','2021-06-17 16:42:34','','','','105','Cash',103.45,'150','','','4','','1','2021-06-17 13:42:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','14.50','9.5','Inclusive','branch','Inventory','','',''),('416239374702414324',1927,'41623937359','232','1.00','1200','retail','0','2021-06-17 16:44:52','','','','2','Cash',165.52,'1200','','','4','','1','2021-06-17 13:45:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416239375582128343',1928,'41623937531','155','1.00','4500','retail','0','2021-06-17 16:46:18','','','','3800','Cash',620.69,'4500','','','4','','1','2021-06-17 13:46:37','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','','',''),('416239377011337000',1929,'41623937597','232','1.00','7500','retail','0','2021-06-17 16:48:42','','','','2','Cash',1034.48,'7500','','','4','','1','2021-06-17 13:52:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','6465.52','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416239379743344237',1930,'41623937925','232','1.00','150','retail','0','2021-06-17 16:53:11','','','','2','Cash',20.69,'150','','','4','','1','2021-06-17 13:53:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416239410734032333',1931,'41623938173','62','5.00','750','retail','0','2021-06-17 17:50:22','','','','105','Cash',103.45,'150','','','4','','1','2021-06-17 14:51:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','352.50','347.5','Inclusive','branch','Inventory','','',''),('416239411363132033',1932,'41623938173','60','2.00','300','retail','0','2021-06-17 17:50:22','','','','105','Cash',41.38,'150','','','4','','1','2021-06-17 14:51:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','9.50','7.5','Inclusive','branch','Inventory','','',''),('416239411813100341',1933,'41623938173','63','2.00','300','retail','0','2021-06-17 17:50:22','','','','105','Cash',41.38,'150','','','4','','1','2021-06-17 14:51:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','220.75','218.75','Inclusive','branch','Inventory','','',''),('416239412399332323',1934,'41623938173','163','3.00','600','retail','0','2021-06-17 17:50:22','','','','130','Cash',82.76,'200','','','4','','1','2021-06-17 14:51:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','31.00','28','Inclusive','branch','Inventory','','',''),('416239413280300322',1935,'41623938173','165','2.00','350','retail','0','2021-06-17 17:50:22','','','','130','Cash',48.28,'175','','','4','','1','2021-06-17 14:51:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','13.50','11.5','Inclusive','branch','Inventory','','',''),('416239415702423562',1936,'41623941519','2','5.00','2750','retail','0','2021-06-17 17:54:57','','','','530','Cash',379.31,'550','','','4','','1','2021-06-17 14:55:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','13.00','8','Inclusive','branch','18','','',''),('416239417523230302',1937,'41623941706','285','1.00','250','retail','0','2021-06-17 17:56:17','','','','180','Cash',34.48,'250','','','4','','1','2021-06-17 14:58:01','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','31.75','30.75','Inclusive','branch','Inventory','1110','4000','5500'),('416239421372224303',1938,'41623942115','178','5.00','7250','retail','0','2021-06-17 18:03:41','','','','1100','Cash',1000.00,'1450','','','4','','1','2021-06-17 15:03:47','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','1250.00','','5.00','0','Inclusive','branch','Inventory','','',''),('416239421973933329',1939,'41623942115','177','5.00','6250','retail','0','2021-06-17 18:03:41','','','','800','Cash',862.07,'1250','','','4','','1','2021-06-17 15:03:47','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','','5.00','0','Inclusive','branch','Inventory','','',''),('416240212380033401',1940,'41624021219','232','1.00','150','retail','0','2021-06-18 16:00:59','','','','2','Cash',20.69,'150','','','4','','1','2021-06-18 13:01:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416240214882223032',1941,'41624021297','174','20.00','2500','retail','0','2021-06-18 16:05:45','','','','120','Cash',344.83,'125','','','4','','1','2021-06-18 13:05:53','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','107.76','','53.00','33','Inclusive','branch','Inventory','','',''),('416240216013262033',1942,'41624021554','232','1.00','150','retail','0','2021-06-18 16:07:07','','','','2','Cash',20.69,'150','','','4','','1','2021-06-18 13:07:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416240217043412433',1943,'41624021674','186','2.00','400','retail','0','2021-06-18 16:13:43','','','','40','Cash',55.17,'200','','','4','','1','2021-06-18 13:13:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','2','Inclusive','branch','Inventory','','',''),('416240220682443623',1944,'41624022028','285','1.00','300','retail','0','2021-06-18 16:15:44','','','','180','Cash',41.38,'300','','','4','','1','2021-06-18 13:15:56','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','30.75','29.75','Inclusive','branch','Inventory','1110','4000','5500'),('416240221432022022',1945,'41624022028','272','1.00','100','retail','0','2021-06-18 16:15:44','','','','33','Cash',13.79,'100','','','4','','1','2021-06-18 13:15:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416240222374002242',1946,'41624022160','19','6.00','5100','retail','0','2021-06-18 16:17:48','','','','725','Cash',703.45,'850','','','4','','1','2021-06-18 13:17:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','196.00','190','Inclusive','branch','Inventory','','',''),('416240223203420221',1947,'41624022275','232','1.00','800','retail','0','2021-06-18 16:19:22','','','','2','Cash',110.34,'800','','','4','','1','2021-06-18 13:20:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416240223610332233',1948,'41624022275','163','1.00','200','retail','0','2021-06-18 16:19:22','','','','130','Cash',27.59,'200','','','4','','1','2021-06-18 13:20:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','28.00','27','Inclusive','branch','Inventory','','',''),('416240224914222003',1949,'41624022459','299','56.00','1400','retail','0','2021-06-18 16:23:10','','','','15','Cash',193.10,'25','','','4','','1','2021-06-18 13:23:21','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','200.00','144','Inclusive','branch','Inventory','1110','4000','5500'),('416240225712430054',1950,'41624022459','208','1.00','300','retail','0','2021-06-18 16:23:10','','','','150 ','Cash',41.38,'300','','','4','','1','2021-06-18 13:23:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','1.00','0','Inclusive','branch','Inventory','','',''),('416240231570323020',1951,'41624022602','131','1.00','800','retail','0','2021-06-18 16:33:15','','','','500','Cash',110.34,'800','','','4','','1','2021-06-18 13:33:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','4.00','3','Inclusive','branch','Inventory','','',''),('416240231943420343',1952,'41624022602','163','1.00','200','retail','0','2021-06-18 16:33:15','','','','130','Cash',27.59,'200','','','4','','1','2021-06-18 13:33:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.00','26','Inclusive','branch','Inventory','','',''),('416240232284018228',1953,'41624023210','71','25.00','27500','retail','0','2021-06-18 16:34:15','','','','1025','Cash',3793.10,'1100','','','4','','1','2021-06-18 13:34:22','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','45.00','20','Inclusive','branch','Inventory','','',''),('416240232993123232',1954,'41624023262','230','1.00','2500','retail','0','2021-06-18 16:35:01','','','','1950','Cash',344.83,'2500','','','4','','1','2021-06-18 13:35:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416240283310004143',1955,'41624023388','42','4.00','3800','retail','0','2021-06-18 17:59:19','','','','870','Cash',524.14,'950','','','4','','1','2021-06-18 14:59:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','69.00','65','Inclusive','branch','Inventory','','',''),('416240283842300022',1956,'41624028371','15','5.00','3625','retail','0','2021-06-18 18:00:10','','','','640','Cash',500.00,'725','','','4','','1','2021-06-18 15:00:17','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','625.00','','110.00','105','Inclusive','branch','Inventory','','',''),('416241121741273307',1957,'41624112132','306','11.00','1949.75','retail','0','2021-06-19 17:17:24','','','','120','Cash',268.93,'177.25','','','4','','1','2021-06-19 14:18:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','152.80','','28.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416241128210413143',1958,'41624112284','62','2.00','300','retail','0','2021-06-19 17:31:17','','','','105','Cash',41.38,'150','','','4','','1','2021-06-19 14:31:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','347.50','345.5','Inclusive','branch','Inventory','','',''),('416241129902232023',1959,'41624112284','242','1.00','100','retail','0','2021-06-19 17:31:17','','','','90','Cash',13.79,'100','','','4','','1','2021-06-19 14:31:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416241130232223042',1960,'41624112284','155','1.00','4500','retail','0','2021-06-19 17:31:17','','','','3800','Cash',620.69,'4500','','','4','','1','2021-06-19 14:31:22','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','3.00','2','Inclusive','branch','Inventory','','',''),('416241130603146102',1961,'41624112284','163','2.00','400','retail','0','2021-06-19 17:31:17','','','','130','Cash',55.17,'200','','','4','','1','2021-06-19 14:31:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.00','24','Inclusive','branch','Inventory','','',''),('416241131082330843',1962,'41624113083','232','1.00','900','retail','0','2021-06-19 17:32:04','','','','2','Cash',124.14,'900','','','4','','1','2021-06-19 14:32:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416241132033000232',1963,'41624113147','253','1.00','6400','retail','0','2021-06-19 17:33:42','','','','5700','Cash',882.76,'6400','','','4','','1','2021-06-19 14:33:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416241132843030232',1964,'41624113227','167','1.00','4200','retail','0','2021-06-19 17:37:01','','','','2600','Cash',579.31,'4200','','','4','','1','2021-06-19 14:37:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','6.00','5','Inclusive','branch','Inventory','','',''),('416241133402020063',1965,'41624113227','284','1.00','850','retail','0','2021-06-19 17:37:01','','','','630','Cash',117.24,'850','','','4','','1','2021-06-19 14:37:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416241133803033343',1966,'41624113227','232','1.00','150','retail','0','2021-06-19 17:37:01','','','','2','Cash',20.69,'150','','','4','','1','2021-06-19 14:37:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416241134202402333',1967,'41624113227','271','1.00','100','retail','0','2021-06-19 17:37:01','','','','50','Cash',13.79,'100','','','4','','1','2021-06-19 14:37:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416241136230322310',1968,'41624113569','284','2.00','1600','retail','0','2021-06-19 17:41:06','','','','630','Cash',220.69,'800','','','4','','1','2021-06-19 14:41:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416241136532331205',1969,'41624113569','232','1.00','150','retail','0','2021-06-19 17:41:06','','','','2','Cash',20.69,'150','','','4','','1','2021-06-19 14:41:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416242765373032635',1970,'41624276518','174','3.00','399.99','retail','0','2021-06-21 14:56:08','','','','120','Cash',55.17,'133.33','','','4','','1','2021-06-21 11:56:14','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','114.94','','33.00','30','Inclusive','branch','Inventory','','',''),('416242766016470322',1971,'41624276575','284','1.00','800','retail','0','2021-06-21 14:59:44','','','','630','Cash',110.34,'800','','','4','','1','2021-06-21 11:59:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416242766633204041',1972,'41624276575','285','4.00','1000','retail','0','2021-06-21 14:59:44','','','','180','Cash',137.93,'250','','','4','','1','2021-06-21 11:59:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','29.75','25.75','Inclusive','branch','Inventory','1110','4000','5500'),('416242767253506630',1973,'41624276575','300','2.00','400','retail','0','2021-06-21 14:59:44','','','','150 ','Cash',55.17,'200','','','4','','1','2021-06-21 11:59:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416242767707662034',1974,'41624276575','269','1.00','200','retail','0','2021-06-21 14:59:44','','','','80','Cash',27.59,'200','','','4','','1','2021-06-21 11:59:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416242767834233113',1975,'41624276575','272','1.00','100','retail','0','2021-06-21 14:59:44','','','','33','Cash',13.79,'100','','','4','','1','2021-06-21 11:59:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416242773247322400',1979,'41624277272','232','1.00','200','retail','0','2021-06-21 15:09:05','','','','2','Cash',27.59,'200','','','4','','1','2021-06-21 12:09:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416242775642223302',1980,'41624277521','18','3.00','1950','retail','0','2021-06-21 15:13:36','','','','580','Cash',268.97,'650','','','4','','1','2021-06-21 12:13:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','63.00','60','Inclusive','branch','Inventory','','',''),('416242776903327329',1981,'41624277636','8','15.00','6750','retail','0','2021-06-21 15:15:23','','','','330','Cash',931.03,'450','','','4','','1','2021-06-21 12:15:41','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','16.00','1','Inclusive','branch','Inventory','','',''),('416242867813828222',1982,'41624286632','107','1.00','900','retail','0','2021-06-21 17:47:30','','','','780','Cash',124.14,'900','','','4','','1','2021-06-21 14:47:35','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','29.00','28','Inclusive','branch','Inventory','','',''),('416242868888823462',1983,'41624286856','232','1.00','100','retail','0','2021-06-21 17:48:23','','','','2','Cash',13.79,'100','','','4','','1','2021-06-21 14:49:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416242869662864333',1984,'41624286947','246','1.00','300','retail','0','2021-06-21 17:51:37','','','','200','Cash',41.38,'300','','','4','','1','2021-06-21 14:52:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416242871763824261',1985,'41624287145','232','1.00','4000','retail','0','2021-06-21 17:54:00','','','','2','Cash',551.72,'4000','','','4','','1','2021-06-21 14:55:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416242872220022224',1986,'41624287145','252','5.00','500','retail','0','2021-06-21 17:54:00','','','','70','Cash',68.97,'100','','','4','','1','2021-06-21 14:55:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','458.00','453','Inclusive','branch','Inventory','1110','4000','5500'),('416242873263221401',1987,'41624287313','284','15.00','12000','retail','0','2021-06-21 17:55:49','','','','630','Cash',1655.17,'800','','','4','','1','2021-06-21 14:56:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','28.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416242873772416373',1988,'41624287365','232','1.00','700','retail','0','2021-06-21 17:56:33','','','','2','Cash',96.55,'700','','','4','','1','2021-06-21 14:57:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416242769472222242',1989,'41624276927','4','2.00','1700','retail','0','2021-06-21 20:23:59','','','','730','Cash',234.48,'850','','','4','','1','2021-06-21 17:24:10','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE','732.76','','35.00','33','Inclusive','branch','Inventory','','',''),('416242769992439434',1990,'41624276927','92','2.00','600','retail','0','2021-06-21 20:23:59','','','','190','Cash',82.76,'300','','','4','','1','2021-06-21 17:24:10','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE','258.62','','140.00','138','Inclusive','branch','Inventory','','',''),('416242771899813272',1991,'41624276927','232','1.00','200','retail','0','2021-06-21 20:23:59','','','','2','Cash',27.59,'200','','','4','','1','2021-06-21 17:24:10','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','172.41','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('516242962382223060',1992,'41624276927','102','1.00','200','retail','0','2021-06-21 20:23:59','','','','120','Cash',27.59,'200','','','4','','1','2021-06-21 17:24:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','50.00','49','Inclusive','branch','Inventory','','',''),('416243623753243044',1993,'41624362355','2','14.00','7700','retail','0','2021-06-22 14:49:22','','','','530','Cash',1062.07,'550','','','4','','1','2021-06-22 11:50:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','58.00','44','Inclusive','branch','18','','',''),('416243624234444034',1994,'41624362355','4','11.00','9350','retail','0','2021-06-22 14:49:22','','','','730','Cash',1289.66,'850','','','4','','1','2021-06-22 11:50:08','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','33.00','22','Inclusive','branch','Inventory','','',''),('416243624936202242',1995,'41624362355','92','10.00','3000','retail','0','2021-06-22 14:49:22','','','','190','Cash',413.79,'300','','','4','','1','2021-06-22 11:50:08','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','138.00','128','Inclusive','branch','Inventory','','',''),('416243625262302233',1996,'41624362355','232','1.00','900','retail','0','2021-06-22 14:49:22','','','','2','Cash',124.14,'900','','','4','','1','2021-06-22 11:50:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416243631721223266',1997,'41624362609','287','2.00','200','retail','0','2021-06-22 15:00:26','','','','60','Cash',27.59,'100','','','4','','1','2021-06-22 12:00:45','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','86.21','','53.00','51','Inclusive','branch','Inventory','1110','4000','5500'),('416243632830222443',1998,'41624363246','265','1.00','3550','retail','0','2021-06-22 15:07:51','','','','3050','Cash',489.66,'3550','','','4','','1','2021-06-22 12:23:50','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3060.34','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416243633203020232',1999,'41624363246','139','3.00','9000','retail','0','2021-06-22 15:07:51','','','','2520','Cash',1241.38,'3000','','','4','','1','2021-06-22 12:23:50','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','3.00','0','Inclusive','branch','Inventory','','',''),('416243634134203013',2000,'41624363246','73','5.00','4250','retail','0','2021-06-22 15:07:51','','','','820','Cash',586.21,'850','','','4','','1','2021-06-22 12:23:50','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','120.00','115','Inclusive','branch','Inventory','','',''),('416243634534222263',2001,'41624363246','163','3.00','600','retail','0','2021-06-22 15:07:51','','','','130','Cash',82.76,'200','','','4','','1','2021-06-22 12:23:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','21','Inclusive','branch','Inventory','','',''),('416243634894200340',2002,'41624363246','62','2.00','300','retail','0','2021-06-22 15:07:51','','','','105','Cash',41.38,'150','','','4','','1','2021-06-22 12:23:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','345.50','343.5','Inclusive','branch','Inventory','','',''),('416243635032321123',2003,'41624363246','63','2.00','300','retail','0','2021-06-22 15:07:51','','','','105','Cash',41.38,'150','','','4','','1','2021-06-22 12:23:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','218.75','216.75','Inclusive','branch','Inventory','','',''),('416243646963362020',2004,'41624364661','284','1.00','1100','retail','0','2021-06-22 15:29:30','','','','630','Cash',151.72,'1100','','','4','','1','2021-06-22 12:29:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416243649370343342',2005,'41624364661','66','0.50','100','retail','0','2021-06-22 15:29:30','','','','150.00','Cash',13.79,'200','','','4','','1','2021-06-22 12:29:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.00','26.5','Inclusive','branch','Inventory','','',''),('416243650980340239',2006,'41624364978','265','1.00','3600','retail','0','2021-06-22 15:35:30','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-22 12:39:16','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416243651953630313',2007,'41624364978','163','2.00','400','retail','0','2021-06-22 15:35:30','','','','130','Cash',55.17,'200','','','4','','1','2021-06-22 12:39:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.00','19','Inclusive','branch','Inventory','','',''),('416243657042033227',2008,'41624365557','4','22.00','17600','retail','0','2021-06-22 15:52:58','','','','730','Cash',2427.59,'800','','','4','','1','2021-06-22 12:53:03','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','22.00','0','Inclusive','branch','Inventory','','',''),('416243657491244420',2009,'41624365557','3','5.00','2750','retail','0','2021-06-22 15:52:58','','','','510','Cash',379.31,'550','','','4','','1','2021-06-22 12:53:03','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','38.00','33','Inclusive','branch','Inventory','','',''),('416243658071322037',2010,'41624365557','232','1.00','650','retail','0','2021-06-22 15:52:58','','','','2','Cash',89.66,'650','','','4','','1','2021-06-22 12:53:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','27.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416243660212046222',2011,'41624365557','232','1.00','3500','retail','0','2021-06-22 15:52:58','','','','2','Cash',482.76,'3500','','','4','','1','2021-06-22 12:53:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416243660574333336',2012,'41624365557','2','40.00','22000','retail','0','2021-06-22 15:52:58','','','','530','Cash',3034.48,'550','','','4','','1','2021-06-22 12:53:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','44.00','4','Inclusive','branch','18','','',''),('416243665383380343',2013,'41624366384','284','2.00','1800','retail','0','2021-06-22 16:08:43','','','','630','Cash',248.28,'900','','','4','','1','2021-06-22 13:09:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416243668233004222',2014,'41624366384','286','1.00','500','retail','0','2021-06-22 16:08:43','','','','450','Cash',68.97,'500','','','4','','1','2021-06-22 13:09:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416243668573320224',2015,'41624366384','271','2.00','300','retail','0','2021-06-22 16:08:43','','','','50','Cash',41.38,'150','','','4','','1','2021-06-22 13:09:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416243671733302172',2016,'41624366384','280','1.00','150','retail','0','2021-06-22 16:08:43','','','','50','Cash',20.69,'150','','','4','','1','2021-06-22 13:09:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416243672963226220',2017,'41624366384','232','1.00','150','retail','0','2021-06-22 16:08:43','','','','2','Cash',20.69,'150','','','4','','1','2021-06-22 13:09:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416243673861072603',2018,'41624367369','42','12.00','11400','retail','0','2021-06-22 16:10:17','','','','870','Cash',1572.41,'950','','','4','','1','2021-06-22 13:10:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','65.00','53','Inclusive','branch','Inventory','','',''),('416243675173334400',2019,'41624367452','13','12.00','10800','retail','0','2021-06-22 16:12:38','','','','890','Cash',1489.66,'900','','','4','','1','2021-06-22 13:12:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','125.00','113','Inclusive','branch','Inventory','','',''),('416243691292603423',2020,'41624369107','60','50.00','6500','retail','0','2021-06-22 16:41:44','','','','105','Cash',896.55,'130','','','4','','1','2021-06-22 13:41:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','107.50','57.5','Inclusive','branch','Inventory','','',''),('416243692049104236',2021,'41624369107','266','1.00','3500','retail','0','2021-06-22 16:41:44','','','','2600','Cash',482.76,'3500','','','4','','1','2021-06-22 13:41:51','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416243692862022062',2022,'41624369107','292','1.00','3500','retail','0','2021-06-22 16:41:44','','','','2500','Cash',482.76,'3500','','','4','','1','2021-06-22 13:41:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416243693472232330',2023,'41624369312','2','2.00','1100','retail','0','2021-06-22 16:42:43','','','','530','Cash',151.72,'550','','','4','','1','2021-06-22 13:42:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','4.00','2','Inclusive','branch','18','','',''),('416243694802223222',2024,'41624369379','202','1.00','1500','retail','0','2021-06-22 16:44:59','','','','1500','Cash',206.90,'1500','','','4','','1','2021-06-22 13:46:12','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','3.00','2','Inclusive','branch','Inventory','','',''),('416243739292460400',2025,'41624369641','145','1.00','500','retail','0','2021-06-22 17:59:32','','','','320','Cash',68.97,'500','','','4','','1','2021-06-22 15:01:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','6.00','5','Inclusive','branch','Inventory','','',''),('416243739540673323',2026,'41624369641','42','1.00','1000','retail','0','2021-06-22 17:59:32','','','','870','Cash',137.93,'1000','','','4','','1','2021-06-22 15:01:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','53.00','52','Inclusive','branch','Inventory','','',''),('416244540171330133',2027,'41624453988','19','10.00','8200','retail','0','2021-06-23 16:17:43','','','','725','Cash',1131.03,'820','','','4','','1','2021-06-23 13:18:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','706.90','','190.00','180','Inclusive','branch','Inventory','','',''),('416244540714404243',2028,'41624453988','66','2.00','500','retail','0','2021-06-23 16:17:43','','','','150.00','Cash',68.97,'250','','','4','','1','2021-06-23 13:18:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','26.50','24.5','Inclusive','branch','Inventory','','',''),('416244541124242336',2029,'41624453988','60','4.00','600','retail','0','2021-06-23 16:17:43','','','','105','Cash',82.76,'150','','','4','','1','2021-06-23 13:18:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','57.50','53.5','Inclusive','branch','Inventory','','',''),('416244541294303000',2030,'41624453988','62','4.00','600','retail','0','2021-06-23 16:17:43','','','','105','Cash',82.76,'150','','','4','','1','2021-06-23 13:18:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','343.50','339.5','Inclusive','branch','Inventory','','',''),('416244541444241044',2031,'41624453988','63','4.00','600','retail','0','2021-06-23 16:17:43','','','','105','Cash',82.76,'150','','','4','','1','2021-06-23 13:18:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','216.75','212.75','Inclusive','branch','Inventory','','',''),('416244543811304202',2032,'41624454295','280','2.00','300','retail','0','2021-06-23 16:26:57','','','','50','Cash',41.38,'150','','','4','','1','2021-06-23 13:30:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416244544822204423',2033,'41624454295','295','5.00','500','retail','0','2021-06-23 16:26:57','','','','60','Cash',68.97,'100','','','4','','1','2021-06-23 13:30:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','23.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416244546052202263',2034,'41624454295','232','1.00','500','retail','0','2021-06-23 16:26:57','','','','2','Cash',68.97,'500','','','4','','1','2021-06-23 13:30:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416244546836221222',2035,'41624454295','53','1.00','700','retail','0','2021-06-23 16:26:57','','','','560','Cash',96.55,'700','','','4','','1','2021-06-23 13:30:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','29.50','28.5','Inclusive','branch','Inventory','','',''),('416244547163220222',2036,'41624454295','66','3.50','700','retail','0','2021-06-23 16:26:57','','','','150.00','Cash',96.55,'200','','','4','','1','2021-06-23 13:30:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.50','21','Inclusive','branch','Inventory','','',''),('416244554323322430',2037,'41624455036','49','5.00','2000','retail','0','2021-06-23 16:40:19','','','','310','Cash',275.86,'400','','','4','','1','2021-06-23 13:40:47','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','44.00','39','Inclusive','branch','Inventory','','',''),('416244556843420002',2038,'41624455649','297','1.00','14500','retail','0','2021-06-23 16:44:48','','','','14000','Cash',2000.00,'14500','','','4','','1','2021-06-23 13:44:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','12500.00','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416244558262282302',2039,'41624455649','263','1.00','11000','retail','0','2021-06-23 16:44:48','','','','8500','Cash',1517.24,'11000','','','4','','1','2021-06-23 13:44:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','9482.76','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416244560181353032',2040,'41624455899','232','1.00','5','retail','0','2021-06-23 16:46:59','','','','2','Cash',0.69,'5','','','4','','1','2021-06-23 13:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416244561942232223',2041,'41624456178','232','1.00','895','retail','0','2021-06-23 16:50:23','','','','2','Cash',123.45,'895','','','4','','1','2021-06-23 13:51:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','771.55','','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416244563582236460',2042,'41624456297','9','2.00','6600','retail','0','2021-06-23 17:11:42','','','','2900','Cash',910.34,'3300','','','4','','1','2021-06-23 14:12:09','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','3.00','1','Inclusive','branch','Inventory','','',''),('416244573630023232',2043,'41624456297','8','4.00','1800','retail','0','2021-06-23 17:11:42','','','','330','Cash',248.28,'450','','','4','','1','2021-06-23 14:12:09','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','21.00','17','Inclusive','branch','Inventory','','',''),('416244573957330362',2044,'41624456297','245','1.00','1800','retail','0','2021-06-23 17:11:42','','','','1300','Cash',248.28,'1800','','','4','','1','2021-06-23 14:12:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416244579807421022',2045,'41624457925','139','2.00','6000','retail','0','2021-06-23 17:20:14','','','','2520','Cash',827.59,'3000','','','4','','1','2021-06-23 14:20:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','3.00','1','Inclusive','branch','Inventory','','',''),('416244580737020404',2046,'41624458022','3','10.00','5600','retail','0','2021-06-23 17:21:41','','','','510','Cash',772.41,'560','','','4','','1','2021-06-23 14:21:51','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','33.00','23','Inclusive','branch','Inventory','','',''),('416244597010041322',2047,'41624458216','42','2.00','1900','retail','0','2021-06-23 17:48:44','','','','870','Cash',262.07,'950','','','4','','1','2021-06-23 14:49:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','52.00','50','Inclusive','branch','Inventory','','',''),('416244597604423224',2048,'41624459746','232','1.00','200','retail','0','2021-06-23 17:49:37','','','','2','Cash',27.59,'200','','','4','','1','2021-06-23 14:50:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416245448263553420',2049,'41624544812','232','1.00','70','retail','0','2021-06-24 17:27:32','','','','2','Cash',9.66,'70','','','4','','1','2021-06-24 14:28:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416245449793249342',2050,'41624544883','63','1.00','150','retail','0','2021-06-24 17:29:55','','','','105','Cash',20.69,'150','','','4','','1','2021-06-24 14:30:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','212.75','211.75','Inclusive','branch','Inventory','','',''),('416245450316242106',2051,'41624545007','15','2.00','1400','retail','0','2021-06-24 17:30:48','','','','640','Cash',193.10,'700','','','4','','1','2021-06-24 14:30:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','105.00','103','Inclusive','branch','Inventory','','',''),('416245450953620353',2052,'41624545057','145','3.00','1500','retail','0','2021-06-24 17:32:00','','','','320','Cash',206.90,'500','','','4','','1','2021-06-24 14:32:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','10.00','7','Inclusive','branch','Inventory','','',''),('416245451644426234',2053,'41624545129','14','2.00','2200','retail','0','2021-06-24 17:36:30','','','','1065','Cash',303.45,'1100','','','4','','1','2021-06-24 14:36:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','9.00','7','Inclusive','branch','Inventory','','',''),('416245453573233320',2054,'41624545129','66','1.00','200','retail','0','2021-06-24 17:36:30','','','','150.00','Cash',27.59,'200','','','4','','1','2021-06-24 14:36:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.00','20','Inclusive','branch','Inventory','','',''),('416245453900423236',2055,'41624545129','272','1.00','100','retail','0','2021-06-24 17:36:30','','','','33','Cash',13.79,'100','','','4','','1','2021-06-24 14:36:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416245454262024062',2056,'41624545398','97','2.00','1800','retail','0','2021-06-24 17:37:36','','','','720','Cash',248.28,'900','','','4','','1','2021-06-24 14:38:06','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','19.00','17','Inclusive','branch','Inventory','','',''),('416245455162343044',2057,'41624545489','13','8.00','7200','retail','0','2021-06-24 17:39:04','','','','890','Cash',993.10,'900','','','4','','1','2021-06-24 14:39:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','113.00','105','Inclusive','branch','Inventory','','',''),('416245455882383335',2058,'41624545553','75','25.00','32500','retail','0','2021-06-24 17:40:13','','','','1230','Cash',4482.76,'1300','','','4','','1','2021-06-24 14:40:29','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','75.00','50','Inclusive','branch','Inventory','','',''),('416245456512242150',2059,'41624545632','3','30.00','16800','retail','0','2021-06-24 17:41:19','','','','510','Cash',2317.24,'560','','','4','','1','2021-06-24 14:41:48','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','73.00','43','Inclusive','branch','Inventory','','',''),('416245457974060737',2060,'41624545709','232','1.00','18000','retail','0','2021-06-24 17:47:20','','','','2','Cash',2482.76,'18000','','','4','','1','2021-06-24 14:48:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','15517.24','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416245458993020244',2061,'41624545709','139','2.00','7000','retail','0','2021-06-24 17:47:20','','','','2520','Cash',965.52,'3500','','','4','','1','2021-06-24 14:48:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','6.00','4','Inclusive','branch','Inventory','','',''),('416245459919229322',2062,'41624545709','265','1.00','3500','retail','0','2021-06-24 17:47:20','','','','3050','Cash',482.76,'3500','','','4','','1','2021-06-24 14:48:28','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416245460212343333',2063,'41624545709','163','3.00','600','retail','0','2021-06-24 17:47:20','','','','130','Cash',82.76,'200','','','4','','1','2021-06-24 14:48:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','16','Inclusive','branch','Inventory','','',''),('416245461461030044',2064,'41624546109','284','1.00','1100','retail','0','2021-06-24 17:51:32','','','','630','Cash',151.72,'1100','','','4','','1','2021-06-24 14:51:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416245463303235543',2065,'41624546303','232','1.00','1200','retail','0','2021-06-24 17:53:53','','','','2','Cash',165.52,'1200','','','4','','1','2021-06-24 14:54:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416245463864024322',2066,'41624546303','72','1.00','1300','retail','0','2021-06-24 17:53:53','','','','1230','Cash',179.31,'1300','','','4','','1','2021-06-24 14:54:50','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','54.00','53','Inclusive','branch','Inventory','','',''),('416245464172340503',2067,'41624546303','2','5.00','2750','retail','0','2021-06-24 17:53:53','','','','530','Cash',379.31,'550','','','4','','1','2021-06-24 14:54:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','272.00','267','Inclusive','branch','18','','',''),('416245466974236324',2068,'41624546589','284','1.00','950','retail','0','2021-06-24 17:58:33','','','','630','Cash',131.03,'950','','','4','','1','2021-06-24 14:58:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416246300643232236',2069,'41624629992','66','4.00','800','retail','0','2021-06-25 17:08:21','','','','150.00','Cash',110.34,'200','','','4','','1','2021-06-25 14:08:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.00','16','Inclusive','branch','Inventory','','',''),('416246301582003322',2070,'41624630109','2','100.00','55000','retail','0','2021-06-25 17:15:27','','','','530','Cash',7586.21,'550','','','4','','1','2021-06-25 14:15:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','267.00','167','Inclusive','branch','18','','',''),('416246302682122422',2071,'41624630109','70','45.00','58500','retail','0','2021-06-25 17:15:27','','','','1230','Cash',8068.97,'1300','','','4','','1','2021-06-25 14:15:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','91.00','46','Inclusive','branch','Inventory','','',''),('416246304583424343',2072,'41624630109','305','1.00','17500','retail','0','2021-06-25 17:15:27','','','','16000','Cash',2413.79,'17500','','','4','','1','2021-06-25 14:15:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','15086.21','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416246311153101320',2073,'41624631063','66','0.50','100','retail','0','2021-06-25 17:27:06','','','','150.00','Cash',13.79,'200','','','4','','1','2021-06-25 14:27:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','15.5','Inclusive','branch','Inventory','','',''),('416246312524220301',2074,'41624631233','286','1.00','600','retail','0','2021-06-25 17:27:33','','','','450','Cash',82.76,'600','','','4','','1','2021-06-25 14:27:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416246312852301362',2075,'41624631266','42','1.00','1000','retail','0','2021-06-25 17:28:26','','','','870','Cash',137.93,'1000','','','4','','1','2021-06-25 14:28:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','50.00','49','Inclusive','branch','Inventory','','',''),('416246313452320246',2076,'41624631315','91','5.00','10000','retail','0','2021-06-25 17:29:58','','','','1900','Cash',1379.31,'2000','','','4','','1','2021-06-25 14:30:05','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','10.00','5','Inclusive','branch','Inventory','','',''),('416246314412243216',2077,'41624631406','232','1.00','500','retail','0','2021-06-25 17:31:09','','','','2','Cash',68.97,'500','','','4','','1','2021-06-25 14:31:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416246315434243334',2078,'41624631510','284','1.00','900','retail','0','2021-06-25 17:36:00','','','','630','Cash',124.14,'900','','','4','','1','2021-06-25 14:36:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416246316243123312',2079,'41624631510','232','1.00','500','retail','0','2021-06-25 17:36:00','','','','2','Cash',68.97,'500','','','4','','1','2021-06-25 14:36:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416246316662216223',2080,'41624631510','270','1.00','200','retail','0','2021-06-25 17:36:00','','','','60','Cash',27.59,'200','','','4','','1','2021-06-25 14:36:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416246317244246232',2081,'41624631510','273','1.00','100','retail','0','2021-06-25 17:36:00','','','','25','Cash',13.79,'100','','','4','','1','2021-06-25 14:36:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416246318064802223',2082,'41624631771','232','1.00','250','retail','0','2021-06-25 17:37:08','','','','2','Cash',34.48,'250','','','4','','1','2021-06-25 14:38:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416246320033263032',2083,'41624631896','232','1.00','800','retail','0','2021-06-25 17:40:44','','','','2','Cash',110.34,'800','','','4','','1','2021-06-25 14:41:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416246321233333322',2084,'41624632077','2','7.00','3850','retail','0','2021-06-25 17:56:03','','','','530','Cash',531.03,'550','','','4','','1','2021-06-25 14:56:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','167.00','160','Inclusive','branch','18','','',''),('416246321833623133',2085,'41624632077','242','2.00','200','retail','0','2021-06-25 17:56:03','','','','90','Cash',27.59,'100','','','4','','1','2021-06-25 14:56:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','35.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416246322253222423',2086,'41624632077','62','1.00','150','retail','0','2021-06-25 17:56:03','','','','105','Cash',20.69,'150','','','4','','1','2021-06-25 14:56:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','339.50','338.5','Inclusive','branch','Inventory','','',''),('416246323152132203',2087,'41624632077','232','1.00','300','retail','0','2021-06-25 17:56:03','','','','2','Cash',41.38,'300','','','4','','1','2021-06-25 14:56:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416246324012244340',2088,'41624632077','63','6.00','900','retail','0','2021-06-25 17:56:03','','','','105','Cash',124.14,'150','','','4','','1','2021-06-25 14:56:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','211.75','205.75','Inclusive','branch','Inventory','','',''),('416246324132021202',2089,'41624632077','62','7.00','1050','retail','0','2021-06-25 17:56:03','','','','105','Cash',144.83,'150','','','4','','1','2021-06-25 14:56:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','338.50','331.5','Inclusive','branch','Inventory','','',''),('416246324442223443',2090,'41624632077','66','10.00','2000','retail','0','2021-06-25 17:56:03','','','','150.00','Cash',275.86,'200','','','4','','1','2021-06-25 14:56:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','5.5','Inclusive','branch','Inventory','','',''),('416246329173720272',2091,'41624632077','248','10.00','1500','retail','0','2021-06-25 17:56:03','','','','40','Cash',206.90,'150','','','4','','1','2021-06-25 14:56:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','54.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416246330102320332',2092,'41624632983','140','2.00','6800','retail','0','2021-06-25 17:59:29','','','','2940','Cash',937.93,'3400','','','4','','1','2021-06-25 14:59:46','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','5.00','3','Inclusive','branch','Inventory','','',''),('416246331670370446',2093,'41624632983','163','1.00','200','retail','0','2021-06-25 17:59:29','','','','130','Cash',27.59,'200','','','4','','1','2021-06-25 14:59:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','16.00','15','Inclusive','branch','Inventory','','',''),('416247087857726030',2094,'41624708746','138','4.00','9600','retail','0','2021-06-26 15:00:23','','','','2100','Cash',1324.14,'2400','','','4','','1','2021-06-26 12:00:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','14.00','10','Inclusive','branch','Inventory','','',''),('416247088222002433',2095,'41624708746','271','1.00','100','retail','0','2021-06-26 15:00:23','','','','50','Cash',13.79,'100','','','4','','1','2021-06-26 12:00:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416247090166321332',2097,'41624708988','2','2.00','1100','retail','0','2021-06-26 15:04:12','','','','530','Cash',151.72,'550','','','4','','1','2021-06-26 12:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','160.00','158','Inclusive','branch','18','','',''),('416247098152220160',2099,'41624709641','2','10.00','5500','retail','0','2021-06-26 15:17:22','','','','530','Cash',758.62,'550','','','4','','1','2021-06-26 12:17:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','158.00','148','Inclusive','branch','18','','',''),('416247103712222370',2100,'41624709848','2','5.00','2750','retail','0','2021-06-26 15:29:25','','','','530','Cash',379.31,'550','','','4','','1','2021-06-26 12:29:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','148.00','143','Inclusive','branch','18','','',''),('416247104493232337',2101,'41624709848','62','2.00','300','retail','0','2021-06-26 15:29:25','','','','105','Cash',41.38,'150','','','4','','1','2021-06-26 12:29:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','331.50','329.5','Inclusive','branch','Inventory','','',''),('416247104610320322',2102,'41624709848','63','2.00','300','retail','0','2021-06-26 15:29:25','','','','105','Cash',41.38,'150','','','4','','1','2021-06-26 12:29:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','205.75','203.75','Inclusive','branch','Inventory','','',''),('416247104941309123',2103,'41624709848','66','3.00','600','retail','0','2021-06-26 15:29:25','','','','150.00','Cash',82.76,'200','','','4','','1','2021-06-26 12:29:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.50','2.5','Inclusive','branch','Inventory','','',''),('416247106130036032',2104,'41624710573','49','5.00','2000','retail','0','2021-06-26 15:30:43','','','','310','Cash',275.86,'400','','','4','','1','2021-06-26 12:30:47','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','39.00','34','Inclusive','branch','Inventory','','',''),('416247106971232703',2105,'41624710649','75','4.00','5200','retail','0','2021-06-26 15:32:02','','','','1230','Cash',717.24,'1300','','','4','','1','2021-06-26 12:32:07','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','50.00','46','Inclusive','branch','Inventory','','',''),('416247107422303320',2106,'41624710728','2','2.00','1200','retail','0','2021-06-26 15:32:54','','','','530','Cash',165.52,'600','','','4','','1','2021-06-26 12:32:59','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','143.00','141','Inclusive','branch','18','','',''),('416247108282023384',2107,'41624710780','265','1.00','3800','retail','0','2021-06-26 15:34:26','','','','3050','Cash',524.14,'3800','','','4','','1','2021-06-26 12:34:53','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416247108461202833',2108,'41624710780','163','2.00','400','retail','0','2021-06-26 15:34:26','','','','130','Cash',55.17,'200','','','4','','1','2021-06-26 12:34:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','13','Inclusive','branch','Inventory','','',''),('416247109353320021',2109,'41624710895','247','4.00','1200','retail','0','2021-06-26 15:36:01','','','','190','Cash',165.52,'300','','','4','','1','2021-06-26 12:36:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','7.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416247110173336433',2110,'41624710967','62','2.00','300','retail','0','2021-06-26 15:37:28','','','','105','Cash',41.38,'150','','','4','','1','2021-06-26 12:37:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','329.50','327.5','Inclusive','branch','Inventory','','',''),('416247110893230213',2111,'41624711067','42','5.00','4750','retail','0','2021-06-26 15:39:12','','','','870','Cash',655.17,'950','','','4','','1','2021-06-26 12:39:22','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','49.00','44','Inclusive','branch','Inventory','','',''),('416247111953000420',2112,'41624711163','10','2.00','7000','retail','0','2021-06-26 15:45:08','','','','2700','Cash',965.52,'3500','','','4','','1','2021-06-26 12:45:18','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','2','Inclusive','branch','Inventory','','',''),('416247114020222022',2113,'41624711163','9','4.00','13200','retail','0','2021-06-26 15:45:08','','','','2900','Cash',1820.69,'3300','','','4','','1','2021-06-26 12:45:18','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','4.00','0','Inclusive','branch','Inventory','','',''),('416247114640642617',2114,'41624711163','231','2.00','600','retail','0','2021-06-26 15:45:08','','','','130','Cash',82.76,'300','','','4','','1','2021-06-26 12:45:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.50','19.5','Inclusive','branch','Inventory','1110','4000','5500'),('416247115613343317',2115,'41624711519','56','1.00','1200','retail','0','2021-06-26 15:47:37','','','','1130','Cash',165.52,'1200','','','4','','1','2021-06-26 12:47:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','2.50','1.5','Inclusive','branch','Inventory','','',''),('416247193626312202',2116,'41624719334','13','8.00','7600','retail','0','2021-06-26 17:56:34','','','','890','Cash',1048.28,'950','','','4','','1','2021-06-26 14:56:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','105.00','97','Inclusive','branch','Inventory','','',''),('416247193932232243',2117,'41624719334','42','1.00','900','retail','0','2021-06-26 17:56:34','','','','870','Cash',124.14,'900','','','4','','1','2021-06-26 14:56:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','44.00','43','Inclusive','branch','Inventory','','',''),('416247194203132073',2118,'41624719404','13','4.00','3800','retail','0','2021-06-26 17:57:16','','','','890','Cash',524.14,'950','','','4','','1','2021-06-26 14:57:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','97.00','93','Inclusive','branch','Inventory','','',''),('416247089423637290',2119,'41624708853','232','1.00','2000','retail','0','2021-06-27 11:12:39','','','','2','Cash',275.86,'2000','','','4','','1','2021-06-27 08:12:53','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','1724.14','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('516247815582501304',2120,'41624708853','311','1.00','2000','retail','0','2021-06-27 11:12:39','','','','550','Cash',275.86,'2000','','','4','','1','2021-06-27 08:12:53','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416248873463222404',2121,'41624887277','42','6.00','5700','retail','0','2021-06-28 16:38:57','','','','870','Cash',786.21,'950','','','4','','1','2021-06-28 13:39:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','43.00','37','Inclusive','branch','Inventory','','',''),('416248875363222304',2122,'41624887277','66','1.00','250','retail','0','2021-06-28 16:38:57','','','','150.00','Cash',34.48,'250','','','4','','1','2021-06-28 13:39:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','2.50','1.5','Inclusive','branch','Inventory','','',''),('416248876800322207',2123,'41624887553','43','15.00','4500','retail','0','2021-06-28 16:41:53','','','','275','Cash',620.69,'300','','','4','','1','2021-06-28 13:42:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','53.00','38','Inclusive','branch','Inventory','','',''),('416248877602463022',2124,'41624887735','288','18.00','9999','retail','0','2021-06-28 16:44:35','','','','480','Cash',1379.17,'555.5','','','4','','1','2021-06-28 13:44:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','478.88','','43.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416248879140376301',2125,'41624887885','220','1.00','3600','retail','0','2021-06-28 16:45:38','','','','3050','Cash',496.55,'3600','','','4','','1','2021-06-28 13:45:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416248879350404204',2126,'41624887885','163','1.00','200','retail','0','2021-06-28 16:45:38','','','','130','Cash',27.59,'200','','','4','','1','2021-06-28 13:45:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','13.00','12','Inclusive','branch','Inventory','','',''),('416248879803009332',2127,'41624887947','162','2.00','1800','retail','0','2021-06-28 16:47:31','','','','850','Cash',248.28,'900','','','4','','1','2021-06-28 13:47:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','6.50','4.5','Inclusive','branch','Inventory','','',''),('416248880253203424',2128,'41624887947','242','1.00','100','retail','0','2021-06-28 16:47:31','','','','90','Cash',13.79,'100','','','4','','1','2021-06-28 13:47:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416248880852634022',2129,'41624888067','174','2.00','250','retail','0','2021-06-28 16:48:47','','','','120','Cash',34.48,'125','','','4','','1','2021-06-28 13:49:12','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','107.76','','30.00','28','Inclusive','branch','Inventory','','',''),('416248881882113824',2130,'41624888153','285','1.00','250','retail','0','2021-06-28 16:52:20','','','','180','Cash',34.48,'250','','','4','','1','2021-06-28 13:52:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','25.75','24.75','Inclusive','branch','Inventory','1110','4000','5500'),('416248882408043340',2131,'41624888153','232','1.00','150','retail','0','2021-06-28 16:52:20','','','','2','Cash',20.69,'150','','','4','','1','2021-06-28 13:52:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416248882828208381',2132,'41624888153','300','1.00','200','retail','0','2021-06-28 16:52:20','','','','150 ','Cash',27.59,'200','','','4','','1','2021-06-28 13:52:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416248883814332221',2133,'41624888358','232','1.00','380','retail','0','2021-06-28 16:58:26','','','','2','Cash',52.41,'380','','','4','','1','2021-06-28 13:59:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','327.59','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416248884272100600',2134,'41624888358','62','1.00','200','retail','0','2021-06-28 16:58:26','','','','105','Cash',27.59,'200','','','4','','1','2021-06-28 13:59:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','327.50','326.5','Inclusive','branch','Inventory','','',''),('416248884422222233',2135,'41624888358','60','1.00','150','retail','0','2021-06-28 16:58:26','','','','105','Cash',20.69,'150','','','4','','1','2021-06-28 13:59:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','53.50','52.5','Inclusive','branch','Inventory','','',''),('416248888273302388',2136,'41624888787','2','1.00','550','retail','0','2021-06-28 17:02:31','','','','530','Cash',75.86,'550','','','4','','1','2021-06-28 14:02:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','141.00','140','Inclusive','branch','18','','',''),('416248889311030233',2137,'41624888787','288','1.00','580','retail','0','2021-06-28 17:02:31','','','','480','Cash',80.00,'580','','','4','','1','2021-06-28 14:02:41','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416248889822888232',2138,'41624888963','239','1.00','900','retail','0','2021-06-28 17:03:25','','','','580','Cash',124.14,'900','','','4','','1','2021-06-28 14:03:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','48.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416248890404044092',2139,'41624889013','212','1.00','13300','retail','0','2021-06-28 17:04:27','','','','12600','Cash',1834.48,'13300','','','4','','1','2021-06-28 14:04:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11465.52','','17.00','16','Inclusive','branch','Inventory','','',''),('416248905344994802',2140,'41624890474','3','71.00','39760','retail','0','2021-06-28 17:33:05','','','','510','Cash',5484.14,'560','','','4','','1','2021-06-28 14:34:16','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','77.00','6','Inclusive','branch','Inventory','','',''),('416248906223232326',2141,'41624890474','6','45.00','49500','retail','0','2021-06-28 17:33:05','','','','1070','Cash',6827.59,'1100','','','4','','1','2021-06-28 14:34:16','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','60.00','15','Inclusive','branch','Inventory','','',''),('416248907068122327',2142,'41624890474','232','1.00','3600','retail','0','2021-06-28 17:33:05','','','','2','Cash',496.55,'3600','','','4','','1','2021-06-28 14:34:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416248907662010336',2143,'41624890474','2','50.00','27500','retail','0','2021-06-28 17:33:05','','','','530','Cash',3793.10,'550','','','4','','1','2021-06-28 14:34:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','140.00','90','Inclusive','branch','18','','',''),('416248909274046322',2144,'41624890858','71','15.00','16500','retail','0','2021-06-28 17:35:54','','','','1025','Cash',2275.86,'1100','','','4','','1','2021-06-28 14:36:11','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','20.00','5','Inclusive','branch','Inventory','','',''),('416248909904063332',2145,'41624890972','2','1.00','550','retail','0','2021-06-28 17:36:32','','','','530','Cash',75.86,'550','','','4','','1','2021-06-28 14:36:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','90.00','89','Inclusive','branch','18','','',''),('416248910141223294',2146,'41624891000','232','1.00','150','retail','0','2021-06-28 17:37:14','','','','2','Cash',20.69,'150','','','4','','1','2021-06-28 14:37:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416248911053323323',2147,'41624891081','232','1.00','60','retail','0','2021-06-28 17:38:41','','','','2','Cash',8.28,'60','','','4','','1','2021-06-28 14:39:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416249733722703623',2148,'41624973336','148','0.50','1800','retail','0','2021-06-29 16:31:18','','','','3200','Cash',248.28,'3600','','','4','','1','2021-06-29 13:31:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','6.50','6','Inclusive','branch','Inventory','','',''),('416249734488493234',2149,'41624973336','239','1.00','900','retail','0','2021-06-29 16:31:18','','','','580','Cash',124.14,'900','','','4','','1','2021-06-29 13:31:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','47.50','46.5','Inclusive','branch','Inventory','1110','4000','5500'),('416249735353723443',2150,'41624973491','54','1.50','1299.99','retail','0','2021-06-29 16:35:50','','','','700','Cash',179.31,'866.66','','','4','','1','2021-06-29 13:35:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','747.12','','77.00','75.5','Inclusive','branch','Inventory','','',''),('416249739262329969',2151,'41624973902','305','1.00','19000','retail','0','2021-06-29 16:38:49','','','','16000','Cash',2620.69,'19000','','','4','','1','2021-06-29 13:39:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','16379.31','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416249739723323347',2152,'41624973954','162','0.50','450','retail','0','2021-06-29 16:40:08','','','','850','Cash',62.07,'900','','','4','','1','2021-06-29 13:40:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','4.50','4','Inclusive','branch','Inventory','','',''),('416249745452300000',2153,'41624974391','188','1.00','1200','retail','0','2021-06-29 16:49:37','','','','600','Cash',165.52,'1200','','','4','','1','2021-06-29 13:49:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.00','3','Inclusive','branch','Inventory','','',''),('416249747833390233',2154,'41624974588','62','3.00','450','retail','0','2021-06-29 16:54:36','','','','105','Cash',62.07,'150','','','4','','1','2021-06-29 13:54:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','326.50','323.5','Inclusive','branch','Inventory','','',''),('416249748057704237',2155,'41624974588','63','5.00','750','retail','0','2021-06-29 16:54:36','','','','105','Cash',103.45,'150','','','4','','1','2021-06-29 13:54:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','203.75','198.75','Inclusive','branch','Inventory','','',''),('416249750473043007',2156,'41624974899','2','10.00','5500','retail','0','2021-06-29 16:58:13','','','','530','Cash',758.62,'550','','','4','','1','2021-06-29 13:58:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','89.00','79','Inclusive','branch','18','','',''),('416249751225224223',2157,'41624975103','62','0.50','100','retail','0','2021-06-29 16:59:09','','','','105','Cash',13.79,'200','','','4','','1','2021-06-29 13:59:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','323.50','323','Inclusive','branch','Inventory','','',''),('416249751888383307',2158,'41624975158','212','2.00','25000','retail','0','2021-06-29 17:01:06','','','','12600','Cash',3448.28,'12500','','','4','','1','2021-06-29 14:01:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','16.00','14','Inclusive','branch','Inventory','','',''),('416249754182324402',2159,'41624975295','74','16.00','17600','retail','0','2021-06-29 17:04:53','','','','1025','Cash',2427.59,'1100','','','4','','1','2021-06-29 14:05:01','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','130.00','114','Inclusive','branch','Inventory','','',''),('416249754652006240',2160,'41624975295','66','2.00','400','retail','0','2021-06-29 17:04:53','','','','150.00','Cash',55.17,'200','','','4','','1','2021-06-29 14:05:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.50','49.5','Inclusive','branch','Inventory','','',''),('416249755277502430',2161,'41624975502','285','1.00','250','retail','0','2021-06-29 17:06:55','','','','180','Cash',34.48,'250','','','4','','1','2021-06-29 14:07:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','24.75','23.75','Inclusive','branch','Inventory','1110','4000','5500'),('416249755462302332',2162,'41624975502','272','1.00','100','retail','0','2021-06-29 17:06:55','','','','33','Cash',13.79,'100','','','4','','1','2021-06-29 14:07:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416249755630390022',2163,'41624975502','232','1.00','150','retail','0','2021-06-29 17:06:55','','','','2','Cash',20.69,'150','','','4','','1','2021-06-29 14:07:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416249756858334623',2164,'41624975652','247','7.00','1999.97','retail','0','2021-06-29 17:08:42','','','','190','Cash',275.86,'285.71','','','4','','1','2021-06-29 14:08:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','246.30','','15.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416249757911210232',2165,'41624975731','232','1.00','250','retail','0','2021-06-29 17:10:24','','','','2','Cash',34.48,'250','','','4','','1','2021-06-29 14:11:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416249761410130134',2166,'41624975882','232','1.00','600','retail','0','2021-06-29 17:16:17','','','','2','Cash',82.76,'600','','','4','','1','2021-06-29 14:16:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416249762430732397',2167,'41624976213','13','40.00','36000','retail','0','2021-06-29 17:17:51','','','','890','Cash',4965.52,'900','','','4','','1','2021-06-29 14:18:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','93.00','53','Inclusive','branch','Inventory','','',''),('416249763723222012',2168,'41624976282','245','1.00','1800','retail','0','2021-06-29 17:20:00','','','','1300','Cash',248.28,'1800','','','4','','1','2021-06-29 14:20:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416249764450001642',2169,'41624976420','254','2.00','300','retail','0','2021-06-29 17:21:26','','','','80','Cash',41.38,'150','','','4','','1','2021-06-29 14:21:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','450.00','448','Inclusive','branch','Inventory','1110','4000','5500'),('416249765125669025',2170,'41624976499','218','2.00','1600','retail','0','2021-06-29 17:34:15','','','','630','Cash',220.69,'800','','','4','','1','2021-06-29 14:34:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416249765404032600',2171,'41624976499','54','8.00','6804','retail','0','2021-06-29 17:34:15','','','','700','Cash',938.48,'850.5','','','4','','1','2021-06-29 14:34:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','733.19','','75.50','67.5','Inclusive','branch','Inventory','','',''),('416249765662236953',2172,'41624976499','154','2.00','800','retail','0','2021-06-29 17:34:15','','','','270','Cash',110.34,'400','','','4','','1','2021-06-29 14:34:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','8.50','6.5','Inclusive','branch','Inventory','','',''),('416249765954052301',2173,'41624976499','53','3.00','1950','retail','0','2021-06-29 17:34:15','','','','560','Cash',268.97,'650','','','4','','1','2021-06-29 14:34:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','28.50','25.5','Inclusive','branch','Inventory','','',''),('416249768122036013',2174,'41624976499','148','0.50','1900','retail','0','2021-06-29 17:34:15','','','','3200','Cash',262.07,'3800','','','4','','1','2021-06-29 14:34:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','6.00','5.5','Inclusive','branch','Inventory','','',''),('416249768332446274',2175,'41624976499','289','2.00','300','retail','0','2021-06-29 17:34:15','','','','35','Cash',41.38,'150','','','4','','1','2021-06-29 14:34:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416249773633392023',2176,'41624977265','212','1.00','12500','retail','0','2021-06-29 17:36:58','','','','12600','Cash',1724.14,'12500','','','4','','1','2021-06-29 14:37:08','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','14.00','13','Inclusive','branch','Inventory','','',''),('416249773966220300',2177,'41624977265','265','1.00','3500','retail','0','2021-06-29 17:36:58','','','','3050','Cash',482.76,'3500','','','4','','1','2021-06-29 14:37:08','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416249785437325923',2178,'41624978510','174','3.00','450','retail','0','2021-06-29 17:56:13','','','','120','Cash',62.07,'150','','','4','','1','2021-06-29 14:56:23','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','28.00','25','Inclusive','branch','Inventory','','',''),('416249785973904380',2179,'41624978584','255','1.00','200','retail','0','2021-06-29 17:56:59','','','','150','Cash',27.59,'200','','','4','','1','2021-06-29 14:57:04','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416249786463232222',2180,'41624978625','141','2.00','6720','retail','0','2021-06-29 17:58:21','','','','3360','Cash',926.90,'3360','','','4','','1','2021-06-29 14:58:42','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2896.55','','10.00','8','Inclusive','branch','Inventory','','',''),('416250529006323302',2181,'41625052873','53','10.00','6300','retail','0','2021-06-30 14:36:23','','','','560','Cash',868.97,'630','','','4','','1','2021-06-30 11:36:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','25.50','15.5','Inclusive','branch','Inventory','','',''),('416250529674302225',2182,'41625052873','2','3.00','1650','retail','0','2021-06-30 14:36:23','','','','530','Cash',227.59,'550','','','4','','1','2021-06-30 11:36:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','79.00','76','Inclusive','branch','18','','',''),('416250530243422240',2183,'41625052992','292','1.00','4000','retail','0','2021-06-30 14:37:05','','','','2500','Cash',551.72,'4000','','','4','','1','2021-06-30 11:37:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416250531110133022',2184,'41625053039','108','8.00','8800','retail','0','2021-06-30 14:38:49','','','','900','Cash',1213.79,'1100','','','4','','1','2021-06-30 11:38:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','19.00','11','Inclusive','branch','Inventory','','',''),('416250534013132220',2185,'41625053371','91','6.00','12000','retail','0','2021-06-30 14:43:55','','','','1900','Cash',1655.17,'2000','','','4','','1','2021-06-30 11:44:03','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','6.00','0','Inclusive','branch','Inventory','','',''),('416250534702033212',2186,'41625053444','6','3.00','3300','retail','0','2021-06-30 14:55:55','','','','1070','Cash',455.17,'1100','','','4','','1','2021-06-30 11:56:04','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','15.00','12','Inclusive','branch','Inventory','','',''),('416250535533034035',2187,'41625053444','2','2.00','1100','retail','0','2021-06-30 14:55:55','','','','530','Cash',151.72,'550','','','4','','1','2021-06-30 11:56:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','76.00','74','Inclusive','branch','18','','',''),('416250542004524033',2188,'41625054165','139','1.00','2800','retail','0','2021-06-30 15:06:41','','','','2520','Cash',386.21,'2800','','','4','','1','2021-06-30 12:07:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2413.79','','4.00','3','Inclusive','branch','Inventory','','',''),('416250542544230322',2189,'41625054165','259','9.00','1800','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',248.28,'200','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','48.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416250542782332533',2190,'41625054165','259','9.00','900','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',124.14,'100','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','47.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416250543040042222',2191,'41625054165','259','6.00','1200','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',165.52,'200','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','46.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416250545335320233',2192,'41625054165','259','3.00','1650','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',227.59,'550','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','24.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416250547112252142',2193,'41625054165','259','15.00','2250','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',310.34,'150','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','21.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416250547682584430',2194,'41625054165','259','6.00','3000','retail','0','2021-06-30 15:06:41','','','','150 ','Cash',413.79,'500','','','4','','1','2021-06-30 12:07:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','6.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416250549640433234',2195,'41625054857','232','1.00','4500','retail','0','2021-06-30 15:09:52','','','','2','Cash',620.69,'4500','','','4','','1','2021-06-30 12:11:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416250553583524230',2196,'41625055331','232','1.00','5300','retail','0','2021-06-30 15:17:36','','','','2','Cash',731.03,'5300','','','4','','1','2021-06-30 12:19:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4568.97','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416250554343013623',2197,'41625055331','55','1.00','1200','retail','0','2021-06-30 15:17:36','','','','880','Cash',165.52,'1200','','','4','','1','2021-06-30 12:19:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','21.00','20','Inclusive','branch','Inventory','','',''),('416250556150022530',2198,'41625055580','62','50.00','6500','retail','0','2021-06-30 15:22:34','','','','105','Cash',896.55,'130','','','4','','1','2021-06-30 12:22:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','323.00','273','Inclusive','branch','Inventory','','',''),('416250556263202066',2199,'41625055580','63','50.00','6500','retail','0','2021-06-30 15:22:34','','','','105','Cash',896.55,'130','','','4','','1','2021-06-30 12:22:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','198.75','148.75','Inclusive','branch','Inventory','','',''),('416250557814233203',2200,'41625055762','63','10.00','1300','retail','0','2021-06-30 15:23:32','','','','105','Cash',179.31,'130','','','4','','1','2021-06-30 12:23:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','148.75','138.75','Inclusive','branch','Inventory','','',''),('416250558492532842',2201,'41625055825','2','50.00','27500','retail','0','2021-06-30 15:42:02','','','','530','Cash',3793.10,'550','','','4','','1','2021-06-30 12:45:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','74.00','24','Inclusive','branch','18','','',''),('416250558933003233',2202,'41625055825','157','1.00','4800','retail','0','2021-06-30 15:42:02','','','','3800','Cash',662.07,'4800','','','4','','1','2021-06-30 12:45:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','1','2.00','1','Inclusive','branch','Inventory','','',''),('416250564475303403',2203,'41625055825','305','1.00','19000','retail','0','2021-06-30 15:42:02','','','','16000','Cash',2620.69,'19000','','','4','','1','2021-06-30 12:45:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','16379.31','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416250566384333823',2204,'41625055825','62','3.00','600','retail','0','2021-06-30 15:42:02','','','','105','Cash',82.76,'200','','','4','','1','2021-06-30 12:45:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','273.00','270','Inclusive','branch','Inventory','','',''),('416250566533302026',2205,'41625055825','4','6.00','5100','retail','0','2021-06-30 15:42:02','','','','730','Cash',703.45,'850','','','4','','1','2021-06-30 12:45:24','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','40.00','34','Inclusive','branch','Inventory','','',''),('416250566660232335',2206,'41625055825','92','3.00','900','retail','0','2021-06-30 15:42:02','','','','190','Cash',124.14,'300','','','4','','1','2021-06-30 12:45:24','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','128.00','125','Inclusive','branch','Inventory','','',''),('416250569006250543',2207,'41625055825','232','1.00','14100','retail','0','2021-06-30 15:42:02','','','','2','Cash',1944.83,'14100','','','4','','1','2021-06-30 12:45:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','12155.17','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416250578666260622',2208,'41625057822','84','3.00','3900','retail','0','2021-06-30 15:58:22','','','','1230','Cash',537.93,'1300','','','4','','1','2021-06-30 12:58:35','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','8.00','5','Inclusive','branch','Inventory','','',''),('416250579323122055',2209,'41625057919','232','1.00','600','retail','0','2021-06-30 15:59:27','','','','2','Cash',82.76,'600','','','4','','1','2021-06-30 13:00:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416250580384323053',2210,'41625058014','19','4.00','3200','retail','0','2021-06-30 16:01:06','','','','725','Cash',441.38,'800','','','4','','1','2021-06-30 13:01:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','180.00','176','Inclusive','branch','Inventory','','',''),('416250593653290392',2211,'41625059355','163','1.00','200','retail','0','2021-06-30 16:22:46','','','','130','Cash',27.59,'200','','','4','','1','2021-06-30 13:22:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','12.00','11','Inclusive','branch','Inventory','','',''),('416250593974321007',2212,'41625059376','54','2.00','1600','retail','0','2021-06-30 17:11:16','','','','700','Cash',220.69,'800','','','4','','1','2021-06-30 14:12:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','67.50','65.5','Inclusive','branch','Inventory','','',''),('416250594603344323',2213,'41625059376','154','1.00','350','retail','0','2021-06-30 17:11:16','','','','270','Cash',48.28,'350','','','4','','1','2021-06-30 14:12:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','6.50','5.5','Inclusive','branch','Inventory','','',''),('416250621400602436',2214,'41625059376','232','1.00','100','retail','0','2021-06-30 17:11:16','','','','2','Cash',13.79,'100','','','4','','1','2021-06-30 14:12:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('416250622400362243',2215,'41625059376','289','2.00','150','retail','0','2021-06-30 17:11:16','','','','35','Cash',20.69,'75','','','4','','1','2021-06-30 14:12:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','140.00','138','Inclusive','branch','Inventory','1110','4000','5500'),('416250623742307022',2216,'41625062340','273','2.00','100','retail','0','2021-06-30 17:13:19','','','','25','Cash',13.79,'50','','','4','','1','2021-06-30 14:13:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416250624751323432',2217,'41625062457','302','3.00','840','retail','0','2021-06-30 17:15:08','','','','150 ','Cash',115.86,'280','','','4','','1','2021-06-30 14:19:34','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','241.38','','9.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416250628133025083',2218,'41625062781','162','1.50','1399.995','retail','0','2021-06-30 17:21:20','','','','850','Cash',193.10,'933.33','','','4','','1','2021-06-30 14:21:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','804.59','','4.00','2.5','Inclusive','branch','Inventory','','',''),('416250647254002320',2219,'41625064703','212','1.00','13000','retail','0','2021-06-30 17:53:16','','','','12600','Cash',1793.10,'13000','','','4','','1','2021-06-30 14:53:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','13.00','12','Inclusive','branch','Inventory','','',''),('416250647702370744',2220,'41625064703','163','5.00','1000','retail','0','2021-06-30 17:53:16','','','','130','Cash',137.93,'200','','','4','','1','2021-06-30 14:53:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','6','Inclusive','branch','Inventory','','',''),('416250648522033050',2221,'41625064805','50','7.00','3049.97','retail','0','2021-06-30 17:56:11','','','','310','Cash',420.69,'435.71','','','4','','1','2021-06-30 14:56:20','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','375.61','','58.00','51','Inclusive','branch','Inventory','','',''),('416250648871023220',2222,'41625064805','248','5.00','750','retail','0','2021-06-30 17:56:11','','','','40','Cash',103.45,'150','','','4','','1','2021-06-30 14:56:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','44.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416250652020502322',2223,'41625065089','50','10.00','4000','retail','0','2021-06-30 18:00:42','','','','310','Cash',551.72,'400','','','4','','1','2021-06-30 15:00:46','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','51.00','41','Inclusive','branch','Inventory','','',''),('416251388740126223',2224,'41625138853','19','3.00','2400','retail','0','2021-07-01 14:29:12','','','','725','Cash',331.03,'800','','','4','','1','2021-07-01 11:29:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','176.00','173','Inclusive','branch','Inventory','','',''),('416251389272232023',2225,'41625138853','60','1.00','200','retail','0','2021-07-01 14:29:12','','','','105','Cash',27.59,'200','','','4','','1','2021-07-01 11:29:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','52.50','51.5','Inclusive','branch','Inventory','','',''),('416251390143022213',2226,'41625138963','275','1.00','150','retail','0','2021-07-01 14:30:15','','','','80','Cash',20.69,'150','','','4','','1','2021-07-01 11:30:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416251390662063023',2227,'41625139030','288','4.00','2200','retail','0','2021-07-01 14:36:21','','','','480','Cash',303.45,'550','','','4','','1','2021-07-01 11:36:27','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','24.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416251393622425223',2228,'41625139030','186','5.00','750','retail','0','2021-07-01 14:36:21','','','','40','Cash',103.45,'150','','','4','','1','2021-07-01 11:36:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','7','Inclusive','branch','Inventory','','',''),('416251394373304224',2229,'41625139388','83','16.00','17600','retail','0','2021-07-01 14:50:03','','','','1025','Cash',2427.59,'1100','','','4','','1','2021-07-01 11:50:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','162.00','146','Inclusive','branch','Inventory','','',''),('416251394545042114',2230,'41625139388','82','12.00','10500','retail','0','2021-07-01 14:50:03','','','','820','Cash',1448.28,'875','','','4','','1','2021-07-01 11:50:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','754.31','','49.00','37','Inclusive','branch','Inventory','','',''),('416251394792943729',2231,'41625139388','2','15.00','8250','retail','0','2021-07-01 14:50:03','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-01 11:50:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','24.00','9','Inclusive','branch','18','','',''),('416251394963522202',2232,'41625139388','232','1.00','36000','retail','0','2021-07-01 14:50:03','','','','2','Cash',4965.52,'36000','','','4','','1','2021-07-01 11:50:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','31034.48','','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('416251395160226923',2233,'41625139388','231','4.00','800','retail','0','2021-07-01 14:50:03','','','','130','Cash',110.34,'200','','','4','','1','2021-07-01 11:50:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','15.5','Inclusive','branch','Inventory','1110','4000','5500'),('416251395300232390',2234,'41625139388','60','5.00','750','retail','0','2021-07-01 14:50:03','','','','105','Cash',103.45,'150','','','4','','1','2021-07-01 11:50:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','51.50','46.5','Inclusive','branch','Inventory','','',''),('416251395431323623',2235,'41625139388','63','10.00','1500','retail','0','2021-07-01 14:50:03','','','','105','Cash',206.90,'150','','','4','','1','2021-07-01 11:50:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','138.75','128.75','Inclusive','branch','Inventory','','',''),('416251395592293255',2236,'41625139388','66','5.00','1000','retail','0','2021-07-01 14:50:03','','','','150.00','Cash',137.93,'200','','','4','','1','2021-07-01 11:50:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','49.50','44.5','Inclusive','branch','Inventory','','',''),('416251395785013378',2237,'41625139388','248','6.00','600','retail','0','2021-07-01 14:50:03','','','','40','Cash',82.76,'100','','','4','','1','2021-07-01 11:50:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','39.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416251403514335243',2238,'41625140240','266','1.00','3200','retail','0','2021-07-01 14:58:37','','','','2600','Cash',441.38,'3200','','','4','','1','2021-07-01 11:59:05','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416251403860803322',2239,'41625140240','290','1.00','350','retail','0','2021-07-01 14:58:37','','','','120','Cash',48.28,'350','','','4','','1','2021-07-01 11:59:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416251405013041032',2240,'41625140240','277','1.00','200','retail','0','2021-07-01 14:58:37','','','','65','Cash',27.59,'200','','','4','','1','2021-07-01 11:59:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416251406401610214',2241,'41625140240','232','1.00','1500','retail','0','2021-07-01 14:58:37','','','','2','Cash',206.90,'1500','','','4','','1','2021-07-01 11:59:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','98.00','97','Inclusive','branch','Inventory','1110','4000','5500'),('416251408222081025',2242,'41625140748','232','1.00','1000','retail','0','2021-07-01 15:00:43','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-01 12:01:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','97.00','96','Inclusive','branch','Inventory','1110','4000','5500'),('416251409113202232',2243,'41625140885','247','4.00','1200','retail','0','2021-07-01 15:05:07','','','','190','Cash',165.52,'300','','','4','','1','2021-07-01 12:05:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','8.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416251411060332432',2244,'41625140885','199','1.00','800','retail','0','2021-07-01 15:05:07','','','','350','Cash',110.34,'800','','','4','','1','2021-07-01 12:05:19','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','2.00','1','Inclusive','branch','Inventory','','',''),('416251411572210022',2245,'41625141121','60','3.00','450','retail','0','2021-07-01 15:15:05','','','','105','Cash',62.07,'150','','','4','','1','2021-07-01 12:15:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','46.50','43.5','Inclusive','branch','Inventory','','',''),('416251411726143342',2246,'41625141121','62','3.00','450','retail','0','2021-07-01 15:15:05','','','','105','Cash',62.07,'150','','','4','','1','2021-07-01 12:15:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','270.00','267','Inclusive','branch','Inventory','','',''),('416251414003123220',2247,'41625141121','248','6.00','900','retail','0','2021-07-01 15:15:05','','','','40','Cash',124.14,'150','','','4','','1','2021-07-01 12:15:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','33.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416251419444224453',2248,'41625141717','212','1.00','13000','retail','0','2021-07-01 15:21:17','','','','12600','Cash',1793.10,'13000','','','4','','1','2021-07-01 12:21:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','12.00','11','Inclusive','branch','Inventory','','',''),('416251419696330344',2249,'41625141717','253','2.00','12800','retail','0','2021-07-01 15:21:17','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-07-01 12:21:28','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416251419930041204',2250,'41625141717','163','5.00','1000','retail','0','2021-07-01 15:21:17','','','','130','Cash',137.93,'200','','','4','','1','2021-07-01 12:21:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','1','Inclusive','branch','Inventory','','',''),('416251442833234232',2251,'41625144198','8','2.00','900','retail','0','2021-07-01 15:58:39','','','','330','Cash',124.14,'450','','','4','','1','2021-07-01 12:58:45','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','17.00','15','Inclusive','branch','Inventory','','',''),('416251443462310222',2252,'41625144328','165','3.00','600','retail','0','2021-07-01 15:59:23','','','','130','Cash',82.76,'200','','','4','','1','2021-07-01 12:59:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.50','8.5','Inclusive','branch','Inventory','','',''),('416251444624420500',2253,'41625144376','232','1.00','1400','retail','0','2021-07-01 16:01:21','','','','2','Cash',193.10,'1400','','','4','','1','2021-07-01 13:03:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','96.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('416251446612422513',2254,'41625144621','83','22.00','24200','retail','0','2021-07-01 16:04:46','','','','1025','Cash',3337.93,'1100','','','4','','1','2021-07-01 13:04:55','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','146.00','124','Inclusive','branch','Inventory','','',''),('416251503561333203',2255,'41625144803','232','1.00','400','retail','0','2021-07-01 17:40:37','','','','2','Cash',55.17,'400','','','4','','1','2021-07-01 14:42:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','95.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('416251505971323332',2256,'41625150574','36','1.00','850','retail','0','2021-07-01 17:48:50','','','','450','Cash',117.24,'850','','','4','','1','2021-07-01 14:52:08','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','45.00','44','Inclusive','branch','Inventory','','',''),('416251506823263341',2257,'41625150574','186','1.00','150','retail','0','2021-07-01 17:48:50','','','','40','Cash',20.69,'150','','','4','','1','2021-07-01 14:52:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','7.00','6','Inclusive','branch','Inventory','','',''),('416252338312342103',2258,'41625233802','66','0.50','100','retail','0','2021-07-02 16:51:04','','','','150.00','Cash',13.79,'200','','','4','','1','2021-07-02 13:51:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.50','44','Inclusive','branch','Inventory','','',''),('416252339102432913',2259,'41625233885','2','2.00','1100','retail','0','2021-07-02 16:52:13','','','','530','Cash',151.72,'550','','','4','','1','2021-07-02 13:52:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','9.00','7','Inclusive','branch','18','','',''),('416252340132230352',2260,'41625233939','6','8.00','9200','retail','0','2021-07-02 17:03:55','','','','1070','Cash',1268.97,'1150','','','4','','1','2021-07-02 14:05:07','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','12.00','4','Inclusive','branch','Inventory','','',''),('416252341364002222',2261,'41625233939','3','4.00','2200','retail','0','2021-07-02 17:03:55','','','','510','Cash',303.45,'550','','','4','','1','2021-07-02 14:05:07','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','6.00','2','Inclusive','branch','Inventory','','',''),('416252342043340031',2262,'41625233939','232','1.00','800','retail','0','2021-07-02 17:03:55','','','','2','Cash',110.34,'800','','','4','','1','2021-07-02 14:05:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','94.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('416252343283322324',2263,'41625233939','62','2.00','300','retail','0','2021-07-02 17:03:55','','','','105','Cash',41.38,'150','','','4','','1','2021-07-02 14:05:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','267.00','265','Inclusive','branch','Inventory','','',''),('416252345522253002',2264,'41625233939','2','10.00','5500','retail','0','2021-07-02 17:03:55','','','','530','Cash',758.62,'550','','','4','','1','2021-07-02 14:05:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','307.00','297','Inclusive','branch','18','','',''),('416252371704202342',2265,'41625237131','37','1.00','900','retail','0','2021-07-02 17:46:33','','','','890','Cash',124.14,'900','','','4','','1','2021-07-02 14:47:37','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','2.00','1','Inclusive','branch','Inventory','','',''),('416252372746333233',2266,'41625237258','2','10.00','5500','retail','0','2021-07-02 17:50:16','','','','530','Cash',758.62,'550','','','4','','1','2021-07-02 14:50:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','297.00','287','Inclusive','branch','18','','',''),('416252373903002362',2267,'41625237258','4','1.00','850','retail','0','2021-07-02 17:50:16','','','','730','Cash',117.24,'850','','','4','','1','2021-07-02 14:50:44','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','34.00','33','Inclusive','branch','Inventory','','',''),('416252374782225542',2268,'41625237445','265','1.00','3500','retail','0','2021-07-02 17:51:42','','','','3050','Cash',482.76,'3500','','','4','','1','2021-07-02 14:51:51','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416253231292203092',2269,'41625323075','242','1.00','100','retail','0','2021-07-03 17:44:29','','','','90','Cash',13.79,'100','','','4','','1','2021-07-03 14:44:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416253237353023232',2270,'41625323494','140','4.00','13200','retail','0','2021-07-03 17:49:40','','','','2940','Cash',1820.69,'3300','','','4','','1','2021-07-03 14:49:50','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','8.00','4','Inclusive','branch','Inventory','','',''),('416253238090222302',2271,'41625323791','2','2.00','1100','retail','0','2021-07-03 17:51:24','','','','530','Cash',151.72,'550','','','4','','1','2021-07-03 14:51:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','287.00','285','Inclusive','branch','18','','',''),('416253238533524362',2272,'41625323791','247','3.00','900','retail','0','2021-07-03 17:51:24','','','','190','Cash',124.14,'300','','','4','','1','2021-07-03 14:51:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','4.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416253239083283002',2273,'41625323894','2','4.00','2200','retail','0','2021-07-03 17:52:24','','','','530','Cash',303.45,'550','','','4','','1','2021-07-03 14:52:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','285.00','281','Inclusive','branch','18','','',''),('416253239772243303',2274,'41625323965','232','1.00','100','retail','0','2021-07-03 17:53:20','','','','2','Cash',13.79,'100','','','4','','1','2021-07-03 14:53:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','93.00','92','Inclusive','branch','Inventory','1110','4000','5500'),('416253240230452040',2275,'41625324006','212','1.00','13000','retail','0','2021-07-03 17:54:42','','','','12600','Cash',1793.10,'13000','','','4','','1','2021-07-03 14:55:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','11.00','10','Inclusive','branch','Inventory','','',''),('416253240550453230',2276,'41625324006','232','1.00','800','retail','0','2021-07-03 17:54:42','','','','2','Cash',110.34,'800','','','4','','1','2021-07-03 14:55:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','92.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416253241404223204',2277,'41625324114','8','30.00','13500','retail','0','2021-07-03 18:02:45','','','','330','Cash',1862.07,'450','','','4','','1','2021-07-03 15:03:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','45.00','15','Inclusive','branch','Inventory','','',''),('416253241633212133',2278,'41625324114','97','10.00','8950','retail','0','2021-07-03 18:02:45','','','','720','Cash',1234.48,'895','','','4','','1','2021-07-03 15:03:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','771.55','','28.00','18','Inclusive','branch','Inventory','','',''),('416253241922203335',2279,'41625324114','43','10.00','3000','retail','0','2021-07-03 18:02:45','','','','275','Cash',413.79,'300','','','4','','1','2021-07-03 15:03:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','38.00','28','Inclusive','branch','Inventory','','',''),('416253242214220234',2280,'41625324114','248','1.00','150','retail','0','2021-07-03 18:02:45','','','','40','Cash',20.69,'150','','','4','','1','2021-07-03 15:03:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416253242543242334',2281,'41625324114','66','7.00','1400','retail','0','2021-07-03 18:02:45','','','','150.00','Cash',193.10,'200','','','4','','1','2021-07-03 15:03:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.00','37','Inclusive','branch','Inventory','','',''),('416253242911323202',2282,'41625324114','165','2.00','400','retail','0','2021-07-03 18:02:45','','','','130','Cash',55.17,'200','','','4','','1','2021-07-03 15:03:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.50','6.5','Inclusive','branch','Inventory','','',''),('416253808462222502',2283,'41625380825','292','1.00','3500','retail','0','2021-07-03 09:43:08','','','','2500','Cash',482.76,'3500','','','4','','1','2021-07-04 06:43:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416253809502230204',2284,'41625380825','165','1.00','200','retail','0','2021-07-03 09:43:08','','','','130','Cash',27.59,'200','','','4','','1','2021-07-04 06:43:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','6.50','5.5','Inclusive','branch','Inventory','','',''),('416253809683216003',2285,'41625380825','60','1.00','150','retail','0','2021-07-03 09:43:08','','','','105','Cash',20.69,'150','','','4','','1','2021-07-04 06:43:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','42.5','Inclusive','branch','Inventory','','',''),('416253810792223322',2286,'41625381009','155','1.00','4600','retail','0','2021-07-03 09:45:44','','','','3800','Cash',634.48,'4600','','','4','','1','2021-07-04 06:45:55','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3965.52','','2.00','1','Inclusive','branch','Inventory','','',''),('416253810922003222',2287,'41625381009','2','4.00','2400','retail','0','2021-07-03 09:45:44','','','','530','Cash',331.03,'600','','','4','','1','2021-07-04 06:45:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','281.00','277','Inclusive','branch','18','','',''),('416253811823222330',2288,'41625381156','60','1.00','150','retail','0','2021-07-03 09:48:19','','','','105','Cash',20.69,'150','','','4','','1','2021-07-04 06:48:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','42.50','41.5','Inclusive','branch','Inventory','','',''),('416253811922300501',2289,'41625381156','62','3.00','450','retail','0','2021-07-03 09:48:19','','','','105','Cash',62.07,'150','','','4','','1','2021-07-04 06:48:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','265.00','262','Inclusive','branch','Inventory','','',''),('416253812042062233',2290,'41625381156','63','2.00','300','retail','0','2021-07-03 09:48:19','','','','105','Cash',41.38,'150','','','4','','1','2021-07-04 06:48:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','128.75','126.75','Inclusive','branch','Inventory','','',''),('416253812164203130',2291,'41625381156','66','1.50','300','retail','0','2021-07-03 09:48:19','','','','150.00','Cash',41.38,'200','','','4','','1','2021-07-04 06:48:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.00','35.5','Inclusive','branch','Inventory','','',''),('416253813335443382',2292,'41625381313','2','3.00','1680','retail','0','2021-07-03 09:50:39','','','','530','Cash',231.72,'560','','','4','','1','2021-07-04 06:50:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','277.00','274','Inclusive','branch','18','','',''),('416253813723232438',2293,'41625381313','49','7.00','2800','retail','0','2021-07-03 09:50:39','','','','310','Cash',386.21,'400','','','4','','1','2021-07-04 06:50:50','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','34.00','27','Inclusive','branch','Inventory','','',''),('416253815484321003',2294,'41625381530','259','1.00','200','retail','0','2021-07-03 09:53:24','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-04 06:53:34','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416253815845212462',2295,'41625381530','254','1.00','100','retail','0','2021-07-03 09:53:24','','','','80','Cash',13.79,'100','','','4','','1','2021-07-04 06:53:34','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','448.00','447','Inclusive','branch','Inventory','1110','4000','5500'),('416253816393333223',2296,'41625381615','2','110.00','60500','retail','0','2021-07-03 09:55:43','','','','530','Cash',8344.83,'550','','','4','','1','2021-07-04 06:56:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','274.00','164','Inclusive','branch','18','','',''),('416253817252000330',2297,'41625381615','232','1.00','1500','retail','0','2021-07-03 09:55:43','','','','2','Cash',206.90,'1500','','','4','','1','2021-07-04 06:56:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','91.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('416253817989023430',2298,'41625381781','62','1.00','150','retail','0','2021-07-03 09:56:57','','','','105','Cash',20.69,'150','','','4','','1','2021-07-04 06:57:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','262.00','261','Inclusive','branch','Inventory','','',''),('416253818458043133',2299,'41625381829','4','12.00','9999.96','retail','0','2021-07-03 10:00:15','','','','730','Cash',1379.30,'833.33','','','4','','1','2021-07-04 07:00:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','718.39','','33.00','21','Inclusive','branch','Inventory','','',''),('416253819155632020',2300,'41625381829','92','9.00','2250','retail','0','2021-07-03 10:00:15','','','','190','Cash',310.34,'250','','','4','','1','2021-07-04 07:00:59','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','125.00','116','Inclusive','branch','Inventory','','',''),('416253819603930323',2301,'41625381829','174','4.00','600','retail','0','2021-07-03 10:00:15','','','','120','Cash',82.76,'150','','','4','','1','2021-07-04 07:00:59','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','25.00','21','Inclusive','branch','Inventory','','',''),('416253820008023430',2302,'41625381829','232','1.00','1000','retail','0','2021-07-03 10:00:15','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-04 07:00:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','90.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416253820905325300',2303,'41625382063','60','3.00','450','retail','0','2021-07-03 10:03:39','','','','105','Cash',62.07,'150','','','4','','1','2021-07-04 07:03:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','41.50','38.5','Inclusive','branch','Inventory','','',''),('416253820992302230',2304,'41625382063','62','2.00','300','retail','0','2021-07-03 10:03:39','','','','105','Cash',41.38,'150','','','4','','1','2021-07-04 07:03:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','261.00','259','Inclusive','branch','Inventory','','',''),('416253821095132128',2305,'41625382063','63','2.00','300','retail','0','2021-07-03 10:03:39','','','','105','Cash',41.38,'150','','','4','','1','2021-07-04 07:03:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','126.75','124.75','Inclusive','branch','Inventory','','',''),('416253821200133003',2306,'41625382063','66','2.50','500','retail','0','2021-07-03 10:03:39','','','','150.00','Cash',68.97,'200','','','4','','1','2021-07-04 07:03:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.50','33','Inclusive','branch','Inventory','','',''),('416253822562360202',2307,'41625382234','83','9.00','9900','retail','0','2021-07-03 10:04:39','','','','1025','Cash',1365.52,'1100','','','4','','1','2021-07-04 07:04:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','124.00','115','Inclusive','branch','Inventory','','',''),('416253823102241222',2308,'41625382295','232','1.00','500','retail','0','2021-07-03 10:05:23','','','','2','Cash',68.97,'500','','','4','','1','2021-07-04 07:08:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','89.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('416253825221250283',2309,'41625382503','97','11.00','9350','retail','0','2021-07-03 10:12:43','','','','720','Cash',1289.66,'850','','','4','','1','2021-07-04 07:13:27','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','18.00','7','Inclusive','branch','Inventory','','',''),('416253826240336225',2310,'41625382503','284','1.00','850','retail','0','2021-07-03 10:12:43','','','','630','Cash',117.24,'850','','','4','','1','2021-07-04 07:13:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416253826482202235',2311,'41625382503','232','1.00','750','retail','0','2021-07-03 10:12:43','','','','2','Cash',103.45,'750','','','4','','1','2021-07-04 07:13:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','88.00','87','Inclusive','branch','Inventory','1110','4000','5500'),('416253826813830222',2312,'41625382503','277','5.00','2000','retail','0','2021-07-03 10:12:43','','','','65','Cash',275.86,'400','','','4','','1','2021-07-04 07:13:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','5.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416254733213313120',2313,'41625473249','232','1.00','700','retail','0','2021-07-05 11:22:27','','','','2','Cash',96.55,'700','','','4','','1','2021-07-05 08:23:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','87.00','86','Inclusive','branch','Inventory','1110','4000','5500'),('416254735792372200',2314,'41625473402','199','1.00','700','retail','0','2021-07-05 11:27:21','','','','350','Cash',96.55,'700','','','4','','1','2021-07-05 08:29:13','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','1.00','0','Inclusive','branch','Inventory','','',''),('416254737747450273',2315,'41625473759','60','1.00','150','retail','0','2021-07-05 11:29:58','','','','105','Cash',20.69,'150','','','4','','1','2021-07-05 08:30:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.50','37.5','Inclusive','branch','Inventory','','',''),('416254739146233242',2316,'41625473819','220','1.00','3600','retail','0','2021-07-05 11:32:58','','','','3050','Cash',496.55,'3600','','','4','','1','2021-07-05 08:33:07','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416254739512942052',2317,'41625473819','138','1.00','2500','retail','0','2021-07-05 11:32:58','','','','2100','Cash',344.83,'2500','','','4','','1','2021-07-05 08:33:07','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','10.00','9','Inclusive','branch','Inventory','','',''),('416254824620422523',2318,'41625482420','42','4.00','3800','retail','0','2021-07-05 13:57:31','','','','870','Cash',524.14,'950','','','4','','1','2021-07-05 10:57:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','37.00','33','Inclusive','branch','Inventory','','',''),('416254826022260523',2319,'41625482420','121','5.00','6500','retail','0','2021-07-05 13:57:31','','','','1180','Cash',896.55,'1300','','','4','','1','2021-07-05 10:57:41','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','113.00','108','Inclusive','branch','Inventory','','',''),('416254826995023413',2320,'41625482663','13','23.00','21430.25','retail','0','2021-07-05 14:11:47','','','','890','Cash',2955.90,'931.75','','','4','','1','2021-07-05 11:11:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','803.23','','53.00','30','Inclusive','branch','Inventory','','',''),('416254827422402262',2321,'41625482663','14','8.00','8800','retail','0','2021-07-05 14:11:47','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-07-05 11:11:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','7.00','15','Inclusive','branch','Inventory','','',''),('416254834143442246',2322,'41625482663','63','1.50','270','retail','0','2021-07-05 14:11:47','','','','105','Cash',37.24,'180','','','4','','1','2021-07-05 11:11:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','124.75','123.25','Inclusive','branch','Inventory','','',''),('416254908752623423',2323,'41625490858','255','2.00','500','retail','0','2021-07-05 16:16:02','','','','150','Cash',68.97,'250','','','4','','1','2021-07-05 13:16:25','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','37.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416254908872308332',2324,'41625490858','232','1.00','200','retail','0','2021-07-05 16:16:02','','','','2','Cash',27.59,'200','','','4','','1','2021-07-05 13:16:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','86.00','85','Inclusive','branch','Inventory','1110','4000','5500'),('416254910412302333',2325,'41625490986','232','1.00','900','retail','0','2021-07-05 16:18:27','','','','2','Cash',124.14,'900','','','4','','1','2021-07-05 13:19:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','85.00','84','Inclusive','branch','Inventory','1110','4000','5500'),('416254910757300220',2326,'41625490986','284','4.00','3400','retail','0','2021-07-05 16:18:27','','','','630','Cash',468.97,'850','','','4','','1','2021-07-05 13:19:14','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','6.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416254911711041243',2327,'41625491156','139','1.00','3000','retail','0','2021-07-05 16:20:25','','','','2520','Cash',413.79,'3000','','','4','','1','2021-07-05 13:20:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','8.00','7','Inclusive','branch','Inventory','','',''),('416254912002609223',2328,'41625491156','163','0.50','100','retail','0','2021-07-05 16:20:25','','','','130','Cash',13.79,'200','','','4','','1','2021-07-05 13:20:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','1.00','0.5','Inclusive','branch','Inventory','','',''),('416254912672449220',2329,'41625491237','13','3.00','2700','retail','0','2021-07-05 16:24:37','','','','890','Cash',372.41,'900','','','4','','1','2021-07-05 13:24:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','30.00','27','Inclusive','branch','Inventory','','',''),('416254912866060282',2330,'41625491237','14','5.00','5400','retail','0','2021-07-05 16:24:37','','','','1065','Cash',744.83,'1080','','','4','','1','2021-07-05 13:24:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','15.00','10','Inclusive','branch','Inventory','','',''),('416254913140430023',2331,'41625491237','66','3.00','600','retail','0','2021-07-05 16:24:37','','','','150.00','Cash',82.76,'200','','','4','','1','2021-07-05 13:24:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','30','Inclusive','branch','Inventory','','',''),('416254913262613229',2332,'41625491237','60','3.00','450','retail','0','2021-07-05 16:24:37','','','','105','Cash',62.07,'150','','','4','','1','2021-07-05 13:24:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','37.50','34.5','Inclusive','branch','Inventory','','',''),('416254915104244050',2333,'41625491484','2','5.00','2750','retail','0','2021-07-05 16:26:06','','','','530','Cash',379.31,'550','','','4','','1','2021-07-05 13:27:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','164.00','159','Inclusive','branch','18','','',''),('416254916893221534',2334,'41625491674','232','1.00','200','retail','0','2021-07-05 16:28:25','','','','2','Cash',27.59,'200','','','4','','1','2021-07-05 13:31:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','84.00','83','Inclusive','branch','Inventory','1110','4000','5500'),('416254918799042343',2335,'41625491863','2','8.00','4400','retail','0','2021-07-05 17:40:17','','','','530','Cash',606.90,'550','','','4','','1','2021-07-05 14:40:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','159.00','151','Inclusive','branch','18','','',''),('416254959879220322',2336,'41625491863','232','1.00','550','retail','0','2021-07-05 17:40:17','','','','2','Cash',75.86,'550','','','4','','1','2021-07-05 14:40:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','83.00','82','Inclusive','branch','Inventory','1110','4000','5500'),('416254960730233333',2337,'41625496039','19','2.00','1700','retail','0','2021-07-05 17:41:54','','','','725','Cash',234.48,'850','','','4','','1','2021-07-05 14:42:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','173.00','171','Inclusive','branch','Inventory','','',''),('416254961592200332',2338,'41625496143','139','1.00','3000','retail','0','2021-07-05 17:42:51','','','','2520','Cash',413.79,'3000','','','4','','1','2021-07-05 14:42:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','7.00','6','Inclusive','branch','Inventory','','',''),('416254962889334253',2339,'41625496258','42','10.00','9000','retail','0','2021-07-05 17:46:41','','','','870','Cash',1241.38,'900','','','4','','1','2021-07-05 14:46:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','10','33.00','23','Inclusive','branch','Inventory','','',''),('416254963093604352',2340,'41625496258','66','1.00','200','retail','0','2021-07-05 17:46:41','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-05 14:46:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.00','29','Inclusive','branch','Inventory','','',''),('416254963863603230',2341,'41625496258','232','2.00','400','retail','0','2021-07-05 17:46:41','','','','2','Cash',55.17,'200','','','4','','1','2021-07-05 14:46:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','82.00','80','Inclusive','branch','Inventory','1110','4000','5500'),('416254964640132653',2342,'41625496420','3','1.00','550','retail','0','2021-07-05 17:47:53','','','','510','Cash',75.86,'550','','','4','','1','2021-07-05 14:48:08','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','2.00','1','Inclusive','branch','Inventory','','',''),('416254965183254032',2343,'41625496490','285','0.50','200','retail','0','2021-07-05 17:48:50','','','','180','Cash',27.59,'400','','','4','','1','2021-07-05 14:48:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','23.75','23.25','Inclusive','branch','Inventory','1110','4000','5500'),('416254965522003423',2344,'41625496535','285','1.00','250','retail','0','2021-07-05 17:50:17','','','','180','Cash',34.48,'250','','','4','','1','2021-07-05 14:50:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','23.25','21.25','Inclusive','branch','Inventory','1110','4000','5500'),('416254965874311333',2345,'41625496535','285','1.00','150','retail','0','2021-07-05 17:50:17','','','','180','Cash',20.69,'150','','','4','','1','2021-07-05 14:50:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','22.25','21.25','Inclusive','branch','Inventory','1110','4000','5500'),('416254966702234004',2346,'41625496623','60','1.00','200','retail','0','2021-07-05 17:51:20','','','','105','Cash',27.59,'200','','','4','','1','2021-07-05 14:51:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','33.5','Inclusive','branch','Inventory','','',''),('416254967483342033',2347,'41625496716','212','3.00','39000','retail','0','2021-07-05 17:53:13','','','','12600','Cash',5379.31,'13000','','','4','','1','2021-07-05 14:53:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','10.00','7','Inclusive','branch','Inventory','','',''),('416254968170033442',2348,'41625496804','212','3.00','37500','retail','0','2021-07-05 17:53:58','','','','12600','Cash',5172.41,'12500','','','4','','1','2021-07-05 14:54:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','7.00','4','Inclusive','branch','Inventory','','',''),('416255791043547323',2349,'41625579030','157','1.00','4850','retail','0','2021-07-06 17:02:54','','','','3800','Cash',668.97,'4850','','','4','','1','2021-07-06 14:03:00','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4181.03','','1.00','0','Inclusive','branch','Inventory','','',''),('416255791254233522',2350,'41625579030','155','2.00','9700','retail','0','2021-07-06 17:02:54','','','','3800','Cash',1337.93,'4850','','','4','','1','2021-07-06 14:03:00','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4181.03','','1.00','4','Inclusive','branch','Inventory','','',''),('416255799282233302',2351,'41625579030','267','3.00','7500','retail','0','2021-07-06 17:02:54','','','','1550','Cash',1034.48,'2500','','','4','','1','2021-07-06 14:03:00','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416255799465223373',2352,'41625579030','66','3.00','750','retail','0','2021-07-06 17:02:54','','','','150.00','Cash',103.45,'250','','','4','','1','2021-07-06 14:03:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','29.00','26','Inclusive','branch','Inventory','','',''),('416255799554225037',2353,'41625579030','232','1.00','1000','retail','0','2021-07-06 17:02:54','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-06 14:03:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','80.00','79','Inclusive','branch','Inventory','1110','4000','5500'),('416255805363255225',2354,'41625580477','284','9.00','7650','retail','0','2021-07-06 17:13:21','','','','630','Cash',1055.17,'850','','','4','','1','2021-07-06 14:13:29','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','32.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416255806633688363',2355,'41625580477','274','5.00','2150','retail','0','2021-07-06 17:13:21','','','','150 ','Cash',296.55,'430','','','4','','1','2021-07-06 14:13:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','8.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416255807262203203',2356,'41625580477','295','8.00','1200','retail','0','2021-07-06 17:13:21','','','','60','Cash',165.52,'150','','','4','','1','2021-07-06 14:13:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','18.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416255808333232832',2357,'41625580810','2','7.00','3850','retail','0','2021-07-06 17:14:09','','','','530','Cash',531.03,'550','','','4','','1','2021-07-06 14:14:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','151.00','144','Inclusive','branch','18','','',''),('416255809230230623',2358,'41625580864','285','1.00','300','retail','0','2021-07-06 17:15:25','','','','180','Cash',41.38,'300','','','4','','1','2021-07-06 14:15:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','81.25','80.25','Inclusive','branch','Inventory','1110','4000','5500'),('416255809950243302',2359,'41625580956','18','2.00','1200','retail','0','2021-07-06 17:18:37','','','','580','Cash',165.52,'600','','','4','','1','2021-07-06 14:18:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','60.00','58','Inclusive','branch','Inventory','','',''),('416255810435430023',2360,'41625580956','66','0.50','100','retail','0','2021-07-06 17:18:37','','','','150.00','Cash',13.79,'200','','','4','','1','2021-07-06 14:18:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.00','25.5','Inclusive','branch','Inventory','','',''),('416255813770024122',2361,'41625581353','247','3.00','900','retail','0','2021-07-06 17:23:21','','','','190','Cash',124.14,'300','','','4','','1','2021-07-06 14:23:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416255814454633250',2362,'41625581414','281','16.00','2000','retail','0','2021-07-06 17:24:37','','','','55','Cash',275.86,'125','','','4','','1','2021-07-06 14:24:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','46.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416255815283243230',2363,'41625581493','2','5.00','2750','retail','0','2021-07-06 17:25:51','','','','530','Cash',379.31,'550','','','4','','1','2021-07-06 14:25:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','144.00','139','Inclusive','branch','18','','',''),('416255815805332355',2364,'41625581562','2','2.00','1100','retail','0','2021-07-06 17:26:38','','','','530','Cash',151.72,'550','','','4','','1','2021-07-06 14:26:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','139.00','137','Inclusive','branch','18','','',''),('416255816511030208',2365,'41625581614','13','20.00','18400','retail','0','2021-07-06 17:27:59','','','','890','Cash',2537.93,'920','','','4','','1','2021-07-06 14:28:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','793.10','','27.00','7','Inclusive','branch','Inventory','','',''),('416255817087233233',2366,'41625581688','212','1.00','12800','retail','0','2021-07-06 17:28:45','','','','12600','Cash',1765.52,'12800','','','4','','1','2021-07-06 14:29:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11034.48','','14.00','13','Inclusive','branch','Inventory','','',''),('416255818053042333',2367,'41625581768','8','7.00','3150','retail','0','2021-07-06 17:41:53','','','','330','Cash',434.48,'450','','','4','','1','2021-07-06 14:42:03','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','45.00','38','Inclusive','branch','Inventory','','',''),('416255818185303834',2368,'41625581768','60','2.00','300','retail','0','2021-07-06 17:41:53','','','','105','Cash',41.38,'150','','','4','','1','2021-07-06 14:42:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','33.50','31.5','Inclusive','branch','Inventory','','',''),('416255818323222502',2369,'41625581768','62','1.00','150','retail','0','2021-07-06 17:41:53','','','','105','Cash',20.69,'150','','','4','','1','2021-07-06 14:42:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','259.00','258','Inclusive','branch','Inventory','','',''),('416255823723222203',2370,'41625581768','232','1.00','200','retail','0','2021-07-06 17:41:53','','','','2','Cash',27.59,'200','','','4','','1','2021-07-06 14:42:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','79.00','78','Inclusive','branch','Inventory','1110','4000','5500'),('416255824622224382',2371,'41625581768','63','1.00','150','retail','0','2021-07-06 17:41:53','','','','105','Cash',20.69,'150','','','4','','1','2021-07-06 14:42:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','123.25','122.25','Inclusive','branch','Inventory','','',''),('416255825585086622',2372,'41625582524','121','4.00','5200','retail','0','2021-07-06 17:43:00','','','','1180','Cash',717.24,'1300','','','4','','1','2021-07-06 14:43:24','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','108.00','104','Inclusive','branch','Inventory','','',''),('416255826281024241',2373,'41625582604','232','1.00','150','retail','0','2021-07-06 17:45:23','','','','2','Cash',20.69,'150','','','4','','1','2021-07-06 14:46:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','78.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('416255826890036804',2374,'41625582604','259','1.00','150','retail','0','2021-07-06 17:45:23','','','','150 ','Cash',20.69,'150','','','4','','1','2021-07-06 14:46:16','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416255827225322250',2375,'41625582604','277','1.00','200','retail','0','2021-07-06 17:45:23','','','','65','Cash',27.59,'200','','','4','','1','2021-07-06 14:46:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416255828024130243',2376,'41625582777','66','1.00','200','retail','0','2021-07-06 17:47:04','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-06 14:47:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','24.5','Inclusive','branch','Inventory','','',''),('416255828532322533',2377,'41625582831','285','1.00','300','retail','0','2021-07-06 17:47:50','','','','180','Cash',41.38,'300','','','4','','1','2021-07-06 14:47:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','80.25','79.25','Inclusive','branch','Inventory','1110','4000','5500'),('416255828693242322',2378,'41625582831','272','1.00','100','retail','0','2021-07-06 17:47:50','','','','33','Cash',13.79,'100','','','4','','1','2021-07-06 14:47:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416255841082132233',2379,'41625584092','255','1.00','300','retail','0','2021-07-06 18:08:43','','','','150','Cash',41.38,'300','','','4','','1','2021-07-06 15:08:51','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416256540010610326',2380,'41625653991','232','1.00','1000','retail','0','2021-07-07 13:33:43','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-07 10:34:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('416256541102211302',2381,'41625654089','2','3.00','1650','retail','0','2021-07-07 13:35:28','','','','530','Cash',227.59,'550','','','4','','1','2021-07-07 10:35:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','137.00','134','Inclusive','branch','18','','',''),('416256541640310255',2382,'41625654136','58','0.50','100','retail','0','2021-07-07 13:36:21','','','','130','Cash',13.79,'200','','','4','','1','2021-07-07 10:36:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.50','40','Inclusive','branch','Inventory','','',''),('416256542072262625',2383,'41625654190','2','20.00','11000','retail','0','2021-07-07 13:37:08','','','','530','Cash',1517.24,'550','','','4','','1','2021-07-07 10:37:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','134.00','114','Inclusive','branch','18','','',''),('416256542773335232',2384,'41625654240','169','30.00','1899.9','retail','0','2021-07-07 13:38:35','','','','50','Cash',262.06,'63.33','','','4','','1','2021-07-07 10:38:46','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','54.59','','81.00','51','Inclusive','branch','Inventory','','',''),('416256543470232236',2385,'41625654327','18','10.00','6300','retail','0','2021-07-07 13:39:33','','','','580','Cash',868.97,'630','','','4','','1','2021-07-07 10:39:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','58.00','48','Inclusive','branch','Inventory','','',''),('416256544184150230',2386,'41625654382','2','40.00','22000','retail','0','2021-07-07 13:41:22','','','','530','Cash',3034.48,'550','','','4','','1','2021-07-07 10:41:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','114.00','74','Inclusive','branch','18','','',''),('416256544572253430',2387,'41625654382','292','1.00','3500','retail','0','2021-07-07 13:41:22','','','','2500','Cash',482.76,'3500','','','4','','1','2021-07-07 10:41:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416256545303632252',2388,'41625654499','253','1.00','6350','retail','0','2021-07-07 13:42:32','','','','5700','Cash',875.86,'6350','','','4','','1','2021-07-07 10:42:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5474.14','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416256545902003325',2389,'41625654560','2','50.00','27500','retail','0','2021-07-07 15:04:55','','','','530','Cash',3793.10,'550','','','4','','1','2021-07-07 12:05:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','74.00','24','Inclusive','branch','18','','',''),('416256546340402362',2390,'41625654560','281','16.00','1600','retail','0','2021-07-07 15:04:55','','','','55','Cash',220.69,'100','','','4','','1','2021-07-07 12:05:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','30.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416256593343022349',2391,'41625654560','13','20.00','19000','retail','0','2021-07-07 15:04:55','','','','890','Cash',2620.69,'950','','','4','','1','2021-07-07 12:05:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','61.00','41','Inclusive','branch','Inventory','','',''),('416256593975322073',2392,'41625654560','63','15.00','2250','retail','0','2021-07-07 15:04:55','','','','105','Cash',310.34,'150','','','4','','1','2021-07-07 12:05:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','172.25','157.25','Inclusive','branch','Inventory','','',''),('416256594483303302',2393,'41625654560','62','5.00','750','retail','0','2021-07-07 15:04:55','','','','105','Cash',103.45,'150','','','4','','1','2021-07-07 12:05:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','308.00','303','Inclusive','branch','Inventory','','',''),('416256595749333342',2394,'41625659520','284','1.00','1000','retail','0','2021-07-07 15:09:03','','','','630','Cash',137.93,'1000','','','4','','1','2021-07-07 12:09:18','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416256596373300033',2395,'41625659520','270','1.00','200','retail','0','2021-07-07 15:09:03','','','','60','Cash',27.59,'200','','','4','','1','2021-07-07 12:09:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416256597010032201',2396,'41625659520','62','3.00','499.98','retail','0','2021-07-07 15:09:03','','','','105','Cash',68.96,'166.66','','','4','','1','2021-07-07 12:09:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','303.00','300','Inclusive','branch','Inventory','','',''),('416256597743226342',2397,'41625659763','232','1.00','600','retail','0','2021-07-07 15:10:00','','','','2','Cash',82.76,'600','','','4','','1','2021-07-07 12:10:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','76.00','75','Inclusive','branch','Inventory','1110','4000','5500'),('416256599052223302',2398,'41625659834','245','1.00','2000','retail','0','2021-07-07 15:17:29','','','','1300','Cash',275.86,'2000','','','4','','1','2021-07-07 12:19:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416256599403092203',2399,'41625659834','284','2.00','1700','retail','0','2021-07-07 15:17:29','','','','630','Cash',234.48,'850','','','4','','1','2021-07-07 12:19:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','22.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416256599870203210',2400,'41625659834','232','1.00','600','retail','0','2021-07-07 15:17:29','','','','2','Cash',82.76,'600','','','4','','1','2021-07-07 12:19:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','75.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416256600925332332',2401,'41625659834','232','1.00','1000','retail','0','2021-07-07 15:17:29','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-07 12:19:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','74.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('416256601430602346',2402,'41625659834','295','8.00','1200','retail','0','2021-07-07 15:17:29','','','','60','Cash',165.52,'150','','','4','','1','2021-07-07 12:19:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416256601950433006',2403,'41625659834','271','2.00','200','retail','0','2021-07-07 15:17:29','','','','50','Cash',27.59,'100','','','4','','1','2021-07-07 12:19:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416256603782212023',2404,'41625660343','63','3.00','450','retail','0','2021-07-07 15:20:33','','','','105','Cash',62.07,'150','','','4','','1','2021-07-07 12:20:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','157.25','154.25','Inclusive','branch','Inventory','','',''),('416256604150252002',2405,'41625660343','66','1.00','200','retail','0','2021-07-07 15:20:33','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-07 12:20:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.50','23.5','Inclusive','branch','Inventory','','',''),('416256605113301140',2406,'41625660451','66','2.00','400','retail','0','2021-07-07 15:23:31','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-07 12:23:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','23.50','21.5','Inclusive','branch','Inventory','','',''),('416256605224510320',2407,'41625660451','60','1.00','150','retail','0','2021-07-07 15:23:31','','','','105','Cash',20.69,'150','','','4','','1','2021-07-07 12:23:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','81.50','80.5','Inclusive','branch','Inventory','','',''),('416256605420023322',2408,'41625660451','62','2.00','300','retail','0','2021-07-07 15:23:31','','','','105','Cash',41.38,'150','','','4','','1','2021-07-07 12:23:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','300.00','298','Inclusive','branch','Inventory','','',''),('416256692543602260',2409,'41625669240','254','1.00','100','retail','0','2021-07-07 17:47:54','','','','80','Cash',13.79,'100','','','4','','1','2021-07-07 14:48:14','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','447.00','446','Inclusive','branch','Inventory','1110','4000','5500'),('416256693136222423',2410,'41625669295','232','1.00','1700','retail','0','2021-07-07 17:48:52','','','','2','Cash',234.48,'1700','','','4','','1','2021-07-07 14:49:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1465.52','','73.00','72','Inclusive','branch','Inventory','1110','4000','5500'),('416256694311303393',2411,'41625669399','49','7.00','2800','retail','0','2021-07-07 17:52:33','','','','310','Cash',386.21,'400','','','4','','1','2021-07-07 14:52:44','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','27.00','20','Inclusive','branch','Inventory','','',''),('416256694884392302',2412,'41625669399','139','1.00','3000','retail','0','2021-07-07 17:52:33','','','','2520','Cash',413.79,'3000','','','4','','1','2021-07-07 14:52:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','6.00','5','Inclusive','branch','Inventory','','',''),('416256695322122236',2413,'41625669399','66','1.00','200','retail','0','2021-07-07 17:52:33','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-07 14:52:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.50','20.5','Inclusive','branch','Inventory','','',''),('416257520402534233',2414,'41625752005','247','1.00','300','retail','0','2021-07-08 16:47:43','','','','190','Cash',41.38,'300','','','4','','1','2021-07-08 13:47:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416257520974323322',2415,'41625752073','2','10.00','5500','retail','0','2021-07-08 16:48:40','','','','530','Cash',758.62,'550','','','4','','1','2021-07-08 13:48:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','24.00','14','Inclusive','branch','18','','',''),('416257521782722737',2416,'41625752137','232','1.00','1000','retail','0','2021-07-08 16:49:59','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-08 13:50:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','72.00','71','Inclusive','branch','Inventory','1110','4000','5500'),('416257522823022302',2417,'41625752238','8','5.00','2500','retail','0','2021-07-08 16:53:19','','','','330','Cash',344.83,'500','','','4','','1','2021-07-08 13:53:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','38.00','33','Inclusive','branch','Inventory','','',''),('416257523052261520',2418,'41625752238','60','2.00','300','retail','0','2021-07-08 16:53:19','','','','105','Cash',41.38,'150','','','4','','1','2021-07-08 13:53:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','80.50','78.5','Inclusive','branch','Inventory','','',''),('416257523212332513',2419,'41625752238','62','3.00','450','retail','0','2021-07-08 16:53:19','','','','105','Cash',62.07,'150','','','4','','1','2021-07-08 13:53:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','298.00','295','Inclusive','branch','Inventory','','',''),('416257524442242223',2420,'41625752418','245','2.00','3800','retail','0','2021-07-08 16:54:34','','','','1300','Cash',524.14,'1900','','','4','','1','2021-07-08 13:54:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416257525013255203',2421,'41625752487','232','1.00','1000','retail','0','2021-07-08 16:55:18','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-08 13:55:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','71.00','70','Inclusive','branch','Inventory','1110','4000','5500'),('416257532763230367',2422,'41625753257','9','4.00','13600','retail','0','2021-07-08 17:08:21','','','','2900','Cash',1875.86,'3400','','','4','','1','2021-07-08 14:08:27','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','10.00','6','Inclusive','branch','Inventory','','',''),('416257533361132303',2423,'41625753308','212','1.00','12800','retail','0','2021-07-08 17:09:17','','','','12600','Cash',1765.52,'12800','','','4','','1','2021-07-08 14:09:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11034.48','','13.00','12','Inclusive','branch','Inventory','','',''),('416257533815044343',2424,'41625753365','254','3.00','600','retail','0','2021-07-08 17:09:59','','','','80','Cash',82.76,'200','','','4','','1','2021-07-08 14:11:18','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','446.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('416257535145020033',2425,'41625753479','8','10.00','4500','retail','0','2021-07-08 17:12:27','','','','330','Cash',620.69,'450','','','4','','1','2021-07-08 14:12:49','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','33.00','23','Inclusive','branch','Inventory','','',''),('416258357460725233',2426,'41625835675','18','2.00','1250','retail','0','2021-07-09 16:04:16','','','','580','Cash',172.41,'625','','','4','','1','2021-07-09 13:05:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','538.79','','48.00','46','Inclusive','branch','Inventory','','',''),('416258357962252630',2427,'41625835675','232','1.00','250','retail','0','2021-07-09 16:04:16','','','','2','Cash',34.48,'250','','','4','','1','2021-07-09 13:05:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','70.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416258363293932329',2428,'41625836110','2','40.00','22000','retail','0','2021-07-09 16:13:17','','','','530','Cash',3034.48,'550','','','4','','1','2021-07-09 13:13:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','284.00','244','Inclusive','branch','18','','',''),('416258363743143232',2429,'41625836110','232','1.00','3500','retail','0','2021-07-09 16:13:17','','','','2','Cash',482.76,'3500','','','4','','1','2021-07-09 13:13:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416258364600220206',2430,'41625836426','242','1.00','100','retail','0','2021-07-09 16:15:52','','','','90','Cash',13.79,'100','','','4','','1','2021-07-09 13:16:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416258365178565282',2431,'41625836426','232','1.00','200','retail','0','2021-07-09 16:15:52','','','','2','Cash',27.59,'200','','','4','','1','2021-07-09 13:16:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416258368672343528',2432,'41625836618','2','46.00','25300','retail','0','2021-07-09 16:24:19','','','','530','Cash',3489.66,'550','','','4','','1','2021-07-09 13:25:05','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','244.00','198','Inclusive','branch','18','','',''),('416258369063249230',2433,'41625836618','232','1.00','450','retail','0','2021-07-09 16:24:19','','','','2','Cash',62.07,'450','','','4','','1','2021-07-09 13:25:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416258374702031032',2434,'41625837115','285','1.00','300','retail','0','2021-07-09 16:31:11','','','','180','Cash',41.38,'300','','','4','','1','2021-07-09 13:31:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','79.25','78.25','Inclusive','branch','Inventory','1110','4000','5500'),('416258375134432423',2435,'41625837484','145','2.00','1000','retail','0','2021-07-09 16:32:20','','','','320','Cash',137.93,'500','','','4','','1','2021-07-09 13:32:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','7.00','5','Inclusive','branch','Inventory','','',''),('416258375633722203',2436,'41625837546','285','1.00','300','retail','0','2021-07-09 16:32:45','','','','180','Cash',41.38,'300','','','4','','1','2021-07-09 13:32:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','78.25','77.25','Inclusive','branch','Inventory','1110','4000','5500'),('416258376115203800',2437,'41625837573','300','1.00','200','retail','0','2021-07-09 16:33:49','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-09 13:33:56','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416258376670630320',2438,'41625837637','19','5.00','4500','retail','0','2021-07-09 16:35:16','','','','725','Cash',620.69,'900','','','4','','1','2021-07-09 13:35:30','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','171.00','166','Inclusive','branch','Inventory','','',''),('416258377553330030',2439,'41625837732','19','6.00','5100','retail','0','2021-07-09 16:38:27','','','','725','Cash',703.45,'850','','','4','','1','2021-07-09 13:38:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','166.00','160','Inclusive','branch','Inventory','','',''),('416258378073222323',2440,'41625837732','63','2.00','300','retail','0','2021-07-09 16:38:27','','','','105','Cash',41.38,'150','','','4','','1','2021-07-09 13:38:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','154.25','152.25','Inclusive','branch','Inventory','','',''),('416258378208138023',2441,'41625837732','62','1.00','150','retail','0','2021-07-09 16:38:27','','','','105','Cash',20.69,'150','','','4','','1','2021-07-09 13:38:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','295.00','294','Inclusive','branch','Inventory','','',''),('416258378353303502',2442,'41625837732','66','1.00','200','retail','0','2021-07-09 16:38:27','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-09 13:38:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.50','19.5','Inclusive','branch','Inventory','','',''),('416258379398303525',2443,'41625837919','2','6.00','3300','retail','0','2021-07-09 16:39:17','','','','530','Cash',455.17,'550','','','4','','1','2021-07-09 13:39:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','198.00','192','Inclusive','branch','18','','',''),('416258381900433302',2444,'41625838108','204','1.00','100','retail','0','2021-07-09 16:43:28','','','','50','Cash',13.79,'100','','','4','','1','2021-07-09 13:43:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','5.00','4','Inclusive','branch','Inventory','','',''),('416258382603432663',2445,'41625838220','275','1.00','300','retail','0','2021-07-09 16:44:38','','','','80','Cash',41.38,'300','','','4','','1','2021-07-09 13:44:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416258383903220434',2446,'41625838288','15','3.00','2100','retail','0','2021-07-09 16:46:51','','','','640','Cash',289.66,'700','','','4','','1','2021-07-09 13:47:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','103.00','100','Inclusive','branch','Inventory','','',''),('416258384412023342',2447,'41625838421','8','8.00','3600','retail','0','2021-07-09 16:50:55','','','','330','Cash',496.55,'450','','','4','','1','2021-07-09 13:51:02','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','23.00','15','Inclusive','branch','Inventory','','',''),('416258385734207202',2448,'41625838421','49','10.00','4500','retail','0','2021-07-09 16:50:55','','','','310','Cash',620.69,'450','','','4','','1','2021-07-09 13:51:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','20.00','10','Inclusive','branch','Inventory','','',''),('416258386293423360',2449,'41625838421','72','5.00','6500','retail','0','2021-07-09 16:50:55','','','','1230','Cash',896.55,'1300','','','4','','1','2021-07-09 13:51:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','53.00','48','Inclusive','branch','Inventory','','',''),('416258387453664522',2450,'41625838664','212','2.00','25000','retail','0','2021-07-09 16:52:51','','','','12600','Cash',3448.28,'12500','','','4','','1','2021-07-09 13:53:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','12.00','10','Inclusive','branch','Inventory','','',''),('416259033363303326',2451,'41625903274','66','1.50','300','retail','0','2021-07-10 10:57:18','','','','150.00','Cash',41.38,'200','','','4','','1','2021-07-10 07:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','18','Inclusive','branch','Inventory','','',''),('416259033892223389',2452,'41625903274','63','4.00','600','retail','0','2021-07-10 10:57:18','','','','105','Cash',82.76,'150','','','4','','1','2021-07-10 07:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','152.25','148.25','Inclusive','branch','Inventory','','',''),('416259034002042302',2453,'41625903274','62','3.00','450','retail','0','2021-07-10 10:57:18','','','','105','Cash',62.07,'150','','','4','','1','2021-07-10 07:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','294.00','291','Inclusive','branch','Inventory','','',''),('416259034236642300',2454,'41625903274','60','1.00','150','retail','0','2021-07-10 10:57:18','','','','105','Cash',20.69,'150','','','4','','1','2021-07-10 07:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','78.50','77.5','Inclusive','branch','Inventory','','',''),('416259035792242910',2455,'41625903274','309','3.00','300','retail','0','2021-07-10 10:57:18','','','','110','Cash',41.38,'100','','','4','','1','2021-07-10 07:57:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416259039133090012',2456,'41625903877','2','4.00','2200','retail','0','2021-07-10 10:59:03','','','','530','Cash',303.45,'550','','','4','','1','2021-07-10 07:59:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','392.00','388','Inclusive','branch','18','','',''),('416259039943093422',2457,'41625903957','2','7.00','3920','retail','0','2021-07-10 11:00:23','','','','530','Cash',540.69,'560','','','4','','1','2021-07-10 08:00:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','388.00','381','Inclusive','branch','18','','',''),('416259167912052940',2458,'41625916773','2','3.00','1650','retail','0','2021-07-10 14:33:39','','','','530','Cash',227.59,'550','','','4','','1','2021-07-10 11:33:46','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','381.00','378','Inclusive','branch','18','','',''),('416259168401043408',2459,'41625916828','232','1.00','150','retail','0','2021-07-10 14:34:22','','','','2','Cash',20.69,'150','','','4','','1','2021-07-10 11:34:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416259169333013903',2460,'41625916898','4','3.00','2400','retail','0','2021-07-10 14:43:27','','','','730','Cash',331.03,'800','','','4','','1','2021-07-10 11:45:36','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','21.00','18','Inclusive','branch','Inventory','','',''),('416259169854231302',2461,'41625916898','92','2.00','600','retail','0','2021-07-10 14:43:27','','','','190','Cash',82.76,'300','','','4','','1','2021-07-10 11:45:36','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','116.00','114','Inclusive','branch','Inventory','','',''),('416259170455220223',2462,'41625916898','60','1.00','150','retail','0','2021-07-10 14:43:27','','','','105','Cash',20.69,'150','','','4','','1','2021-07-10 11:45:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','77.50','76.5','Inclusive','branch','Inventory','','',''),('416259170661023432',2463,'41625916898','2','4.00','2200','retail','0','2021-07-10 14:43:27','','','','530','Cash',303.45,'550','','','4','','1','2021-07-10 11:45:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','378.00','374','Inclusive','branch','18','','',''),('416259170885503723',2464,'41625916898','285','2.00','600','retail','0','2021-07-10 14:43:27','','','','180','Cash',82.76,'300','','','4','','1','2021-07-10 11:45:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','77.25','75.25','Inclusive','branch','Inventory','1110','4000','5500'),('416259171319143055',2465,'41625916898','232','1.00','700','retail','0','2021-07-10 14:43:27','','','','2','Cash',96.55,'700','','','4','','1','2021-07-10 11:45:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416259171552612243',2466,'41625916898','300','1.00','250','retail','0','2021-07-10 14:43:27','','','','150 ','Cash',34.48,'250','','','4','','1','2021-07-10 11:45:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416259175972923223',2467,'41625917537','286','1.00','1900','retail','0','2021-07-10 14:50:28','','','','450','Cash',262.07,'1900','','','4','','1','2021-07-10 11:50:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416259176283261333',2468,'41625917537','274','1.00','400','retail','0','2021-07-10 14:50:28','','','','150 ','Cash',55.17,'400','','','4','','1','2021-07-10 11:50:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416259299403333340',2469,'41625929903','132','2.00','2400','retail','0','2021-07-10 18:12:58','','','','1000','Cash',331.03,'1200','','','4','','1','2021-07-10 15:13:04','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','9.50','7.5','Inclusive','branch','Inventory','','',''),('416259299993033022',2470,'41625929985','71','5.00','5500','retail','0','2021-07-10 18:18:59','','','','1025','Cash',758.62,'1100','','','4','','1','2021-07-10 15:19:06','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','5.00','0','Inclusive','branch','Inventory','','',''),('416259300352340503',2471,'41625929985','66','4.00','800','retail','0','2021-07-10 18:18:59','','','','150.00','Cash',110.34,'200','','','4','','1','2021-07-10 15:19:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.00','14','Inclusive','branch','Inventory','','',''),('416259300445242034',2472,'41625929985','60','2.00','300','retail','0','2021-07-10 18:18:59','','','','105','Cash',41.38,'150','','','4','','1','2021-07-10 15:19:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','76.50','74.5','Inclusive','branch','Inventory','','',''),('416259300563326033',2473,'41625929985','62','2.00','300','retail','0','2021-07-10 18:18:59','','','','105','Cash',41.38,'150','','','4','','1','2021-07-10 15:19:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','291.00','289','Inclusive','branch','Inventory','','',''),('416259300796234220',2474,'41625929985','63','2.00','300','retail','0','2021-07-10 18:18:59','','','','105','Cash',41.38,'150','','','4','','1','2021-07-10 15:19:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','148.25','146.25','Inclusive','branch','Inventory','','',''),('416260676073202030',2475,'41626067563','13','28.00','26040','retail','0','2021-07-12 08:32:44','','','','890','Cash',3591.72,'930','','','4','','1','2021-07-12 05:33:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','801.72','','41.00','13','Inclusive','branch','Inventory','','',''),('416260676743723324',2476,'41626067563','14','2.00','2200','retail','0','2021-07-12 08:32:44','','','','1065','Cash',303.45,'1100','','','4','','1','2021-07-12 05:33:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','10.00','8','Inclusive','branch','Inventory','','',''),('416260677404224236',2477,'41626067563','145','2.00','1000','retail','0','2021-07-12 08:32:44','','','','320','Cash',137.93,'500','','','4','','1','2021-07-12 05:33:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','5.00','3','Inclusive','branch','Inventory','','',''),('416260678806270404',2478,'41626067563','232','1.00','2760','retail','0','2021-07-12 08:32:44','','','','2','Cash',380.69,'2760','','','4','','1','2021-07-12 05:33:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2379.31','','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416260680563220222',2479,'41626068027','2','2.00','1100','retail','0','2021-07-12 08:39:07','','','','530','Cash',151.72,'550','','','4','','1','2021-07-12 05:39:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','374.00','372','Inclusive','branch','18','','',''),('416260680893302022',2480,'41626068027','19','2.00','1700','retail','0','2021-07-12 08:39:07','','','','725','Cash',234.48,'850','','','4','','1','2021-07-12 05:39:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','160.00','158','Inclusive','branch','Inventory','','',''),('416260681374430623',2481,'41626068027','284','2.00','1700','retail','0','2021-07-12 08:39:07','','','','630','Cash',234.48,'850','','','4','','1','2021-07-12 05:39:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416260683283620242',2482,'41626068027','300','1.00','200','retail','0','2021-07-12 08:39:07','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-12 05:39:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416260684502400032',2483,'41626068352','239','6.00','4800','retail','0','2021-07-12 08:46:44','','','','580','Cash',662.07,'800','','','4','','1','2021-07-12 05:47:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','46.50','40.5','Inclusive','branch','Inventory','1110','4000','5500'),('416260685180262132',2484,'41626068352','154','2.00','700','retail','0','2021-07-12 08:46:44','','','','270','Cash',96.55,'350','','','4','','1','2021-07-12 05:47:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','5.50','3.5','Inclusive','branch','Inventory','','',''),('416260685747421132',2485,'41626068352','218','5.00','3750','retail','0','2021-07-12 08:46:44','','','','630','Cash',517.24,'750','','','4','','1','2021-07-12 05:47:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','18.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416260687830863032',2486,'41626068352','232','1.00','350','retail','0','2021-07-12 08:46:44','','','','2','Cash',48.28,'350','','','4','','1','2021-07-12 05:47:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','63.00','62','Inclusive','branch','Inventory','1110','4000','5500'),('416260689390221203',2487,'41626068833','2','8.00','4400','retail','0','2021-07-12 08:49:25','','','','530','Cash',606.90,'550','','','4','','1','2021-07-12 05:49:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','372.00','364','Inclusive','branch','18','','',''),('416260912130010223',2488,'41626091185','273','1.00','50','retail','0','2021-07-12 15:25:46','','','','25','Cash',6.90,'50','','','4','','1','2021-07-12 12:28:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416260912522226432',2489,'41626091185','14','5.00','5250','retail','0','2021-07-12 15:25:46','','','','1065','Cash',724.14,'1050','','','4','','1','2021-07-12 12:28:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','8.00','3','Inclusive','branch','Inventory','','',''),('416260912843030230',2490,'41626091185','63','1.00','150','retail','0','2021-07-12 15:25:46','','','','105','Cash',20.69,'150','','','4','','1','2021-07-12 12:28:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','146.25','145.25','Inclusive','branch','Inventory','','',''),('416260913083420312',2491,'41626091185','66','5.00','1000','retail','0','2021-07-12 15:25:46','','','','150.00','Cash',137.93,'200','','','4','','1','2021-07-12 12:28:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','9','Inclusive','branch','Inventory','','',''),('416260925792032304',2492,'41626091185','62','1.00','150','retail','0','2021-07-12 15:25:46','','','','105','Cash',20.69,'150','','','4','','1','2021-07-12 12:28:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','289.00','288','Inclusive','branch','Inventory','','',''),('416260929002021200',2493,'41626092884','2','20.00','11000','retail','0','2021-07-12 15:38:06','','','','530','Cash',1517.24,'550','','','4','','1','2021-07-12 12:42:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','364.00','344','Inclusive','branch','18','','',''),('416260929546345620',2494,'41626092884','232','1.00','2750','retail','0','2021-07-12 15:38:06','','','','2','Cash',379.31,'2750','','','4','','1','2021-07-12 12:42:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2370.69','','62.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416260930193691432',2495,'41626092884','270','1.00','150','retail','0','2021-07-12 15:38:06','','','','60','Cash',20.69,'150','','','4','','1','2021-07-12 12:42:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416260930522020420',2496,'41626092884','231','0.50','100','retail','0','2021-07-12 15:38:06','','','','130','Cash',13.79,'200','','','4','','1','2021-07-12 12:42:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','15','Inclusive','branch','Inventory','1110','4000','5500'),('416260937919632272',2497,'41626093745','140','3.00','10500','retail','0','2021-07-12 15:46:52','','','','2940','Cash',1448.28,'3500','','','4','','1','2021-07-12 12:47:02','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','1','Inclusive','branch','Inventory','','',''),('416260938055235226',2498,'41626093745','220','1.00','3700','retail','0','2021-07-12 15:46:52','','','','3050','Cash',510.34,'3700','','','4','','1','2021-07-12 12:47:02','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416260938192403933',2499,'41626093745','63','1.00','150','retail','0','2021-07-12 15:46:52','','','','105','Cash',20.69,'150','','','4','','1','2021-07-12 12:47:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','145.25','144.25','Inclusive','branch','Inventory','','',''),('416260938431283303',2500,'41626093745','165','2.00','400','retail','0','2021-07-12 15:46:52','','','','130','Cash',55.17,'200','','','4','','1','2021-07-12 12:47:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.50','3.5','Inclusive','branch','Inventory','','',''),('416260941454052426',2501,'41626094128','14','7.00','7350','retail','0','2021-07-12 15:49:38','','','','1065','Cash',1013.79,'1050','','','4','','1','2021-07-12 12:49:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','19.00','12','Inclusive','branch','Inventory','','',''),('416261014062232323',2502,'41626100953','10','2.00','6600','retail','0','2021-07-12 17:50:39','','','','2700','Cash',910.34,'3300','','','4','','1','2021-07-12 14:50:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','2.00','0','Inclusive','branch','Inventory','','',''),('416261021712432301',2503,'41626101446','232','1.00','100','retail','0','2021-07-12 18:03:07','','','','2','Cash',13.79,'100','','','4','','1','2021-07-12 15:03:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','61.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('416261827374268236',2504,'41626182701','2','15.00','8250','retail','0','2021-07-13 16:27:40','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-13 13:28:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','544.00','529','Inclusive','branch','18','','',''),('416261828403032324',2505,'41626182701','232','1.00','500','retail','0','2021-07-13 16:27:40','','','','2','Cash',68.97,'500','','','4','','1','2021-07-13 13:28:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','60.00','59','Inclusive','branch','Inventory','1110','4000','5500'),('416261829776332122',2506,'41626182901','212','1.00','12400','retail','0','2021-07-13 16:30:35','','','','12600','Cash',1710.34,'12400','','','4','','1','2021-07-13 13:30:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10689.66','','10.00','9','Inclusive','branch','Inventory','','',''),('416261829933232202',2507,'41626182901','63','2.00','300','retail','0','2021-07-13 16:30:35','','','','105','Cash',41.38,'150','','','4','','1','2021-07-13 13:30:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','144.25','142.25','Inclusive','branch','Inventory','','',''),('416261830882184123',2508,'41626183045','232','1.00','330','retail','0','2021-07-13 16:31:43','','','','2','Cash',45.52,'330','','','4','','1','2021-07-13 13:32:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','','59.00','58','Inclusive','branch','Inventory','1110','4000','5500'),('416261831886481240',2509,'41626183161','2','30.00','16500','retail','0','2021-07-13 16:36:06','','','','530','Cash',2275.86,'550','','','4','','1','2021-07-13 13:38:30','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','529.00','499','Inclusive','branch','18','','',''),('416261832022323332',2510,'41626183161','63','10.00','1500','retail','0','2021-07-13 16:36:06','','','','105','Cash',206.90,'150','','','4','','1','2021-07-13 13:38:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','142.25','132.25','Inclusive','branch','Inventory','','',''),('416261832262304382',2511,'41626183161','232','1.00','2700','retail','0','2021-07-13 16:36:06','','','','2','Cash',372.41,'2700','','','4','','1','2021-07-13 13:38:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2327.59','','58.00','57','Inclusive','branch','Inventory','1110','4000','5500'),('416261832528632442',2512,'41626183161','274','1.00','500','retail','0','2021-07-13 16:36:06','','','','150 ','Cash',68.97,'500','','','4','','1','2021-07-13 13:38:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416261832732830320',2513,'41626183161','270','1.00','150','retail','0','2021-07-13 16:36:06','','','','60','Cash',20.69,'150','','','4','','1','2021-07-13 13:38:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416261835673602223',2514,'41626183512','245','1.00','1800','retail','0','2021-07-13 16:50:45','','','','1300','Cash',248.28,'1800','','','4','','1','2021-07-13 13:52:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416261835892356636',2515,'41626183512','286','2.00','1000','retail','0','2021-07-13 16:50:45','','','','450','Cash',137.93,'500','','','4','','1','2021-07-13 13:52:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','40.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416261836738333636',2516,'41626183512','284','1.00','850','retail','0','2021-07-13 16:50:45','','','','630','Cash',117.24,'850','','','4','','1','2021-07-13 13:52:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416261837604022202',2517,'41626183512','273','1.00','50','retail','0','2021-07-13 16:50:45','','','','25','Cash',6.90,'50','','','4','','1','2021-07-13 13:52:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416261837737023130',2518,'41626183512','268','1.00','300','retail','0','2021-07-13 16:50:45','','','','120','Cash',41.38,'300','','','4','','1','2021-07-13 13:52:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416261837901292293',2519,'41626183512','232','1.00','900','retail','0','2021-07-13 16:50:45','','','','2','Cash',124.14,'900','','','4','','1','2021-07-13 13:52:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','57.00','56','Inclusive','branch','Inventory','1110','4000','5500'),('416261844103212613',2520,'41626184332','246','2.00','600','retail','0','2021-07-13 17:02:36','','','','200','Cash',82.76,'300','','','4','','1','2021-07-13 14:03:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416261844552383426',2521,'41626184332','232','1.00','2400','retail','0','2021-07-13 17:02:36','','','','2','Cash',331.03,'2400','','','4','','1','2021-07-13 14:03:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','56.00','55','Inclusive','branch','Inventory','1110','4000','5500'),('416261845020222042',2522,'41626184332','245','2.00','4000','retail','0','2021-07-13 17:02:36','','','','1300','Cash',551.72,'2000','','','4','','1','2021-07-13 14:03:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416261847962000842',2523,'41626184332','284','5.00','4000','retail','0','2021-07-13 17:02:36','','','','630','Cash',551.72,'800','','','4','','1','2021-07-13 14:03:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','17.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416261848591292020',2524,'41626184332','272','3.00','300','retail','0','2021-07-13 17:02:36','','','','33','Cash',41.38,'100','','','4','','1','2021-07-13 14:03:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416261851083346300',2525,'41626185035','60','1.00','150','retail','0','2021-07-13 17:05:33','','','','105','Cash',20.69,'150','','','4','','1','2021-07-13 14:06:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','74.50','73.5','Inclusive','branch','Inventory','','',''),('416261852200405320',2526,'41626185211','232','1.00','1500','retail','0','2021-07-13 17:09:59','','','','2','Cash',206.90,'1500','','','4','','1','2021-07-13 14:10:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','55.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('416261852380303362',2527,'41626185211','60','2.00','300','retail','0','2021-07-13 17:09:59','','','','105','Cash',41.38,'150','','','4','','1','2021-07-13 14:10:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','73.50','71.5','Inclusive','branch','Inventory','','',''),('416261853063233343',2528,'41626185211','62','3.00','450','retail','0','2021-07-13 17:09:59','','','','105','Cash',62.07,'150','','','4','','1','2021-07-13 14:10:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','288.00','285','Inclusive','branch','Inventory','','',''),('416261873618011317',2529,'41626185431','212','1.00','12500','retail','0','2021-07-13 17:43:03','','','','12600','Cash',1724.14,'12500','','','4','','1','2021-07-13 14:43:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','9.00','8','Inclusive','branch','Inventory','','',''),('416261878202220323',2530,'41626187480','62','1.00','150','retail','0','2021-07-13 17:50:41','','','','105','Cash',20.69,'150','','','4','','1','2021-07-13 14:50:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','285.00','284','Inclusive','branch','Inventory','','',''),('416262634642122222',2531,'41626263401','311','1.00','1500','retail','0','2021-07-14 14:51:24','','','','550','Cash',206.90,'1500','','','4','','1','2021-07-14 11:51:30','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416262635563520062',2532,'41626263491','53','1.00','600','retail','0','2021-07-14 14:53:21','','','','560','Cash',82.76,'600','','','4','','1','2021-07-14 11:53:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','15.50','14.5','Inclusive','branch','Inventory','','',''),('416262636443222442',2533,'41626263605','272','1.00','100','retail','0','2021-07-14 14:54:53','','','','33','Cash',13.79,'100','','','4','','1','2021-07-14 11:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416262636683323333',2534,'41626263605','232','1.00','200','retail','0','2021-07-14 14:54:53','','','','2','Cash',27.59,'200','','','4','','1','2021-07-14 11:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416262637383323237',2535,'41626263723','232','1.00','100','retail','0','2021-07-14 14:56:00','','','','2','Cash',13.79,'100','','','4','','1','2021-07-14 11:56:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','53.00','52','Inclusive','branch','Inventory','1110','4000','5500'),('416262638632224336',2536,'41626263789','84','4.00','5200','retail','0','2021-07-14 14:58:11','','','','1230','Cash',717.24,'1300','','','4','','1','2021-07-14 11:58:17','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','5.00','1','Inclusive','branch','Inventory','','',''),('416262639212023323',2537,'41626263898','232','1.00','400','retail','0','2021-07-14 14:58:59','','','','2','Cash',55.17,'400','','','4','','1','2021-07-14 12:01:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','52.00','51','Inclusive','branch','Inventory','1110','4000','5500'),('416262643263233046',2539,'41626264312','62','2.00','400','retail','0','2021-07-14 15:05:55','','','','105','Cash',55.17,'200','','','4','','1','2021-07-14 12:06:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','284.00','282','Inclusive','branch','Inventory','','',''),('416262644364102000',2540,'41626264382','245','2.00','4000','retail','0','2021-07-14 15:22:18','','','','1300','Cash',551.72,'2000','','','4','','1','2021-07-14 12:22:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','19.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416262644763441233',2541,'41626264382','284','2.00','1700','retail','0','2021-07-14 15:22:18','','','','630','Cash',234.48,'850','','','4','','1','2021-07-14 12:22:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416262644944092430',2542,'41626264382','273','2.00','200','retail','0','2021-07-14 15:22:18','','','','25','Cash',27.59,'100','','','4','','1','2021-07-14 12:22:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416262645320323400',2543,'41626264382','8','3.00','1500','retail','0','2021-07-14 15:22:18','','','','330','Cash',206.90,'500','','','4','','1','2021-07-14 12:22:34','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','65.00','62','Inclusive','branch','Inventory','','',''),('416262652723443303',2544,'41626264382','270','3.00','600','retail','0','2021-07-14 15:22:18','','','','60','Cash',82.76,'200','','','4','','1','2021-07-14 12:22:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416262653090232222',2545,'41626264382','268','3.00','900','retail','0','2021-07-14 15:22:18','','','','120','Cash',124.14,'300','','','4','','1','2021-07-14 12:22:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416262654174444222',2546,'41626265354','280','2.00','200','retail','0','2021-07-14 15:23:38','','','','50','Cash',27.59,'100','','','4','','1','2021-07-14 12:24:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416262657312313436',2547,'41626265463','232','1.00','500','retail','0','2021-07-14 15:29:09','','','','2','Cash',68.97,'500','','','4','','1','2021-07-14 12:29:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416262736513023522',2548,'41626273634','2','10.00','5500','retail','0','2021-07-14 17:44:10','','','','530','Cash',758.62,'550','','','4','','1','2021-07-14 14:46:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','499.00','489','Inclusive','branch','18','','',''),('416262738351334303',2549,'41626273634','232','1.00','300','retail','0','2021-07-14 17:44:10','','','','2','Cash',41.38,'300','','','4','','1','2021-07-14 14:46:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416262739883920243',2550,'41626273971','14','1.00','1050','retail','0','2021-07-14 17:46:46','','','','1065','Cash',144.83,'1050','','','4','','1','2021-07-14 14:46:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','12.00','11','Inclusive','branch','Inventory','','',''),('416263567232222220',2551,'41626356669','277','1.00','200','retail','0','2021-07-15 16:45:24','','','','65','Cash',27.59,'200','','','4','','1','2021-07-15 13:45:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416263568053200300',2552,'41626356735','2','2.00','1100','retail','0','2021-07-15 16:47:23','','','','530','Cash',151.72,'550','','','4','','1','2021-07-15 13:47:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','489.00','487','Inclusive','branch','18','','',''),('416263568873236002',2553,'41626356872','232','1.00','450','retail','0','2021-07-15 16:48:25','','','','2','Cash',62.07,'450','','','4','','1','2021-07-15 13:50:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416263570333230423',2554,'41626357007','2','5.00','2800','retail','0','2021-07-15 16:51:15','','','','530','Cash',386.21,'560','','','4','','1','2021-07-15 13:51:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','487.00','482','Inclusive','branch','18','','',''),('416263571244330330',2555,'41626357102','2','15.00','8250','retail','0','2021-07-15 16:52:30','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-15 13:52:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','482.00','467','Inclusive','branch','18','','',''),('416263572373302003',2556,'41626357162','55','1.00','1000','retail','0','2021-07-15 17:01:58','','','','880','Cash',137.93,'1000','','','4','','1','2021-07-15 14:02:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','20.00','19','Inclusive','branch','Inventory','','',''),('416263573912245235',2557,'41626357162','54','1.00','850','retail','0','2021-07-15 17:01:58','','','','700','Cash',117.24,'850','','','4','','1','2021-07-15 14:02:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','65.50','64.5','Inclusive','branch','Inventory','','',''),('416263576910630236',2558,'41626357162','145','3.00','2100','retail','0','2021-07-15 17:01:58','','','','320','Cash',289.66,'700','','','4','','1','2021-07-15 14:02:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','6.00','3','Inclusive','branch','Inventory','','',''),('416263577533262733',2559,'41626357724','108','6.00','6499.98','retail','0','2021-07-15 17:03:54','','','','900','Cash',896.55,'1083.33','','','4','','1','2021-07-15 14:03:59','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','933.91','','11.00','5','Inclusive','branch','Inventory','','',''),('416263578972033630',2560,'41626357840','14','3.00','3150','retail','0','2021-07-15 17:05:42','','','','1065','Cash',434.48,'1050','','','4','','1','2021-07-15 14:06:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','11.00','8','Inclusive','branch','Inventory','','',''),('416263622402030232',2561,'41626357963','242','1.00','100','retail','0','2021-07-15 18:17:44','','','','90','Cash',13.79,'100','','','4','','1','2021-07-15 15:18:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416263623223302622',2562,'41626362297','247','1.00','300','retail','0','2021-07-15 18:19:45','','','','190','Cash',41.38,'300','','','4','','1','2021-07-15 15:20:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416263623673072400',2563,'41626362297','232','1.00','150','retail','0','2021-07-15 18:19:45','','','','2','Cash',20.69,'150','','','4','','1','2021-07-15 15:20:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416263624844024346',2564,'41626362411','60','1.00','150','retail','0','2021-07-15 18:41:41','','','','105','Cash',20.69,'150','','','4','','1','2021-07-15 15:41:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','71.50','70.5','Inclusive','branch','Inventory','','',''),('416263624986361003',2565,'41626362411','62','1.00','150','retail','0','2021-07-15 18:41:41','','','','105','Cash',20.69,'150','','','4','','1','2021-07-15 15:41:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','282.00','281','Inclusive','branch','Inventory','','',''),('416263625102023424',2566,'41626362411','63','1.00','150','retail','0','2021-07-15 18:41:41','','','','105','Cash',20.69,'150','','','4','','1','2021-07-15 15:41:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','132.25','131.25','Inclusive','branch','Inventory','','',''),('416263625260624341',2567,'41626362411','66','0.50','100','retail','0','2021-07-15 18:41:41','','','','150.00','Cash',13.79,'200','','','4','','1','2021-07-15 15:41:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','59.00','58.5','Inclusive','branch','Inventory','','',''),('416263630923322363',2568,'41626362411','278','2.00','200','retail','0','2021-07-15 18:41:41','','','','45','Cash',27.59,'100','','','4','','1','2021-07-15 15:41:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','14.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416263631383260248',2569,'41626362411','232','1.00','100','retail','0','2021-07-15 18:41:41','','','','2','Cash',13.79,'100','','','4','','1','2021-07-15 15:41:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416264145280403201',2570,'41626414493','232','1.00','500','retail','0','2021-07-15 09:11:02','','','','2','Cash',68.97,'500','','','4','','1','2021-07-16 06:11:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416264145970404343',2571,'41626414493','259','1.00','300','retail','0','2021-07-15 09:11:02','','','','150 ','Cash',41.38,'300','','','4','','1','2021-07-16 06:11:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416264146242020320',2572,'41626414493','259','1.00','250','retail','0','2021-07-15 09:11:02','','','','150 ','Cash',34.48,'250','','','4','','1','2021-07-16 06:11:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416264146600333414',2573,'41626414493','252','10.00','1000','retail','0','2021-07-15 09:11:02','','','','70','Cash',137.93,'100','','','4','','1','2021-07-16 06:11:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','453.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('416264147110330307',2574,'41626414493','255','1.00','300','retail','0','2021-07-15 09:11:02','','','','150','Cash',41.38,'300','','','4','','1','2021-07-16 06:11:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416264147222206103',2575,'41626414493','254','1.00','150','retail','0','2021-07-15 09:11:02','','','','80','Cash',20.69,'150','','','4','','1','2021-07-16 06:11:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','443.00','442','Inclusive','branch','Inventory','1110','4000','5500'),('416264166184424328',2576,'41626415891','132','0.50','600','retail','0','2021-07-15 09:33:12','','','','1000','Cash',82.76,'1200','','','4','','1','2021-07-16 06:34:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','7.50','7','Inclusive','branch','Inventory','','',''),('416264166651241033',2577,'41626415891','232','1.00','100','retail','0','2021-07-15 09:33:12','','','','2','Cash',13.79,'100','','','4','','1','2021-07-16 06:34:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416264166963406330',2578,'41626415891','18','12.00','7800','retail','0','2021-07-15 09:33:12','','','','580','Cash',1075.86,'650','','','4','','1','2021-07-16 06:34:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','46.00','34','Inclusive','branch','Inventory','','',''),('416264167193363336',2579,'41626415891','14','2.00','2200','retail','0','2021-07-15 09:33:12','','','','1065','Cash',303.45,'1100','','','4','','1','2021-07-16 06:34:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','8.00','6','Inclusive','branch','Inventory','','',''),('416264167623330632',2580,'41626415891','284','1.00','850','retail','0','2021-07-15 09:33:12','','','','630','Cash',117.24,'850','','','4','','1','2021-07-16 06:34:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416264167843310803',2581,'41626415891','2','4.00','2200','retail','0','2021-07-15 09:33:12','','','','530','Cash',303.45,'550','','','4','','1','2021-07-16 06:34:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','467.00','463','Inclusive','branch','18','','',''),('416264167983433003',2582,'41626415891','62','2.50','400','retail','0','2021-07-15 09:33:12','','','','105','Cash',55.17,'160','','','4','','1','2021-07-16 06:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','281.00','278.5','Inclusive','branch','Inventory','','',''),('416264168106366031',2583,'41626415891','66','2.00','400','retail','0','2021-07-15 09:33:12','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-16 06:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','58.50','56.5','Inclusive','branch','Inventory','','',''),('416264168323314230',2584,'41626415891','60','1.00','150','retail','0','2021-07-15 09:33:12','','','','105','Cash',20.69,'150','','','4','','1','2021-07-16 06:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','70.50','69.5','Inclusive','branch','Inventory','','',''),('416264173484262343',2585,'41626417287','2','7.00','3850','retail','0','2021-07-15 09:36:05','','','','530','Cash',531.03,'550','','','4','','1','2021-07-16 06:36:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','463.00','456','Inclusive','branch','18','','',''),('416264174223022200',2586,'41626417383','188','1.00','1000','retail','0','2021-07-15 09:38:48','','','','600','Cash',137.93,'1000','','','4','','1','2021-07-16 06:39:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','3.00','2','Inclusive','branch','Inventory','','',''),('416264174452405014',2587,'41626417383','247','3.00','900','retail','0','2021-07-15 09:38:48','','','','190','Cash',124.14,'300','','','4','','1','2021-07-16 06:39:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','20.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416264174594243340',2588,'41626417383','8','2.00','1000','retail','0','2021-07-15 09:38:48','','','','330','Cash',137.93,'500','','','4','','1','2021-07-16 06:39:02','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','62.00','60','Inclusive','branch','Inventory','','',''),('416264175653622320',2589,'41626417547','232','1.00','600','retail','0','2021-07-15 09:41:46','','','','2','Cash',82.76,'600','','','4','','1','2021-07-16 06:44:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416264175822232424',2590,'41626417547','259','2.00','300','retail','0','2021-07-15 09:41:46','','','','150 ','Cash',41.38,'150','','','4','','1','2021-07-16 06:44:15','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','46.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416264175953261230',2591,'41626417547','254','2.00','300','retail','0','2021-07-15 09:41:46','','','','80','Cash',41.38,'150','','','4','','1','2021-07-16 06:44:15','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','442.00','440','Inclusive','branch','Inventory','1110','4000','5500'),('416264202114341030',2592,'41626420109','114','38.00','41800','retail','0','2021-07-15 11:13:16','','','','975','Cash',5765.52,'1100','','','4','','1','2021-07-16 08:13:34','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','62.00','24','Inclusive','branch','Inventory','','',''),('416264202252242230',2593,'41626420109','109','19.00','25650','retail','0','2021-07-15 11:13:16','','','','1180','Cash',3537.93,'1350','','','4','','1','2021-07-16 08:13:34','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1163.79','','30.00','11','Inclusive','branch','Inventory','','',''),('416264202430333320',2594,'41626420109','248','15.00','3000','retail','0','2021-07-15 11:13:16','','','','40','Cash',413.79,'200','','','4','','1','2021-07-16 08:13:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416264202633230204',2595,'41626420109','62','50.00','6500','retail','0','2021-07-15 11:13:16','','','','105','Cash',896.55,'130','','','4','','1','2021-07-16 08:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','328.50','278.5','Inclusive','branch','Inventory','','',''),('416264206133020266',2596,'41626420109','63','50.00','6500','retail','0','2021-07-15 11:13:16','','','','105','Cash',896.55,'130','','','4','','1','2021-07-16 08:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','181.25','131.25','Inclusive','branch','Inventory','','',''),('416264206236320332',2597,'41626420109','64','50.00','6500','retail','0','2021-07-15 11:13:16','','','','105','Cash',896.55,'130','','','4','','1','2021-07-16 08:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','100.00','50','Inclusive','branch','Inventory','','',''),('416264206344242600',2598,'41626420109','65','50.00','6500','retail','0','2021-07-15 11:13:16','','','','105','Cash',896.55,'130','','','4','','1','2021-07-16 08:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','50.00','0','Inclusive','branch','Inventory','','',''),('416264206441623444',2599,'41626420109','66','50.00','9500','retail','0','2021-07-15 11:13:16','','','','150.00','Cash',1310.34,'190','','','4','','1','2021-07-16 08:13:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','163.79','','106.50','56.5','Inclusive','branch','Inventory','','',''),('416264229203104202',2600,'41626420109','212','1.00','12550','retail','0','2021-07-15 11:13:16','','','','12600','Cash',1731.03,'12550','','','4','','1','2021-07-16 08:13:34','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10818.97','','8.00','7','Inclusive','branch','Inventory','','',''),('416264230141240242',2601,'41626420109','103','30.00','4500','retail','0','2021-07-15 11:13:16','','','','120','Cash',620.69,'150','','','4','','1','2021-07-16 08:13:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','780.00','750','Inclusive','branch','Inventory','','',''),('416264232412422203',2602,'41626423215','62','2.00','300','retail','0','2021-07-15 11:14:30','','','','105','Cash',41.38,'150','','','4','','1','2021-07-16 08:14:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','278.50','276.5','Inclusive','branch','Inventory','','',''),('416264237330333222',2603,'41626423657','232','1.00','100','retail','0','2021-07-16 11:22:51','','','','2','Cash',13.79,'100','','','4','','1','2021-07-16 08:23:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416264238404222220',2604,'41626423800','247','1.00','300','retail','0','2021-07-16 11:24:21','','','','190','Cash',41.38,'300','','','4','','1','2021-07-16 08:24:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416264238933332333',2605,'41626423870','8','10.00','4500','retail','0','2021-07-16 11:25:49','','','','330','Cash',620.69,'450','','','4','','1','2021-07-16 08:25:58','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','60.00','50','Inclusive','branch','Inventory','','',''),('416264240062230322',2606,'41626423984','232','1.00','1000','retail','0','2021-07-16 11:28:04','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-16 08:28:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416264240686624344',2607,'41626423984','259','1.00','800','retail','0','2021-07-16 11:28:04','','','','150 ','Cash',110.34,'800','','','4','','1','2021-07-16 08:28:32','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416264241762123233',2608,'41626424113','232','1.00','500','retail','0','2021-07-16 11:29:52','','','','2','Cash',68.97,'500','','','4','','1','2021-07-16 08:30:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416264242814333333',2609,'41626424234','254','3.00','600','retail','0','2021-07-16 11:32:36','','','','80','Cash',82.76,'200','','','4','','1','2021-07-16 08:32:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','440.00','437','Inclusive','branch','Inventory','1110','4000','5500'),('416264485812043203',2610,'41626448540','232','1.00','3500','retail','0','2021-07-16 18:17:02','','','','2','Cash',482.76,'3500','','','4','','1','2021-07-16 15:20:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416264488362038224',2611,'41626448818','277','6.00','1500','retail','0','2021-07-16 18:26:42','','','','65','Cash',206.90,'250','','','4','','1','2021-07-16 15:27:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','45.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416264489353002223',2612,'41626448818','290','3.00','1200','retail','0','2021-07-16 18:26:42','','','','120','Cash',165.52,'400','','','4','','1','2021-07-16 15:27:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416264490790371233',2613,'41626448818','60','1.00','200','retail','0','2021-07-16 18:26:42','','','','105','Cash',27.59,'200','','','4','','1','2021-07-16 15:27:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','69.50','68.5','Inclusive','branch','Inventory','','',''),('416264490891923223',2614,'41626448818','62','0.50','100','retail','0','2021-07-16 18:26:42','','','','105','Cash',13.79,'200','','','4','','1','2021-07-16 15:27:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','276.50','276','Inclusive','branch','Inventory','','',''),('416264491562332312',2615,'41626448818','232','1.00','400','retail','0','2021-07-16 18:26:42','','','','2','Cash',55.17,'400','','','4','','1','2021-07-16 15:27:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416264492832222322',2616,'41626449232','61','1.00','150','retail','0','2021-07-16 18:30:38','','','','105','Cash',20.69,'150','','','4','','1','2021-07-16 15:30:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.50','49.5','Inclusive','branch','Inventory','','',''),('416264492973923332',2617,'41626449232','60','0.50','100','retail','0','2021-07-16 18:30:38','','','','105','Cash',13.79,'200','','','4','','1','2021-07-16 15:30:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','68.50','68','Inclusive','branch','Inventory','','',''),('416264493100303200',2618,'41626449232','62','2.00','300','retail','0','2021-07-16 18:30:38','','','','105','Cash',41.38,'150','','','4','','1','2021-07-16 15:30:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','276.00','274','Inclusive','branch','Inventory','','',''),('416264493193034302',2619,'41626449232','63','2.00','300','retail','0','2021-07-16 18:30:38','','','','105','Cash',41.38,'150','','','4','','1','2021-07-16 15:30:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','131.25','129.25','Inclusive','branch','Inventory','','',''),('416264494664200902',2620,'41626449448','15','5.00','3500','retail','0','2021-07-16 18:31:31','','','','640','Cash',482.76,'700','','','4','','1','2021-07-16 15:34:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','100.00','95','Inclusive','branch','Inventory','','',''),('416264496902220090',2621,'41626449670','232','1.00','100','retail','0','2021-07-16 18:35:19','','','','2','Cash',13.79,'100','','','4','','1','2021-07-16 15:35:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416264498524934330',2622,'41626449819','147','5.00','5000','retail','0','2021-07-16 18:38:04','','','','620','Cash',689.66,'1000','','','4','','1','2021-07-16 15:38:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','5.00','0','Inclusive','branch','Inventory','','',''),('416264499132236933',2623,'41626449891','232','1.00','100','retail','0','2021-07-16 18:38:51','','','','2','Cash',13.79,'100','','','4','','1','2021-07-16 15:39:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416264499652232062',2624,'41626449950','61','2.00','300','retail','0','2021-07-16 18:48:43','','','','105','Cash',41.38,'150','','','4','','1','2021-07-16 15:48:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','49.50','47.5','Inclusive','branch','Inventory','','',''),('416264500503360230',2625,'41626449950','62','1.00','150','retail','0','2021-07-16 18:48:43','','','','105','Cash',20.69,'150','','','4','','1','2021-07-16 15:48:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','274.00','273','Inclusive','branch','Inventory','','',''),('416264500662304026',2626,'41626449950','63','1.00','150','retail','0','2021-07-16 18:48:43','','','','105','Cash',20.69,'150','','','4','','1','2021-07-16 15:48:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','129.25','128.25','Inclusive','branch','Inventory','','',''),('416264503623242256',2627,'41626449950','66','1.00','200','retail','0','2021-07-16 18:48:43','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-16 15:48:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','56.50','55.5','Inclusive','branch','Inventory','','',''),('416264505520332235',2628,'41626450530','62','1.00','150','retail','0','2021-07-16 18:49:33','','','','105','Cash',20.69,'150','','','4','','1','2021-07-16 15:49:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','273.00','272','Inclusive','branch','Inventory','','',''),('416264507753330243',2629,'41626450598','232','1.00','900','retail','0','2021-07-16 19:01:01','','','','2','Cash',124.14,'900','','','4','','1','2021-07-16 16:01:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416264508484804233',2630,'41626450598','4','17.00','13260','retail','0','2021-07-16 19:01:01','','','','730','Cash',1828.97,'780','','','4','','1','2021-07-16 16:01:44','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','672.41','','18.00','1','Inclusive','branch','Inventory','','',''),('416264511956004310',2631,'41626450598','6','4.00','4400','retail','0','2021-07-16 19:01:01','','','','1070','Cash',606.90,'1100','','','4','','1','2021-07-16 16:01:44','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','30.00','26','Inclusive','branch','Inventory','','',''),('416264512422262635',2632,'41626450598','232','1.00','2320','retail','0','2021-07-16 19:01:01','','','','2','Cash',320.00,'2320','','','4','','1','2021-07-16 16:01:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2000.00','','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416264513213223332',2633,'41626451305','15','3.00','2100','retail','0','2021-07-16 19:02:15','','','','640','Cash',289.66,'700','','','4','','1','2021-07-16 16:02:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','95.00','92','Inclusive','branch','Inventory','','',''),('416264513612034352',2634,'41626451340','232','1.00','200','retail','0','2021-07-16 19:03:02','','','','2','Cash',27.59,'200','','','4','','1','2021-07-16 16:03:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416264516460603224',2638,'41626451628','62','7.00','1050','retail','0','2021-07-16 19:07:49','','','','105','Cash',144.83,'150','','','4','','1','2021-07-16 16:07:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','272.00','265','Inclusive','branch','Inventory','','',''),('416262641666323362',2639,'41626264154','232','1.00','7500','retail','0','2021-07-14 13:23:28','','','','2','Cash',1034.48,'7500','','','4','','1','2021-07-17 10:23:37','1','17','returned','1','new','pcs','','','5','yes','','0','','','VATABLE','6465.52','','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('516265173626313324',2640,'41626264154','318','1.00','7500','retail','0','2021-07-14 13:23:28','','','','6000','Cash',1034.48,'7500','','','4','','1','2021-07-17 10:23:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','6465.52','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416264515362241043',2641,'41626451504','8','2.00','900','retail','0','2021-07-16 13:54:26','','','','330','Cash',124.14,'450','','','4','','1','2021-07-17 10:54:48','1','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE','387.93','','49.00','49','Inclusive','branch','Inventory','','',''),('416264515735243303',2642,'41626451504','232','1.00','5100','retail','0','2021-07-16 13:54:26','','','','2','Cash',703.45,'5100','','','4','','1','2021-07-17 10:54:48','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE','4396.55','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416265291642302313',2643,'41626528529','232','1.00','100','retail','0','2021-07-17 16:40:09','','','','2','Cash',13.79,'100','','','4','','1','2021-07-17 13:41:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416265293803300942',2644,'41626529286','232','1.00','4200','retail','0','2021-07-17 16:49:21','','','','2','Cash',579.31,'4200','','','4','','1','2021-07-17 13:50:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416265294100312333',2645,'41626529286','248','2.00','300','retail','0','2021-07-17 16:49:21','','','','40','Cash',41.38,'150','','','4','','1','2021-07-17 13:50:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','92.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('416265294593354440',2646,'41626529286','5','3.00','1200','retail','0','2021-07-17 16:49:21','','','','330','Cash',165.52,'400','','','4','','1','2021-07-17 13:50:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','15.00','12','Inclusive','branch','Inventory','','',''),('416265294922462022',2647,'41626529286','50','6.00','2400','retail','0','2021-07-17 16:49:21','','','','310','Cash',331.03,'400','','','4','','1','2021-07-17 13:50:14','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','19.00','13','Inclusive','branch','Inventory','','',''),('416265295173353326',2648,'41626529286','63','2.00','300','retail','0','2021-07-17 16:49:21','','','','105','Cash',41.38,'150','','','4','','1','2021-07-17 13:50:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','121.25','119.25','Inclusive','branch','Inventory','','',''),('416265295360334306',2649,'41626529286','139','1.00','3000','retail','0','2021-07-17 16:49:21','','','','2520','Cash',413.79,'3000','','','4','','1','2021-07-17 13:50:14','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','5.00','4','Inclusive','branch','Inventory','','',''),('416265298392082033',2650,'41626529817','248','1.00','150','retail','0','2021-07-17 16:50:42','','','','40','Cash',20.69,'150','','','4','','1','2021-07-17 13:50:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416265298906022314',2651,'41626529863','14','6.00','6300','retail','0','2021-07-17 16:55:08','','','','1065','Cash',868.97,'1050','','','4','','1','2021-07-17 13:55:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','19.00','13','Inclusive','branch','Inventory','','',''),('416265307993323393',2652,'41626530129','14','2.00','2100','retail','0','2021-07-17 17:07:18','','','','1065','Cash',289.66,'1050','','','4','','1','2021-07-17 14:07:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','13.00','11','Inclusive','branch','Inventory','','',''),('416265326822482626',2653,'41626530847','246','1.00','300','retail','0','2021-07-17 17:38:17','','','','200','Cash',41.38,'300','','','4','','1','2021-07-17 14:38:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416265327460026264',2654,'41626532718','272','1.00','100','retail','0','2021-07-17 17:39:52','','','','33','Cash',13.79,'100','','','4','','1','2021-07-17 14:41:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416265327656332303',2655,'41626532718','232','1.00','400','retail','0','2021-07-17 17:39:52','','','','2','Cash',55.17,'400','','','4','','1','2021-07-17 14:41:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416265328915222024',2656,'41626532878','62','3.00','450','retail','0','2021-07-17 17:42:29','','','','105','Cash',62.07,'150','','','4','','1','2021-07-17 14:42:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','262.00','259','Inclusive','branch','Inventory','','',''),('416265329022022110',2657,'41626532878','66','1.00','200','retail','0','2021-07-17 17:42:29','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-17 14:42:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','36.50','35.5','Inclusive','branch','Inventory','','',''),('416266915300303239',2658,'41626691505','2','5.00','2750','retail','0','2021-07-19 13:45:48','','','','530','Cash',379.31,'550','','','4','','1','2021-07-19 10:46:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','206.00','201','Inclusive','branch','18','','',''),('416266915861233309',2659,'41626691562','155','1.00','4500','retail','0','2021-07-19 13:46:47','','','','3800','Cash',620.69,'4500','','','4','','1','2021-07-19 10:46:55','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','','',''),('416266916431324430',2660,'41626691615','259','1.00','200','retail','0','2021-07-19 13:47:43','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-19 10:47:53','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416266917314240006',2661,'41626691673','14','3.00','3150','retail','0','2021-07-19 13:54:10','','','','1065','Cash',434.48,'1050','','','4','','1','2021-07-19 10:55:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','11.00','8','Inclusive','branch','Inventory','','',''),('416266917864616261',2662,'41626691673','62','1.50','225','retail','0','2021-07-19 13:54:10','','','','105','Cash',31.03,'150','','','4','','1','2021-07-19 10:55:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','259.00','257.5','Inclusive','branch','Inventory','','',''),('416266918392623220',2663,'41626691673','66','0.50','125','retail','0','2021-07-19 13:54:10','','','','150.00','Cash',17.24,'250','','','4','','1','2021-07-19 10:55:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','35.50','35','Inclusive','branch','Inventory','','',''),('416266920132236033',2664,'41626691673','232','1.00','100','retail','0','2021-07-19 13:54:10','','','','2','Cash',13.79,'100','','','4','','1','2021-07-19 10:55:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416266921746222933',2665,'41626692134','19','1.00','850','retail','0','2021-07-19 13:56:37','','','','725','Cash',117.24,'850','','','4','','1','2021-07-19 10:56:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','158.00','157','Inclusive','branch','Inventory','','',''),('416266922263039320',2666,'41626692203','275','1.00','150','retail','0','2021-07-19 13:57:07','','','','80','Cash',20.69,'150','','','4','','1','2021-07-19 10:57:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416266922710342223',2667,'41626692235','235','1.00','17000','retail','0','2021-07-19 14:03:11','','','','8000','Cash',2344.83,'17000','','','4','','1','2021-07-19 11:04:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','14655.17','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416266922932326249',2668,'41626692235','225','1.00','27000','retail','0','2021-07-19 14:03:11','','','','20000','Cash',3724.14,'27000','','','4','','1','2021-07-19 11:04:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','23275.86','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416266923102320302',2669,'41626692235','252','70.00','6300','retail','0','2021-07-19 14:03:11','','','','70','Cash',868.97,'90','','','4','','1','2021-07-19 11:04:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','443.00','373','Inclusive','branch','Inventory','1110','4000','5500'),('416266923384023220',2670,'41626692235','254','7.00','1400','retail','0','2021-07-19 14:03:11','','','','80','Cash',193.10,'200','','','4','','1','2021-07-19 11:04:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','437.00','430','Inclusive','branch','Inventory','1110','4000','5500'),('416266924213900223',2671,'41626692235','232','1.00','10300','retail','0','2021-07-19 14:03:11','','','','2','Cash',1420.69,'10300','','','4','','1','2021-07-19 11:04:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','8879.31','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416266926824202030',2672,'41626692654','50','9.00','3600','retail','0','2021-07-19 14:05:21','','','','310','Cash',496.55,'400','','','4','','1','2021-07-19 11:05:29','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','13.00','4','Inclusive','branch','Inventory','','',''),('416267050650224533',2673,'41626704996','8','2.00','900','retail','0','2021-07-19 17:34:11','','','','330','Cash',124.14,'450','','','4','','1','2021-07-19 14:34:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','49.00','47','Inclusive','branch','Inventory','','',''),('416267052171433233',2674,'41626704996','199','1.00','400','retail','0','2021-07-19 17:34:11','','','','350','Cash',55.17,'400','','','4','','1','2021-07-19 14:34:20','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','1.00','0','Inclusive','branch','Inventory','','',''),('416267052507332320',2675,'41626704996','242','1.00','150','retail','0','2021-07-19 17:34:11','','','','90','Cash',20.69,'150','','','4','','1','2021-07-19 14:34:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416267060041333026',2676,'41626705989','263','1.00','12000','retail','0','2021-07-19 17:46:45','','','','8500','Cash',1655.17,'12000','','','4','','1','2021-07-19 14:46:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','10344.83','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416267060480230322',2677,'41626706015','286','1.00','500','retail','0','2021-07-19 17:48:56','','','','450','Cash',68.97,'500','','','4','','1','2021-07-19 14:49:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416267060820322632',2678,'41626706015','285','1.00','300','retail','0','2021-07-19 17:48:56','','','','180','Cash',41.38,'300','','','4','','1','2021-07-19 14:49:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','75.25','74.25','Inclusive','branch','Inventory','1110','4000','5500'),('416267060933232303',2679,'41626706015','66','0.50','100','retail','0','2021-07-19 17:48:56','','','','150.00','Cash',13.79,'200','','','4','','1','2021-07-19 14:49:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.00','34.5','Inclusive','branch','Inventory','','',''),('416267061663626260',2680,'41626706143','60','1.00','150','retail','0','2021-07-19 17:49:43','','','','105','Cash',20.69,'150','','','4','','1','2021-07-19 14:49:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','66.00','65','Inclusive','branch','Inventory','','',''),('416267062133762633',2681,'41626706191','13','5.00','4750','retail','0','2021-07-19 17:59:29','','','','890','Cash',655.17,'950','','','4','','1','2021-07-19 14:59:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','43.00','38','Inclusive','branch','Inventory','','',''),('416267063800626080',2682,'41626706191','60','0.50','100','retail','0','2021-07-19 17:59:29','','','','105','Cash',13.79,'200','','','4','','1','2021-07-19 14:59:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','65.00','64.5','Inclusive','branch','Inventory','','',''),('416267063890830049',2683,'41626706191','62','4.00','600','retail','0','2021-07-19 17:59:29','','','','105','Cash',82.76,'150','','','4','','1','2021-07-19 14:59:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','257.50','253.5','Inclusive','branch','Inventory','','',''),('416267063983029010',2684,'41626706191','63','3.00','450','retail','0','2021-07-19 17:59:29','','','','105','Cash',62.07,'150','','','4','','1','2021-07-19 14:59:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','119.25','116.25','Inclusive','branch','Inventory','','',''),('416267064071340001',2685,'41626706191','66','1.50','300','retail','0','2021-07-19 17:59:29','','','','150.00','Cash',41.38,'200','','','4','','1','2021-07-19 14:59:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','33','Inclusive','branch','Inventory','','',''),('416267067423224473',2686,'41626706191','278','2.00','200','retail','0','2021-07-19 17:59:29','','','','45','Cash',27.59,'100','','','4','','1','2021-07-19 14:59:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416267068452326675',2687,'41626706800','212','1.00','12500','retail','0','2021-07-19 18:06:07','','','','12600','Cash',1724.14,'12500','','','4','','1','2021-07-19 15:06:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','7.00','6','Inclusive','branch','Inventory','','',''),('416267070866368123',2688,'41626706800','155','3.00','14400','retail','0','2021-07-19 18:06:07','','','','3800','Cash',1986.21,'4800','','','4','','1','2021-07-19 15:06:27','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','','3.00','0','Inclusive','branch','Inventory','','',''),('416267071413177730',2689,'41626706800','163','8.00','1600','retail','0','2021-07-19 18:06:07','','','','130','Cash',220.69,'200','','','4','','1','2021-07-19 15:06:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','17.5','Inclusive','branch','Inventory','','',''),('416268463772223240',2690,'41626846340','232','1.00','200','retail','0','2021-07-20 08:46:36','','','','2','Cash',27.59,'200','','','4','','1','2021-07-21 05:47:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416268464423361230',2691,'41626846423','2','2.00','1100','retail','0','2021-07-20 08:48:03','','','','530','Cash',151.72,'550','','','4','','1','2021-07-21 05:48:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','201.00','199','Inclusive','branch','18','','',''),('416268490340324203',2692,'41626846494','103','15.00','2250','retail','0','2021-07-20 09:36:08','','','','120','Cash',310.34,'150','','','4','','1','2021-07-21 06:36:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','705.00','690','Inclusive','branch','Inventory','','',''),('416268490890023630',2693,'41626846494','62','1.50','249','retail','0','2021-07-20 09:36:08','','','','105','Cash',34.34,'166','','','4','','1','2021-07-21 06:36:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.10','','253.50','252','Inclusive','branch','Inventory','','',''),('416268494454434284',2694,'41626849405','98','2.00','1700','retail','0','2021-07-20 09:45:27','','','','700','Cash',234.48,'850','','','4','','1','2021-07-21 06:45:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','26.00','24','Inclusive','branch','Inventory','','',''),('416268498812220282',2695,'41626849405','8','8.00','3600','retail','0','2021-07-20 09:45:27','','','','330','Cash',496.55,'450','','','4','','1','2021-07-21 06:45:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','47.00','39','Inclusive','branch','Inventory','','',''),('416268499262321333',2696,'41626849405','165','1.00','200','retail','0','2021-07-20 09:45:27','','','','130','Cash',27.59,'200','','','4','','1','2021-07-21 06:45:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','28.50','27.5','Inclusive','branch','Inventory','','',''),('416268502016423046',2697,'41626850121','155','1.00','4800','retail','0','2021-07-20 09:50:03','','','','3800','Cash',662.07,'4800','','','4','','1','2021-07-21 06:50:17','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','1','10.00','9','Inclusive','branch','Inventory','','',''),('416268502330830802',2698,'41626850221','63','0.50','100','retail','0','2021-07-20 09:51:04','','','','105','Cash',13.79,'200','','','4','','1','2021-07-21 06:51:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','116.25','115.75','Inclusive','branch','Inventory','','',''),('416268503283820232',2699,'41626850284','75','22.00','28160','retail','0','2021-07-20 10:04:13','','','','1230','Cash',3884.14,'1280','','','4','','1','2021-07-21 07:04:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1103.45','','46.00','24','Inclusive','branch','Inventory','','',''),('416268503823483300',2700,'41626850284','74','18.00','19800','retail','0','2021-07-20 10:04:13','','','','1025','Cash',2731.03,'1100','','','4','','1','2021-07-21 07:04:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','114.00','96','Inclusive','branch','Inventory','','',''),('416268508973847923',2701,'41626850284','49','10.00','4000','retail','0','2021-07-20 10:04:13','','','','310','Cash',551.72,'400','','','4','','1','2021-07-21 07:04:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','10.00','0','Inclusive','branch','Inventory','','',''),('416268509753022323',2702,'41626850284','51','12.00','4800','retail','0','2021-07-20 10:04:13','','','','310','Cash',662.07,'400','','','4','','1','2021-07-21 07:04:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','13.00','1','Inclusive','branch','Inventory','','',''),('416268510243816233',2703,'41626850284','248','6.00','900','retail','0','2021-07-20 10:04:13','','','','40','Cash',124.14,'150','','','4','','1','2021-07-21 07:04:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','89.00','83','Inclusive','branch','Inventory','1110','4000','5500'),('416268511044030328',2704,'41626851082','174','1.00','150','retail','0','2021-07-20 10:05:25','','','','120','Cash',20.69,'150','','','4','','1','2021-07-21 07:05:47','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','21.00','20','Inclusive','branch','Inventory','','',''),('416268511683260110',2705,'41626851150','232','1.00','1000','retail','0','2021-07-20 10:06:37','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-21 07:07:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416268512960423223',2706,'41626851261','221','1.00','14200','retail','0','2021-07-20 10:09:36','','','','14000','Cash',1958.62,'14200','','','4','','1','2021-07-21 07:10:07','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12241.38','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416268513583633102',2707,'41626851261','163','2.00','400','retail','0','2021-07-20 10:09:36','','','','130','Cash',55.17,'200','','','4','','1','2021-07-21 07:10:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','15.5','Inclusive','branch','Inventory','','',''),('416268514380546232',2708,'41626851412','70','15.00','19200','retail','0','2021-07-20 10:15:40','','','','1230','Cash',2648.28,'1280','','','4','','1','2021-07-21 07:16:18','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1103.45','','46.00','31','Inclusive','branch','Inventory','','',''),('416268514513443344',2709,'41626851412','66','5.00','1000','retail','0','2021-07-20 10:15:40','','','','150.00','Cash',137.93,'200','','','4','','1','2021-07-21 07:16:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','28','Inclusive','branch','Inventory','','',''),('416268514683013663',2710,'41626851412','248','7.00','1050','retail','0','2021-07-20 10:15:40','','','','40','Cash',144.83,'150','','','4','','1','2021-07-21 07:16:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','83.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('416268514813434300',2711,'41626851412','60','2.00','300','retail','0','2021-07-20 10:15:40','','','','105','Cash',41.38,'150','','','4','','1','2021-07-21 07:16:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','64.50','62.5','Inclusive','branch','Inventory','','',''),('416268514990420332',2712,'41626851412','63','4.00','600','retail','0','2021-07-20 10:15:40','','','','105','Cash',82.76,'150','','','4','','1','2021-07-21 07:16:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.75','111.75','Inclusive','branch','Inventory','','',''),('416268521088500018',2713,'41626851780','220','1.00','3800','retail','0','2021-07-20 10:22:09','','','','3050','Cash',524.14,'3800','','','4','','1','2021-07-21 07:22:20','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416268522993229220',2714,'41626852143','109','11.00','14300','retail','0','2021-07-20 10:29:25','','','','1180','Cash',1972.41,'1300','','','4','','1','2021-07-21 07:30:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','11.00','0','Inclusive','branch','Inventory','','',''),('416268523134025068',2715,'41626852143','63','3.00','450','retail','0','2021-07-20 10:29:25','','','','105','Cash',62.07,'150','','','4','','1','2021-07-21 07:30:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.75','108.75','Inclusive','branch','Inventory','','',''),('416268523333362326',2716,'41626852143','62','3.00','450','retail','0','2021-07-20 10:29:25','','','','105','Cash',62.07,'150','','','4','','1','2021-07-21 07:30:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','252.00','249','Inclusive','branch','Inventory','','',''),('416268523706256232',2717,'41626852143','60','4.00','600','retail','0','2021-07-20 10:29:25','','','','105','Cash',82.76,'150','','','4','','1','2021-07-21 07:30:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','62.50','58.5','Inclusive','branch','Inventory','','',''),('416268526726020008',2718,'41626852640','247','2.00','600','retail','0','2021-07-20 10:34:51','','','','190','Cash',82.76,'300','','','4','','1','2021-07-21 07:35:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','16.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416268528141301143',2719,'41626852640','232','1.00','500','retail','0','2021-07-20 10:34:51','','','','2','Cash',68.97,'500','','','4','','1','2021-07-21 07:35:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416268528293280340',2720,'41626852640','163','3.00','600','retail','0','2021-07-20 10:34:51','','','','130','Cash',82.76,'200','','','4','','1','2021-07-21 07:35:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','12.5','Inclusive','branch','Inventory','','',''),('416268532036456482',2721,'41626853099','37','7.00','6650','retail','0','2021-07-20 10:45:24','','','','890','Cash',917.24,'950','','','4','','1','2021-07-21 07:45:58','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','8.00','1','Inclusive','branch','Inventory','','',''),('416268532482323020',2722,'41626853099','2','5.00','2750','retail','0','2021-07-20 10:45:24','','','','530','Cash',379.31,'550','','','4','','1','2021-07-21 07:45:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','199.00','194','Inclusive','branch','18','','',''),('416268533973207330',2723,'41626853099','317','2.00','700','retail','0','2021-07-20 10:45:24','','','','300','Cash',96.55,'350','','','4','','1','2021-07-21 07:45:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416268539453944343',2724,'41626853559','19','7.00','5600','retail','0','2021-07-20 10:57:51','','','','725','Cash',772.41,'800','','','4','','1','2021-07-21 07:58:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','157.00','150','Inclusive','branch','Inventory','','',''),('416268543404422430',2725,'41626854296','2','5.00','2750','retail','0','2021-07-20 10:59:34','','','','530','Cash',379.31,'550','','','4','','1','2021-07-21 08:01:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','194.00','189','Inclusive','branch','18','','',''),('416268761182632322',2726,'41626875929','232','1.00','100','retail','0','2021-07-21 17:02:15','','','','2','Cash',13.79,'100','','','4','','1','2021-07-21 14:03:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416268764084262720',2727,'41626876230','165','1.00','200','retail','0','2021-07-21 17:06:50','','','','130','Cash',27.59,'200','','','4','','1','2021-07-21 14:07:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.50','26.5','Inclusive','branch','Inventory','','',''),('416268767113300213',2728,'41626876449','19','1.00','800','retail','0','2021-07-21 17:11:53','','','','725','Cash',110.34,'800','','','4','','1','2021-07-21 14:12:01','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','150.00','149','Inclusive','branch','Inventory','','',''),('416268767403321433',2729,'41626876723','232','1.00','150','retail','0','2021-07-21 17:12:43','','','','2','Cash',20.69,'150','','','4','','1','2021-07-21 14:12:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416268768730378076',2730,'41626876780','121','20.00','25500','retail','0','2021-07-21 17:17:19','','','','1180','Cash',3517.24,'1275','','','4','','1','2021-07-21 14:17:29','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1099.14','','104.00','84','Inclusive','branch','Inventory','','',''),('416268773420047233',2731,'41626877194','37','6.00','5700','retail','0','2021-07-21 17:36:56','','','','890','Cash',786.21,'950','','','4','','1','2021-07-21 14:37:31','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','7.00','1','Inclusive','branch','Inventory','','',''),('416268777457021647',2732,'41626877194','2','6.00','3300','retail','0','2021-07-21 17:36:56','','','','530','Cash',455.17,'550','','','4','','1','2021-07-21 14:37:31','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','189.00','183','Inclusive','branch','18','','',''),('416268777600364236',2733,'41626877194','63','3.00','450','retail','0','2021-07-21 17:36:56','','','','105','Cash',62.07,'150','','','4','','1','2021-07-21 14:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','108.75','105.75','Inclusive','branch','Inventory','','',''),('416268777833262000',2734,'41626877194','186','7.00','1400','retail','0','2021-07-21 17:36:56','','','','40','Cash',193.10,'200','','','4','','1','2021-07-21 14:37:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','2','Inclusive','branch','Inventory','','',''),('416268778234003200',2735,'41626877194','232','1.00','400','retail','0','2021-07-21 17:36:56','','','','2','Cash',55.17,'400','','','4','','1','2021-07-21 14:37:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416268778672064034',2736,'41626877194','64','2.00','300','retail','0','2021-07-21 17:36:56','','','','105','Cash',41.38,'150','','','4','','1','2021-07-21 14:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.00','43','Inclusive','branch','Inventory','','',''),('416268778853230357',2737,'41626877194','317','1.00','400','retail','0','2021-07-21 17:36:56','','','','300','Cash',55.17,'400','','','4','','1','2021-07-21 14:37:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416268782763403273',2738,'41626878251','285','1.00','300','retail','0','2021-07-21 17:49:55','','','','180','Cash',41.38,'300','','','4','','1','2021-07-21 14:50:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','74.25','73.25','Inclusive','branch','Inventory','1110','4000','5500'),('416268782962263121',2739,'41626878251','18','3.00','1800','retail','0','2021-07-21 17:49:55','','','','580','Cash',248.28,'600','','','4','','1','2021-07-21 14:50:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','34.00','31','Inclusive','branch','Inventory','','',''),('416268790311242396',2740,'41626879004','98','2.00','1700','retail','0','2021-07-21 17:50:53','','','','700','Cash',234.48,'850','','','4','','1','2021-07-21 14:51:19','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','24.00','22','Inclusive','branch','Inventory','','',''),('416268791152271319',2741,'41626879080','97','3.00','2550','retail','0','2021-07-21 18:25:55','','','','720','Cash',351.72,'850','','','4','','1','2021-07-21 15:26:24','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','7.00','4','Inclusive','branch','Inventory','','',''),('416268810923386492',2742,'41626879080','232','1.00','1200','retail','0','2021-07-21 18:25:55','','','','2','Cash',165.52,'1200','','','4','','1','2021-07-21 15:26:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416268811313631202',2743,'41626879080','284','4.00','3400','retail','0','2021-07-21 18:25:55','','','','630','Cash',468.97,'850','','','4','','1','2021-07-21 15:26:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','9.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416268812011312426',2744,'41626881187','62','50.00','6250','retail','0','2021-07-21 18:29:02','','','','105','Cash',862.07,'125','','','4','','1','2021-07-21 15:29:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','249.00','199','Inclusive','branch','Inventory','','',''),('416268812523381224',2745,'41626881187','63','50.00','6250','retail','0','2021-07-21 18:29:02','','','','105','Cash',862.07,'125','','','4','','1','2021-07-21 15:29:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','105.75','55.75','Inclusive','branch','Inventory','','',''),('416268813643120342',2746,'41626881348','60','1.00','150','retail','0','2021-07-21 18:29:46','','','','105','Cash',20.69,'150','','','4','','1','2021-07-21 15:30:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','58.50','57.5','Inclusive','branch','Inventory','','',''),('416268814160183214',2747,'41626881404','60','1.50','249.9','retail','0','2021-07-21 18:31:23','','','','105','Cash',34.47,'166.6','','','4','','1','2021-07-21 15:31:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','57.50','56','Inclusive','branch','Inventory','','',''),('416269662222236322',2748,'41626966202','140','2.00','7000','retail','0','2021-07-22 18:04:50','','','','2940','Cash',965.52,'3500','','','4','','1','2021-07-22 15:05:01','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','11.00','9','Inclusive','branch','Inventory','','',''),('416269662462242423',2749,'41626966202','163','2.00','400','retail','0','2021-07-22 18:04:50','','','','130','Cash',55.17,'200','','','4','','1','2021-07-22 15:05:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.50','35.5','Inclusive','branch','Inventory','','',''),('416269663233221362',2750,'41626966303','8','1.00','450','retail','0','2021-07-22 18:05:37','','','','330','Cash',62.07,'450','','','4','','1','2021-07-22 15:05:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','39.00','38','Inclusive','branch','Inventory','','',''),('416269663893293962',2751,'41626966345','47','2.00','900','retail','0','2021-07-22 18:08:00','','','','310','Cash',124.14,'450','','','4','','1','2021-07-22 15:08:10','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','11.00','9','Inclusive','branch','Inventory','','',''),('416269664050626232',2752,'41626966345','62','1.00','150','retail','0','2021-07-22 18:08:00','','','','105','Cash',20.69,'150','','','4','','1','2021-07-22 15:08:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','199.00','198','Inclusive','branch','Inventory','','',''),('416269664162330463',2753,'41626966345','66','0.50','100','retail','0','2021-07-22 18:08:00','','','','150.00','Cash',13.79,'200','','','4','','1','2021-07-22 15:08:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.00','27.5','Inclusive','branch','Inventory','','',''),('416269665392323332',2754,'41626966491','242','2.00','250','retail','0','2021-07-22 18:09:27','','','','90','Cash',34.48,'125','','','4','','1','2021-07-22 15:09:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','28.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416269665962263652',2755,'41626966572','284','3.00','2799.9','retail','0','2021-07-22 18:10:58','','','','630','Cash',386.19,'933.3','','','4','','1','2021-07-22 15:11:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','804.57','','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416269666103620326',2756,'41626966572','285','1.00','300','retail','0','2021-07-22 18:10:58','','','','180','Cash',41.38,'300','','','4','','1','2021-07-22 15:11:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','73.25','72.25','Inclusive','branch','Inventory','1110','4000','5500'),('416269666803260360',2757,'41626966668','269','1.00','250','retail','0','2021-07-22 18:11:41','','','','80','Cash',34.48,'250','','','4','','1','2021-07-22 15:11:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416269667203030133',2758,'41626966706','272','1.00','100','retail','0','2021-07-22 18:12:01','','','','33','Cash',13.79,'100','','','4','','1','2021-07-22 15:12:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416269667842232230',2759,'41626966731','232','1.00','3500','retail','0','2021-07-22 18:13:26','','','','2','Cash',482.76,'3500','','','4','','1','2021-07-22 15:14:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416269669083363334',2760,'41626966875','8','4.00','1800','retail','0','2021-07-22 18:23:51','','','','330','Cash',248.28,'450','','','4','','1','2021-07-22 15:23:55','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','38.00','34','Inclusive','branch','Inventory','','',''),('416269669320232430',2761,'41626966875','284','1.00','950','retail','0','2021-07-22 18:23:51','','','','630','Cash',131.03,'950','','','4','','1','2021-07-22 15:23:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416269669572375496',2762,'41626966875','285','1.00','300','retail','0','2021-07-22 18:23:51','','','','180','Cash',41.38,'300','','','4','','1','2021-07-22 15:23:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','72.25','71.25','Inclusive','branch','Inventory','1110','4000','5500'),('416269670763026371',2763,'41626966875','18','3.00','1950','retail','0','2021-07-22 18:23:51','','','','580','Cash',268.97,'650','','','4','','1','2021-07-22 15:23:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','31.00','28','Inclusive','branch','Inventory','','',''),('416269674762232322',2764,'41626967436','316','2.00','1000','retail','0','2021-07-22 18:25:18','','','','120','Cash',137.93,'500','','','4','','1','2021-07-22 15:25:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416269675896932330',2765,'41626967533','96','6.00','7999.8','retail','0','2021-07-22 18:27:26','','','','850','Cash',1103.42,'1333.3','','','4','','1','2021-07-22 15:27:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1149.40','','18.00','12','Inclusive','branch','Inventory','','',''),('416269677217240323',2766,'41626967679','163','1.00','200','retail','0','2021-07-22 18:28:42','','','','130','Cash',27.59,'200','','','4','','1','2021-07-22 15:32:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','35.50','34.5','Inclusive','branch','Inventory','','',''),('416269679924302362',2767,'41626967962','163','4.50','900','retail','0','2021-07-22 18:33:51','','','','130','Cash',124.14,'200','','','4','','1','2021-07-22 15:33:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','30','Inclusive','branch','Inventory','','',''),('416269680652242561',2768,'41626968036','2','3.00','1650','retail','0','2021-07-22 18:35:43','','','','530','Cash',227.59,'550','','','4','','1','2021-07-22 15:35:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','183.00','180','Inclusive','branch','18','','',''),('416269681272262303',2769,'41626968036','247','1.00','300','retail','0','2021-07-22 18:35:43','','','','190','Cash',41.38,'300','','','4','','1','2021-07-22 15:35:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416269682133392221',2770,'41626968160','2','4.00','2240','retail','0','2021-07-22 18:39:49','','','','530','Cash',308.97,'560','','','4','','1','2021-07-22 15:40:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','180.00','176','Inclusive','branch','18','','',''),('416269682290263402',2771,'41626968160','8','1.00','480','retail','0','2021-07-22 18:39:49','','','','330','Cash',66.21,'480','','','4','','1','2021-07-22 15:40:00','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','413.79','','34.00','33','Inclusive','branch','Inventory','','',''),('416269685742428323',2772,'41626968508','202','3.00','4800','retail','0','2021-07-22 18:43:21','','','','1500','Cash',662.07,'1600','','','4','','1','2021-07-22 15:43:25','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1379.31','','3.00','0','Inclusive','branch','Inventory','','',''),('416269686355262632',2773,'41626968606','37','36.00','34200','retail','0','2021-07-22 18:50:30','','','','890','Cash',4717.24,'950','','','4','','1','2021-07-22 15:51:19','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','48.00','12','Inclusive','branch','Inventory','','',''),('416269687147229038',2774,'41626968606','36','2.00','1600','retail','0','2021-07-22 18:50:30','','','','450','Cash',220.69,'800','','','4','','1','2021-07-22 15:51:19','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','2','44.00','42','Inclusive','branch','Inventory','','',''),('416269688322222039',2775,'41626968606','186','3.00','600','retail','0','2021-07-22 18:50:30','','','','40','Cash',82.76,'200','','','4','','1','2021-07-22 15:51:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.00','0','Inclusive','branch','Inventory','','',''),('416269688582393603',2776,'41626968606','132','2.00','3000','retail','0','2021-07-22 18:50:30','','','','1000','Cash',413.79,'1500','','','4','','1','2021-07-22 15:51:19','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','2','7.00','5','Inclusive','branch','Inventory','','',''),('416269689263063332',2777,'41626968606','232','1.00','3100','retail','0','2021-07-22 18:50:30','','','','2','Cash',427.59,'3100','','','4','','1','2021-07-22 15:51:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2672.41','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416269691120436332',2778,'41626969081','141','2.00','7600','retail','0','2021-07-22 18:53:06','','','','3360','Cash',1048.28,'3800','','','4','','1','2021-07-22 15:53:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','8.00','6','Inclusive','branch','Inventory','','',''),('416269691373633202',2779,'41626969081','220','1.00','3700','retail','0','2021-07-22 18:53:06','','','','3050','Cash',510.34,'3700','','','4','','1','2021-07-22 15:53:13','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416269691613220334',2780,'41626969081','163','3.00','600','retail','0','2021-07-22 18:53:06','','','','130','Cash',82.76,'200','','','4','','1','2021-07-22 15:53:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','3','30.00','27','Inclusive','branch','Inventory','','',''),('416269691793123039',2781,'41626969081','62','1.00','150','retail','0','2021-07-22 18:53:06','','','','105','Cash',20.69,'150','','','4','','1','2021-07-22 15:53:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','198.00','197','Inclusive','branch','Inventory','','',''),('416269692052223432',2782,'41626969194','42','6.00','5199.6','retail','0','2021-07-22 18:53:43','','','','870','Cash',717.19,'866.6','','','4','','1','2021-07-22 15:53:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','747.07','','43.00','37','Inclusive','branch','Inventory','','',''),('416269692482002039',2783,'41626969230','66','2.00','400','retail','0','2021-07-22 18:54:47','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-22 15:54:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.50','25.5','Inclusive','branch','Inventory','','',''),('416269692673213220',2784,'41626969230','63','1.00','150','retail','0','2021-07-22 18:54:47','','','','105','Cash',20.69,'150','','','4','','1','2021-07-22 15:54:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','55.75','54.75','Inclusive','branch','Inventory','','',''),('416269693163309032',2785,'41626969293','253','1.00','6400','retail','0','2021-07-22 18:55:34','','','','5700','Cash',882.76,'6400','','','4','','1','2021-07-22 15:55:43','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416269693878323262',2786,'41626969344','37','11.00','10450','retail','0','2021-07-22 18:56:40','','','','890','Cash',1441.38,'950','','','4','','1','2021-07-22 15:56:47','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','12.00','1','Inclusive','branch','Inventory','','',''),('416270317843023002',2787,'41627031554','286','2.00','900','retail','0','2021-07-23 12:21:58','','','','450','Cash',124.14,'450','','','4','','1','2021-07-23 09:22:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','37.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416270318663260003',2788,'41627031554','284','1.00','800','retail','0','2021-07-23 12:21:58','','','','630','Cash',110.34,'800','','','4','','1','2021-07-23 09:22:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416270319613432107',2789,'41627031554','295','2.00','400','retail','0','2021-07-23 12:21:58','','','','60','Cash',55.17,'200','','','4','','1','2021-07-23 09:22:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416270321583124062',2790,'41627032136','264','1.00','4500','retail','0','2021-07-23 12:25:11','','','','3850','Cash',620.69,'4500','','','4','','1','2021-07-23 09:26:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416270321872412210',2791,'41627032136','163','6.00','1200','retail','0','2021-07-23 12:25:11','','','','130','Cash',165.52,'200','','','4','','1','2021-07-23 09:26:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.00','21','Inclusive','branch','Inventory','','',''),('416270324773422370',2792,'41627032369','46','2.00','800','retail','0','2021-07-23 12:28:30','','','','325','Cash',110.34,'400','','','4','','1','2021-07-23 09:28:36','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','3.00','1','Inclusive','branch','Inventory','','',''),('416270330672002703',2793,'41627032517','19','3.00','2400','retail','0','2021-07-23 12:39:10','','','','725','Cash',331.03,'800','','','4','','1','2021-07-23 09:39:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','149.00','146','Inclusive','branch','Inventory','','',''),('416270331253222133',2794,'41627032517','66','1.00','200','retail','0','2021-07-23 12:39:10','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-23 09:39:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','175.50','174.5','Inclusive','branch','Inventory','','',''),('416270448595328223',2795,'41627044833','243','1.00','2000','retail','0','2021-07-23 15:54:37','','','','50','Cash',275.86,'2000','','','4','','1','2021-07-23 12:54:43','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416270449852313302',2796,'41627044884','232','1.00','800','retail','0','2021-07-23 15:56:46','','','','2','Cash',110.34,'800','','','4','','1','2021-07-23 12:59:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416270452122251224',2797,'41627045164','42','7.00','6300','retail','0','2021-07-23 16:00:27','','','','870','Cash',868.97,'900','','','4','','1','2021-07-23 13:00:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','37.00','30','Inclusive','branch','Inventory','','',''),('416270452863227220',2798,'41627045246','2','2.00','1100','retail','0','2021-07-23 16:01:46','','','','530','Cash',151.72,'550','','','4','','1','2021-07-23 13:01:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','176.00','174','Inclusive','branch','18','','',''),('416270453975303320',2799,'41627045312','220','1.00','3700','retail','0','2021-07-23 16:04:35','','','','3050','Cash',510.34,'3700','','','4','','1','2021-07-23 13:05:11','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416270454282280420',2800,'41627045312','232','1.00','300','retail','0','2021-07-23 16:04:35','','','','2','Cash',41.38,'300','','','4','','1','2021-07-23 13:05:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416270455732233200',2801,'41627045513','148','1.00','3500','retail','0','2021-07-23 16:06:32','','','','3200','Cash',482.76,'3500','','','4','','1','2021-07-23 13:06:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.50','4.5','Inclusive','branch','Inventory','','',''),('416270456262236222',2802,'41627045598','98','2.00','1700','retail','0','2021-07-23 16:07:33','','','','700','Cash',234.48,'850','','','4','','1','2021-07-23 13:07:54','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','22.00','20','Inclusive','branch','Inventory','','',''),('416270515403022334',2803,'41627045691','254','2.00','300','retail','0','2021-07-23 17:48:26','','','','80','Cash',41.38,'150','','','4','','1','2021-07-23 14:48:46','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','430.00','428','Inclusive','branch','Inventory','1110','4000','5500'),('416270516402336033',2804,'41627045691','259','1.00','200','retail','0','2021-07-23 17:48:26','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-23 14:48:46','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416270516853522352',2805,'41627045691','232','1.00','100','retail','0','2021-07-23 17:48:26','','','','2','Cash',13.79,'100','','','4','','1','2021-07-23 14:48:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416270517932343140',2806,'41627051726','2','5.00','2750','retail','0','2021-07-23 17:50:10','','','','530','Cash',379.31,'550','','','4','','1','2021-07-23 14:50:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','174.00','169','Inclusive','branch','18','','',''),('416270518902053224',2807,'41627051816','235','1.00','15000','retail','0','2021-07-23 17:51:46','','','','8000','Cash',2068.97,'15000','','','4','','1','2021-07-23 14:51:54','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','12931.03','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416270521844332078',2808,'41627051945','2','36.00','19800','retail','0','2021-07-23 17:56:42','','','','530','Cash',2731.03,'550','','','4','','1','2021-07-23 14:56:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','169.00','133','Inclusive','branch','18','','',''),('416270531582005214',2809,'41627052207','66','1.00','200','retail','0','2021-07-23 18:12:56','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-23 15:13:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','174.50','173.5','Inclusive','branch','Inventory','','',''),('416270532020320034',2810,'41627053181','242','1.00','100','retail','0','2021-07-23 18:13:37','','','','90','Cash',13.79,'100','','','4','','1','2021-07-23 15:13:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416271368734400333',2811,'41627136857','163','10.00','2000','retail','0','2021-07-24 17:28:27','','','','130','Cash',275.86,'200','','','4','','1','2021-07-24 14:28:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.00','11','Inclusive','branch','Inventory','','',''),('416271369323622006',2812,'41627136914','60','0.50','100','retail','0','2021-07-24 17:29:14','','','','105','Cash',13.79,'200','','','4','','1','2021-07-24 14:29:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','56.00','55.5','Inclusive','branch','Inventory','','',''),('416271370030223223',2813,'41627136971','232','1.00','350','retail','0','2021-07-24 17:31:02','','','','2','Cash',48.28,'350','','','4','','1','2021-07-24 14:31:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416271371392222321',2814,'41627137103','281','14.00','2100','retail','0','2021-07-24 17:35:42','','','','55','Cash',289.66,'150','','','4','','1','2021-07-24 14:37:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','14.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416271372012234233',2815,'41627137103','287','5.00','750','retail','0','2021-07-24 17:35:42','','','','60','Cash',103.45,'150','','','4','','1','2021-07-24 14:37:16','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','51.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416271372306222722',2816,'41627137103','2','15.00','8250','retail','0','2021-07-24 17:35:42','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-24 14:37:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','133.00','118','Inclusive','branch','18','','',''),('416271372500010430',2817,'41627137103','232','1.00','2150','retail','0','2021-07-24 17:35:42','','','','2','Cash',296.55,'2150','','','4','','1','2021-07-24 14:37:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1853.45','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416271375160354324',2818,'41627137437','232','1.00','3500','retail','0','2021-07-24 17:38:54','','','','2','Cash',482.76,'3500','','','4','','1','2021-07-24 14:39:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416271376072304027',2819,'41627137564','2','15.00','8250','retail','0','2021-07-24 17:41:08','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-24 14:41:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','118.00','103','Inclusive','branch','18','','',''),('416271376471242132',2820,'41627137564','146','1.00','800','retail','0','2021-07-24 17:41:08','','','','420','Cash',110.34,'800','','','4','','1','2021-07-24 14:41:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','6.00','5','Inclusive','branch','Inventory','','',''),('416271377334046233',2821,'41627137677','2','4.00','2200','retail','0','2021-07-24 17:42:28','','','','530','Cash',303.45,'550','','','4','','1','2021-07-24 14:42:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','103.00','99','Inclusive','branch','18','','',''),('416271378123712224',2822,'41627137762','174','2.00','300','retail','0','2021-07-24 17:44:18','','','','120','Cash',41.38,'150','','','4','','1','2021-07-24 14:44:22','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','20.00','18','Inclusive','branch','Inventory','','',''),('416271378787773324',2823,'41627137863','61','2.00','300','retail','0','2021-07-24 17:45:08','','','','105','Cash',41.38,'150','','','4','','1','2021-07-24 14:45:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','34.50','32.5','Inclusive','branch','Inventory','','',''),('416271380013702373',2824,'41627137916','20','7.00','6300','retail','0','2021-07-24 17:47:03','','','','642','Cash',868.97,'900','','','4','','1','2021-07-24 14:47:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','108.00','101','Inclusive','branch','Inventory','','',''),('416271383430223323',2825,'41627138028','66','2.00','400','retail','0','2021-07-24 17:57:49','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-24 14:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','173.50','171.5','Inclusive','branch','Inventory','','',''),('416271383533000012',2826,'41627138028','60','2.00','300','retail','0','2021-07-24 17:57:49','','','','105','Cash',41.38,'150','','','4','','1','2021-07-24 14:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','55.50','53.5','Inclusive','branch','Inventory','','',''),('416271383617020206',2827,'41627138028','62','2.00','300','retail','0','2021-07-24 17:57:49','','','','105','Cash',41.38,'150','','','4','','1','2021-07-24 14:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.00','194','Inclusive','branch','Inventory','','',''),('416271383784727206',2828,'41627138028','63','2.00','300','retail','0','2021-07-24 17:57:49','','','','105','Cash',41.38,'150','','','4','','1','2021-07-24 14:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','54.75','52.75','Inclusive','branch','Inventory','','',''),('416271386487322414',2829,'41627138028','61','2.00','300','retail','0','2021-07-24 17:57:49','','','','105','Cash',41.38,'150','','','4','','1','2021-07-24 14:57:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','32.50','30.5','Inclusive','branch','Inventory','','',''),('416271387892100892',2830,'41627138677','70','6.00','7680','retail','0','2021-07-24 18:00:14','','','','1230','Cash',1059.31,'1280','','','4','','1','2021-07-24 15:01:09','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1103.45','','31.00','25','Inclusive','branch','Inventory','','',''),('416271389403228333',2831,'41627138925','14','3.00','3240','retail','0','2021-07-24 18:02:46','','','','1065','Cash',446.90,'1080','','','4','','1','2021-07-24 15:02:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','504.00','501','Inclusive','branch','Inventory','','',''),('416271389912220312',2832,'41627138977','259','1.00','200','retail','0','2021-07-24 18:03:27','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-24 15:03:32','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416271390213004340',2833,'41627139013','242','1.00','100','retail','0','2021-07-24 18:04:00','','','','90','Cash',13.79,'100','','','4','','1','2021-07-24 15:04:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416272965827002038',2834,'41627296521','92','1.00','300','retail','0','2021-07-26 13:49:43','','','','190','Cash',41.38,'300','','','4','','1','2021-07-26 10:49:52','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','79.00','78','Inclusive','branch','Inventory','','',''),('416272966182102231',2835,'41627296593','285','1.00','400','retail','0','2021-07-26 13:51:13','','','','180','Cash',55.17,'400','','','4','','1','2021-07-26 10:51:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','71.25','70.25','Inclusive','branch','Inventory','1110','4000','5500'),('416272966372360266',2836,'41627296593','271','2.00','200','retail','0','2021-07-26 13:51:13','','','','50','Cash',27.59,'100','','','4','','1','2021-07-26 10:51:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416272967282361329',2837,'41627296682','271','1.00','150','retail','0','2021-07-26 13:53:15','','','','50','Cash',20.69,'150','','','4','','1','2021-07-26 10:53:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416272967453332230',2838,'41627296682','232','1.00','400','retail','0','2021-07-26 13:53:15','','','','2','Cash',55.17,'400','','','4','','1','2021-07-26 10:53:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416272968400233302',2839,'41627296818','62','4.00','600','retail','0','2021-07-26 13:54:41','','','','105','Cash',82.76,'150','','','4','','1','2021-07-26 10:54:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','195.00','191','Inclusive','branch','Inventory','','',''),('416272969179720392',2840,'41627296886','247','1.00','300','retail','0','2021-07-26 13:55:34','','','','190','Cash',41.38,'300','','','4','','1','2021-07-26 10:55:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416272970484342233',2841,'41627296940','247','1.00','300','retail','0','2021-07-26 13:57:46','','','','190','Cash',41.38,'300','','','4','','1','2021-07-26 10:57:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416272971162632220',2842,'41627297070','319','1.00','150','retail','0','2021-07-26 13:59:02','','','','75','Cash',20.69,'150','','','4','','1','2021-07-26 10:59:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('416272971412222360',2843,'41627297070','273','1.00','50','retail','0','2021-07-26 13:59:02','','','','25','Cash',6.90,'50','','','4','','1','2021-07-26 10:59:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416272971894920023',2844,'41627297157','232','1.00','30','retail','0','2021-07-26 14:00:03','','','','2','Cash',4.14,'30','','','4','','1','2021-07-26 11:00:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416272973722433323',2845,'41627297323','232','1.00','1000','retail','0','2021-07-26 14:03:10','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-26 11:03:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416272975133332332',2846,'41627297420','246','1.00','300','retail','0','2021-07-26 14:06:59','','','','200','Cash',41.38,'300','','','4','','1','2021-07-26 11:07:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416272975747524360',2847,'41627297420','232','1.00','350','retail','0','2021-07-26 14:06:59','','','','2','Cash',48.28,'350','','','4','','1','2021-07-26 11:07:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416272978322702232',2848,'41627297821','208','5.00','1500','retail','0','2021-07-26 14:10:55','','','','150 ','Cash',206.90,'300','','','4','','1','2021-07-26 11:11:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','50.00','45','Inclusive','branch','Inventory','','',''),('416272981449328324',2849,'41627297886','66','8.00','1600','retail','0','2021-07-26 14:17:39','','','','150.00','Cash',220.69,'200','','','4','','1','2021-07-26 11:17:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','171.50','163.5','Inclusive','branch','Inventory','','',''),('416272982162132309',2850,'41627297886','63','3.00','499.8','retail','0','2021-07-26 14:17:39','','','','105','Cash',68.94,'166.6','','','4','','1','2021-07-26 11:17:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','52.75','49.75','Inclusive','branch','Inventory','','',''),('416272983372203623',2851,'41627298277','155','1.00','4500','retail','0','2021-07-26 14:20:16','','','','3800','Cash',620.69,'4500','','','4','','1','2021-07-26 11:20:40','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','9.00','8','Inclusive','branch','Inventory','','',''),('416272983552237230',2852,'41627298277','163','4.00','800','retail','0','2021-07-26 14:20:16','','','','130','Cash',110.34,'200','','','4','','1','2021-07-26 11:20:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','7','Inclusive','branch','Inventory','','',''),('416272987940730332',2853,'41627298770','284','1.00','1000','retail','0','2021-07-26 14:27:10','','','','630','Cash',137.93,'1000','','','4','','1','2021-07-26 11:27:20','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416273077570233303',2854,'41627307733','5','1.00','400','retail','0','2021-07-26 16:55:58','','','','330','Cash',55.17,'400','','','4','','1','2021-07-26 13:56:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','1','12.00','11','Inclusive','branch','Inventory','','',''),('416273078599453130',2855,'41627307769','20','14.00','12600','retail','0','2021-07-26 17:15:32','','','','642','Cash',1737.93,'900','','','4','','1','2021-07-26 14:15:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','101.00','87','Inclusive','branch','Inventory','','',''),('416273078791022224',2856,'41627307769','60','2.00','300','retail','0','2021-07-26 17:15:32','','','','105','Cash',41.38,'150','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','53.50','51.5','Inclusive','branch','Inventory','','',''),('416273078882332023',2857,'41627307769','62','6.00','900','retail','0','2021-07-26 17:15:32','','','','105','Cash',124.14,'150','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','191.00','185','Inclusive','branch','Inventory','','',''),('416273078972420660',2858,'41627307769','63','4.00','600','retail','0','2021-07-26 17:15:32','','','','105','Cash',82.76,'150','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','49.75','45.75','Inclusive','branch','Inventory','','',''),('416273080048322300',2859,'41627307769','61','2.00','300','retail','0','2021-07-26 17:15:32','','','','105','Cash',41.38,'150','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','30.50','28.5','Inclusive','branch','Inventory','','',''),('416273080133203232',2860,'41627307769','64','2.00','300','retail','0','2021-07-26 17:15:32','','','','105','Cash',41.38,'150','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.00','41','Inclusive','branch','Inventory','','',''),('416273080242204322',2861,'41627307769','209','8.00','2400','retail','0','2021-07-26 17:15:32','','','','200','Cash',331.03,'300','','','4','','1','2021-07-26 14:15:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','12.00','4','Inclusive','branch','Inventory','','',''),('416273086726736032',2862,'41627307769','66','5.00','1100','retail','0','2021-07-26 17:15:32','','','','150.00','Cash',151.72,'220','','','4','','1','2021-07-26 14:15:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','163.50','158.5','Inclusive','branch','Inventory','','',''),('416273090288222230',2863,'41627308940','284','3.00','3000','retail','0','2021-07-26 17:19:06','','','','630','Cash',413.79,'1000','','','4','','1','2021-07-26 14:19:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','49.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416273090632266302',2864,'41627308940','269','1.00','100','retail','0','2021-07-26 17:19:06','','','','80','Cash',13.79,'100','','','4','','1','2021-07-26 14:19:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416273092636333244',2865,'41627309150','14','4.00','4400','retail','0','2021-07-26 17:21:31','','','','1065','Cash',606.90,'1100','','','4','','1','2021-07-26 14:21:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','501.00','497','Inclusive','branch','Inventory','','',''),('416273094003600330',2866,'41627309298','20','5.00','4750','retail','0','2021-07-26 17:23:43','','','','642','Cash',655.17,'950','','','4','','1','2021-07-26 14:24:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','87.00','82','Inclusive','branch','Inventory','','',''),('416273099532333020',2867,'41627309895','232','1.00','1640','retail','0','2021-07-26 17:33:17','','','','2','Cash',226.21,'1640','','','4','','1','2021-07-26 14:33:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1413.79','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416273100782023002',2868,'41627310037','15','8.00','6000','retail','0','2021-07-26 17:36:22','','','','640','Cash',827.59,'750','','','4','','1','2021-07-26 14:36:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','92.00','84','Inclusive','branch','Inventory','','',''),('416273101204322630',2869,'41627310037','60','1.00','150','retail','0','2021-07-26 17:36:22','','','','105','Cash',20.69,'150','','','4','','1','2021-07-26 14:36:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','51.50','50.5','Inclusive','branch','Inventory','','',''),('416273101293346333',2870,'41627310037','62','1.00','150','retail','0','2021-07-26 17:36:22','','','','105','Cash',20.69,'150','','','4','','1','2021-07-26 14:36:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','185.00','184','Inclusive','branch','Inventory','','',''),('416273101382830338',2871,'41627310037','66','2.00','400','retail','0','2021-07-26 17:36:22','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-26 14:36:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','158.50','156.5','Inclusive','branch','Inventory','','',''),('416273102252323232',2872,'41627310204','13','14.00','12600','retail','0','2021-07-26 17:37:31','','','','890','Cash',1737.93,'900','','','4','','1','2021-07-26 14:37:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','38.00','24','Inclusive','branch','Inventory','','',''),('416273102893032430',2873,'41627310273','232','1.00','150','retail','0','2021-07-26 17:38:58','','','','2','Cash',20.69,'150','','','4','','1','2021-07-26 14:39:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416273751263330332',2874,'41627375073','277','4.00','600','retail','0','2021-07-27 11:39:17','','','','65','Cash',82.76,'150','','','4','','1','2021-07-27 08:39:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416273757462322272',2875,'41627375734','10','1.00','3200','retail','0','2021-07-27 11:49:29','','','','2700','Cash',441.38,'3200','','','4','','1','2021-07-27 08:52:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','5.00','4','Inclusive','branch','Inventory','','',''),('416273759410113723',2876,'41627375929','232','1.00','1000','retail','0','2021-07-27 11:52:41','','','','2','Cash',137.93,'1000','','','4','','1','2021-07-27 08:53:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416273760680724280',2877,'41627375990','14','5.00','5250','retail','0','2021-07-27 11:55:54','','','','1065','Cash',724.14,'1050','','','4','','1','2021-07-27 08:56:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','497.00','492','Inclusive','branch','Inventory','','',''),('416273760932333233',2878,'41627375990','2','2.00','1100','retail','0','2021-07-27 11:55:54','','','','530','Cash',151.72,'550','','','4','','1','2021-07-27 08:56:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','99.00','97','Inclusive','branch','18','','',''),('416273761072423230',2879,'41627375990','247','1.00','300','retail','0','2021-07-27 11:55:54','','','','190','Cash',41.38,'300','','','4','','1','2021-07-27 08:56:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416273761921210223',2880,'41627376180','19','4.00','3200','retail','0','2021-07-27 11:56:48','','','','725','Cash',441.38,'800','','','4','','1','2021-07-27 08:56:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','146.00','142','Inclusive','branch','Inventory','','',''),('416273762633323333',2881,'41627376216','14','2.00','2100','retail','0','2021-07-27 11:58:22','','','','1065','Cash',289.66,'1050','','','4','','1','2021-07-27 08:58:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','492.00','490','Inclusive','branch','Inventory','','',''),('416273763530363233',2882,'41627376313','232','1.00','200','retail','0','2021-07-27 11:59:37','','','','2','Cash',27.59,'200','','','4','','1','2021-07-27 09:00:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416273765862323282',2883,'41627376409','8','4.00','2000','retail','0','2021-07-27 12:09:55','','','','330','Cash',275.86,'500','','','4','','1','2021-07-27 09:10:03','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','33.00','29','Inclusive','branch','Inventory','','',''),('416273770320330234',2884,'41627377004','58','1.00','200','retail','0','2021-07-27 12:10:32','','','','130','Cash',27.59,'200','','','4','','1','2021-07-27 09:10:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','40.00','39','Inclusive','branch','Inventory','','',''),('416273953374320123',2885,'41627394776','60','2.00','300','retail','0','2021-07-27 17:17:32','','','','105','Cash',41.38,'150','','','4','','1','2021-07-27 14:17:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.50','48.5','Inclusive','branch','Inventory','','',''),('416273953546023544',2886,'41627394776','66','2.00','400','retail','0','2021-07-27 17:17:32','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-27 14:17:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','156.50','154.5','Inclusive','branch','Inventory','','',''),('416273953690922322',2887,'41627394776','248','3.00','450','retail','0','2021-07-27 17:17:32','','','','40','Cash',62.07,'150','','','4','','1','2021-07-27 14:17:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','76.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('416273954943923234',2888,'41627395470','163','4.00','800','retail','0','2021-07-27 17:18:59','','','','130','Cash',110.34,'200','','','4','','1','2021-07-27 14:19:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','3','Inclusive','branch','Inventory','','',''),('416274710222032434',2889,'41627471007','232','1.00','100','retail','0','2021-07-28 14:18:49','','','','2','Cash',13.79,'100','','','4','','1','2021-07-28 11:19:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416274713857821320',2890,'41627471194','252','8.00','700','retail','0','2021-07-28 14:23:50','','','','70','Cash',96.55,'87.5','','','4','','1','2021-07-28 11:23:54','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','75.43','','373.00','365','Inclusive','branch','Inventory','1110','4000','5500'),('416274802258740023',2891,'41627480204','275','1.00','250','retail','0','2021-07-28 16:52:22','','','','80','Cash',34.48,'250','','','4','','1','2021-07-28 13:52:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416274804281003003',2892,'41627480391','13','13.00','11700','retail','0','2021-07-28 16:55:29','','','','890','Cash',1613.79,'900','','','4','','1','2021-07-28 13:55:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','24.00','11','Inclusive','branch','Inventory','','',''),('416274804972341303',2893,'41627480391','66','1.50','300','retail','0','2021-07-28 16:55:29','','','','150.00','Cash',41.38,'200','','','4','','1','2021-07-28 13:55:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','154.50','153','Inclusive','branch','Inventory','','',''),('416274806507006331',2894,'41627480558','232','1.00','4200','retail','0','2021-07-28 17:01:47','','','','2','Cash',579.31,'4200','','','4','','1','2021-07-28 14:02:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416274808852826383',2895,'41627480558','281','6.00','900','retail','0','2021-07-28 17:01:47','','','','55','Cash',124.14,'150','','','4','','1','2021-07-28 14:02:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416274809773020723',2896,'41627480957','284','1.00','1200','retail','0','2021-07-28 17:03:26','','','','630','Cash',165.52,'1200','','','4','','1','2021-07-28 14:03:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416274821054582330',2897,'41627482076','114','35.00','37800','retail','0','2021-07-28 17:23:35','','','','975','Cash',5213.79,'1080','','','4','','1','2021-07-28 14:24:23','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','52.00','17','Inclusive','branch','Inventory','','',''),('416274821454000202',2898,'41627482076','66','4.00','800','retail','0','2021-07-28 17:23:35','','','','150.00','Cash',110.34,'200','','','4','','1','2021-07-28 14:24:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','153.00','149','Inclusive','branch','Inventory','','',''),('416274821658248822',2899,'41627482076','60','2.00','300','retail','0','2021-07-28 17:23:35','','','','105','Cash',41.38,'150','','','4','','1','2021-07-28 14:24:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','48.50','46.5','Inclusive','branch','Inventory','','',''),('416274824802822423',2900,'41627482265','2','10.00','5500','retail','0','2021-07-28 17:28:17','','','','530','Cash',758.62,'550','','','4','','1','2021-07-28 14:28:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','97.00','87','Inclusive','branch','18','','',''),('416274825455342230',2901,'41627482511','2','2.00','1100','retail','0','2021-07-28 17:30:30','','','','530','Cash',151.72,'550','','','4','','1','2021-07-28 14:30:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','87.00','85','Inclusive','branch','18','','',''),('416274826546328073',2902,'41627482634','285','1.00','300','retail','0','2021-07-28 17:30:55','','','','180','Cash',41.38,'300','','','4','','1','2021-07-28 14:31:02','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','70.25','69.25','Inclusive','branch','Inventory','1110','4000','5500'),('416274826882402432',2903,'41627482662','319','1.00','100','retail','0','2021-07-28 17:31:50','','','','75','Cash',13.79,'100','','','4','','1','2021-07-28 14:31:59','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('416274827622222222',2904,'41627482720','61','2.00','300','retail','0','2021-07-28 17:33:08','','','','105','Cash',41.38,'150','','','4','','1','2021-07-28 14:33:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','28.50','26.5','Inclusive','branch','Inventory','','',''),('416274828263022302',2905,'41627482811','42','3.00','2700','retail','0','2021-07-28 17:34:06','','','','870','Cash',372.41,'900','','','4','','1','2021-07-28 14:34:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','30.00','27','Inclusive','branch','Inventory','','',''),('416275353223226202',2906,'41627535308','2','7.00','3850','retail','0','2021-07-29 08:10:32','','','','530','Cash',531.03,'550','','','4','','1','2021-07-29 05:10:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','85.00','78','Inclusive','branch','18','','',''),('416275353723237231',2907,'41627535308','50','3.00','1249.5','retail','0','2021-07-29 08:10:32','','','','310','Cash',172.34,'416.5','','','4','','1','2021-07-29 05:10:41','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','359.05','','4.00','1','Inclusive','branch','Inventory','','',''),('416275354530033244',2908,'41627535443','15','8.00','5600','retail','0','2021-07-29 08:12:11','','','','640','Cash',772.41,'700','','','4','','1','2021-07-29 05:12:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','84.00','76','Inclusive','branch','Inventory','','',''),('416275354672243620',2909,'41627535443','14','6.00','6300','retail','0','2021-07-29 08:12:11','','','','1065','Cash',868.97,'1050','','','4','','1','2021-07-29 05:12:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','490.00','484','Inclusive','branch','Inventory','','',''),('416275355103206132',2910,'41627535443','66','2.00','400','retail','0','2021-07-29 08:12:11','','','','150.00','Cash',55.17,'200','','','4','','1','2021-07-29 05:12:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','149.00','147','Inclusive','branch','Inventory','','',''),('416275665353343332',2911,'41627566479','222','3.00','2700','retail','0','2021-07-29 16:49:46','','','','800','Cash',372.41,'900','','','4','','1','2021-07-29 13:49:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','13.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416275669464220233',2912,'41627566594','139','2.00','5800','retail','0','2021-07-29 16:58:35','','','','2520','Cash',800.00,'2900','','','4','','1','2021-07-29 13:58:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2500.00','','14.00','12','Inclusive','branch','Inventory','','',''),('416275669732337766',2913,'41627566594','220','1.00','3700','retail','0','2021-07-29 16:58:35','','','','3050','Cash',510.34,'3700','','','4','','1','2021-07-29 13:58:53','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416275670083200052',2914,'41627566594','60','2.00','300','retail','0','2021-07-29 16:58:35','','','','105','Cash',41.38,'150','','','4','','1','2021-07-29 13:58:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','46.50','44.5','Inclusive','branch','Inventory','','',''),('416275672942516433',2915,'41627567134','62','1.00','150','retail','0','2021-07-29 17:03:05','','','','105','Cash',20.69,'150','','','4','','1','2021-07-29 14:03:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','184.00','183','Inclusive','branch','Inventory','','',''),('416275673404437574',2916,'41627567134','19','2.00','1600','retail','0','2021-07-29 17:03:05','','','','725','Cash',220.69,'800','','','4','','1','2021-07-29 14:03:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','142.00','140','Inclusive','branch','Inventory','','',''),('416275674377336770',2917,'41627567391','232','1.00','200','retail','0','2021-07-29 17:05:52','','','','2','Cash',27.59,'200','','','4','','1','2021-07-29 14:06:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416275674563632423',2918,'41627567391','75','2.00','2600','retail','0','2021-07-29 17:05:52','','','','1230','Cash',358.62,'1300','','','4','','1','2021-07-29 14:06:27','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','24.00','22','Inclusive','branch','Inventory','','',''),('416275674655215462',2919,'41627567391','66','1.00','200','retail','0','2021-07-29 17:05:52','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-29 14:06:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','147.00','146','Inclusive','branch','Inventory','','',''),('416275674804432323',2920,'41627567391','2','15.00','8250','retail','0','2021-07-29 17:05:52','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-29 14:06:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','78.00','63','Inclusive','branch','18','','',''),('416275676440237343',2921,'41627567591','2','15.00','8250','retail','0','2021-07-29 17:08:25','','','','530','Cash',1137.93,'550','','','4','','1','2021-07-29 14:09:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','63.00','48','Inclusive','branch','18','','',''),('416275676656723320',2922,'41627567591','280','4.00','800','retail','0','2021-07-29 17:08:25','','','','50','Cash',110.34,'200','','','4','','1','2021-07-29 14:09:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416275678063622233',2923,'41627567779','60','4.00','600','retail','0','2021-07-29 17:10:29','','','','105','Cash',82.76,'150','','','4','','1','2021-07-29 14:10:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','44.50','40.5','Inclusive','branch','Inventory','','',''),('416275678763222347',2924,'41627567834','163','1.00','200','retail','0','2021-07-29 17:11:16','','','','130','Cash',27.59,'200','','','4','','1','2021-07-29 14:11:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','3.00','2','Inclusive','branch','Inventory','','',''),('416275684087220237',2925,'41627568360','284','4.00','8000','retail','0','2021-07-29 17:26:00','','','','630','Cash',1103.45,'2000','','','4','','1','2021-07-29 14:28:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','45.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416275686291536722',2926,'41627568360','245','1.00','2200','retail','0','2021-07-29 17:26:00','','','','1300','Cash',303.45,'2200','','','4','','1','2021-07-29 14:28:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416275686902232403',2927,'41627568360','296','1.00','200','retail','0','2021-07-29 17:26:00','','','','1400','Cash',27.59,'200','','','4','','1','2021-07-29 14:28:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416275689113263404',2928,'41627568902','15','2.00','1400','retail','0','2021-07-29 17:29:19','','','','640','Cash',193.10,'700','','','4','','1','2021-07-29 14:29:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','76.00','74','Inclusive','branch','Inventory','','',''),('416275689234335071',2929,'41627568902','14','1.00','1050','retail','0','2021-07-29 17:29:19','','','','1065','Cash',144.83,'1050','','','4','','1','2021-07-29 14:29:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','484.00','483','Inclusive','branch','Inventory','','',''),('416275698190442894',2930,'41627569232','273','1.00','50','retail','0','2021-07-29 17:43:40','','','','25','Cash',6.90,'50','','','4','','1','2021-07-29 14:43:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416276524092322323',2931,'41627652395','246','2.00','600','retail','0','2021-07-30 16:40:42','','','','200','Cash',82.76,'300','','','4','','1','2021-07-30 13:40:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416276524712232226',2932,'41627652455','274','1.00','500','retail','0','2021-07-30 16:41:12','','','','150 ','Cash',68.97,'500','','','4','','1','2021-07-30 13:41:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416276525026222323',2933,'41627652481','8','12.00','5400','retail','0','2021-07-30 16:42:13','','','','330','Cash',744.83,'450','','','4','','1','2021-07-30 13:42:23','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','59.00','47','Inclusive','branch','Inventory','','',''),('416276525740303232',2934,'41627652544','177','2.00','2600','retail','0','2021-07-30 16:44:24','','','','800','Cash',358.62,'1300','','','4','','1','2021-07-30 13:44:38','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','2.00','0','Inclusive','branch','Inventory','','',''),('416276526156203623',2935,'41627652544','179','2.00','2400','retail','0','2021-07-30 16:44:24','','','','700','Cash',331.03,'1200','','','4','','1','2021-07-30 13:44:38','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','2.00','0','Inclusive','branch','Inventory','','',''),('416276531920372223',2936,'41627652680','254','3.00','600','retail','0','2021-07-30 16:54:32','','','','80','Cash',82.76,'200','','','4','','1','2021-07-30 13:55:10','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','428.00','425','Inclusive','branch','Inventory','1110','4000','5500'),('416276532722330252',2937,'41627652680','232','1.00','5','retail','0','2021-07-30 16:54:32','','','','2','Cash',0.69,'5','','','4','','1','2021-07-30 13:55:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416276533703122323',2938,'41627653311','97','4.00','3600','retail','0','2021-07-30 16:57:25','','','','720','Cash',496.55,'900','','','4','','1','2021-07-30 13:57:35','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','4.00','0','Inclusive','branch','Inventory','','',''),('416276533922923030',2939,'41627653311','8','3.00','1500','retail','0','2021-07-30 16:57:25','','','','330','Cash',206.90,'500','','','4','','1','2021-07-30 13:57:35','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','47.00','44','Inclusive','branch','Inventory','','',''),('416276534832232384',2940,'41627653456','37','12.00','11400','retail','0','2021-07-30 17:03:28','','','','890','Cash',1572.41,'950','','','4','','1','2021-07-30 14:03:36','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','13.00','1','Inclusive','branch','Inventory','','',''),('416276535077020241',2941,'41627653456','2','5.00','2750','retail','0','2021-07-30 17:03:28','','','','530','Cash',379.31,'550','','','4','','1','2021-07-30 14:03:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','288.00','283','Inclusive','branch','18','','',''),('416276536405322323',2942,'41627653456','186','4.00','600','retail','0','2021-07-30 17:03:28','','','','40','Cash',82.76,'150','','','4','','1','2021-07-30 14:03:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','8','Inclusive','branch','Inventory','','',''),('416276536577500233',2943,'41627653456','245','1.00','1800','retail','0','2021-07-30 17:03:28','','','','1300','Cash',248.28,'1800','','','4','','1','2021-07-30 14:03:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416276550070731620',2944,'41627654995','232','1.00','900','retail','0','2021-07-30 17:23:48','','','','2','Cash',124.14,'900','','','4','','1','2021-07-30 14:24:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('416276550860136303',2945,'41627655063','232','1.00','30','retail','0','2021-07-30 17:25:55','','','','2','Cash',4.14,'30','','','4','','1','2021-07-30 14:26:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('416276551020223423',2946,'41627655063','2','2.00','1100','retail','0','2021-07-30 17:25:55','','','','530','Cash',151.72,'550','','','4','','1','2021-07-30 14:26:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','283.00','281','Inclusive','branch','18','','',''),('416276551143230362',2947,'41627655063','245','1.00','1800','retail','0','2021-07-30 17:25:55','','','','1300','Cash',248.28,'1800','','','4','','1','2021-07-30 14:26:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416276552096237213',2948,'41627655184','254','3.00','450','retail','0','2021-07-30 17:27:18','','','','80','Cash',62.07,'150','','','4','','1','2021-07-30 14:27:33','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','425.00','422','Inclusive','branch','Inventory','1110','4000','5500'),('416276552772302002',2949,'41627655255','2','3.00','1650','retail','0','2021-07-30 17:28:21','','','','530','Cash',227.59,'550','','','4','','1','2021-07-30 14:28:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','281.00','278','Inclusive','branch','18','','',''),('416276553350332235',2950,'41627655314','145','1.00','500','retail','0','2021-07-30 17:28:56','','','','320','Cash',68.97,'500','','','4','','1','2021-07-30 14:39:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','13.00','12','Inclusive','branch','Inventory','','',''),('416276559913220032',2951,'41627655955','4','5.00','4000','retail','0','2021-07-30 17:40:10','','','','730','Cash',551.72,'800','','','4','','1','2021-07-30 14:40:18','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','31.00','26','Inclusive','branch','Inventory','','',''),('416276560462561636',2952,'41627656019','60','1.00','150','retail','0','2021-07-30 17:41:49','','','','105','Cash',20.69,'150','','','4','','1','2021-07-30 14:41:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','40.50','39.5','Inclusive','branch','Inventory','','',''),('416276560593362266',2953,'41627656019','8','2.00','1000','retail','0','2021-07-30 17:41:49','','','','330','Cash',137.93,'500','','','4','','1','2021-07-30 14:41:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','44.00','42','Inclusive','branch','Inventory','','',''),('416276561302222052',2954,'41627656114','8','6.00','2700','retail','0','2021-07-30 17:42:35','','','','330','Cash',372.41,'450','','','4','','1','2021-07-30 14:42:45','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','42.00','36','Inclusive','branch','Inventory','','',''),('416276567012235023',2955,'41627656165','284','1.00','900','retail','0','2021-07-30 17:52:03','','','','630','Cash',124.14,'900','','','4','','1','2021-07-30 14:52:08','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416276570323233733',2956,'41627657013','115','9.00','11520','retail','0','2021-07-30 17:57:38','','','','1180','Cash',1588.97,'1280','','','4','','1','2021-07-30 14:57:51','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1103.45','','15.00','6','Inclusive','branch','Inventory','','',''),('416276572992120236',2957,'41627657074','42','8.00','7200','retail','0','2021-07-30 18:02:54','','','','870','Cash',993.10,'900','','','4','','1','2021-07-30 15:02:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','27.00','19','Inclusive','branch','Inventory','','',''),('416277094327343274',2958,'41627709368','232','1.00','545','retail','0','2021-07-30 08:31:05','','','','2','Cash',75.17,'545','','','4','','1','2021-07-31 05:31:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','469.83','','98.00','97','Inclusive','branch','Inventory','1110','4000','5500'),('416277309517372570',2959,'41627730917','163','3.00','600','retail','0','2021-07-31 14:29:47','','','','130','Cash',82.76,'200','','','4','','1','2021-07-31 11:29:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','52.00','49','Inclusive','branch','Inventory','','',''),('416277310320242122',2960,'41627730996','300','1.00','200','retail','0','2021-07-31 14:30:48','','','','150 ','Cash',27.59,'200','','','4','','1','2021-07-31 11:30:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416277310892237233',2961,'41627731053','252','15.00','1350','retail','0','2021-07-31 14:36:43','','','','70','Cash',186.21,'90','','','4','','1','2021-07-31 11:37:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','365.00','350','Inclusive','branch','Inventory','1110','4000','5500'),('416277311270202303',2962,'41627731053','249','20.00','2600','retail','0','2021-07-31 14:36:43','','','','115','Cash',358.62,'130','','','4','','1','2021-07-31 11:37:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','460.00','440','Inclusive','branch','Inventory','1110','4000','5500'),('416277311503032332',2963,'41627731053','232','1.00','950','retail','0','2021-07-31 14:36:43','','','','2','Cash',131.03,'950','','','4','','1','2021-07-31 11:37:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','97.00','96','Inclusive','branch','Inventory','1110','4000','5500'),('416277312694332162',2964,'41627731053','259','3.00','600','retail','0','2021-07-31 14:36:43','','','','150 ','Cash',82.76,'200','','','4','','1','2021-07-31 11:37:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416277314903377104',2965,'41627731465','66','1.00','200','retail','0','2021-07-31 14:38:25','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-31 11:38:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','146.00','145','Inclusive','branch','Inventory','','',''),('416277315353532321',2966,'41627731514','58','1.00','200','retail','0','2021-07-31 14:38:55','','','','130','Cash',27.59,'200','','','4','','1','2021-07-31 11:39:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','39.00','38','Inclusive','branch','Inventory','','',''),('416277315681073518',2967,'41627731541','60','1.00','150','retail','0','2021-07-31 14:40:54','','','','105','Cash',20.69,'150','','','4','','1','2021-07-31 11:41:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.50','38.5','Inclusive','branch','Inventory','','',''),('416277316046703222',2968,'41627731541','62','0.50','100','retail','0','2021-07-31 14:40:54','','','','105','Cash',13.79,'200','','','4','','1','2021-07-31 11:41:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','233.00','232.5','Inclusive','branch','Inventory','','',''),('416277316862327282',2969,'41627731662','121','11.00','13999.92','retail','0','2021-07-31 14:43:08','','','','1180','Cash',1931.02,'1272.72','','','4','','1','2021-07-31 11:43:12','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1097.17','','84.00','73','Inclusive','branch','Inventory','','',''),('416277318191330330',2970,'41627731792','66','1.00','220','retail','0','2021-07-31 14:43:54','','','','150.00','Cash',30.34,'220','','','4','','1','2021-07-31 11:44:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','145.00','144','Inclusive','branch','Inventory','','',''),('416277318683038200',2971,'41627731846','2','3.00','1650','retail','0','2021-07-31 14:44:44','','','','530','Cash',227.59,'550','','','4','','1','2021-07-31 11:44:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','278.00','275','Inclusive','branch','18','','',''),('416277319180422360',2972,'41627731889','2','3.00','1650','retail','0','2021-07-31 14:46:28','','','','530','Cash',227.59,'550','','','4','','1','2021-07-31 11:46:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','275.00','272','Inclusive','branch','18','','',''),('416277319592032722',2973,'41627731889','247','1.00','300','retail','0','2021-07-31 14:46:28','','','','190','Cash',41.38,'300','','','4','','1','2021-07-31 11:46:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416277320654232233',2974,'41627731993','232','1.00','50','retail','0','2021-07-31 14:47:58','','','','2','Cash',6.90,'50','','','4','','1','2021-07-31 11:48:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','96.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('416277322173342700',2975,'41627732110','212','1.00','13500','retail','0','2021-07-31 14:50:36','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-07-31 11:51:06','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','16.00','15','Inclusive','branch','Inventory','','',''),('416277322812282030',2976,'41627732268','320','1.00','200','retail','0','2021-07-31 14:51:49','','','','120','Cash',27.59,'200','','','4','','1','2021-07-31 11:51:54','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('416277322949310323',2977,'41627732268','60','1.00','150','retail','0','2021-07-31 14:51:49','','','','105','Cash',20.69,'150','','','4','','1','2021-07-31 11:51:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.50','37.5','Inclusive','branch','Inventory','','',''),('416277425863323324',2978,'41627742560','60','1.50','249.9','retail','0','2021-07-31 17:45:38','','','','105','Cash',34.47,'166.6','','','4','','1','2021-07-31 14:45:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','37.50','36','Inclusive','branch','Inventory','','',''),('416277426010203323',2979,'41627742560','62','1.00','150','retail','0','2021-07-31 17:45:38','','','','105','Cash',20.69,'150','','','4','','1','2021-07-31 14:45:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','232.50','231.5','Inclusive','branch','Inventory','','',''),('416277426133302223',2980,'41627742560','66','1.00','200','retail','0','2021-07-31 17:45:38','','','','150.00','Cash',27.59,'200','','','4','','1','2021-07-31 14:45:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','144.00','143','Inclusive','branch','Inventory','','',''),('416277427721372320',2981,'41627742746','2','8.00','4400','retail','0','2021-07-31 17:49:28','','','','530','Cash',606.90,'550','','','4','','1','2021-07-31 14:49:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','272.00','264','Inclusive','branch','18','','',''),('416277428003330202',2982,'41627742746','6','2.00','2200','retail','0','2021-07-31 17:49:28','','','','1070','Cash',303.45,'1100','','','4','','1','2021-07-31 14:49:51','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','26.00','24','Inclusive','branch','Inventory','','',''),('416277428273332630',2983,'41627742746','145','1.00','500','retail','0','2021-07-31 17:49:28','','','','320','Cash',68.97,'500','','','4','','1','2021-07-31 14:49:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','12.00','11','Inclusive','branch','Inventory','','',''),('416277428848463440',2984,'41627742746','284','1.00','800','retail','0','2021-07-31 17:49:28','','','','630','Cash',110.34,'800','','','4','','1','2021-07-31 14:49:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416279087873981404',2985,'41627908613','259','2.00','300','retail','0','2021-08-02 15:56:36','','','','150 ','Cash',41.38,'150','','','4','','1','2021-08-02 12:56:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','37.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416279088880004000',2986,'41627908613','252','10.00','800','retail','0','2021-08-02 15:56:36','','','','70','Cash',110.34,'80','','','4','','1','2021-08-02 12:56:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','350.00','340','Inclusive','branch','Inventory','1110','4000','5500'),('416279090566205210',2987,'41627909016','163','1.00','200','retail','0','2021-08-02 15:57:58','','','','130','Cash',27.59,'200','','','4','','1','2021-08-02 12:58:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','49.00','48','Inclusive','branch','Inventory','','',''),('416279092400039199',2988,'41627909112','319','1.00','150','retail','0','2021-08-02 16:01:07','','','','75','Cash',20.69,'150','','','4','','1','2021-08-02 13:01:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500'),('416279092640102320',2989,'41627909112','273','1.00','50','retail','0','2021-08-02 16:01:07','','','','25','Cash',6.90,'50','','','4','','1','2021-08-02 13:01:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416279093032037333',2990,'41627909280','20','8.00','7600','retail','0','2021-08-02 16:02:54','','','','642','Cash',1048.28,'950','','','4','','1','2021-08-02 13:04:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','82.00','74','Inclusive','branch','Inventory','','',''),('416279094693392363',2991,'41627909443','232','1.00','60','retail','0','2021-08-02 16:04:45','','','','2','Cash',8.28,'60','','','4','','1','2021-08-02 13:05:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','95.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('416279097530903233',2992,'41627909525','163','1.00','200','retail','0','2021-08-02 16:10:09','','','','130','Cash',27.59,'200','','','4','','1','2021-08-02 13:10:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','48.00','47','Inclusive','branch','Inventory','','',''),('416279097762313027',2993,'41627909525','140','2.00','6800','retail','0','2021-08-02 16:10:09','','','','2940','Cash',937.93,'3400','','','4','','1','2021-08-02 13:10:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','9.00','7','Inclusive','branch','Inventory','','',''),('416279098678832070',2994,'41627909818','264','1.00','4500','retail','0','2021-08-02 16:16:18','','','','3850','Cash',620.69,'4500','','','4','','1','2021-08-02 13:16:29','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416279099333331022',2995,'41627909818','163','3.00','600','retail','0','2021-08-02 16:16:18','','','','130','Cash',82.76,'200','','','4','','1','2021-08-02 13:16:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','47.00','44','Inclusive','branch','Inventory','','',''),('416279105082623000',2996,'41627910189','220','1.00','4000','retail','0','2021-08-02 16:24:54','','','','3050','Cash',551.72,'4000','','','4','','1','2021-08-02 13:25:36','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416279110954324291',2997,'41627910739','108','2.00','2200','retail','0','2021-08-02 16:33:24','','','','900','Cash',303.45,'1100','','','4','','1','2021-08-02 13:33:28','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','5.00','3','Inclusive','branch','Inventory','','',''),('416279113626302332',2998,'41627911208','220','1.00','3600','retail','0','2021-08-02 16:36:55','','','','3050','Cash',496.55,'3600','','','4','','1','2021-08-02 13:37:10','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416279113952002540',2999,'41627911208','163','1.50','300','retail','0','2021-08-02 16:36:55','','','','130','Cash',41.38,'200','','','4','','1','2021-08-02 13:37:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.00','42.5','Inclusive','branch','Inventory','','',''),('416279114506323303',3000,'41627911431','8','13.00','6110','retail','0','2021-08-02 16:44:56','','','','330','Cash',842.76,'470','','','4','','1','2021-08-02 13:45:54','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','405.17','','36.00','23','Inclusive','branch','Inventory','','',''),('416279115670423171',3001,'41627911431','58','1.00','200','retail','0','2021-08-02 16:44:56','','','','130','Cash',27.59,'200','','','4','','1','2021-08-02 13:45:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','38.00','37','Inclusive','branch','Inventory','','',''),('416279120452430231',3002,'41627911956','60','4.00','600','retail','0','2021-08-02 16:47:52','','','','105','Cash',82.76,'150','','','4','','1','2021-08-02 13:48:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','36.00','32','Inclusive','branch','Inventory','','',''),('416279121272327022',3003,'41627912087','14','4.00','4200','retail','0','2021-08-02 16:49:11','','','','1065','Cash',579.31,'1050','','','4','','1','2021-08-02 13:49:17','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','483.00','479','Inclusive','branch','Inventory','','',''),('416279121922033222',3004,'41627912157','60','1.00','170','retail','0','2021-08-02 16:52:30','','','','105','Cash',23.45,'170','','','4','','1','2021-08-02 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','32.00','31','Inclusive','branch','Inventory','','',''),('416279122024221322',3005,'41627912157','62','0.50','90','retail','0','2021-08-02 16:52:30','','','','105','Cash',12.41,'180','','','4','','1','2021-08-02 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','231.50','231','Inclusive','branch','Inventory','','',''),('416279122132371030',3006,'41627912157','63','0.50','90','retail','0','2021-08-02 16:52:30','','','','105','Cash',12.41,'180','','','4','','1','2021-08-02 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','95.75','95.25','Inclusive','branch','Inventory','','',''),('416279122293232220',3007,'41627912157','66','0.50','100','retail','0','2021-08-02 16:52:30','','','','150.00','Cash',13.79,'200','','','4','','1','2021-08-02 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','143.00','142.5','Inclusive','branch','Inventory','','',''),('416279124133029033',3008,'41627912383','14','4.00','4400','retail','0','2021-08-02 16:53:58','','','','1065','Cash',606.90,'1100','','','4','','1','2021-08-02 13:54:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','479.00','475','Inclusive','branch','Inventory','','',''),('416279124763734432',3009,'41627912448','145','1.00','500','retail','0','2021-08-02 16:54:38','','','','320','Cash',68.97,'500','','','4','','1','2021-08-02 13:54:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','11.00','10','Inclusive','branch','Inventory','','',''),('416279125073072201',3010,'41627912492','2','5.00','2750','retail','0','2021-08-02 17:00:08','','','','530','Cash',379.31,'550','','','4','','1','2021-08-02 14:00:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','264.00','259','Inclusive','branch','18','','',''),('416279126540307010',3011,'41627912492','103','10.00','1800','retail','0','2021-08-02 17:00:08','','','','120','Cash',248.28,'180','','','4','','1','2021-08-02 14:00:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','690.00','680','Inclusive','branch','Inventory','','',''),('416279126933493622',3012,'41627912492','62','3.00','450','retail','0','2021-08-02 17:00:08','','','','105','Cash',62.07,'150','','','4','','1','2021-08-02 14:00:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','231.00','228','Inclusive','branch','Inventory','','',''),('416279127080243202',3013,'41627912492','63','7.00','1050','retail','0','2021-08-02 17:00:08','','','','105','Cash',144.83,'150','','','4','','1','2021-08-02 14:00:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','95.25','88.25','Inclusive','branch','Inventory','','',''),('416279128402022312',3014,'41627912820','254','1.00','200','retail','0','2021-08-02 17:00:41','','','','80','Cash',27.59,'200','','','4','','1','2021-08-02 14:00:53','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','422.00','421','Inclusive','branch','Inventory','1110','4000','5500'),('416279128663622272',3015,'41627912853','277','3.00','600','retail','0','2021-08-02 17:01:25','','','','65','Cash',82.76,'200','','','4','','1','2021-08-02 14:01:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','35.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416279129222273322',3016,'41627912898','14','4.00','4200','retail','0','2021-08-02 17:03:36','','','','1065','Cash',579.31,'1050','','','4','','1','2021-08-02 14:03:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','475.00','471','Inclusive','branch','Inventory','','',''),('416279129473312223',3017,'41627912898','121','3.00','3799.8','retail','0','2021-08-02 17:03:36','','','','1180','Cash',524.11,'1266.6','','','4','','1','2021-08-02 14:03:40','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1091.90','','73.00','70','Inclusive','branch','Inventory','','',''),('416279130383313283',3018,'41627913021','2','4.00','2200','retail','0','2021-08-02 17:04:15','','','','530','Cash',303.45,'550','','','4','','1','2021-08-02 14:04:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','259.00','255','Inclusive','branch','18','','',''),('416279173047070263',3019,'41627913103','319','1.00','100','retail','0','2021-08-02 18:15:30','','','','75','Cash',13.79,'100','','','4','','1','2021-08-02 15:15:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','97.00','96','Inclusive','branch','Inventory','1110','4000','5500'),('416279950683222233',3020,'41627995049','232','1.00','30','retail','0','2021-08-03 15:51:26','','','','2','Cash',4.14,'30','','','4','','1','2021-08-03 12:52:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','94.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('416279952020523302',3021,'41627995154','232','1.00','300','retail','0','2021-08-03 15:53:39','','','','2','Cash',41.38,'300','','','4','','1','2021-08-03 12:54:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','93.00','92','Inclusive','branch','Inventory','1110','4000','5500'),('416279953272022002',3022,'41627995271','247','2.00','600','retail','0','2021-08-03 15:56:47','','','','190','Cash',82.76,'300','','','4','','1','2021-08-03 12:57:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416279953450243200',3023,'41627995271','285','1.00','300','retail','0','2021-08-03 15:56:47','','','','180','Cash',41.38,'300','','','4','','1','2021-08-03 12:57:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','69.25','68.25','Inclusive','branch','Inventory','1110','4000','5500'),('416279953676392324',3024,'41627995271','232','1.00','500','retail','0','2021-08-03 15:56:47','','','','2','Cash',68.97,'500','','','4','','1','2021-08-03 12:57:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','92.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416279954619142963',3025,'41627995442','2','15.00','8250','retail','0','2021-08-03 15:57:59','','','','530','Cash',1137.93,'550','','','4','','1','2021-08-03 12:58:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','255.00','240','Inclusive','branch','18','','',''),('416279957202943023',3026,'41627995698','37','2.00','1900','retail','0','2021-08-03 16:02:22','','','','890','Cash',262.07,'950','','','4','','1','2021-08-03 13:02:27','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','3.00','1','Inclusive','branch','Inventory','','',''),('416279957793203229',3027,'41627995747','277','1.00','100','retail','0','2021-08-03 16:03:11','','','','65','Cash',13.79,'100','','','4','','1','2021-08-03 13:03:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416279960142200203',3028,'41627995806','255','1.00','250','retail','0','2021-08-03 16:09:00','','','','150','Cash',34.48,'250','','','4','','1','2021-08-03 13:10:19','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416279960264210226',3029,'41627995806','254','17.00','3400','retail','0','2021-08-03 16:09:00','','','','80','Cash',468.97,'200','','','4','','1','2021-08-03 13:10:19','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','421.00','404','Inclusive','branch','Inventory','1110','4000','5500'),('416279960407302233',3030,'41627995806','259','3.00','450','retail','0','2021-08-03 16:09:00','','','','150 ','Cash',62.07,'150','','','4','','1','2021-08-03 13:10:19','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','35.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416279961056367002',3031,'41627995806','232','1.00','2600','retail','0','2021-08-03 16:09:00','','','','2','Cash',358.62,'2600','','','4','','1','2021-08-03 13:10:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2241.38','','91.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('416279962617334336',3032,'41627996220','2','7.00','3850','retail','0','2021-08-03 16:12:00','','','','530','Cash',531.03,'550','','','4','','1','2021-08-03 13:13:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','240.00','233','Inclusive','branch','18','','',''),('416279964240633393',3033,'41627996384','137','3.00','6000','retail','0','2021-08-03 16:13:59','','','','1680','Cash',827.59,'2000','','','4','','1','2021-08-03 13:14:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','10.00','7','Inclusive','branch','Inventory','','',''),('416279964733603342',3034,'41627996450','20','3.00','2799.9','retail','0','2021-08-03 16:15:03','','','','642','Cash',386.19,'933.3','','','4','','1','2021-08-03 13:15:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','804.57','','74.00','71','Inclusive','branch','Inventory','','',''),('416279965230033209',3035,'41627996507','277','1.00','200','retail','0','2021-08-03 16:15:42','','','','65','Cash',27.59,'200','','','4','','1','2021-08-03 13:16:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416279965411030272',3036,'41627996507','278','1.00','100','retail','0','2021-08-03 16:15:42','','','','45','Cash',13.79,'100','','','4','','1','2021-08-03 13:16:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416279965777370020',3037,'41627996562','284','3.00','2550','retail','0','2021-08-03 16:17:35','','','','630','Cash',351.72,'850','','','4','','1','2021-08-03 13:17:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','39.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416279966103263076',3038,'41627996562','300','1.00','200','retail','0','2021-08-03 16:17:35','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-03 13:17:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416279966337426003',3039,'41627996562','268','1.00','250','retail','0','2021-08-03 16:17:35','','','','120','Cash',34.48,'250','','','4','','1','2021-08-03 13:17:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416279967293262323',3040,'41627996661','6','2.00','2200','retail','0','2021-08-03 16:20:07','','','','1070','Cash',303.45,'1100','','','4','','1','2021-08-03 13:20:15','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','24.00','22','Inclusive','branch','Inventory','','',''),('416279967432303060',3041,'41627996661','3','2.00','1150','retail','0','2021-08-03 16:20:07','','','','510','Cash',158.62,'575','','','4','','1','2021-08-03 13:20:15','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','495.69','','21.00','19','Inclusive','branch','Inventory','','',''),('416280020400023022',3042,'41628002021','212','1.00','13500','retail','0','2021-08-03 17:49:36','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-03 14:49:43','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','15.00','14','Inclusive','branch','Inventory','','',''),('416280021490004143',3043,'41628002021','163','5.00','1000','retail','0','2021-08-03 17:49:36','','','','130','Cash',137.93,'200','','','4','','1','2021-08-03 14:49:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.50','37.5','Inclusive','branch','Inventory','','',''),('416280037322633420',3044,'41628002196','320','1.00','200','retail','0','2021-08-03 18:15:43','','','','120','Cash',27.59,'200','','','4','','1','2021-08-03 15:15:48','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('416280037422012200',3045,'41628002196','273','1.00','50','retail','0','2021-08-03 18:15:43','','','','25','Cash',6.90,'50','','','4','','1','2021-08-03 15:15:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416280836812238822',3046,'41628083600','232','1.00','5','retail','0','2021-08-04 16:28:02','','','','2','Cash',0.69,'5','','','4','','1','2021-08-04 13:28:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416280837450322203',3047,'41628083718','232','1.00','30','retail','0','2021-08-04 16:30:40','','','','2','Cash',4.14,'30','','','4','','1','2021-08-04 13:30:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','89.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('416280837790400043',3048,'41628083718','242','2.00','220','retail','0','2021-08-04 16:30:40','','','','90','Cash',30.34,'110','','','4','','1','2021-08-04 13:30:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','24.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416280837952333203',3049,'41628083718','2','4.00','2200','retail','0','2021-08-04 16:30:40','','','','530','Cash',303.45,'550','','','4','','1','2021-08-04 13:30:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','233.00','229','Inclusive','branch','18','','',''),('416280838693942222',3050,'41628083849','20','7.00','6499.99','retail','0','2021-08-04 16:32:47','','','','642','Cash',896.55,'928.57','','','4','','1','2021-08-04 13:32:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','800.49','','71.00','64','Inclusive','branch','Inventory','','',''),('416280839916232403',3051,'41628083973','253','2.00','12600','retail','0','2021-08-04 16:34:04','','','','5700','Cash',1737.93,'6300','','','4','','1','2021-08-04 13:34:12','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','15.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416280840032324343',3052,'41628083973','163','4.00','800','retail','0','2021-08-04 16:34:04','','','','130','Cash',110.34,'200','','','4','','1','2021-08-04 13:34:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.50','33.5','Inclusive','branch','Inventory','','',''),('416280840740032163',3053,'41628084054','274','1.00','450','retail','0','2021-08-04 16:34:49','','','','150 ','Cash',62.07,'450','','','4','','1','2021-08-04 13:34:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416280842674228227',3054,'41628084095','8','22.00','9900','retail','0','2021-08-04 16:38:15','','','','330','Cash',1365.52,'450','','','4','','1','2021-08-04 13:38:22','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','93.00','71','Inclusive','branch','Inventory','','',''),('416280843224332403',3055,'41628084303','145','1.00','500','retail','0','2021-08-04 16:38:43','','','','320','Cash',68.97,'500','','','4','','1','2021-08-04 13:40:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','10.00','9','Inclusive','branch','Inventory','','',''),('416280844333080180',3056,'41628084410','138','2.00','4800','retail','0','2021-08-04 16:40:54','','','','2100','Cash',662.07,'2400','','','4','','1','2021-08-04 13:41:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','9.00','7','Inclusive','branch','Inventory','','',''),('416280844784832333',3057,'41628084465','319','1.00','100','retail','0','2021-08-04 16:41:34','','','','75','Cash',13.79,'100','','','4','','1','2021-08-04 13:41:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','96.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('416280845300006340',3058,'41628084512','2','3.00','1650','retail','0','2021-08-04 16:43:21','','','','530','Cash',227.59,'550','','','4','','1','2021-08-04 13:43:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','229.00','226','Inclusive','branch','18','','',''),('416280845472332332',3059,'41628084512','145','1.00','450','retail','0','2021-08-04 16:43:21','','','','320','Cash',62.07,'450','','','4','','1','2021-08-04 13:43:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','9.00','8','Inclusive','branch','Inventory','','',''),('416280874942200228',3060,'41628084606','253','1.00','6400','retail','0','2021-08-04 17:34:40','','','','5700','Cash',882.76,'6400','','','4','','1','2021-08-04 14:37:50','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416280875662823223',3061,'41628084606','102','1.00','150','retail','0','2021-08-04 17:34:40','','','','120','Cash',20.69,'150','','','4','','1','2021-08-04 14:37:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','34.00','33','Inclusive','branch','Inventory','','',''),('416280878842412383',3062,'41628087871','14','7.00','7350','retail','0','2021-08-04 17:41:24','','','','1065','Cash',1013.79,'1050','','','4','','1','2021-08-04 14:41:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','471.00','464','Inclusive','branch','Inventory','','',''),('416280880310343032',3063,'41628087871','123','1.00','1200','retail','0','2021-08-04 17:41:24','','','','800','Cash',165.52,'1200','','','4','','1','2021-08-04 14:41:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','1.00','0','Inclusive','branch','Inventory','','',''),('416280881171228234',3064,'41628088090','253','1.00','6400','retail','0','2021-08-04 17:42:14','','','','5700','Cash',882.76,'6400','','','4','','1','2021-08-04 14:42:18','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416280900009092030',3065,'41628088139','2','40.00','22000','retail','0','2021-08-04 18:13:37','','','','530','Cash',3034.48,'550','','','4','','1','2021-08-04 15:13:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','226.00','186','Inclusive','branch','18','','',''),('416281693462933322',3066,'41628169332','163','2.00','400','retail','0','2021-08-05 16:16:38','','','','130','Cash',55.17,'200','','','4','','1','2021-08-05 13:16:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.50','31.5','Inclusive','branch','Inventory','','',''),('416281696551502283',3067,'41628169414','60','6.00','900','retail','0','2021-08-05 16:21:52','','','','105','Cash',124.14,'150','','','4','','1','2021-08-05 13:22:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','31.00','25','Inclusive','branch','Inventory','','',''),('416281696993392323',3068,'41628169414','232','1.00','500','retail','0','2021-08-05 16:21:52','','','','2','Cash',68.97,'500','','','4','','1','2021-08-05 13:22:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','88.00','87','Inclusive','branch','Inventory','1110','4000','5500'),('416281697732126123',3069,'41628169751','102','1.00','200','retail','0','2021-08-05 16:22:53','','','','120','Cash',27.59,'200','','','4','','1','2021-08-05 13:23:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','33.00','32','Inclusive','branch','Inventory','','',''),('416281698224213266',3070,'41628169792','264','1.00','4300','retail','0','2021-08-05 16:24:03','','','','3850','Cash',593.10,'4300','','','4','','1','2021-08-05 13:24:08','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3706.90','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416281698662330324',3071,'41628169848','19','12.00','10200','retail','0','2021-08-05 16:25:07','','','','725','Cash',1406.90,'850','','','4','','1','2021-08-05 13:25:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','140.00','128','Inclusive','branch','Inventory','','',''),('416281699530222303',3072,'41628169929','115','3.00','3300','retail','0','2021-08-05 16:33:41','','','','1180','Cash',455.17,'1100','','','4','','1','2021-08-05 13:33:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','6.00','3','Inclusive','branch','Inventory','','',''),('416281699733800223',3073,'41628169929','113','2.00','1800','retail','0','2021-08-05 16:33:41','','','','780','Cash',248.28,'900','','','4','','1','2021-08-05 13:33:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','59.00','57','Inclusive','branch','Inventory','','',''),('416281699934634300',3074,'41628169929','66','1.00','200','retail','0','2021-08-05 16:33:41','','','','150.00','Cash',27.59,'200','','','4','','1','2021-08-05 13:33:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','142.50','141.5','Inclusive','branch','Inventory','','',''),('416281700060223232',3075,'41628169929','6','8.00','8800','retail','0','2021-08-05 16:33:41','','','','1070','Cash',1213.79,'1100','','','4','','1','2021-08-05 13:33:45','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','22.00','14','Inclusive','branch','Inventory','','',''),('416281700183202224',3076,'41628169929','3','2.00','1100','retail','0','2021-08-05 16:33:41','','','','510','Cash',151.72,'550','','','4','','1','2021-08-05 13:33:45','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','19.00','17','Inclusive','branch','Inventory','','',''),('416281700314332334',3077,'41628169929','92','4.00','1000','retail','0','2021-08-05 16:33:41','','','','190','Cash',137.93,'250','','','4','','1','2021-08-05 13:33:45','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','78.00','74','Inclusive','branch','Inventory','','',''),('416281700430062024',3078,'41628169929','102','3.00','450','retail','0','2021-08-05 16:33:41','','','','120','Cash',62.07,'150','','','4','','1','2021-08-05 13:33:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','32.00','29','Inclusive','branch','Inventory','','',''),('416281700653822332',3079,'41628169929','103','35.00','3500','retail','0','2021-08-05 16:33:41','','','','120','Cash',482.76,'100','','','4','','1','2021-08-05 13:33:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','680.00','645','Inclusive','branch','Inventory','','',''),('416281704643407203',3080,'41628170426','108','2.00','2200','retail','0','2021-08-05 16:34:45','','','','900','Cash',303.45,'1100','','','4','','1','2021-08-05 13:34:50','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','3.00','1','Inclusive','branch','Inventory','','',''),('416281705240320102',3081,'41628170491','64','4.00','600','retail','0','2021-08-05 16:35:49','','','','105','Cash',82.76,'150','','','4','','1','2021-08-05 13:36:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','41.00','37','Inclusive','branch','Inventory','','',''),('416281706180408110',3082,'41628170562','232','1.00','60','retail','0','2021-08-05 16:37:22','','','','2','Cash',8.28,'60','','','4','','1','2021-08-05 13:37:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','87.00','86','Inclusive','branch','Inventory','1110','4000','5500'),('416282280372123382',3083,'41628228019','58','0.50','100','retail','0','2021-08-05 08:34:16','','','','130','Cash',13.79,'200','','','4','','1','2021-08-06 05:34:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.00','36.5','Inclusive','branch','Inventory','','',''),('416282591143398220',3084,'41628259101','2','10.00','5500','retail','0','2021-08-06 17:12:17','','','','530','Cash',758.62,'550','','','4','','1','2021-08-06 14:12:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','186.00','176','Inclusive','branch','18','','',''),('416282591612220332',3085,'41628259146','2','8.00','4400','retail','0','2021-08-06 17:13:11','','','','530','Cash',606.90,'550','','','4','','1','2021-08-06 14:13:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','176.00','168','Inclusive','branch','18','','',''),('416282592260339435',3086,'41628259210','2','5.00','2750','retail','0','2021-08-06 17:14:05','','','','530','Cash',379.31,'550','','','4','','1','2021-08-06 14:14:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','168.00','163','Inclusive','branch','18','','',''),('416282592613303002',3087,'41628259249','2','3.00','1650','retail','0','2021-08-06 17:14:36','','','','530','Cash',227.59,'550','','','4','','1','2021-08-06 14:14:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','163.00','160','Inclusive','branch','18','','',''),('416282593300003230',3088,'41628259317','2','3.00','1650','retail','0','2021-08-06 17:15:45','','','','530','Cash',227.59,'550','','','4','','1','2021-08-06 14:15:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','160.00','157','Inclusive','branch','18','','',''),('416282593673832722',3089,'41628259349','2','2.00','1100','retail','0','2021-08-06 17:16:22','','','','530','Cash',151.72,'550','','','4','','1','2021-08-06 14:16:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','157.00','155','Inclusive','branch','18','','',''),('416282594230092234',3090,'41628259392','13','17.00','15300','retail','0','2021-08-06 17:24:49','','','','890','Cash',2110.34,'900','','','4','','1','2021-08-06 14:25:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','71.00','54','Inclusive','branch','Inventory','','',''),('416282594370302222',3091,'41628259392','19','1.00','850','retail','0','2021-08-06 17:24:49','','','','725','Cash',117.24,'850','','','4','','1','2021-08-06 14:25:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','128.00','127','Inclusive','branch','Inventory','','',''),('416282594473332000',3092,'41628259392','66','3.00','600','retail','0','2021-08-06 17:24:49','','','','150.00','Cash',82.76,'200','','','4','','1','2021-08-06 14:25:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','141.50','138.5','Inclusive','branch','Inventory','','',''),('416282594561123332',3093,'41628259392','62','3.00','450','retail','0','2021-08-06 17:24:49','','','','105','Cash',62.07,'150','','','4','','1','2021-08-06 14:25:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','278.00','275','Inclusive','branch','Inventory','','',''),('416282594760112344',3094,'41628259392','61','6.00','900','retail','0','2021-08-06 17:24:49','','','','105','Cash',124.14,'150','','','4','','1','2021-08-06 14:25:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','26.50','20.5','Inclusive','branch','Inventory','','',''),('416282594899022222',3095,'41628259392','63','2.00','300','retail','0','2021-08-06 17:24:49','','','','105','Cash',41.38,'150','','','4','','1','2021-08-06 14:25:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','138.25','136.25','Inclusive','branch','Inventory','','',''),('416282595022021223',3096,'41628259392','277','2.00','500','retail','0','2021-08-06 17:24:49','','','','65','Cash',68.97,'250','','','4','','1','2021-08-06 14:25:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','30.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416282595513322383',3097,'41628259392','278','4.00','300','retail','0','2021-08-06 17:24:49','','','','45','Cash',41.38,'75','','','4','','1','2021-08-06 14:25:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','9.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416282598750205320',3098,'41628259392','232','1.00','300','retail','0','2021-08-06 17:24:49','','','','2','Cash',41.38,'300','','','4','','1','2021-08-06 14:25:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','86.00','85','Inclusive','branch','Inventory','1110','4000','5500'),('416282599480232303',3099,'41628259921','302','2.00','700','retail','0','2021-08-06 17:28:38','','','','150 ','Cash',96.55,'350','','','4','','1','2021-08-06 14:30:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416282599612304230',3100,'41628259921','304','5.00','250','retail','0','2021-08-06 17:28:38','','','','20','Cash',34.48,'50','','','4','','1','2021-08-06 14:30:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','9.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416282600023020200',3101,'41628259921','232','1.00','650','retail','0','2021-08-06 17:28:38','','','','2','Cash',89.66,'650','','','4','','1','2021-08-06 14:30:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','85.00','84','Inclusive','branch','Inventory','1110','4000','5500'),('416282602446020034',3102,'41628260231','62','3.00','450','retail','0','2021-08-06 17:32:36','','','','105','Cash',62.07,'150','','','4','','1','2021-08-06 14:32:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','275.00','272','Inclusive','branch','Inventory','','',''),('416282602526330424',3103,'41628260231','63','2.00','300','retail','0','2021-08-06 17:32:36','','','','105','Cash',41.38,'150','','','4','','1','2021-08-06 14:32:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','136.25','134.25','Inclusive','branch','Inventory','','',''),('416282602636803226',3104,'41628260231','66','1.00','200','retail','0','2021-08-06 17:32:36','','','','150.00','Cash',27.59,'200','','','4','','1','2021-08-06 14:32:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','138.50','137.5','Inclusive','branch','Inventory','','',''),('416282603960300212',3105,'41628260367','107','7.00','6300','retail','0','2021-08-06 17:35:09','','','','780','Cash',868.97,'900','','','4','','1','2021-08-06 14:35:15','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','28.00','21','Inclusive','branch','Inventory','','',''),('416282604246333322',3106,'41628260367','18','4.00','2700','retail','0','2021-08-06 17:35:09','','','','580','Cash',372.41,'675','','','4','','1','2021-08-06 14:35:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','581.90','','28.00','24','Inclusive','branch','Inventory','','',''),('416282605292808343',3107,'41628260516','2','10.00','5500','retail','0','2021-08-06 17:35:45','','','','530','Cash',758.62,'550','','','4','','1','2021-08-06 14:35:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','155.00','145','Inclusive','branch','18','','',''),('416282605770234520',3108,'41628260550','62','2.00','300','retail','0','2021-08-06 17:37:05','','','','105','Cash',41.38,'150','','','4','','1','2021-08-06 14:37:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','272.00','270','Inclusive','branch','Inventory','','',''),('416282605868630526',3109,'41628260550','63','2.00','300','retail','0','2021-08-06 17:37:05','','','','105','Cash',41.38,'150','','','4','','1','2021-08-06 14:37:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','134.25','132.25','Inclusive','branch','Inventory','','',''),('416282606902263442',3110,'41628260631','296','3.00','600','retail','0','2021-08-06 17:38:34','','','','1400','Cash',82.76,'200','','','4','','1','2021-08-06 14:38:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416282607501200222',3111,'41628260726','53','2.00','1300','retail','0','2021-08-06 17:41:06','','','','560','Cash',179.31,'650','','','4','','1','2021-08-06 14:41:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','14.50','12.5','Inclusive','branch','Inventory','','',''),('416282608901480210',3112,'41628260871','8','8.00','4000','retail','0','2021-08-06 17:42:59','','','','330','Cash',551.72,'500','','','4','','1','2021-08-06 14:43:05','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','71.00','63','Inclusive','branch','Inventory','','',''),('416282609322264130',3113,'41628260871','58','2.00','400','retail','0','2021-08-06 17:42:59','','','','130','Cash',55.17,'200','','','4','','1','2021-08-06 14:43:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','36.50','34.5','Inclusive','branch','Inventory','','',''),('416282609411326006',3114,'41628260871','62','1.00','200','retail','0','2021-08-06 17:42:59','','','','105','Cash',27.59,'200','','','4','','1','2021-08-06 14:43:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','270.00','269','Inclusive','branch','Inventory','','',''),('416282610366266233',3115,'41628260986','259','9.00','3150','retail','0','2021-08-06 18:15:27','','','','150 ','Cash',434.48,'350','','','4','','1','2021-08-06 15:15:31','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','32.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416282629674226642',3116,'41628262932','42','5.00','4750','retail','0','2021-08-06 18:16:36','','','','870','Cash',655.17,'950','','','4','','1','2021-08-06 15:16:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','19.00','14','Inclusive','branch','Inventory','','',''),('416282630972312849',3117,'41628263003','163','5.00','1000','retail','0','2021-08-06 18:18:39','','','','130','Cash',137.93,'200','','','4','','1','2021-08-06 15:20:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','31.50','26.5','Inclusive','branch','Inventory','','',''),('416282632803020230',3118,'41628263254','140','2.00','7000','retail','0','2021-08-06 18:22:31','','','','2940','Cash',965.52,'3500','','','4','','1','2021-08-06 15:22:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','7.00','5','Inclusive','branch','Inventory','','',''),('416283394893023822',3119,'41628339463','15','5.00','3500','retail','0','2021-08-07 15:36:29','','','','640','Cash',482.76,'700','','','4','','1','2021-08-07 12:36:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','74.00','69','Inclusive','branch','Inventory','','',''),('416283395899228022',3120,'41628339463','132','0.50','600','retail','0','2021-08-07 15:36:29','','','','1000','Cash',82.76,'1200','','','4','','1','2021-08-07 12:36:39','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','5.00','4.5','Inclusive','branch','Inventory','','',''),('416283396592323332',3121,'41628339463','2','6.00','3300','retail','0','2021-08-07 15:36:29','','','','530','Cash',455.17,'550','','','4','','1','2021-08-07 12:36:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','145.00','139','Inclusive','branch','18','','',''),('416283396737222380',3122,'41628339463','232','1.00','150','retail','0','2021-08-07 15:36:29','','','','2','Cash',20.69,'150','','','4','','1','2021-08-07 12:36:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','84.00','83','Inclusive','branch','Inventory','1110','4000','5500'),('416283398293623363',3123,'41628339802','18','2.00','1200','retail','0','2021-08-07 15:37:30','','','','580','Cash',165.52,'600','','','4','','1','2021-08-07 12:37:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','24.00','22','Inclusive','branch','Inventory','','',''),('416283398998829223',3124,'41628339858','61','1.50','249.9','retail','0','2021-08-07 15:39:40','','','','105','Cash',34.47,'166.6','','','4','','1','2021-08-07 12:39:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','20.50','19','Inclusive','branch','Inventory','','',''),('416283400050303162',3125,'41628339985','2','19.00','10450','retail','0','2021-08-07 15:40:24','','','','530','Cash',1441.38,'550','','','4','','1','2021-08-07 12:40:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','139.00','120','Inclusive','branch','18','','',''),('416283400612324236',3126,'41628340037','8','3.00','1500','retail','0','2021-08-07 15:41:22','','','','330','Cash',206.90,'500','','','4','','1','2021-08-07 12:41:33','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','63.00','60','Inclusive','branch','Inventory','','',''),('416283474796423990',3127,'41628342467','19','6.00','5100','retail','0','2021-08-07 17:45:09','','','','725','Cash',703.45,'850','','','4','','1','2021-08-07 14:46:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','127.00','121','Inclusive','branch','Inventory','','',''),('416283475862322322',3128,'41628347574','18','5.00','3000','retail','0','2021-08-07 17:47:19','','','','580','Cash',413.79,'600','','','4','','1','2021-08-07 14:47:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','22.00','17','Inclusive','branch','Inventory','','',''),('416283475992005222',3129,'41628347574','19','2.00','1600','retail','0','2021-08-07 17:47:19','','','','725','Cash',220.69,'800','','','4','','1','2021-08-07 14:47:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','121.00','119','Inclusive','branch','Inventory','','',''),('416283478203330100',3130,'41628347671','302','1.00','280','retail','0','2021-08-07 17:50:43','','','','150 ','Cash',38.62,'280','','','4','','1','2021-08-07 14:50:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','241.38','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416285129699220202',3131,'41628512946','145','3.00','1500','retail','0','2021-08-09 15:43:14','','','','320','Cash',206.90,'500','','','4','','1','2021-08-09 12:43:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','8.00','5','Inclusive','branch','Inventory','','',''),('416285130113221003',3132,'41628513000','6','6.00','6480','retail','0','2021-08-09 15:44:17','','','','1070','Cash',893.79,'1080','','','4','','1','2021-08-09 12:44:29','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','54.00','48','Inclusive','branch','Inventory','','',''),('416285130890252085',3133,'41628513070','2','4.00','2200','retail','0','2021-08-09 15:45:11','','','','530','Cash',303.45,'550','','','4','','1','2021-08-09 12:45:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','120.00','116','Inclusive','branch','18','','',''),('416285133014223133',3134,'41628513243','247','4.00','1200','retail','0','2021-08-09 16:03:41','','','','190','Cash',165.52,'300','','','4','','1','2021-08-09 13:03:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','7.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416285133483224233',3135,'41628513243','286','2.00','1000','retail','0','2021-08-09 16:03:41','','','','450','Cash',137.93,'500','','','4','','1','2021-08-09 13:03:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','35.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416285133613426013',3136,'41628513243','284','2.00','1700','retail','0','2021-08-09 16:03:41','','','','630','Cash',234.48,'850','','','4','','1','2021-08-09 13:03:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','36.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416285141036020021',3137,'41628513243','97','3.00','2700','retail','0','2021-08-09 16:03:41','','','','720','Cash',372.41,'900','','','4','','1','2021-08-09 13:03:46','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','6.00','3','Inclusive','branch','Inventory','','',''),('416285142772352334',3138,'41628514227','220','1.00','3500','retail','0','2021-08-09 16:04:56','','','','3050','Cash',482.76,'3500','','','4','','1','2021-08-09 13:05:00','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416285145332363200',3139,'41628514302','8','22.00','9900','retail','0','2021-08-09 16:09:15','','','','330','Cash',1365.52,'450','','','4','','1','2021-08-09 13:09:29','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','90.00','68','Inclusive','branch','Inventory','','',''),('416285146922008220',3140,'41628514569','232','1.00','400','retail','0','2021-08-09 16:12:06','','','','2','Cash',55.17,'400','','','4','','1','2021-08-09 13:12:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','83.00','82','Inclusive','branch','Inventory','1110','4000','5500'),('416285147704023033',3141,'41628514751','2','10.00','5500','retail','0','2021-08-09 16:16:14','','','','530','Cash',758.62,'550','','','4','','1','2021-08-09 13:16:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','406.00','396','Inclusive','branch','18','','',''),('416285147841302320',3142,'41628514751','4','5.00','4000','retail','0','2021-08-09 16:16:14','','','','730','Cash',551.72,'800','','','4','','1','2021-08-09 13:16:23','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','86.00','81','Inclusive','branch','Inventory','','',''),('416285147975213220',3143,'41628514751','102','4.00','600','retail','0','2021-08-09 16:16:14','','','','120','Cash',82.76,'150','','','4','','1','2021-08-09 13:16:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','29.00','25','Inclusive','branch','Inventory','','',''),('416285148292633240',3144,'41628514751','174','3.00','450','retail','0','2021-08-09 16:16:14','','','','120','Cash',62.07,'150','','','4','','1','2021-08-09 13:16:23','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','18.00','15','Inclusive','branch','Inventory','','',''),('416285150552133285',3145,'41628514984','53','3.00','1950','retail','0','2021-08-09 16:17:51','','','','560','Cash',268.97,'650','','','4','','1','2021-08-09 13:17:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','12.50','9.5','Inclusive','branch','Inventory','','',''),('416285151140202513',3146,'41628515077','60','1.00','180','retail','0','2021-08-09 16:18:36','','','','105','Cash',24.83,'180','','','4','','1','2021-08-09 13:18:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','75.00','74','Inclusive','branch','Inventory','','',''),('416285152343223022',3147,'41628515131','284','1.00','850','retail','0','2021-08-09 16:28:07','','','','630','Cash',117.24,'850','','','4','','1','2021-08-09 13:28:18','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416285155142224420',3148,'41628515131','232','1.00','1000','retail','0','2021-08-09 16:28:07','','','','2','Cash',137.93,'1000','','','4','','1','2021-08-09 13:28:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','82.00','81','Inclusive','branch','Inventory','1110','4000','5500'),('416285155355354152',3149,'41628515131','66','2.00','400','retail','0','2021-08-09 16:28:07','','','','150.00','Cash',55.17,'200','','','4','','1','2021-08-09 13:28:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','137.50','135.5','Inclusive','branch','Inventory','','',''),('416285155762620255',3150,'41628515131','245','1.00','2000','retail','0','2021-08-09 16:28:07','','','','1300','Cash',275.86,'2000','','','4','','1','2021-08-09 13:28:18','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416285155963620202',3151,'41628515131','2','7.00','3850','retail','0','2021-08-09 16:28:07','','','','530','Cash',531.03,'550','','','4','','1','2021-08-09 13:28:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','396.00','389','Inclusive','branch','18','','',''),('416285156113182022',3152,'41628515131','208','3.00','1050','retail','0','2021-08-09 16:28:07','','','','150 ','Cash',144.83,'350','','','4','','1','2021-08-09 13:28:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','45.00','42','Inclusive','branch','Inventory','','',''),('416285157251052342',3153,'41628515699','14','6.00','6300','retail','0','2021-08-09 16:29:11','','','','1065','Cash',868.97,'1050','','','4','','1','2021-08-09 13:29:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','464.00','458','Inclusive','branch','Inventory','','',''),('416285157893129177',3154,'41628515761','14','9.00','9450','retail','0','2021-08-09 16:30:55','','','','1065','Cash',1303.45,'1050','','','4','','1','2021-08-09 13:31:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','458.00','449','Inclusive','branch','Inventory','','',''),('416285158295120338',3155,'41628515761','66','2.00','400','retail','0','2021-08-09 16:30:55','','','','150.00','Cash',55.17,'200','','','4','','1','2021-08-09 13:31:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','135.50','133.5','Inclusive','branch','Inventory','','',''),('416285158744053802',3156,'41628515863','232','1.00','300','retail','0','2021-08-09 16:31:28','','','','2','Cash',41.38,'300','','','4','','1','2021-08-09 13:31:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','81.00','80','Inclusive','branch','Inventory','1110','4000','5500'),('416285159698436635',3157,'41628515917','284','2.00','2400','retail','0','2021-08-09 16:33:14','','','','630','Cash',331.03,'1200','','','4','','1','2021-08-09 13:33:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','33.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416285222182282202',3158,'41628522201','286','1.00','600','retail','0','2021-08-09 18:17:00','','','','450','Cash',82.76,'600','','','4','','1','2021-08-09 15:17:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416285222433222336',3159,'41628522228','286','1.00','500','retail','0','2021-08-09 18:18:15','','','','450','Cash',68.97,'500','','','4','','1','2021-08-09 15:18:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416285222723662228',3160,'41628522228','300','1.00','200','retail','0','2021-08-09 18:18:15','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-09 15:18:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416286005493242314',3161,'41628600531','2','3.00','1650','retail','0','2021-08-10 16:02:51','','','','530','Cash',227.59,'550','','','4','','1','2021-08-10 13:02:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','389.00','386','Inclusive','branch','18','','',''),('416286005930595329',3162,'41628600577','2','2.00','1100','retail','0','2021-08-10 16:03:27','','','','530','Cash',151.72,'550','','','4','','1','2021-08-10 13:03:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','386.00','384','Inclusive','branch','18','','',''),('416286006473226200',3163,'41628600621','2','2.00','1200','retail','0','2021-08-10 16:07:22','','','','530','Cash',165.52,'600','','','4','','1','2021-08-10 13:07:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','384.00','382','Inclusive','branch','18','','',''),('416286006790400307',3164,'41628600621','132','0.50','600','retail','0','2021-08-10 16:07:22','','','','1000','Cash',82.76,'1200','','','4','','1','2021-08-10 13:07:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.50','4','Inclusive','branch','Inventory','','',''),('416286007042030220',3165,'41628600621','145','1.00','450','retail','0','2021-08-10 16:07:22','','','','320','Cash',62.07,'450','','','4','','1','2021-08-10 13:07:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','5.00','4','Inclusive','branch','Inventory','','',''),('416286007340203463',3166,'41628600621','174','3.00','450','retail','0','2021-08-10 16:07:22','','','','120','Cash',62.07,'150','','','4','','1','2021-08-10 13:07:28','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','15.00','12','Inclusive','branch','Inventory','','',''),('416286008892483330',3167,'41628600849','268','1.00','250','retail','0','2021-08-10 16:09:55','','','','120','Cash',34.48,'250','','','4','','1','2021-08-10 13:10:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416286009110826010',3168,'41628600849','274','1.00','450','retail','0','2021-08-10 16:09:55','','','','150 ','Cash',62.07,'450','','','4','','1','2021-08-10 13:10:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416286009499463432',3169,'41628600849','266','1.00','3500','retail','0','2021-08-10 16:09:55','','','','2600','Cash',482.76,'3500','','','4','','1','2021-08-10 13:10:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416286009653363246',3170,'41628600849','290','1.00','300','retail','0','2021-08-10 16:09:55','','','','120','Cash',41.38,'300','','','4','','1','2021-08-10 13:10:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416286010272002028',3171,'41628601010','264','1.00','4300','retail','0','2021-08-10 16:10:42','','','','3850','Cash',593.10,'4300','','','4','','1','2021-08-10 13:10:48','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3706.90','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416286010694623102',3172,'41628601049','8','1.00','450','retail','0','2021-08-10 16:13:15','','','','330','Cash',62.07,'450','','','4','','1','2021-08-10 13:13:22','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','68.00','67','Inclusive','branch','Inventory','','',''),('416286010911430340',3173,'41628601049','145','1.00','450','retail','0','2021-08-10 16:13:15','','','','320','Cash',62.07,'450','','','4','','1','2021-08-10 13:13:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','4.00','3','Inclusive','branch','Inventory','','',''),('416286011040332428',3174,'41628601049','163','1.00','200','retail','0','2021-08-10 16:13:15','','','','130','Cash',27.59,'200','','','4','','1','2021-08-10 13:13:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','26.50','25.5','Inclusive','branch','Inventory','','',''),('416286011211213240',3175,'41628601049','60','1.00','150','retail','0','2021-08-10 16:13:15','','','','105','Cash',20.69,'150','','','4','','1','2021-08-10 13:13:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','74.00','73','Inclusive','branch','Inventory','','',''),('416286012442122330',3176,'41628601203','72','22.00','28600','retail','0','2021-08-10 16:18:38','','','','1230','Cash',3944.83,'1300','','','4','','1','2021-08-10 13:18:43','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','48.00','26','Inclusive','branch','Inventory','','',''),('416286012618333126',3177,'41628601203','14','6.00','6300','retail','0','2021-08-10 16:18:38','','','','1065','Cash',868.97,'1050','','','4','','1','2021-08-10 13:18:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','449.00','443','Inclusive','branch','Inventory','','',''),('416286012713343322',3178,'41628601203','66','5.00','1000','retail','0','2021-08-10 16:18:38','','','','150.00','Cash',137.93,'200','','','4','','1','2021-08-10 13:18:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','133.50','128.5','Inclusive','branch','Inventory','','',''),('416286012861430212',3179,'41628601203','62','1.00','150','retail','0','2021-08-10 16:18:38','','','','105','Cash',20.69,'150','','','4','','1','2021-08-10 13:18:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','269.00','268','Inclusive','branch','Inventory','','',''),('416286012962211232',3180,'41628601203','63','4.00','600','retail','0','2021-08-10 16:18:38','','','','105','Cash',82.76,'150','','','4','','1','2021-08-10 13:18:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','132.25','128.25','Inclusive','branch','Inventory','','',''),('416286014270032032',3181,'41628601203','248','4.00','600','retail','0','2021-08-10 16:18:38','','','','40','Cash',82.76,'150','','','4','','1','2021-08-10 13:18:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','73.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416286015413246051',3182,'41628601523','2','2.00','1100','retail','0','2021-08-10 16:19:22','','','','530','Cash',151.72,'550','','','4','','1','2021-08-10 13:19:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','382.00','380','Inclusive','branch','18','','',''),('416286017422664244',3183,'41628601723','297','1.00','15000','retail','0','2021-08-10 16:22:22','','','','14000','Cash',2068.97,'15000','','','4','','1','2021-08-10 13:22:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','12931.03','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416286017802022002',3184,'41628601752','60','50.00','6200','retail','0','2021-08-10 16:26:16','','','','105','Cash',855.17,'124','','','4','','1','2021-08-10 13:27:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','106.90','','73.00','23','Inclusive','branch','Inventory','','',''),('416286018273334284',3185,'41628601752','96','2.00','2600','retail','0','2021-08-10 16:26:16','','','','850','Cash',358.62,'1300','','','4','','1','2021-08-10 13:27:04','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','12.00','10','Inclusive','branch','Inventory','','',''),('416286019181342332',3186,'41628601752','285','2.00','600','retail','0','2021-08-10 16:26:16','','','','180','Cash',82.76,'300','','','4','','1','2021-08-10 13:27:04','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','68.25','66.25','Inclusive','branch','Inventory','1110','4000','5500'),('416286020720222006',3187,'41628602054','10','1.00','3500','retail','0','2021-08-10 16:28:48','','','','2700','Cash',482.76,'3500','','','4','','1','2021-08-10 13:29:34','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','1','4.00','3','Inclusive','branch','Inventory','','',''),('416286079443407326',3188,'41628607928','232','1.00','210','retail','0','2021-08-10 18:05:58','','','','2','Cash',28.97,'210','','','4','','1','2021-08-10 15:06:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','','80.00','79','Inclusive','branch','Inventory','1110','4000','5500'),('416286921386031228',3189,'41628692116','139','3.00','8850','retail','0','2021-08-11 17:34:36','','','','2520','Cash',1220.69,'2950','','','4','','1','2021-08-11 14:34:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2543.10','','12.00','9','Inclusive','branch','Inventory','','',''),('416286921532223201',3190,'41628692116','264','1.00','4500','retail','0','2021-08-11 17:34:36','','','','3850','Cash',620.69,'4500','','','4','','1','2021-08-11 14:34:49','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416286921662223229',3191,'41628692116','163','3.00','600','retail','0','2021-08-11 17:34:36','','','','130','Cash',82.76,'200','','','4','','1','2021-08-11 14:34:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','22.5','Inclusive','branch','Inventory','','',''),('416286921783202831',3192,'41628692116','2','1.00','550','retail','0','2021-08-11 17:34:36','','','','530','Cash',75.86,'550','','','4','','1','2021-08-11 14:34:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','380.00','379','Inclusive','branch','18','','',''),('416286925152320330',3193,'41628692493','325','1.00','600','retail','0','2021-08-11 17:35:56','','','','250','Cash',82.76,'600','','','4','','1','2021-08-11 14:36:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416286925274306132',3194,'41628692493','232','1.00','400','retail','0','2021-08-11 17:35:56','','','','2','Cash',55.17,'400','','','4','','1','2021-08-11 14:36:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','79.00','78','Inclusive','branch','Inventory','1110','4000','5500'),('416286926122063131',3195,'41628692579','63','2.00','300','retail','0','2021-08-11 17:39:07','','','','105','Cash',41.38,'150','','','4','','1','2021-08-11 14:40:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','128.25','126.25','Inclusive','branch','Inventory','','',''),('416286926681360266',3196,'41628692579','232','1.00','250','retail','0','2021-08-11 17:39:07','','','','2','Cash',34.48,'250','','','4','','1','2021-08-11 14:40:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','78.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('416286926782223320',3197,'41628692579','62','2.00','300','retail','0','2021-08-11 17:39:07','','','','105','Cash',41.38,'150','','','4','','1','2021-08-11 14:40:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','268.00','266','Inclusive','branch','Inventory','','',''),('416286929593260893',3198,'41628692819','141','1.00','3800','retail','0','2021-08-11 17:42:57','','','','3360','Cash',524.14,'3800','','','4','','1','2021-08-11 14:43:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','6.00','5','Inclusive','branch','Inventory','','',''),('416286930143623322',3199,'41628692993','96','1.00','1250','retail','0','2021-08-11 17:45:08','','','','850','Cash',172.41,'1250','','','4','','1','2021-08-11 14:45:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','','10.00','9','Inclusive','branch','Inventory','','',''),('416286930595650332',3200,'41628692993','317','4.00','1000','retail','0','2021-08-11 17:45:08','','','','300','Cash',137.93,'250','','','4','','1','2021-08-11 14:45:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','7.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416286932443428322',3201,'41628693121','2','18.00','9900','retail','0','2021-08-11 17:47:46','','','','530','Cash',1365.52,'550','','','4','','1','2021-08-11 14:47:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','379.00','361','Inclusive','branch','18','','',''),('416286933162302022',3202,'41628693274','83','5.00','5500','retail','0','2021-08-11 17:48:58','','','','1025','Cash',758.62,'1100','','','4','','1','2021-08-11 14:49:10','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','61.00','56','Inclusive','branch','Inventory','','',''),('416286933696282106',3203,'41628693351','62','1.00','150','retail','0','2021-08-11 17:50:24','','','','105','Cash',20.69,'150','','','4','','1','2021-08-11 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','266.00','265','Inclusive','branch','Inventory','','',''),('416286933813446233',3204,'41628693351','63','6.00','900','retail','0','2021-08-11 17:50:24','','','','105','Cash',124.14,'150','','','4','','1','2021-08-11 14:50:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','126.25','120.25','Inclusive','branch','Inventory','','',''),('416286934604232024',3205,'41628693443','2','4.00','2200','retail','0','2021-08-11 17:51:21','','','','530','Cash',303.45,'550','','','4','','1','2021-08-11 14:51:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','361.00','357','Inclusive','branch','18','','',''),('416287764060664383',3206,'41628776377','145','1.00','500','retail','0','2021-08-12 16:53:28','','','','320','Cash',68.97,'500','','','4','','1','2021-08-12 13:53:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','3.00','2','Inclusive','branch','Inventory','','',''),('416287771100130323',3207,'41628776425','281','4.00','500','retail','0','2021-08-12 17:05:39','','','','55','Cash',68.97,'125','','','4','','1','2021-08-12 14:05:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','39.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416287771667300867',3208,'41628777145','285','1.00','300','retail','0','2021-08-12 17:07:25','','','','180','Cash',41.38,'300','','','4','','1','2021-08-12 14:07:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','66.25','65.25','Inclusive','branch','Inventory','1110','4000','5500'),('416287771852208033',3209,'41628777145','61','1.00','150','retail','0','2021-08-12 17:07:25','','','','105','Cash',20.69,'150','','','4','','1','2021-08-12 14:07:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.00','68','Inclusive','branch','Inventory','','',''),('416287771942370960',3210,'41628777145','63','5.00','750','retail','0','2021-08-12 17:07:25','','','','105','Cash',103.45,'150','','','4','','1','2021-08-12 14:07:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','120.25','115.25','Inclusive','branch','Inventory','','',''),('416287772803213700',3211,'41628777256','8','7.00','3150','retail','0','2021-08-12 17:08:23','','','','330','Cash',434.48,'450','','','4','','1','2021-08-12 14:08:42','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','67.00','60','Inclusive','branch','Inventory','','',''),('416287773463210333',3212,'41628777323','2','36.00','19800','retail','0','2021-08-12 17:09:33','','','','530','Cash',2731.03,'550','','','4','','1','2021-08-12 14:09:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','357.00','321','Inclusive','branch','18','','',''),('416287774337013430',3213,'41628777387','2','10.00','5500','retail','0','2021-08-12 17:10:50','','','','530','Cash',758.62,'550','','','4','','1','2021-08-12 14:10:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','321.00','311','Inclusive','branch','18','','',''),('416287774723402302',3214,'41628777458','92','5.00','1250','retail','0','2021-08-12 17:11:34','','','','190','Cash',172.41,'250','','','4','','1','2021-08-12 14:11:38','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','74.00','69','Inclusive','branch','Inventory','','',''),('416287775322332231',3215,'41628777499','62','1.00','150','retail','0','2021-08-12 17:17:23','','','','105','Cash',20.69,'150','','','4','','1','2021-08-12 14:17:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','265.00','264','Inclusive','branch','Inventory','','',''),('416287775452741022',3216,'41628777499','2','5.00','2750','retail','0','2021-08-12 17:17:23','','','','530','Cash',379.31,'550','','','4','','1','2021-08-12 14:17:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','311.00','306','Inclusive','branch','18','','',''),('416287775672360253',3217,'41628777499','269','2.00','400','retail','0','2021-08-12 17:17:23','','','','80','Cash',55.17,'200','','','4','','1','2021-08-12 14:17:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416287775952094750',3218,'41628777499','132','1.00','1100','retail','0','2021-08-12 17:17:23','','','','1000','Cash',151.72,'1100','','','4','','1','2021-08-12 14:17:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','4.00','3','Inclusive','branch','Inventory','','',''),('416287776099239022',3219,'41628777499','42','1.00','1050','retail','0','2021-08-12 17:17:23','','','','870','Cash',144.83,'1050','','','4','','1','2021-08-12 14:17:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','14.00','13','Inclusive','branch','Inventory','','',''),('416287776310224033',3220,'41628777499','8','1.00','500','retail','0','2021-08-12 17:17:23','','','','330','Cash',68.97,'500','','','4','','1','2021-08-12 14:17:26','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','60.00','59','Inclusive','branch','Inventory','','',''),('416287776583222320',3221,'41628777499','300','1.00','200','retail','0','2021-08-12 17:17:23','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-12 14:17:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416287778770670026',3222,'41628777847','14','6.00','6300','retail','0','2021-08-12 17:21:57','','','','1065','Cash',868.97,'1050','','','4','','1','2021-08-12 14:22:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','443.00','437','Inclusive','branch','Inventory','','',''),('416287781463628028',3223,'41628778123','220','1.00','3800','retail','0','2021-08-12 17:22:46','','','','3050','Cash',524.14,'3800','','','4','','1','2021-08-12 14:22:50','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416287781980320204',3224,'41628778170','13','1.00','950','retail','0','2021-08-12 17:23:19','','','','890','Cash',131.03,'950','','','4','','1','2021-08-12 14:23:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','1','54.00','53','Inclusive','branch','Inventory','','',''),('416287782343342327',3225,'41628778206','253','1.00','6300','retail','0','2021-08-12 17:24:15','','','','5700','Cash',868.97,'6300','','','4','','1','2021-08-12 14:24:19','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416287782752226204',3226,'41628778261','63','1.00','150','retail','0','2021-08-12 17:24:50','','','','105','Cash',20.69,'150','','','4','','1','2021-08-12 14:24:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.25','114.25','Inclusive','branch','Inventory','','',''),('416287783162333820',3227,'41628778296','265','1.00','3500','retail','0','2021-08-12 17:25:31','','','','3050','Cash',482.76,'3500','','','4','','1','2021-08-12 14:25:35','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416287783513110232',3228,'41628778336','163','1.00','200','retail','0','2021-08-12 17:25:52','','','','130','Cash',27.59,'200','','','4','','1','2021-08-12 14:25:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','22.50','21.5','Inclusive','branch','Inventory','','',''),('416287801476007020',3229,'41628778443','300','1.00','200','retail','0','2021-08-12 17:56:24','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-12 14:56:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416287803113486002',3230,'41628780196','232','1.00','200','retail','0','2021-08-12 17:58:52','','','','2','Cash',27.59,'200','','','4','','1','2021-08-12 14:59:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('416288626158222420',3231,'41628862572','322','1.00','200','retail','0','2021-08-13 16:51:44','','','','120','Cash',27.59,'200','','','4','','1','2021-08-13 14:27:01','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416288648632623004',3232,'41628864841','2','3.00','1650','retail','0','2021-08-13 17:28:08','','','','530','Cash',227.59,'550','','','4','','1','2021-08-13 14:28:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','306.00','303','Inclusive','branch','18','','',''),('416288649430322341',3233,'41628864933','18','16.00','10000','retail','0','2021-08-13 17:29:35','','','','580','Cash',1379.31,'625','','','4','','1','2021-08-13 14:30:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','538.79','','17.00','1','Inclusive','branch','Inventory','','',''),('416288650532202422',3234,'41628865029','138','3.00','7200','retail','0','2021-08-13 17:35:52','','','','2100','Cash',993.10,'2400','','','4','','1','2021-08-13 14:36:02','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','7.00','4','Inclusive','branch','Inventory','','',''),('416288653240333322',3235,'41628865029','61','2.00','300','retail','0','2021-08-13 17:35:52','','','','105','Cash',41.38,'150','','','4','','1','2021-08-13 14:36:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','68.00','66','Inclusive','branch','Inventory','','',''),('416288654141282233',3236,'41628865363','232','1.00','1000','retail','0','2021-08-13 17:37:26','','','','2','Cash',137.93,'1000','','','4','','1','2021-08-13 14:38:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','76.00','75','Inclusive','branch','Inventory','1110','4000','5500'),('416288655782640813',3237,'41628865521','204','1.00','100','retail','0','2021-08-13 17:39:52','','','','50','Cash',13.79,'100','','','4','','1','2021-08-13 14:40:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','3','Inclusive','branch','Inventory','','',''),('416288656283332603',3238,'41628865605','259','1.00','100','retail','0','2021-08-13 17:40:50','','','','150 ','Cash',13.79,'100','','','4','','1','2021-08-13 14:40:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416288656836423262',3239,'41628865656','63','1.00','150','retail','0','2021-08-13 17:41:43','','','','105','Cash',20.69,'150','','','4','','1','2021-08-13 14:41:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','114.25','113.25','Inclusive','branch','Inventory','','',''),('416288657346323314',3240,'41628865709','272','1.00','100','retail','0','2021-08-13 17:43:21','','','','33','Cash',13.79,'100','','','4','','1','2021-08-13 14:43:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416288658000808300',3241,'41628865709','285','1.00','300','retail','0','2021-08-13 17:43:21','','','','180','Cash',41.38,'300','','','4','','1','2021-08-13 14:43:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','65.25','64.25','Inclusive','branch','Inventory','1110','4000','5500'),('416288658432323228',3242,'41628865818','13','2.00','1900','retail','0','2021-08-13 17:46:20','','','','890','Cash',262.07,'950','','','4','','1','2021-08-13 14:46:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','53.00','51','Inclusive','branch','Inventory','','',''),('416288658936328416',3243,'41628865818','145','1.00','550','retail','0','2021-08-13 17:46:20','','','','320','Cash',75.86,'550','','','4','','1','2021-08-13 14:46:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','2.00','1','Inclusive','branch','Inventory','','',''),('416288659232262324',3244,'41628865818','61','3.00','450','retail','0','2021-08-13 17:46:20','','','','105','Cash',62.07,'150','','','4','','1','2021-08-13 14:46:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','66.00','63','Inclusive','branch','Inventory','','',''),('416288660998032232',3245,'41628865989','2','10.00','5500','retail','0','2021-08-13 17:48:37','','','','530','Cash',758.62,'550','','','4','','1','2021-08-13 14:48:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','303.00','293','Inclusive','branch','18','','',''),('416289198542880300',3246,'41628919824','8','14.00','6300','retail','0','2021-08-13 08:46:47','','','','330','Cash',868.97,'450','','','4','','1','2021-08-14 05:47:01','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','59.00','45','Inclusive','branch','Inventory','','',''),('416289198733399342',3247,'41628919824','165','1.00','200','retail','0','2021-08-13 08:46:47','','','','130','Cash',27.59,'200','','','4','','1','2021-08-14 05:47:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','26.50','25.5','Inclusive','branch','Inventory','','',''),('416289198834002332',3248,'41628919824','61','1.00','150','retail','0','2021-08-13 08:46:47','','','','105','Cash',20.69,'150','','','4','','1','2021-08-14 05:47:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','63.00','62','Inclusive','branch','Inventory','','',''),('416289198972360303',3249,'41628919824','284','1.00','850','retail','0','2021-08-13 08:46:47','','','','630','Cash',117.24,'850','','','4','','1','2021-08-14 05:47:01','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416289199091922303',3250,'41628919824','286','1.00','600','retail','0','2021-08-13 08:46:47','','','','450','Cash',82.76,'600','','','4','','1','2021-08-14 05:47:01','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416289199230630060',3251,'41628919824','271','1.00','200','retail','0','2021-08-13 08:46:47','','','','50','Cash',27.59,'200','','','4','','1','2021-08-14 05:47:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416289200432292210',3252,'41628920024','285','3.00','900','retail','0','2021-08-13 08:47:39','','','','180','Cash',124.14,'300','','','4','','1','2021-08-14 05:47:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','64.25','61.25','Inclusive','branch','Inventory','1110','4000','5500'),('416289201700293032',3253,'41628920151','174','15.00','2250','retail','0','2021-08-13 08:49:52','','','','120','Cash',310.34,'150','','','4','','1','2021-08-14 05:50:10','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','62.00','47','Inclusive','branch','Inventory','','',''),('416289202228031333',3254,'41628920211','271','2.00','200','retail','0','2021-08-13 08:50:57','','','','50','Cash',27.59,'100','','','4','','1','2021-08-14 05:51:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416289202343232221',3255,'41628920211','272','1.00','100','retail','0','2021-08-13 08:50:57','','','','33','Cash',13.79,'100','','','4','','1','2021-08-14 05:51:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416289202958902303',3256,'41628920271','2','1.00','550','retail','0','2021-08-13 08:51:35','','','','530','Cash',75.86,'550','','','4','','1','2021-08-14 05:51:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','293.00','292','Inclusive','branch','18','','',''),('416289492313238240',3257,'41628949205','2','3.00','1650','retail','0','2021-08-14 16:58:29','','','','530','Cash',227.59,'550','','','4','','1','2021-08-14 13:58:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','292.00','289','Inclusive','branch','18','','',''),('416289492960600229',3258,'41628949205','36','2.00','1600','retail','0','2021-08-14 16:58:29','','','','450','Cash',220.69,'800','','','4','','1','2021-08-14 13:58:37','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','42.00','40','Inclusive','branch','Inventory','','',''),('416289493134341343',3259,'41628949205','186','1.00','200','retail','0','2021-08-14 16:58:29','','','','40','Cash',27.59,'200','','','4','','1','2021-08-14 13:58:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','7','Inclusive','branch','Inventory','','',''),('416289494212403423',3260,'41628949205','295','1.00','200','retail','0','2021-08-14 16:58:29','','','','60','Cash',27.59,'200','','','4','','1','2021-08-14 13:58:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416289495353429222',3261,'41628949519','2','15.00','8250','retail','0','2021-08-14 16:59:19','','','','530','Cash',1137.93,'550','','','4','','1','2021-08-14 13:59:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','289.00','274','Inclusive','branch','18','','',''),('416289495949205223',3262,'41628949570','2','12.00','6600','retail','0','2021-08-14 17:03:03','','','','530','Cash',910.34,'550','','','4','','1','2021-08-14 14:04:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','274.00','262','Inclusive','branch','18','','',''),('416289497391403384',3263,'41628949570','232','1.00','1200','retail','0','2021-08-14 17:03:03','','','','2','Cash',165.52,'1200','','','4','','1','2021-08-14 14:04:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','75.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416289498833330824',3264,'41628949845','2','20.00','11000','retail','0','2021-08-14 17:05:08','','','','530','Cash',1517.24,'550','','','4','','1','2021-08-14 14:05:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','262.00','242','Inclusive','branch','18','','',''),('416289499373932080',3265,'41628949923','2','7.00','3850','retail','0','2021-08-14 17:06:25','','','','530','Cash',531.03,'550','','','4','','1','2021-08-14 14:06:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','242.00','235','Inclusive','branch','18','','',''),('416289499503623003',3266,'41628949923','61','1.00','150','retail','0','2021-08-14 17:06:25','','','','105','Cash',20.69,'150','','','4','','1','2021-08-14 14:06:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','62.00','61','Inclusive','branch','Inventory','','',''),('416289500244323393',3267,'41628950000','37','6.00','5700','retail','0','2021-08-14 17:09:45','','','','890','Cash',786.21,'950','','','4','','1','2021-08-14 14:09:57','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','1.00','1','Inclusive','branch','Inventory','','',''),('416289501651323023',3268,'41628950000','186','1.00','200','retail','0','2021-08-14 17:09:45','','','','40','Cash',27.59,'200','','','4','','1','2021-08-14 14:09:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','6','Inclusive','branch','Inventory','','',''),('416289502216422232',3269,'41628950198','174','30.00','3000','retail','0','2021-08-14 17:10:45','','','','120','Cash',413.79,'100','','','4','','1','2021-08-14 14:10:49','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','86.21','','47.00','17','Inclusive','branch','Inventory','','',''),('416289505603352325',3270,'41628950327','102','2.00','400','retail','0','2021-08-14 17:16:45','','','','120','Cash',55.17,'200','','','4','','1','2021-08-14 14:16:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.00','23','Inclusive','branch','Inventory','','',''),('416289519673230222',3271,'41628950612','2','15.00','8250','retail','0','2021-08-14 17:39:50','','','','530','Cash',1137.93,'550','','','4','','1','2021-08-14 14:39:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','235.00','220','Inclusive','branch','18','','',''),('416291247403063023',3272,'41629124655','285','2.00','500','retail','0','2021-08-16 17:39:26','','','','180','Cash',68.97,'250','','','4','','1','2021-08-16 14:39:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','61.25','59.25','Inclusive','branch','Inventory','1110','4000','5500'),('416291248738237333',3273,'41629124853','2','2.00','1100','retail','0','2021-08-16 17:41:27','','','','530','Cash',151.72,'550','','','4','','1','2021-08-16 14:41:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','420.00','418','Inclusive','branch','18','','',''),('416291249783394209',3274,'41629124902','63','8.00','1200','retail','0','2021-08-16 17:44:11','','','','105','Cash',165.52,'150','','','4','','1','2021-08-16 14:44:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','113.25','105.25','Inclusive','branch','Inventory','','',''),('416291250222233430',3275,'41629124902','66','4.00','800','retail','0','2021-08-16 17:44:11','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-16 14:44:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','128.50','124.5','Inclusive','branch','Inventory','','',''),('416291250840203432',3276,'41629125062','2','6.00','3300','retail','0','2021-08-16 17:48:30','','','','530','Cash',455.17,'550','','','4','','1','2021-08-16 14:49:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','418.00','412','Inclusive','branch','18','','',''),('416291251063362329',3277,'41629125062','280','4.00','600','retail','0','2021-08-16 17:48:30','','','','50','Cash',82.76,'150','','','4','','1','2021-08-16 14:49:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','31.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416291251702052162',3278,'41629125062','232','1.00','100','retail','0','2021-08-16 17:48:30','','','','2','Cash',13.79,'100','','','4','','1','2021-08-16 14:49:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','74.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('416291253802233022',3279,'41629125349','212','1.00','13000','retail','0','2021-08-16 17:50:09','','','','12600','Cash',1793.10,'13000','','','4','','1','2021-08-16 14:50:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','17.00','16','Inclusive','branch','Inventory','','',''),('416291254613210222',3280,'41629125417','13','7.00','6300','retail','0','2021-08-16 17:52:03','','','','890','Cash',868.97,'900','','','4','','1','2021-08-16 14:52:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','51.00','44','Inclusive','branch','Inventory','','',''),('416291256719223156',3281,'41629125527','251','25.00','3500','retail','0','2021-08-16 17:57:48','','','','115','Cash',482.76,'140','','','4','','1','2021-08-16 14:58:12','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','91.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416291257633267203',3282,'41629125527','252','10.00','900','retail','0','2021-08-16 17:57:48','','','','70','Cash',124.14,'90','','','4','','1','2021-08-16 14:58:12','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','340.00','330','Inclusive','branch','Inventory','1110','4000','5500'),('416291257983943737',3283,'41629125527','259','1.00','200','retail','0','2021-08-16 17:57:48','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-16 14:58:12','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416291258362834203',3284,'41629125527','259','1.00','300','retail','0','2021-08-16 17:57:48','','','','150 ','Cash',41.38,'300','','','4','','1','2021-08-16 14:58:12','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416291258672456312',3285,'41629125527','322','1.00','250','retail','0','2021-08-16 17:57:48','','','','120','Cash',34.48,'250','','','4','','1','2021-08-16 14:58:12','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416291259073347033',3286,'41629125893','284','1.00','850','retail','0','2021-08-16 18:00:14','','','','630','Cash',117.24,'850','','','4','','1','2021-08-16 15:00:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416291259323329222',3287,'41629125893','62','1.00','150','retail','0','2021-08-16 18:00:14','','','','105','Cash',20.69,'150','','','4','','1','2021-08-16 15:00:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','264.00','263','Inclusive','branch','Inventory','','',''),('416291259442622442',3288,'41629125893','232','1.00','200','retail','0','2021-08-16 18:00:14','','','','2','Cash',27.59,'200','','','4','','1','2021-08-16 15:00:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','73.00','72','Inclusive','branch','Inventory','1110','4000','5500'),('416291260959963224',3289,'41629126023','53','1.50','999.9','retail','0','2021-08-16 18:02:29','','','','560','Cash',137.92,'666.6','','','4','','1','2021-08-16 15:02:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','574.66','','9.50','8','Inclusive','branch','Inventory','','',''),('416291261919332244',3290,'41629126178','72','4.00','5200','retail','0','2021-08-16 18:04:35','','','','1230','Cash',717.24,'1300','','','4','','1','2021-08-16 15:04:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','124.00','120','Inclusive','branch','Inventory','','',''),('416291262082829083',3291,'41629126178','63','7.00','1050','retail','0','2021-08-16 18:04:35','','','','105','Cash',144.83,'150','','','4','','1','2021-08-16 15:04:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','105.25','98.25','Inclusive','branch','Inventory','','',''),('416291263590132320',3292,'41629126286','155','1.00','4200','retail','0','2021-08-16 18:07:03','','','','3800','Cash',579.31,'4200','','','4','','1','2021-08-16 15:07:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','8.00','7','Inclusive','branch','Inventory','','',''),('416291264222202232',3293,'41629126286','163','1.00','200','retail','0','2021-08-16 18:07:03','','','','130','Cash',27.59,'200','','','4','','1','2021-08-16 15:07:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','21.50','20.5','Inclusive','branch','Inventory','','',''),('416291267840146362',3294,'41629126430','292','1.00','3500','retail','0','2021-08-16 18:13:50','','','','2500','Cash',482.76,'3500','','','4','','1','2021-08-16 15:13:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416291267983923030',3295,'41629126430','248','2.00','300','retail','0','2021-08-16 18:13:50','','','','40','Cash',41.38,'150','','','4','','1','2021-08-16 15:13:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416291280692422032',3296,'41629126866','284','2.00','1700','retail','0','2021-08-16 18:34:47','','','','630','Cash',234.48,'850','','','4','','1','2021-08-16 15:34:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','39.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416291281073633281',3297,'41629128093','2','5.00','2700','retail','0','2021-08-16 18:35:30','','','','530','Cash',372.41,'540','','','4','','1','2021-08-16 15:35:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','465.52','','412.00','407','Inclusive','branch','18','','',''),('416292059260042326',3298,'41629205900','259','1.00','300','retail','0','2021-08-17 16:12:07','','','','150 ','Cash',41.38,'300','','','4','','1','2021-08-17 13:12:16','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416292060199226922',3299,'41629205937','2','6.00','3300','retail','0','2021-08-17 16:14:01','','','','530','Cash',455.17,'550','','','4','','1','2021-08-17 13:14:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','407.00','401','Inclusive','branch','18','','',''),('416292061700130023',3300,'41629206051','2','1.00','550','retail','0','2021-08-17 16:16:11','','','','530','Cash',75.86,'550','','','4','','1','2021-08-17 13:16:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','401.00','400','Inclusive','branch','18','','',''),('416292062833322230',3301,'41629206249','285','1.00','300','retail','0','2021-08-17 16:18:04','','','','180','Cash',41.38,'300','','','4','','1','2021-08-17 13:18:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','59.25','58.25','Inclusive','branch','Inventory','1110','4000','5500'),('416292063500466200',3302,'41629206304','232','1.00','50','retail','0','2021-08-17 16:19:30','','','','2','Cash',6.90,'50','','','4','','1','2021-08-17 13:19:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','72.00','71','Inclusive','branch','Inventory','1110','4000','5500'),('416292064153325423',3303,'41629206376','284','6.00','5100','retail','0','2021-08-17 16:54:08','','','','630','Cash',703.45,'850','','','4','','1','2021-08-17 13:54:13','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','37.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416292064734223420',3304,'41629206376','232','1.00','1100','retail','0','2021-08-17 16:54:08','','','','2','Cash',151.72,'1100','','','4','','1','2021-08-17 13:54:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','71.00','70','Inclusive','branch','Inventory','1110','4000','5500'),('416292064960093603',3305,'41629206376','269','1.00','200','retail','0','2021-08-17 16:54:08','','','','80','Cash',27.59,'200','','','4','','1','2021-08-17 13:54:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416292084873303044',3306,'41629208453','232','1.00','3000','retail','0','2021-08-17 16:56:21','','','','2','Cash',413.79,'3000','','','4','','1','2021-08-17 13:57:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','70.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416292085154302353',3307,'41629208453','61','3.00','450','retail','0','2021-08-17 16:56:21','','','','105','Cash',62.07,'150','','','4','','1','2021-08-17 13:57:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','61.00','58','Inclusive','branch','Inventory','','',''),('416292086713020222',3308,'41629208636','212','1.00','13500','retail','0','2021-08-17 16:59:20','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-17 13:59:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','21.00','20','Inclusive','branch','Inventory','','',''),('416292086892302332',3309,'41629208636','163','4.00','800','retail','0','2021-08-17 16:59:20','','','','130','Cash',110.34,'200','','','4','','1','2021-08-17 13:59:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.50','16.5','Inclusive','branch','Inventory','','',''),('416292087162333336',3310,'41629208636','102','1.00','200','retail','0','2021-08-17 16:59:20','','','','120','Cash',27.59,'200','','','4','','1','2021-08-17 13:59:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','23.00','22','Inclusive','branch','Inventory','','',''),('416292087882233379',3311,'41629208769','220','1.00','3500','retail','0','2021-08-17 17:04:00','','','','3050','Cash',482.76,'3500','','','4','','1','2021-08-17 14:04:13','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416292089962929220',3312,'41629208769','194','2.00','500','retail','0','2021-08-17 17:04:00','','','','180','Cash',68.97,'250','','','4','','1','2021-08-17 14:04:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','5.00','3','Inclusive','branch','Inventory','','',''),('416292090704023229',3313,'41629209054','163','1.00','200','retail','0','2021-08-17 17:04:31','','','','130','Cash',27.59,'200','','','4','','1','2021-08-17 14:04:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','16.50','15.5','Inclusive','branch','Inventory','','',''),('416292091060339334',3314,'41629209080','2','10.00','5500','retail','0','2021-08-17 17:06:34','','','','530','Cash',758.62,'550','','','4','','1','2021-08-17 14:06:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','400.00','390','Inclusive','branch','18','','',''),('416292091492303400',3315,'41629209080','61','6.00','999.6','retail','0','2021-08-17 17:06:34','','','','105','Cash',137.88,'166.6','','','4','','1','2021-08-17 14:06:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','58.00','52','Inclusive','branch','Inventory','','',''),('416292092332009022',3316,'41629209200','19','7.00','5950','retail','0','2021-08-17 17:07:50','','','','725','Cash',820.69,'850','','','4','','1','2021-08-17 14:07:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','119.00','112','Inclusive','branch','Inventory','','',''),('416292092973432320',3317,'41629209275','300','2.00','400','retail','0','2021-08-17 17:11:09','','','','150 ','Cash',55.17,'200','','','4','','1','2021-08-17 14:12:47','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416292093456220322',3318,'41629209275','232','1.00','150','retail','0','2021-08-17 17:11:09','','','','2','Cash',20.69,'150','','','4','','1','2021-08-17 14:12:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416292094082493121',3319,'41629209275','268','2.00','500','retail','0','2021-08-17 17:11:09','','','','120','Cash',68.97,'250','','','4','','1','2021-08-17 14:12:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','7.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416292096123604200',3320,'41629209567','321','1.00','150','retail','0','2021-08-17 17:13:32','','','','80','Cash',20.69,'150','','','4','','1','2021-08-17 14:13:39','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416292096593323629',3321,'41629209620','322','1.00','900','retail','0','2021-08-17 17:15:34','','','','120','Cash',124.14,'900','','','4','','1','2021-08-17 14:15:40','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416292096702002320',3322,'41629209620','259','3.00','600','retail','0','2021-08-17 17:15:34','','','','150 ','Cash',82.76,'200','','','4','','1','2021-08-17 14:15:40','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416292928022842220',3323,'41629292746','2','6.00','3300','retail','0','2021-08-18 16:23:49','','','','530','Cash',455.17,'550','','','4','','1','2021-08-18 13:23:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','390.00','384','Inclusive','branch','18','','',''),('416292930990232209',3324,'41629293036','292','1.00','3800','retail','0','2021-08-18 16:25:35','','','','2500','Cash',524.14,'3800','','','4','','1','2021-08-18 13:25:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416292931963060222',3325,'41629293140','2','3.00','1699.8','retail','0','2021-08-18 16:27:48','','','','530','Cash',234.46,'566.6','','','4','','1','2021-08-18 13:27:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','488.45','','384.00','381','Inclusive','branch','18','','',''),('416292933172273213',3326,'41629293273','42','7.00','6499.99','retail','0','2021-08-18 16:29:33','','','','870','Cash',896.55,'928.57','','','4','','1','2021-08-18 13:29:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','800.49','','13.00','6','Inclusive','branch','Inventory','','',''),('416292934180002002',3327,'41629293387','316','2.00','1100','retail','0','2021-08-18 16:30:51','','','','120','Cash',151.72,'550','','','4','','1','2021-08-18 13:30:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416292934810230239',3328,'41629293458','252','10.00','950','retail','0','2021-08-18 16:32:53','','','','70','Cash',131.03,'95','','','4','','1','2021-08-18 13:32:57','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','81.90','','330.00','320','Inclusive','branch','Inventory','1110','4000','5500'),('416292935243322442',3329,'41629293458','259','1.00','300','retail','0','2021-08-18 16:32:53','','','','150 ','Cash',41.38,'300','','','4','','1','2021-08-18 13:32:57','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416292936393903233',3330,'41629293578','102','2.00','400','retail','0','2021-08-18 16:34:24','','','','120','Cash',55.17,'200','','','4','','1','2021-08-18 13:34:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.00','20','Inclusive','branch','Inventory','','',''),('416292938912131022',3331,'41629293670','42','2.00','1900','retail','0','2021-08-18 16:39:52','','','','870','Cash',262.07,'950','','','4','','1','2021-08-18 13:39:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','6.00','4','Inclusive','branch','Inventory','','',''),('416292939336320223',3332,'41629293670','66','1.50','300','retail','0','2021-08-18 16:39:52','','','','150.00','Cash',41.38,'200','','','4','','1','2021-08-18 13:39:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','124.50','123','Inclusive','branch','Inventory','','',''),('416292940470394219',3333,'41629293996','14','5.00','5400','retail','0','2021-08-18 16:41:19','','','','1065','Cash',744.83,'1080','','','4','','1','2021-08-18 13:41:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','437.00','432','Inclusive','branch','Inventory','','',''),('416292941422020032',3334,'41629294087','232','1.00','10900','retail','0','2021-08-18 16:44:45','','','','2','Cash',1503.45,'10900','','','4','','1','2021-08-18 13:45:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','9396.55','','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416292942262220314',3335,'41629294087','323','4.00','3600','retail','0','2021-08-18 16:44:45','','','','300','Cash',496.55,'900','','','4','','1','2021-08-18 13:45:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','12.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416292945913632303',3336,'41629294345','20','5.00','4750','retail','0','2021-08-18 16:55:03','','','','642','Cash',655.17,'950','','','4','','1','2021-08-18 13:55:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','64.00','59','Inclusive','branch','Inventory','','',''),('416292953999030203',3337,'41629294939','72','17.00','22100','retail','0','2021-08-18 17:05:30','','','','1230','Cash',3048.28,'1300','','','4','','1','2021-08-18 14:05:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','120.00','103','Inclusive','branch','Inventory','','',''),('416292954132040452',3338,'41629294939','66','4.00','800','retail','0','2021-08-18 17:05:30','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-18 14:05:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','123.00','119','Inclusive','branch','Inventory','','',''),('416292954343232225',3339,'41629294939','146','1.00','700','retail','0','2021-08-18 17:05:30','','','','420','Cash',96.55,'700','','','4','','1','2021-08-18 14:05:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','5.00','4','Inclusive','branch','Inventory','','',''),('416292955692326253',3340,'41629295558','2','20.00','11000','retail','0','2021-08-18 17:06:30','','','','530','Cash',1517.24,'550','','','4','','1','2021-08-18 14:07:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','381.00','361','Inclusive','branch','18','','',''),('416292956572909331',3341,'41629295629','141','1.00','4000','retail','0','2021-08-18 17:10:30','','','','3360','Cash',551.72,'4000','','','4','','1','2021-08-18 14:10:42','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','5.00','4','Inclusive','branch','Inventory','','',''),('416292956743025473',3342,'41629295629','220','1.00','3800','retail','0','2021-08-18 17:10:30','','','','3050','Cash',524.14,'3800','','','4','','1','2021-08-18 14:10:42','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416292956953009441',3343,'41629295629','146','1.00','700','retail','0','2021-08-18 17:10:30','','','','420','Cash',96.55,'700','','','4','','1','2021-08-18 14:10:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','4.00','3','Inclusive','branch','Inventory','','',''),('416292957399332222',3344,'41629295629','232','1.00','200','retail','0','2021-08-18 17:10:30','','','','2','Cash',27.59,'200','','','4','','1','2021-08-18 14:10:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416292958913648156',3345,'41629295845','114','8.00','8800','retail','0','2021-08-18 17:12:03','','','','975','Cash',1213.79,'1100','','','4','','1','2021-08-18 14:12:13','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','17.00','9','Inclusive','branch','Inventory','','',''),('416292959584349392',3346,'41629295934','285','1.00','300','retail','0','2021-08-18 17:12:39','','','','180','Cash',41.38,'300','','','4','','1','2021-08-18 14:12:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','58.25','57.25','Inclusive','branch','Inventory','1110','4000','5500'),('416292960033132243',3347,'41629295967','148','0.50','1800','retail','0','2021-08-18 17:17:10','','','','3200','Cash',248.28,'3600','','','4','','1','2021-08-18 14:19:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','4.50','4','Inclusive','branch','Inventory','','',''),('416292960911903323',3348,'41629295967','54','3.00','2400','retail','0','2021-08-18 17:17:10','','','','700','Cash',331.03,'800','','','4','','1','2021-08-18 14:19:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','64.50','61.5','Inclusive','branch','Inventory','','',''),('416292961133392022',3349,'41629295967','14','6.00','6300','retail','0','2021-08-18 17:17:10','','','','1065','Cash',868.97,'1050','','','4','','1','2021-08-18 14:19:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','432.00','426','Inclusive','branch','Inventory','','',''),('416292961342320230',3350,'41629295967','319','30.00','2550','retail','0','2021-08-18 17:17:10','','','','75','Cash',351.72,'85','','','4','','1','2021-08-18 14:19:47','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','73.28','','95.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416292971782232032',3351,'41629297075','102','2.00','400','retail','0','2021-08-18 17:34:17','','','','120','Cash',55.17,'200','','','4','','1','2021-08-18 14:34:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.00','18','Inclusive','branch','Inventory','','',''),('416293514992336022',3352,'41629351486','244','4.00','3400','retail','0','2021-08-19 08:41:22','','','','800','Cash',468.97,'850','','','4','','1','2021-08-19 05:42:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','10.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416293515390029345',3353,'41629351486','131','1.00','700','retail','0','2021-08-19 08:41:22','','','','500','Cash',96.55,'700','','','4','','1','2021-08-19 05:42:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','1','3.00','2','Inclusive','branch','Inventory','','',''),('416293516623236134',3354,'41629351486','232','1.00','3000','retail','0','2021-08-19 08:41:22','','','','2','Cash',413.79,'3000','','','4','','1','2021-08-19 05:42:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416293519034032013',3355,'41629351884','2','10.00','6000','retail','0','2021-08-19 08:45:29','','','','530','Cash',827.59,'600','','','4','','1','2021-08-19 05:45:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','361.00','351','Inclusive','branch','18','','',''),('416293780150200833',3356,'41629377860','92','1.00','250','retail','0','2021-08-19 16:00:36','','','','190','Cash',34.48,'250','','','4','','1','2021-08-19 13:00:41','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','69.00','68','Inclusive','branch','Inventory','','',''),('416293780624336326',3357,'41629378043','2','6.00','3300','retail','0','2021-08-19 16:02:08','','','','530','Cash',455.17,'550','','','4','','1','2021-08-19 13:02:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','351.00','345','Inclusive','branch','18','','',''),('416293780906320074',3358,'41629378043','174','3.00','450','retail','0','2021-08-19 16:02:08','','','','120','Cash',62.07,'150','','','4','','1','2021-08-19 13:02:18','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','17.00','14','Inclusive','branch','Inventory','','',''),('416293781903236210',3359,'41629378139','61','6.00','900','retail','0','2021-08-19 16:03:50','','','','105','Cash',124.14,'150','','','4','','1','2021-08-19 13:04:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','52.00','46','Inclusive','branch','Inventory','','',''),('416293785213431026',3360,'41629378266','232','1.00','800','retail','0','2021-08-19 16:09:03','','','','2','Cash',110.34,'800','','','4','','1','2021-08-19 13:09:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('416293786030220833',3361,'41629378565','286','2.00','1200','retail','0','2021-08-19 16:13:07','','','','450','Cash',165.52,'600','','','4','','1','2021-08-19 13:13:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','44.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416293786453332200',3362,'41629378565','284','3.00','2700','retail','0','2021-08-19 16:13:07','','','','630','Cash',372.41,'900','','','4','','1','2021-08-19 13:13:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','31.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416293786563028344',3363,'41629378565','285','1.00','300','retail','0','2021-08-19 16:13:07','','','','180','Cash',41.38,'300','','','4','','1','2021-08-19 13:13:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','57.25','56.25','Inclusive','branch','Inventory','1110','4000','5500'),('416293786950323908',3364,'41629378565','268','1.00','300','retail','0','2021-08-19 16:13:07','','','','120','Cash',41.38,'300','','','4','','1','2021-08-19 13:13:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416293790444092240',3365,'41629378796','66','4.00','800','retail','0','2021-08-19 16:19:18','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-19 13:19:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','119.00','115','Inclusive','branch','Inventory','','',''),('416293790940169223',3366,'41629378796','248','4.00','600','retail','0','2021-08-19 16:19:18','','','','40','Cash',82.76,'150','','','4','','1','2021-08-19 13:19:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','67.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416293792200220202',3367,'41629379165','220','1.00','3600','retail','0','2021-08-19 16:20:22','','','','3050','Cash',496.55,'3600','','','4','','1','2021-08-19 13:20:29','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416293794783722328',3368,'41629379229','155','4.00','18000','retail','0','2021-08-19 16:25:44','','','','3800','Cash',2482.76,'4500','','','4','','1','2021-08-19 13:25:54','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','7.00','3','Inclusive','branch','Inventory','','',''),('416293794943394243',3369,'41629379229','61','2.00','300','retail','0','2021-08-19 16:25:44','','','','105','Cash',41.38,'150','','','4','','1','2021-08-19 13:25:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','46.00','44','Inclusive','branch','Inventory','','',''),('416293795722230240',3370,'41629379557','60','2.00','300','retail','0','2021-08-19 16:26:32','','','','105','Cash',41.38,'150','','','4','','1','2021-08-19 13:26:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.00','21','Inclusive','branch','Inventory','','',''),('416293796230226303',3371,'41629379597','2','5.00','2750','retail','0','2021-08-19 16:28:42','','','','530','Cash',379.31,'550','','','4','','1','2021-08-19 13:29:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','345.00','340','Inclusive','branch','18','','',''),('416293796769422032',3372,'41629379597','232','1.00','550','retail','0','2021-08-19 16:28:42','','','','2','Cash',75.86,'550','','','4','','1','2021-08-19 13:29:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416293797753002200',3373,'41629379747','19','1.00','800','retail','0','2021-08-19 16:30:51','','','','725','Cash',110.34,'800','','','4','','1','2021-08-19 13:30:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','112.00','111','Inclusive','branch','Inventory','','',''),('416293797922333734',3374,'41629379747','66','0.50','150','retail','0','2021-08-19 16:30:51','','','','150.00','Cash',20.69,'300','','','4','','1','2021-08-19 13:30:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','115.00','114.5','Inclusive','branch','Inventory','','',''),('416293801004133033',3375,'41629380076','297','1.00','13500','retail','0','2021-08-19 16:35:35','','','','14000','Cash',1862.07,'13500','','','4','','1','2021-08-19 13:35:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416293848070238033',3376,'41629380187','212','3.00','39999.99','retail','0','2021-08-19 17:54:40','','','','12600','Cash',5517.24,'13333.33','','','4','','1','2021-08-19 14:54:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11494.25','','20.00','17','Inclusive','branch','Inventory','','',''),('416293848250238332',3377,'41629380187','163','10.00','2000','retail','0','2021-08-19 17:54:40','','','','130','Cash',275.86,'200','','','4','','1','2021-08-19 14:54:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.50','5.5','Inclusive','branch','Inventory','','',''),('416293849079220222',3378,'41629384888','320','3.00','450','retail','0','2021-08-19 17:57:07','','','','120','Cash',62.07,'150','','','4','','1','2021-08-19 14:57:12','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','129.31','','98.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('416293849958332832',3379,'41629384888','232','1.00','150','retail','0','2021-08-19 17:57:07','','','','2','Cash',20.69,'150','','','4','','1','2021-08-19 14:57:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','63.00','62','Inclusive','branch','Inventory','1110','4000','5500'),('416293850503323083',3380,'41629385032','300','1.00','200','retail','0','2021-08-19 17:57:43','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-19 14:57:49','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416294675632536336',3381,'41629467538','14','7.00','7350','retail','0','2021-08-20 16:53:57','','','','1065','Cash',1013.79,'1050','','','4','','1','2021-08-20 13:54:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','426.00','419','Inclusive','branch','Inventory','','',''),('416294676163226263',3382,'41629467538','20','1.00','950','retail','0','2021-08-20 16:53:57','','','','642','Cash',131.03,'950','','','4','','1','2021-08-20 13:54:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','59.00','58','Inclusive','branch','Inventory','','',''),('416294676662469343',3383,'41629467644','232','1.00','300','retail','0','2021-08-20 16:55:39','','','','2','Cash',41.38,'300','','','4','','1','2021-08-20 13:56:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','62.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416294678333279342',3384,'41629467764','284','1.00','850','retail','0','2021-08-20 16:58:39','','','','630','Cash',117.24,'850','','','4','','1','2021-08-20 13:59:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416294678472393263',3385,'41629467764','232','1.00','150','retail','0','2021-08-20 16:58:39','','','','2','Cash',20.69,'150','','','4','','1','2021-08-20 13:59:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','61.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('416294678707890300',3386,'41629467764','61','0.50','100','retail','0','2021-08-20 16:58:39','','','','105','Cash',13.79,'200','','','4','','1','2021-08-20 13:59:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.00','43.5','Inclusive','branch','Inventory','','',''),('416294679933201293',3387,'41629467946','212','1.00','13500','retail','0','2021-08-20 17:00:12','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-20 14:00:26','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','17.00','16','Inclusive','branch','Inventory','','',''),('416294680462223104',3388,'41629468027','232','1.00','50','retail','0','2021-08-20 17:01:03','','','','2','Cash',6.90,'50','','','4','','1','2021-08-20 14:01:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','60.00','59','Inclusive','branch','Inventory','1110','4000','5500'),('416294681003299400',3389,'41629468083','14','6.00','6499.98','retail','0','2021-08-20 17:02:21','','','','1065','Cash',896.55,'1083.33','','','4','','1','2021-08-20 14:02:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','933.91','','419.00','413','Inclusive','branch','Inventory','','',''),('416294681640023392',3390,'41629468146','163','1.00','200','retail','0','2021-08-20 17:02:45','','','','130','Cash',27.59,'200','','','4','','1','2021-08-20 14:02:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','5.50','4.5','Inclusive','branch','Inventory','','',''),('416294681932213333',3391,'41629468175','212','1.00','13200','retail','0','2021-08-20 17:04:47','','','','12600','Cash',1820.69,'13200','','','4','','1','2021-08-20 14:04:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11379.31','','16.00','15','Inclusive','branch','Inventory','','',''),('416294682060262323',3392,'41629468175','163','4.00','800','retail','0','2021-08-20 17:04:47','','','','130','Cash',110.34,'200','','','4','','1','2021-08-20 14:04:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.50','0.5','Inclusive','branch','Inventory','','',''),('416294682514252230',3393,'41629468175','102','1.00','200','retail','0','2021-08-20 17:04:47','','','','120','Cash',27.59,'200','','','4','','1','2021-08-20 14:04:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','18.00','17','Inclusive','branch','Inventory','','',''),('416294683224382934',3394,'41629468293','20','8.00','7440','retail','0','2021-08-20 17:05:55','','','','642','Cash',1026.21,'930','','','4','','1','2021-08-20 14:06:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','801.72','','58.00','50','Inclusive','branch','Inventory','','',''),('416294683976233600',3395,'41629468364','212','1.00','13500','retail','0','2021-08-20 17:06:58','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-20 14:07:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','15.00','14','Inclusive','branch','Inventory','','',''),('416294684442423123',3396,'41629468426','286','1.00','500','retail','0','2021-08-20 17:09:03','','','','450','Cash',68.97,'500','','','4','','1','2021-08-20 14:09:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416294685054322433',3397,'41629468426','295','1.00','200','retail','0','2021-08-20 17:09:03','','','','60','Cash',27.59,'200','','','4','','1','2021-08-20 14:09:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416295540984335522',3398,'41629554057','232','1.50','249.99','retail','0','2021-08-21 16:56:51','','','','2','Cash',34.48,'166.66','','','4','','1','2021-08-21 13:56:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','59.00','57.5','Inclusive','branch','Inventory','1110','4000','5500'),('416295542410033203',3399,'41629554218','54','6.00','4800','retail','0','2021-08-21 17:06:22','','','','700','Cash',662.07,'800','','','4','','1','2021-08-21 14:06:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','61.50','55.5','Inclusive','branch','Inventory','','',''),('416295542676320239',3400,'41629554218','56','3.00','3600','retail','0','2021-08-21 17:06:22','','','','1130','Cash',496.55,'1200','','','4','','1','2021-08-21 14:06:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','1.50','3.5','Inclusive','branch','Inventory','','',''),('416295543425352203',3401,'41629554218','2','1.00','550','retail','0','2021-08-21 17:06:22','','','','530','Cash',75.86,'550','','','4','','1','2021-08-21 14:06:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','340.00','339','Inclusive','branch','18','','',''),('416295543590346353',3402,'41629554218','285','1.00','250','retail','0','2021-08-21 17:06:22','','','','180','Cash',34.48,'250','','','4','','1','2021-08-21 14:06:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','56.25','55.25','Inclusive','branch','Inventory','1110','4000','5500'),('416295543743324022',3403,'41629554218','300','1.00','200','retail','0','2021-08-21 17:06:22','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-21 14:06:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416295544081333230',3404,'41629554218','271','1.00','100','retail','0','2021-08-21 17:06:22','','','','50','Cash',13.79,'100','','','4','','1','2021-08-21 14:06:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416295544214502231',3405,'41629554218','163','1.00','200','retail','0','2021-08-21 17:06:22','','','','130','Cash',27.59,'200','','','4','','1','2021-08-21 14:06:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','50.50','49.5','Inclusive','branch','Inventory','','',''),('416295548483429022',3406,'41629554787','19','14.00','11900','retail','0','2021-08-21 17:15:01','','','','725','Cash',1641.38,'850','','','4','','1','2021-08-21 14:15:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','111.00','97','Inclusive','branch','Inventory','','',''),('416295549893451223',3407,'41629554787','13','6.00','5640','retail','0','2021-08-21 17:15:01','','','','890','Cash',777.93,'940','','','4','','1','2021-08-21 14:15:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','810.34','','44.00','38','Inclusive','branch','Inventory','','',''),('416295550140322300',3408,'41629554787','66','2.00','400','retail','0','2021-08-21 17:15:01','','','','150.00','Cash',55.17,'200','','','4','','1','2021-08-21 14:15:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','114.50','112.5','Inclusive','branch','Inventory','','',''),('416295550412003213',3409,'41629554787','63','1.50','225','retail','0','2021-08-21 17:15:01','','','','105','Cash',31.03,'150','','','4','','1','2021-08-21 14:15:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','98.25','96.75','Inclusive','branch','Inventory','','',''),('416295550770335331',3410,'41629554787','62','1.50','225','retail','0','2021-08-21 17:15:01','','','','105','Cash',31.03,'150','','','4','','1','2021-08-21 14:15:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','263.00','261.5','Inclusive','branch','Inventory','','',''),('416295553797332320',3411,'41629555307','42','2.00','1900','retail','0','2021-08-21 17:16:47','','','','870','Cash',262.07,'950','','','4','','1','2021-08-21 14:18:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','4.00','2','Inclusive','branch','Inventory','','',''),('416295555533523050',3412,'41629555536','232','1.00','17000','retail','0','2021-08-21 17:19:54','','','','2','Cash',2344.83,'17000','','','4','','1','2021-08-21 14:20:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','14655.17','','57.50','56.5','Inclusive','branch','Inventory','1110','4000','5500'),('416295556363534301',3413,'41629555615','212','1.00','13500','retail','0','2021-08-21 17:22:37','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-21 14:22:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','14.00','13','Inclusive','branch','Inventory','','',''),('416295556640233462',3414,'41629555615','163','1.00','200','retail','0','2021-08-21 17:22:37','','','','130','Cash',27.59,'200','','','4','','1','2021-08-21 14:22:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','49.50','48.5','Inclusive','branch','Inventory','','',''),('416295556816203022',3415,'41629555615','62','1.00','150','retail','0','2021-08-21 17:22:37','','','','105','Cash',20.69,'150','','','4','','1','2021-08-21 14:22:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','261.50','260.5','Inclusive','branch','Inventory','','',''),('416295556912222346',3416,'41629555615','63','1.00','150','retail','0','2021-08-21 17:22:37','','','','105','Cash',20.69,'150','','','4','','1','2021-08-21 14:22:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','96.75','95.75','Inclusive','branch','Inventory','','',''),('416295558500051500',3417,'41629555832','212','1.00','13500','retail','0','2021-08-21 17:26:11','','','','12600','Cash',1862.07,'13500','','','4','','1','2021-08-21 14:26:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','13.00','12','Inclusive','branch','Inventory','','',''),('416295558602044234',3418,'41629555832','163','4.50','900','retail','0','2021-08-21 17:26:11','','','','130','Cash',124.14,'200','','','4','','1','2021-08-21 14:26:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','48.50','44','Inclusive','branch','Inventory','','',''),('416295560131053363',3419,'41629555976','14','20.00','21000','retail','0','2021-08-21 17:32:47','','','','1065','Cash',2896.55,'1050','','','4','','1','2021-08-21 14:32:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','413.00','393','Inclusive','branch','Inventory','','',''),('416295560520390636',3420,'41629555976','60','5.00','750','retail','0','2021-08-21 17:32:47','','','','105','Cash',103.45,'150','','','4','','1','2021-08-21 14:32:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','71.00','66','Inclusive','branch','Inventory','','',''),('416295560620426323',3421,'41629555976','61','5.00','750','retail','0','2021-08-21 17:32:47','','','','105','Cash',103.45,'150','','','4','','1','2021-08-21 14:32:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','38.5','Inclusive','branch','Inventory','','',''),('416295560845253366',3422,'41629555976','62','2.00','300','retail','0','2021-08-21 17:32:47','','','','105','Cash',41.38,'150','','','4','','1','2021-08-21 14:32:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','260.50','258.5','Inclusive','branch','Inventory','','',''),('416295560966095223',3423,'41629555976','248','12.00','1800','retail','0','2021-08-21 17:32:47','','','','40','Cash',248.28,'150','','','4','','1','2021-08-21 14:32:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','63.00','51','Inclusive','branch','Inventory','1110','4000','5500'),('416295561076433224',3424,'41629555976','66','5.00','1000','retail','0','2021-08-21 17:32:47','','','','150.00','Cash',137.93,'200','','','4','','1','2021-08-21 14:32:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','112.50','107.5','Inclusive','branch','Inventory','','',''),('416295561403425223',3425,'41629555976','103','8.00','1600','retail','0','2021-08-21 17:32:47','','','','120','Cash',220.69,'200','','','4','','1','2021-08-21 14:32:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','645.00','637','Inclusive','branch','Inventory','','',''),('416295561582233332',3426,'41629555976','8','6.00','2799.96','retail','0','2021-08-21 17:32:47','','','','330','Cash',386.20,'466.66','','','4','','1','2021-08-21 14:32:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','402.29','','45.00','39','Inclusive','branch','Inventory','','',''),('416295563940033400',3427,'41629556374','8','10.00','4500','retail','0','2021-08-21 17:42:52','','','','330','Cash',620.69,'450','','','4','','1','2021-08-21 14:42:57','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','39.00','29','Inclusive','branch','Inventory','','',''),('416295564039303230',3428,'41629556374','60','2.00','300','retail','0','2021-08-21 17:42:52','','','','105','Cash',41.38,'150','','','4','','1','2021-08-21 14:42:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','66.00','64','Inclusive','branch','Inventory','','',''),('416295564110623606',3429,'41629556374','61','2.00','300','retail','0','2021-08-21 17:42:52','','','','105','Cash',41.38,'150','','','4','','1','2021-08-21 14:42:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.50','36.5','Inclusive','branch','Inventory','','',''),('416295564552392304',3430,'41629556374','62','3.00','450','retail','0','2021-08-21 17:42:52','','','','105','Cash',62.07,'150','','','4','','1','2021-08-21 14:42:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','258.50','255.5','Inclusive','branch','Inventory','','',''),('416295568405433201',3431,'41629556374','300','1.00','200','retail','0','2021-08-21 17:42:52','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-21 14:42:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416295568580233333',3432,'41629556374','284','1.00','850','retail','0','2021-08-21 17:42:52','','','','630','Cash',117.24,'850','','','4','','1','2021-08-21 14:42:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416295569029224235',3433,'41629556374','231','2.00','400','retail','0','2021-08-21 17:42:52','','','','130','Cash',55.17,'200','','','4','','1','2021-08-21 14:42:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416295569140322323',3434,'41629556374','285','2.00','500','retail','0','2021-08-21 17:42:52','','','','180','Cash',68.97,'250','','','4','','1','2021-08-21 14:42:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','55.25','53.25','Inclusive','branch','Inventory','1110','4000','5500'),('416295570136240021',3435,'41629556978','73','4.00','3600','retail','0','2021-08-21 17:43:58','','','','820','Cash',496.55,'900','','','4','','1','2021-08-21 14:44:03','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','115.00','111','Inclusive','branch','Inventory','','',''),('416295572623322232',3436,'41629557043','232','1.00','200','retail','0','2021-08-21 17:48:01','','','','2','Cash',27.59,'200','','','4','','1','2021-08-21 14:48:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','56.50','55.5','Inclusive','branch','Inventory','1110','4000','5500'),('416295573162632206',3437,'41629557305','66','1.50','300','retail','0','2021-08-21 17:49:02','','','','150.00','Cash',41.38,'200','','','4','','1','2021-08-21 14:49:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','107.50','106','Inclusive','branch','Inventory','','',''),('416297262353232637',3438,'41629726217','2','3.00','1650','retail','0','2021-08-23 16:46:12','','','','530','Cash',227.59,'550','','','4','','1','2021-08-23 13:46:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','339.00','336','Inclusive','branch','18','','',''),('416297262544264742',3439,'41629726217','286','1.00','500','retail','0','2021-08-23 16:46:12','','','','450','Cash',68.97,'500','','','4','','1','2021-08-23 13:46:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416297262703274240',3440,'41629726217','285','2.00','600','retail','0','2021-08-23 16:46:12','','','','180','Cash',82.76,'300','','','4','','1','2021-08-23 13:46:21','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','53.25','51.25','Inclusive','branch','Inventory','1110','4000','5500'),('416297262848023822',3441,'41629726217','60','1.00','150','retail','0','2021-08-23 16:46:12','','','','105','Cash',20.69,'150','','','4','','1','2021-08-23 13:46:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','64.00','63','Inclusive','branch','Inventory','','',''),('416297263953003222',3442,'41629726383','66','1.00','200','retail','0','2021-08-23 16:47:10','','','','150.00','Cash',27.59,'200','','','4','','1','2021-08-23 13:47:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','106.00','105','Inclusive','branch','Inventory','','',''),('416297264093214323',3443,'41629726383','2','1.00','550','retail','0','2021-08-23 16:47:10','','','','530','Cash',75.86,'550','','','4','','1','2021-08-23 13:47:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','336.00','335','Inclusive','branch','18','','',''),('416297266150229412',3444,'41629726440','19','15.00','12000','retail','0','2021-08-23 16:50:32','','','','725','Cash',1655.17,'800','','','4','','1','2021-08-23 13:50:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','97.00','82','Inclusive','branch','Inventory','','',''),('416297266712020330',3445,'41629726642','163','1.00','250','retail','0','2021-08-23 16:51:28','','','','130','Cash',34.48,'250','','','4','','1','2021-08-23 13:51:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','44.00','43','Inclusive','branch','Inventory','','',''),('416297267932230932',3446,'41629726717','14','14.00','14700','retail','0','2021-08-23 16:53:52','','','','1065','Cash',2027.59,'1050','','','4','','1','2021-08-23 13:54:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','393.00','379','Inclusive','branch','Inventory','','',''),('416297269000930233',3447,'41629726880','2','5.00','2750','retail','0','2021-08-23 16:55:20','','','','530','Cash',379.31,'550','','','4','','1','2021-08-23 13:55:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','335.00','330','Inclusive','branch','18','','',''),('416297269480334343',3448,'41629726930','163','5.00','1000','retail','0','2021-08-23 16:57:10','','','','130','Cash',137.93,'200','','','4','','1','2021-08-23 13:57:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','43.00','38','Inclusive','branch','Inventory','','',''),('416297269910222692',3449,'41629726930','212','2.00','27000','retail','0','2021-08-23 16:57:10','','','','12600','Cash',3724.14,'13500','','','4','','1','2021-08-23 13:57:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11637.93','','12.00','10','Inclusive','branch','Inventory','','',''),('416297270523202033',3450,'41629727036','232','3.00','900','retail','0','2021-08-23 16:57:58','','','','2','Cash',124.14,'300','','','4','','1','2021-08-23 13:58:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','55.50','52.5','Inclusive','branch','Inventory','1110','4000','5500'),('416297271192240224',3451,'41629727098','148','1.00','3600','retail','0','2021-08-23 17:10:18','','','','3200','Cash',496.55,'3600','','','4','','1','2021-08-23 14:10:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','4.00','3','Inclusive','branch','Inventory','','',''),('416297271314023047',3452,'41629727098','54','6.00','4500','retail','0','2021-08-23 17:10:18','','','','700','Cash',620.69,'750','','','4','','1','2021-08-23 14:10:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','55.50','49.5','Inclusive','branch','Inventory','','',''),('416297271806223320',3453,'41629727098','53','2.00','1300','retail','0','2021-08-23 17:10:18','','','','560','Cash',179.31,'650','','','4','','1','2021-08-23 14:10:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','38.00','36','Inclusive','branch','Inventory','','',''),('416297272003743404',3454,'41629727098','242','2.00','250','retail','0','2021-08-23 17:10:18','','','','90','Cash',34.48,'125','','','4','','1','2021-08-23 14:10:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','22.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416297272316330366',3455,'41629727098','194','2.00','500','retail','0','2021-08-23 17:10:18','','','','180','Cash',68.97,'250','','','4','','1','2021-08-23 14:10:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','3.00','1','Inclusive','branch','Inventory','','',''),('416297277764662327',3456,'41629727098','232','1.00','400','retail','0','2021-08-23 17:10:18','','','','2','Cash',55.17,'400','','','4','','1','2021-08-23 14:10:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','52.50','51.5','Inclusive','branch','Inventory','1110','4000','5500'),('416297278822330328',3457,'41629727849','265','1.00','3700','retail','0','2021-08-23 17:11:42','','','','3050','Cash',510.34,'3700','','','4','','1','2021-08-23 14:11:51','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416297280525320025',3458,'41629727912','220','1.00','3500','retail','0','2021-08-23 17:14:33','','','','3050','Cash',482.76,'3500','','','4','','1','2021-08-23 14:14:53','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416297281333032303',3459,'41629728094','232','1.00','1500','retail','0','2021-08-23 17:16:19','','','','2','Cash',206.90,'1500','','','4','','1','2021-08-23 14:16:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','51.50','50.5','Inclusive','branch','Inventory','1110','4000','5500'),('416297283640336026',3460,'41629728203','62','0.50','100','retail','0','2021-08-23 17:19:58','','','','105','Cash',13.79,'200','','','4','','1','2021-08-23 14:22:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','255.50','255','Inclusive','branch','Inventory','','',''),('416297285922023032',3461,'41629728539','253','2.00','12600','retail','0','2021-08-23 17:24:31','','','','5700','Cash',1737.93,'6300','','','4','','1','2021-08-23 14:24:41','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416297286200023372',3462,'41629728539','163','3.00','600','retail','0','2021-08-23 17:24:31','','','','130','Cash',82.76,'200','','','4','','1','2021-08-23 14:24:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.00','35','Inclusive','branch','Inventory','','',''),('416298133780310220',3463,'41629813339','186','4.00','600','retail','0','2021-08-24 16:58:14','','','','40','Cash',82.76,'150','','','4','','1','2021-08-24 13:58:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','6.00','2','Inclusive','branch','Inventory','','',''),('416298135940232020',3464,'41629813501','63','2.00','300','retail','0','2021-08-24 17:00:56','','','','105','Cash',41.38,'150','','','4','','1','2021-08-24 14:01:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','145.75','143.75','Inclusive','branch','Inventory','','',''),('416298136071233830',3465,'41629813501','62','0.50','100','retail','0','2021-08-24 17:00:56','','','','105','Cash',13.79,'200','','','4','','1','2021-08-24 14:01:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','255.00','254.5','Inclusive','branch','Inventory','','',''),('416298140422400336',3466,'41629813666','54','3.00','2340','retail','0','2021-08-24 17:07:51','','','','700','Cash',322.76,'780','','','4','','1','2021-08-24 14:08:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','672.41','','49.50','46.5','Inclusive','branch','Inventory','','',''),('416298141613213382',3467,'41629814109','232','1.00','800','retail','0','2021-08-24 17:10:32','','','','2','Cash',110.34,'800','','','4','','1','2021-08-24 14:11:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','50.50','49.5','Inclusive','branch','Inventory','1110','4000','5500'),('416298141732200824',3468,'41629814109','2','2.00','1100','retail','0','2021-08-24 17:10:32','','','','530','Cash',151.72,'550','','','4','','1','2021-08-24 14:11:00','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','330.00','328','Inclusive','branch','18','','',''),('416298141913031023',3469,'41629814109','8','3.00','1500','retail','0','2021-08-24 17:10:32','','','','330','Cash',206.90,'500','','','4','','1','2021-08-24 14:11:00','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','49.00','46','Inclusive','branch','Inventory','','',''),('416298143082304432',3470,'41629814260','322','2.00','400','retail','0','2021-08-24 17:12:12','','','','120','Cash',55.17,'200','','','4','','1','2021-08-24 14:12:24','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','47.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416298143681330628',3471,'41629814344','97','11.00','9350','retail','0','2021-08-24 17:21:26','','','','720','Cash',1289.66,'850','','','4','','1','2021-08-24 14:21:36','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','37.00','26','Inclusive','branch','Inventory','','',''),('416298144062204240',3472,'41629814344','299','200.00','5000','retail','0','2021-08-24 17:21:26','','','','15','Cash',689.66,'25','','','4','','1','2021-08-24 14:21:36','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','144.00','144','Inclusive','branch','Inventory','1110','4000','5500'),('416298145002225632',3473,'41629814344','165','4.00','800','retail','0','2021-08-24 17:21:26','','','','130','Cash',110.34,'200','','','4','','1','2021-08-24 14:21:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','21.5','Inclusive','branch','Inventory','','',''),('416298145150241413',3474,'41629814344','267','1.00','2500','retail','0','2021-08-24 17:21:26','','','','1550','Cash',344.83,'2500','','','4','','1','2021-08-24 14:21:36','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416298145283306233',3475,'41629814344','232','1.00','1850','retail','0','2021-08-24 17:21:26','','','','2','Cash',255.17,'1850','','','4','','1','2021-08-24 14:21:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1594.83','','49.50','48.5','Inclusive','branch','Inventory','1110','4000','5500'),('416298149502582214',3476,'41629814897','232','1.00','15800','retail','0','2021-08-24 17:26:49','','','','2','Cash',2179.31,'15800','','','4','','1','2021-08-24 14:28:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','13620.69','','48.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416298149622233434',3477,'41629814897','63','2.00','300','retail','0','2021-08-24 17:26:49','','','','105','Cash',41.38,'150','','','4','','1','2021-08-24 14:28:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','143.75','141.75','Inclusive','branch','Inventory','','',''),('416298149772220023',3478,'41629814897','62','3.00','450','retail','0','2021-08-24 17:26:49','','','','105','Cash',62.07,'150','','','4','','1','2021-08-24 14:28:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','254.50','251.5','Inclusive','branch','Inventory','','',''),('416298150070412322',3479,'41629814897','284','5.00','4250','retail','0','2021-08-24 17:26:49','','','','630','Cash',586.21,'850','','','4','','1','2021-08-24 14:28:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','94.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416298150312034133',3480,'41629814897','274','2.00','1000','retail','0','2021-08-24 17:26:49','','','','150 ','Cash',137.93,'500','','','4','','1','2021-08-24 14:28:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416298150603020240',3481,'41629814897','271','1.00','100','retail','0','2021-08-24 17:26:49','','','','50','Cash',13.79,'100','','','4','','1','2021-08-24 14:28:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416298150888032602',3482,'41629814897','272','1.00','100','retail','0','2021-08-24 17:26:49','','','','33','Cash',13.79,'100','','','4','','1','2021-08-24 14:28:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416298153144001131',3483,'41629815284','212','1.00','13900','retail','0','2021-08-24 17:29:43','','','','12600','Cash',1917.24,'13900','','','4','','1','2021-08-24 14:29:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','11982.76','','10.00','9','Inclusive','branch','Inventory','','',''),('416298153371242330',3484,'41629815284','163','3.00','600','retail','0','2021-08-24 17:29:43','','','','130','Cash',82.76,'200','','','4','','1','2021-08-24 14:29:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','60.00','57','Inclusive','branch','Inventory','','',''),('416298154322230032',3485,'41629815388','287','1.00','150','retail','0','2021-08-24 17:30:33','','','','60','Cash',20.69,'150','','','4','','1','2021-08-24 14:30:40','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416298154890032288',3486,'41629815441','113','5.00','4500','retail','0','2021-08-24 17:32:47','','','','780','Cash',620.69,'900','','','4','','1','2021-08-24 14:32:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','57.00','52','Inclusive','branch','Inventory','','',''),('416298155055200143',3487,'41629815441','114','1.00','1100','retail','0','2021-08-24 17:32:47','','','','975','Cash',151.72,'1100','','','4','','1','2021-08-24 14:32:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','9.00','8','Inclusive','branch','Inventory','','',''),('416298155979302822',3488,'41629815574','14','50.00','53000','retail','0','2021-08-24 17:33:57','','','','1065','Cash',7310.34,'1060','','','4','','1','2021-08-24 14:34:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','913.79','','379.00','329','Inclusive','branch','Inventory','','',''),('416298156623204308',3489,'41629815644','254','3.00','450','retail','0','2021-08-24 17:35:36','','','','80','Cash',62.07,'150','','','4','','1','2021-08-24 14:35:54','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','404.00','401','Inclusive','branch','Inventory','1110','4000','5500'),('416298157203033012',3490,'41629815644','232','1.00','100','retail','0','2021-08-24 17:35:36','','','','2','Cash',13.79,'100','','','4','','1','2021-08-24 14:35:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','47.50','46.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299028782323832',3491,'41629902863','109','4.00','5200','retail','0','2021-08-25 17:49:16','','','','1180','Cash',717.24,'1300','','','4','','1','2021-08-25 14:49:20','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','30.00','26','Inclusive','branch','Inventory','','',''),('416299029346233202',3492,'41629902863','66','1.00','200','retail','0','2021-08-25 17:49:16','','','','150.00','Cash',27.59,'200','','','4','','1','2021-08-25 14:49:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','105.00','104','Inclusive','branch','Inventory','','',''),('416299029853303929',3493,'41629902961','232','1.00','2300','retail','0','2021-08-25 17:50:45','','','','2','Cash',317.24,'2300','','','4','','1','2021-08-25 14:51:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','46.50','45.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299031879230223',3494,'41629903088','232','1.00','2250','retail','0','2021-08-25 17:54:04','','','','2','Cash',310.34,'2250','','','4','','1','2021-08-25 14:54:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1939.66','','45.50','44.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299033030022622',3495,'41629903292','60','0.50','100','retail','0','2021-08-25 17:55:34','','','','105','Cash',13.79,'200','','','4','','1','2021-08-25 14:55:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','63.00','62.5','Inclusive','branch','Inventory','','',''),('416299033722320620',3496,'41629903338','14','5.00','5400','retail','0','2021-08-25 17:56:46','','','','1065','Cash',744.83,'1080','','','4','','1','2021-08-25 14:56:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','329.00','324','Inclusive','branch','Inventory','','',''); INSERT INTO `sales_order` VALUES ('416299034220034022',3497,'41629903410','92','4.00','1000','retail','0','2021-08-25 17:57:21','','','','190','Cash',137.93,'250','','','4','','1','2021-08-25 14:57:25','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','68.00','64','Inclusive','branch','Inventory','','',''),('416299034743004723',3498,'41629903446','2','2.00','1100','retail','0','2021-08-25 17:58:11','','','','530','Cash',151.72,'550','','','4','','1','2021-08-25 14:58:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','328.00','326','Inclusive','branch','18','','',''),('416299035830023933',3499,'41629903497','2','10.00','5500','retail','0','2021-08-25 17:59:57','','','','530','Cash',758.62,'550','','','4','','1','2021-08-25 15:00:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','326.00','316','Inclusive','branch','18','','',''),('416299036273229026',3500,'41629903605','66','1.00','250','retail','0','2021-08-25 18:00:28','','','','150.00','Cash',34.48,'250','','','4','','1','2021-08-25 15:00:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','104.00','103','Inclusive','branch','Inventory','','',''),('416299036753239423',3501,'41629903647','2','6.00','3300','retail','0','2021-08-25 18:01:28','','','','530','Cash',455.17,'550','','','4','','1','2021-08-25 15:01:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','316.00','310','Inclusive','branch','18','','',''),('416299037103202066',3502,'41629903694','284','1.00','850','retail','0','2021-08-25 18:03:13','','','','630','Cash',117.24,'850','','','4','','1','2021-08-25 15:03:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('416299037192232939',3503,'41629903694','286','1.00','550','retail','0','2021-08-25 18:03:13','','','','450','Cash',75.86,'550','','','4','','1','2021-08-25 15:03:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416299037373323232',3504,'41629903694','300','1.00','200','retail','0','2021-08-25 18:03:13','','','','150 ','Cash',27.59,'200','','','4','','1','2021-08-25 15:03:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416299037472239232',3505,'41629903694','165','1.00','200','retail','0','2021-08-25 18:03:13','','','','130','Cash',27.59,'200','','','4','','1','2021-08-25 15:03:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','21.50','20.5','Inclusive','branch','Inventory','','',''),('416299038112163042',3506,'41629903797','60','2.00','300','retail','0','2021-08-25 18:07:33','','','','105','Cash',41.38,'150','','','4','','1','2021-08-25 15:07:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','62.50','60.5','Inclusive','branch','Inventory','','',''),('416299042760042270',3507,'41629904061','72','27.00','35100','retail','0','2021-08-25 18:11:53','','','','1230','Cash',4841.38,'1300','','','4','','1','2021-08-25 15:11:56','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','103.00','76','Inclusive','branch','Inventory','','',''),('416299043699232239',3508,'41629904317','286','1.00','450','retail','0','2021-08-25 18:13:12','','','','450','Cash',62.07,'450','','','4','','1','2021-08-25 15:17:15','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('416299046443200300',3509,'41629904636','232','1.00','50','retail','0','2021-08-25 18:17:39','','','','2','Cash',6.90,'50','','','4','','1','2021-08-25 15:17:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','44.50','43.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299047003022030',3510,'41629904678','322','2.00','400','retail','0','2021-08-25 18:18:41','','','','120','Cash',55.17,'200','','','4','','1','2021-08-25 15:18:45','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','45.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416299047382343226',3511,'41629904726','278','4.00','300','retail','0','2021-08-25 18:19:52','','','','45','Cash',41.38,'75','','','4','','1','2021-08-25 15:19:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','17.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416299048113330442',3512,'41629904796','286','1.00','500','retail','0','2021-08-25 18:20:28','','','','450','Cash',68.97,'500','','','4','','1','2021-08-25 15:20:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','46.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416299048505122243',3513,'41629904834','271','1.00','150','retail','0','2021-08-25 18:21:09','','','','50','Cash',20.69,'150','','','4','','1','2021-08-25 15:21:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416299049252320322',3514,'41629904874','285','2.00','550','retail','0','2021-08-25 18:22:43','','','','180','Cash',75.86,'275','','','4','','1','2021-08-25 15:22:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','237.07','','51.25','49.25','Inclusive','branch','Inventory','1110','4000','5500'),('416299860313284233',3515,'41629985938','284','2.00','1700','retail','0','2021-08-26 16:54:57','','','','630','Cash',234.48,'850','','','4','','1','2021-08-26 13:55:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','88.00','86','Inclusive','branch','Inventory','1110','4000','5500'),('416299860593233353',3516,'41629985938','220','1.00','3800','retail','0','2021-08-26 16:54:57','','','','3050','Cash',524.14,'3800','','','4','','1','2021-08-26 13:55:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416299861593339339',3517,'41629986105','140','1.00','3500','retail','0','2021-08-26 16:56:18','','','','2940','Cash',482.76,'3500','','','4','','1','2021-08-26 13:56:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','10.00','9','Inclusive','branch','Inventory','','',''),('416299862372080342',3518,'41629986188','309','8.00','800','retail','0','2021-08-26 17:05:44','','','','110','Cash',110.34,'100','','','4','','1','2021-08-26 14:06:19','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','20.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416299864480032936',3519,'41629986188','103','10.00','2000','retail','0','2021-08-26 17:05:44','','','','120','Cash',275.86,'200','','','4','','1','2021-08-26 14:06:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','637.00','627','Inclusive','branch','Inventory','','',''),('416299865240446123',3520,'41629986188','63','7.00','1050','retail','0','2021-08-26 17:05:44','','','','105','Cash',144.83,'150','','','4','','1','2021-08-26 14:06:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','141.75','134.75','Inclusive','branch','Inventory','','',''),('416299865370289422',3521,'41629986188','62','3.00','450','retail','0','2021-08-26 17:05:44','','','','105','Cash',62.07,'150','','','4','','1','2021-08-26 14:06:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','251.50','248.5','Inclusive','branch','Inventory','','',''),('416299866806223330',3522,'41629986188','232','1.00','300','retail','0','2021-08-26 17:05:44','','','','2','Cash',41.38,'300','','','4','','1','2021-08-26 14:06:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','43.50','42.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299867993920326',3523,'41629986780','165','1.00','200','retail','0','2021-08-26 17:06:41','','','','130','Cash',27.59,'200','','','4','','1','2021-08-26 14:06:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','20.50','19.5','Inclusive','branch','Inventory','','',''),('416299868810020328',3524,'41629986810','232','1.00','2000','retail','0','2021-08-26 17:08:24','','','','2','Cash',275.86,'2000','','','4','','1','2021-08-26 14:08:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','42.50','41.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299869684924463',3525,'41629986930','20','5.00','4500','retail','0','2021-08-26 17:10:06','','','','642','Cash',620.69,'900','','','4','','1','2021-08-26 14:10:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','50.00','45','Inclusive','branch','Inventory','','',''),('416299870539004320',3526,'41629987011','2','7.00','3850','retail','0','2021-08-26 17:11:17','','','','530','Cash',531.03,'550','','','4','','1','2021-08-26 14:11:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','310.00','303','Inclusive','branch','18','','',''),('416299871017241100',3527,'41629987087','232','1.00','5','retail','0','2021-08-26 17:11:42','','','','2','Cash',0.69,'5','','','4','','1','2021-08-26 14:11:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','41.50','40.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299871710301123',3528,'41629987161','232','1.00','100','retail','0','2021-08-26 17:13:09','','','','2','Cash',13.79,'100','','','4','','1','2021-08-26 14:13:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','40.50','39.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299872282002208',3529,'41629987211','8','2.00','1000','retail','0','2021-08-26 17:17:00','','','','330','Cash',137.93,'500','','','4','','1','2021-08-26 14:17:14','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','46.00','44','Inclusive','branch','Inventory','','',''),('416299872442063214',3530,'41629987211','62','0.50','100','retail','0','2021-08-26 17:17:00','','','','105','Cash',13.79,'200','','','4','','1','2021-08-26 14:17:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','248.50','248','Inclusive','branch','Inventory','','',''),('416299872532322093',3531,'41629987211','63','0.50','100','retail','0','2021-08-26 17:17:00','','','','105','Cash',13.79,'200','','','4','','1','2021-08-26 14:17:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.75','134.25','Inclusive','branch','Inventory','','',''),('416299872693230332',3532,'41629987211','278','2.00','200','retail','0','2021-08-26 17:17:00','','','','45','Cash',27.59,'100','','','4','','1','2021-08-26 14:17:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','13.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416299875152764539',3533,'41629987437','232','1.00','200','retail','0','2021-08-26 17:19:25','','','','2','Cash',27.59,'200','','','4','','1','2021-08-26 14:20:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','39.50','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299876654333330',3534,'41629987617','232','1.00','300','retail','0','2021-08-26 17:21:33','','','','2','Cash',41.38,'300','','','4','','1','2021-08-26 14:21:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','38.50','37.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299877263033023',3535,'41629987712','8','4.00','2000','retail','0','2021-08-26 17:24:50','','','','330','Cash',275.86,'500','','','4','','1','2021-08-26 14:25:04','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','44.00','40','Inclusive','branch','Inventory','','',''),('416299878072330440',3536,'41629987712','271','2.00','200','retail','0','2021-08-26 17:24:50','','','','50','Cash',27.59,'100','','','4','','1','2021-08-26 14:25:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416299878229232312',3537,'41629987712','163','1.00','200','retail','0','2021-08-26 17:24:50','','','','130','Cash',27.59,'200','','','4','','1','2021-08-26 14:25:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','57.00','56','Inclusive','branch','Inventory','','',''),('416299878402003098',3538,'41629987712','285','1.00','300','retail','0','2021-08-26 17:24:50','','','','180','Cash',41.38,'300','','','4','','1','2021-08-26 14:25:04','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','49.25','48.25','Inclusive','branch','Inventory','1110','4000','5500'),('416299879326014929',3539,'41629987905','2','2.00','1100','retail','0','2021-08-26 17:25:54','','','','530','Cash',151.72,'550','','','4','','1','2021-08-26 14:25:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','303.00','301','Inclusive','branch','18','','',''),('416299880360826230',3540,'41629987959','232','1.00','500','retail','0','2021-08-26 17:27:35','','','','2','Cash',68.97,'500','','','4','','1','2021-08-26 14:27:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','37.50','36.5','Inclusive','branch','Inventory','1110','4000','5500'),('416299880912026632',3541,'41629988072','320','2.00','400','retail','0','2021-08-26 17:28:45','','','','120','Cash',55.17,'200','','','4','','1','2021-08-26 14:28:50','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','','95.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('416299881621030020',3542,'41629988131','286','1.00','500','retail','0','2021-08-26 17:29:40','','','','450','Cash',68.97,'500','','','4','','1','2021-08-26 14:29:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('416299882252402021',3543,'41629988185','286','1.00','450','retail','0','2021-08-26 17:36:03','','','','450','Cash',62.07,'450','','','4','','1','2021-08-26 14:36:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416300431902620303',3544,'41630043139','155','3.00','13200','retail','0','2021-08-26 08:48:50','','','','3800','Cash',1820.69,'4400','','','4','','1','2021-08-27 05:49:06','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','3.00','0','Inclusive','branch','Inventory','','',''),('416300432523323202',3545,'41630043139','264','1.00','4400','retail','0','2021-08-26 08:48:50','','','','3850','Cash',606.90,'4400','','','4','','1','2021-08-27 05:49:06','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416300432822320202',3546,'41630043139','163','6.00','1200','retail','0','2021-08-26 08:48:50','','','','130','Cash',165.52,'200','','','4','','1','2021-08-27 05:49:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','56.00','50','Inclusive','branch','Inventory','','',''),('416300433752333231',3547,'41630043348','13','16.00','14400','retail','0','2021-08-26 08:53:01','','','','890','Cash',1986.21,'900','','','4','','1','2021-08-27 05:53:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','38.00','22','Inclusive','branch','Inventory','','',''),('416300434263223222',3548,'41630043348','60','2.00','300','retail','0','2021-08-26 08:53:01','','','','105','Cash',41.38,'150','','','4','','1','2021-08-27 05:53:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','60.50','58.5','Inclusive','branch','Inventory','','',''),('416300434453340023',3549,'41630043348','62','2.00','300','retail','0','2021-08-26 08:53:01','','','','105','Cash',41.38,'150','','','4','','1','2021-08-27 05:53:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','248.00','246','Inclusive','branch','Inventory','','',''),('416300434530223000',3550,'41630043348','63','2.00','300','retail','0','2021-08-26 08:53:01','','','','105','Cash',41.38,'150','','','4','','1','2021-08-27 05:53:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','134.25','132.25','Inclusive','branch','Inventory','','',''),('416300434642043444',3551,'41630043348','66','4.00','800','retail','0','2021-08-26 08:53:01','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-27 05:53:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','103.00','99','Inclusive','branch','Inventory','','',''),('416300434753022430',3552,'41630043348','248','4.00','800','retail','0','2021-08-26 08:53:01','','','','40','Cash',110.34,'200','','','4','','1','2021-08-27 05:53:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416300436261136663',3553,'41630043612','284','4.00','3400','retail','0','2021-08-26 08:56:44','','','','630','Cash',468.97,'850','','','4','','1','2021-08-27 05:57:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','86.00','82','Inclusive','branch','Inventory','1110','4000','5500'),('416300436542331643',3554,'41630043612','285','1.00','300','retail','0','2021-08-26 08:56:44','','','','180','Cash',41.38,'300','','','4','','1','2021-08-27 05:57:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','48.25','47.25','Inclusive','branch','Inventory','1110','4000','5500'),('416300436770363334',3555,'41630043612','268','1.00','250','retail','0','2021-08-26 08:56:44','','','','120','Cash',34.48,'250','','','4','','1','2021-08-27 05:57:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416300436863333220',3556,'41630043612','271','1.00','100','retail','0','2021-08-26 08:56:44','','','','50','Cash',13.79,'100','','','4','','1','2021-08-27 05:57:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416300437017003014',3557,'41630043612','272','1.00','100','retail','0','2021-08-26 08:56:44','','','','33','Cash',13.79,'100','','','4','','1','2021-08-27 05:57:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416300437562342630',3558,'41630043612','232','1.00','1700','retail','0','2021-08-26 08:56:44','','','','2','Cash',234.48,'1700','','','4','','1','2021-08-27 05:57:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1465.52','','36.50','35.5','Inclusive','branch','Inventory','1110','4000','5500'),('416300677933333402',3559,'41630067761','8','2.00','1000','retail','0','2021-08-27 15:37:42','','','','330','Cash',137.93,'500','','','4','','1','2021-08-27 12:38:03','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','40.00','38','Inclusive','branch','Inventory','','',''),('416300678283340213',3560,'41630067761','232','1.00','800','retail','0','2021-08-27 15:37:42','','','','2','Cash',110.34,'800','','','4','','1','2021-08-27 12:38:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','35.50','34.5','Inclusive','branch','Inventory','1110','4000','5500'),('416300679440002322',3561,'41630067885','14','12.00','12840','retail','0','2021-08-27 15:40:17','','','','1065','Cash',1771.03,'1070','','','4','','1','2021-08-27 12:40:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','922.41','','324.00','312','Inclusive','branch','Inventory','','',''),('416300679977660922',3562,'41630067885','286','2.00','1000','retail','0','2021-08-27 15:40:17','','','','450','Cash',137.93,'500','','','4','','1','2021-08-27 12:40:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','43.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416300680919130900',3563,'41630068054','2','5.00','2750','retail','0','2021-08-27 15:41:49','','','','530','Cash',379.31,'550','','','4','','1','2021-08-27 12:41:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','301.00','296','Inclusive','branch','18','','',''),('416300681770040443',3564,'41630068117','66','1.50','300','retail','0','2021-08-27 15:46:36','','','','150.00','Cash',41.38,'200','','','4','','1','2021-08-27 12:46:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','99.00','97.5','Inclusive','branch','Inventory','','',''),('416300681864002236',3565,'41630068117','60','3.00','450','retail','0','2021-08-27 15:46:36','','','','105','Cash',62.07,'150','','','4','','1','2021-08-27 12:46:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','58.50','55.5','Inclusive','branch','Inventory','','',''),('416300681944323082',3566,'41630068117','61','2.50','375','retail','0','2021-08-27 15:46:36','','','','105','Cash',51.72,'150','','','4','','1','2021-08-27 12:46:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','86.50','84','Inclusive','branch','Inventory','','',''),('416300682030220060',3567,'41630068117','63','1.00','175','retail','0','2021-08-27 15:46:36','','','','105','Cash',24.14,'175','','','4','','1','2021-08-27 12:46:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','132.25','131.25','Inclusive','branch','Inventory','','',''),('416300684622263604',3568,'41630068418','66','2.50','500','retail','0','2021-08-27 15:49:29','','','','150.00','Cash',68.97,'200','','','4','','1','2021-08-27 12:49:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','97.50','95','Inclusive','branch','Inventory','','',''),('416300684726333000',3569,'41630068418','62','1.50','225','retail','0','2021-08-27 15:49:29','','','','105','Cash',31.03,'150','','','4','','1','2021-08-27 12:49:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','246.00','244.5','Inclusive','branch','Inventory','','',''),('416300684832203320',3570,'41630068418','63','1.00','175','retail','0','2021-08-27 15:49:29','','','','105','Cash',24.14,'175','','','4','','1','2021-08-27 12:49:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','131.25','130.25','Inclusive','branch','Inventory','','',''),('416300685920223224',3571,'41630068575','253','4.00','25200','retail','0','2021-08-27 15:50:20','','','','5700','Cash',3475.86,'6300','','','4','','1','2021-08-27 12:50:30','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','13.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416300686542440020',3572,'41630068631','284','5.00','4250','retail','0','2021-08-27 15:51:24','','','','630','Cash',586.21,'850','','','4','','1','2021-08-27 12:51:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','82.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('416300686683234022',3573,'41630068631','268','1.00','250','retail','0','2021-08-27 15:51:24','','','','120','Cash',34.48,'250','','','4','','1','2021-08-27 12:51:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416300687794132323',3574,'41630068702','252','70.00','6300','retail','0','2021-08-27 15:56:43','','','','70','Cash',868.97,'90','','','4','','1','2021-08-27 12:56:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','320.00','250','Inclusive','branch','Inventory','1110','4000','5500'),('416300688560433663',3575,'41630068702','249','40.00','5200','retail','0','2021-08-27 15:56:43','','','','115','Cash',717.24,'130','','','4','','1','2021-08-27 12:56:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','440.00','400','Inclusive','branch','Inventory','1110','4000','5500'),('416300689132033022',3576,'41630068702','254','8.00','1600','retail','0','2021-08-27 15:56:43','','','','80','Cash',220.69,'200','','','4','','1','2021-08-27 12:56:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','401.00','393','Inclusive','branch','Inventory','1110','4000','5500'),('416300689234322420',3577,'41630068702','259','9.00','2250','retail','0','2021-08-27 15:56:43','','','','150 ','Cash',310.34,'250','','','4','','1','2021-08-27 12:56:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','15.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416300690262262220',3578,'41630069016','232','1.00','650','retail','0','2021-08-27 15:57:18','','','','2','Cash',89.66,'650','','','4','','1','2021-08-27 12:58:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','34.50','33.5','Inclusive','branch','Inventory','1110','4000','5500'),('416300691121322123',3579,'41630069089','2','2.00','1100','retail','0','2021-08-27 15:58:56','','','','530','Cash',151.72,'550','','','4','','1','2021-08-27 12:59:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','296.00','294','Inclusive','branch','18','','',''),('416300691663362602',3580,'41630069142','60','1.00','150','retail','0','2021-08-27 16:01:05','','','','105','Cash',20.69,'150','','','4','','1','2021-08-27 13:01:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','55.50','54.5','Inclusive','branch','Inventory','','',''),('416300691742210332',3581,'41630069142','62','2.00','300','retail','0','2021-08-27 16:01:05','','','','105','Cash',41.38,'150','','','4','','1','2021-08-27 13:01:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','244.50','242.5','Inclusive','branch','Inventory','','',''),('416300691843130322',3582,'41630069142','63','6.00','900','retail','0','2021-08-27 16:01:05','','','','105','Cash',124.14,'150','','','4','','1','2021-08-27 13:01:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','130.25','124.25','Inclusive','branch','Inventory','','',''),('416300768176723100',3583,'41630076805','163','10.00','2000','retail','0','2021-08-27 18:07:11','','','','130','Cash',275.86,'200','','','4','','1','2021-08-27 15:07:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','40','Inclusive','branch','Inventory','','',''),('416300768837842303',3584,'41630076837','66','3.00','600','retail','0','2021-08-27 18:10:07','','','','150.00','Cash',82.76,'200','','','4','','1','2021-08-27 15:10:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','95.00','92','Inclusive','branch','Inventory','','',''),('416300768920323043',3585,'41630076837','60','6.00','900','retail','0','2021-08-27 18:10:07','','','','105','Cash',124.14,'150','','','4','','1','2021-08-27 15:10:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','54.50','48.5','Inclusive','branch','Inventory','','',''),('416300769020022000',3586,'41630076837','62','3.00','450','retail','0','2021-08-27 18:10:07','','','','105','Cash',62.07,'150','','','4','','1','2021-08-27 15:10:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','242.50','239.5','Inclusive','branch','Inventory','','',''),('416300769113033336',3587,'41630076837','63','3.00','450','retail','0','2021-08-27 18:10:07','','','','105','Cash',62.07,'150','','','4','','1','2021-08-27 15:10:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','124.25','121.25','Inclusive','branch','Inventory','','',''),('416301583790123322',3588,'41630158328','255','1.00','250','retail','0','2021-08-28 16:46:20','','','','150','Cash',34.48,'250','','','4','','1','2021-08-28 13:46:40','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416301584191292210',3589,'41630158401','255','1.00','300','retail','0','2021-08-28 16:47:28','','','','150','Cash',41.38,'300','','','4','','1','2021-08-28 13:47:50','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416301584930343523',3590,'41630158472','255','1.00','250','retail','0','2021-08-28 17:12:02','','','','150','Cash',34.48,'250','','','4','','1','2021-08-28 14:13:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416301593792525123',3591,'41630158472','232','1.00','350','retail','0','2021-08-28 17:12:02','','','','2','Cash',48.28,'350','','','4','','1','2021-08-28 14:13:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','33.50','32.5','Inclusive','branch','Inventory','1110','4000','5500'),('416301600123121010',3592,'41630159990','2','17.00','9350','retail','0','2021-08-28 17:17:57','','','','530','Cash',1289.66,'550','','','4','','1','2021-08-28 14:18:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','294.00','277','Inclusive','branch','18','','',''),('416301600790203333',3593,'41630159990','169','2.00','300','retail','0','2021-08-28 17:17:57','','','','50','Cash',41.38,'150','','','4','','1','2021-08-28 14:18:13','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','51.00','49','Inclusive','branch','Inventory','','',''),('416301601291432330',3594,'41630159990','277','1.00','300','retail','0','2021-08-28 17:17:57','','','','65','Cash',41.38,'300','','','4','','1','2021-08-28 14:18:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416301602122203244',3595,'41630159990','232','1.00','350','retail','0','2021-08-28 17:17:57','','','','2','Cash',48.28,'350','','','4','','1','2021-08-28 14:18:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','32.50','31.5','Inclusive','branch','Inventory','1110','4000','5500'),('416301603272433232',3596,'41630160296','139','2.00','5800','retail','0','2021-08-28 17:21:00','','','','2520','Cash',800.00,'2900','','','4','','1','2021-08-28 14:21:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2500.00','','14.00','12','Inclusive','branch','Inventory','','',''),('416301603552323531',3597,'41630160296','9','1.00','3300','retail','0','2021-08-28 17:21:00','','','','2900','Cash',455.17,'3300','','','4','','1','2021-08-28 14:21:09','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','6.00','5','Inclusive','branch','Inventory','','',''),('416301603864646433',3598,'41630160296','320','1.00','200','retail','0','2021-08-28 17:21:00','','','','120','Cash',27.59,'200','','','4','','1','2021-08-28 14:21:09','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500'),('416301604033460222',3599,'41630160296','2','1.00','550','retail','0','2021-08-28 17:21:00','','','','530','Cash',75.86,'550','','','4','','1','2021-08-28 14:21:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','277.00','276','Inclusive','branch','18','','',''),('416301606443304333',3600,'41630160469','244','1.00','900','retail','0','2021-08-28 17:26:01','','','','800','Cash',124.14,'900','','','4','','1','2021-08-28 14:26:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416301606660332342',3601,'41630160469','290','2.00','700','retail','0','2021-08-28 17:26:01','','','','120','Cash',96.55,'350','','','4','','1','2021-08-28 14:26:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','24.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416301606923322224',3602,'41630160469','232','1.00','400','retail','0','2021-08-28 17:26:01','','','','2','Cash',55.17,'400','','','4','','1','2021-08-28 14:26:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','31.50','30.5','Inclusive','branch','Inventory','1110','4000','5500'),('416301607993340262',3603,'41630160784','60','5.00','750','retail','0','2021-08-28 17:29:55','','','','105','Cash',103.45,'150','','','4','','1','2021-08-28 14:30:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','48.50','43.5','Inclusive','branch','Inventory','','',''),('416301608080223032',3604,'41630160784','62','5.00','750','retail','0','2021-08-28 17:29:55','','','','105','Cash',103.45,'150','','','4','','1','2021-08-28 14:30:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','239.50','234.5','Inclusive','branch','Inventory','','',''),('416301608171233280',3605,'41630160784','63','5.00','750','retail','0','2021-08-28 17:29:55','','','','105','Cash',103.45,'150','','','4','','1','2021-08-28 14:30:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','121.25','116.25','Inclusive','branch','Inventory','','',''),('416301608291362634',3606,'41630160784','66','5.00','1000','retail','0','2021-08-28 17:29:55','','','','150.00','Cash',137.93,'200','','','4','','1','2021-08-28 14:30:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','92.00','87','Inclusive','branch','Inventory','','',''),('416301610260333046',3607,'41630161004','265','1.00','3600','retail','0','2021-08-28 17:30:56','','','','3050','Cash',496.55,'3600','','','4','','1','2021-08-28 14:31:01','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416301610983001263',3608,'41630161062','14','20.00','21000','retail','0','2021-08-28 17:40:28','','','','1065','Cash',2896.55,'1050','','','4','','1','2021-08-28 14:40:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','312.00','292','Inclusive','branch','Inventory','','',''),('416301612707434226',3609,'41630161062','209','10.00','3000','retail','0','2021-08-28 17:40:28','','','','200','Cash',413.79,'300','','','4','','1','2021-08-28 14:40:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','14.00','4','Inclusive','branch','Inventory','','',''),('416301614390361301',3610,'41630161062','66','4.00','800','retail','0','2021-08-28 17:40:28','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-28 14:40:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','87.00','83','Inclusive','branch','Inventory','','',''),('416301614510330423',3611,'41630161062','63','2.00','300','retail','0','2021-08-28 17:40:28','','','','105','Cash',41.38,'150','','','4','','1','2021-08-28 14:40:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','116.25','114.25','Inclusive','branch','Inventory','','',''),('416301614613121002',3612,'41630161062','62','4.00','600','retail','0','2021-08-28 17:40:28','','','','105','Cash',82.76,'150','','','4','','1','2021-08-28 14:40:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','234.50','230.5','Inclusive','branch','Inventory','','',''),('416301614746302002',3613,'41630161062','61','4.00','600','retail','0','2021-08-28 17:40:28','','','','105','Cash',82.76,'150','','','4','','1','2021-08-28 14:40:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','84.00','80','Inclusive','branch','Inventory','','',''),('416301616953645403',3614,'41630161636','163','3.00','600','retail','0','2021-08-28 17:42:09','','','','130','Cash',82.76,'200','','','4','','1','2021-08-28 14:42:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.00','37','Inclusive','branch','Inventory','','',''),('416301617550236233',3615,'41630161736','290','3.00','900','retail','0','2021-08-28 17:46:13','','','','120','Cash',124.14,'300','','','4','','1','2021-08-28 14:46:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','22.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416301617661464062',3616,'41630161736','61','5.00','750','retail','0','2021-08-28 17:46:13','','','','105','Cash',103.45,'150','','','4','','1','2021-08-28 14:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','80.00','75','Inclusive','branch','Inventory','','',''),('416301617771323400',3617,'41630161736','62','3.00','450','retail','0','2021-08-28 17:46:13','','','','105','Cash',62.07,'150','','','4','','1','2021-08-28 14:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','230.50','227.5','Inclusive','branch','Inventory','','',''),('416301617863206003',3618,'41630161736','63','2.00','300','retail','0','2021-08-28 17:46:13','','','','105','Cash',41.38,'150','','','4','','1','2021-08-28 14:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','114.25','112.25','Inclusive','branch','Inventory','','',''),('416301618096022112',3619,'41630161736','66','3.00','600','retail','0','2021-08-28 17:46:13','','','','150.00','Cash',82.76,'200','','','4','','1','2021-08-28 14:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','83.00','80','Inclusive','branch','Inventory','','',''),('416301618263326304',3620,'41630161736','248','2.00','300','retail','0','2021-08-28 17:46:13','','','','40','Cash',41.38,'150','','','4','','1','2021-08-28 14:46:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','47.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416301628784420242',3621,'41630162855','53','5.00','3200','retail','0','2021-08-28 18:01:43','','','','560','Cash',441.38,'640','','','4','','1','2021-08-28 15:01:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','551.72','','36.00','31','Inclusive','branch','Inventory','','',''),('416301629270012333',3622,'41630162908','169','2.00','300','retail','0','2021-08-28 18:02:28','','','','50','Cash',41.38,'150','','','4','','1','2021-08-28 15:02:33','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','49.00','47','Inclusive','branch','Inventory','','',''),('416302224577722024',3623,'41630222027','163','8.00','1600','retail','0','2021-08-28 10:34:39','','','','130','Cash',220.69,'200','','','4','','1','2021-08-29 07:35:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.00','29','Inclusive','branch','Inventory','','',''),('416302226100330004',3624,'41630222508','63','1.00','200','retail','0','2021-08-28 10:38:15','','','','105','Cash',27.59,'200','','','4','','1','2021-08-29 07:38:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','112.25','111.25','Inclusive','branch','Inventory','','',''),('416302226270202303',3625,'41630222508','66','1.00','250','retail','0','2021-08-28 10:38:15','','','','150.00','Cash',34.48,'250','','','4','','1','2021-08-29 07:38:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','80.00','79','Inclusive','branch','Inventory','','',''),('416302226553320203',3626,'41630222508','232','1.00','600','retail','0','2021-08-28 10:38:15','','','','2','Cash',82.76,'600','','','4','','1','2021-08-29 07:38:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','30.50','29.5','Inclusive','branch','Inventory','1110','4000','5500'),('416302227302333722',3627,'41630222712','232','1.00','4300','retail','0','2021-08-28 10:39:18','','','','2','Cash',593.10,'4300','','','4','','1','2021-08-29 07:40:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3706.90','','29.50','28.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303284402330040',3628,'41630328398','148','0.50','1800','retail','0','2021-08-30 16:07:53','','','','3200','Cash',248.28,'3600','','','4','','1','2021-08-30 13:08:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','3.00','2.5','Inclusive','branch','Inventory','','',''),('416303285630353202',3629,'41630328398','55','1.00','950','retail','0','2021-08-30 16:07:53','','','','880','Cash',131.03,'950','','','4','','1','2021-08-30 13:08:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','19.00','18','Inclusive','branch','Inventory','','',''),('416303286133264330',3630,'41630328398','154','1.00','350','retail','0','2021-08-30 16:07:53','','','','270','Cash',48.28,'350','','','4','','1','2021-08-30 13:08:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','3.50','2.5','Inclusive','branch','Inventory','','',''),('416303287663222702',3631,'41630328398','213','0.50','400','retail','0','2021-08-30 16:07:53','','','','570','Cash',55.17,'800','','','4','','1','2021-08-30 13:08:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','1.00','0.5','Inclusive','branch','Inventory','','',''),('416303288272202217',3632,'41630328398','290','1.00','350','retail','0','2021-08-30 16:07:53','','','','120','Cash',48.28,'350','','','4','','1','2021-08-30 13:08:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416303288563623330',3633,'41630328398','53','1.00','650','retail','0','2021-08-30 16:07:53','','','','560','Cash',89.66,'650','','','4','','1','2021-08-30 13:08:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','31.00','30','Inclusive','branch','Inventory','','',''),('416303289123230803',3634,'41630328884','14','2.00','2200','retail','0','2021-08-30 16:08:54','','','','1065','Cash',303.45,'1100','','','4','','1','2021-08-30 13:09:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','292.00','290','Inclusive','branch','Inventory','','',''),('416303294772361294',3635,'41630328943','232','2.00','600','retail','0','2021-08-30 16:18:23','','','','2','Cash',82.76,'300','','','4','','1','2021-08-30 13:18:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','28.50','26.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303295792009347',3636,'41630329531','2','8.00','4400','retail','0','2021-08-30 16:24:48','','','','530','Cash',606.90,'550','','','4','','1','2021-08-30 13:24:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','276.00','268','Inclusive','branch','18','','',''),('416303297912610322',3637,'41630329531','62','1.00','150','retail','0','2021-08-30 16:24:48','','','','105','Cash',20.69,'150','','','4','','1','2021-08-30 13:24:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','227.50','226.5','Inclusive','branch','Inventory','','',''),('416303298040329333',3638,'41630329531','63','2.00','300','retail','0','2021-08-30 16:24:48','','','','105','Cash',41.38,'150','','','4','','1','2021-08-30 13:24:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.25','109.25','Inclusive','branch','Inventory','','',''),('416303298143432034',3639,'41630329531','66','4.00','800','retail','0','2021-08-30 16:24:48','','','','150.00','Cash',110.34,'200','','','4','','1','2021-08-30 13:24:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','79.00','75','Inclusive','branch','Inventory','','',''),('416303299883308309',3640,'41630329898','232','1.00','150','retail','0','2021-08-30 16:27:06','','','','2','Cash',20.69,'150','','','4','','1','2021-08-30 13:27:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','26.50','25.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303300892024010',3641,'41630330043','53','0.50','350','retail','0','2021-08-30 16:29:18','','','','560','Cash',48.28,'700','','','4','','1','2021-08-30 13:29:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','30.00','29.5','Inclusive','branch','Inventory','','',''),('416303301092042392',3642,'41630330043','232','1.00','400','retail','0','2021-08-30 16:29:18','','','','2','Cash',55.17,'400','','','4','','1','2021-08-30 13:29:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','25.50','24.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303301912320233',3643,'41630330173','14','12.00','12600','retail','0','2021-08-30 16:31:20','','','','1065','Cash',1737.93,'1050','','','4','','1','2021-08-30 13:31:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','290.00','278','Inclusive','branch','Inventory','','',''),('416303303272320003',3644,'41630330287','286','2.00','900','retail','0','2021-08-30 16:37:39','','','','450','Cash',124.14,'450','','','4','','1','2021-08-30 13:38:01','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','41.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416303306333622012',3645,'41630330287','232','1.00','600','retail','0','2021-08-30 16:37:39','','','','2','Cash',82.76,'600','','','4','','1','2021-08-30 13:38:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','24.50','23.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303307073203300',3646,'41630330684','232','1.00','1000','retail','0','2021-08-30 16:39:02','','','','2','Cash',137.93,'1000','','','4','','1','2021-08-30 13:39:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','23.50','22.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303307960130636',3647,'41630330787','232','1.00','100','retail','0','2021-08-30 16:40:09','','','','2','Cash',13.79,'100','','','4','','1','2021-08-30 13:40:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','22.50','21.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303309130320123',3648,'41630330837','264','1.00','4500','retail','0','2021-08-30 16:43:20','','','','3850','Cash',620.69,'4500','','','4','','1','2021-08-30 13:43:25','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416303310733122233',3649,'41630331006','246','1.00','300','retail','0','2021-08-30 16:47:41','','','','200','Cash',41.38,'300','','','4','','1','2021-08-30 13:48:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416303311420312324',3650,'41630331006','286','1.00','500','retail','0','2021-08-30 16:47:41','','','','450','Cash',68.97,'500','','','4','','1','2021-08-30 13:48:02','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416303311590002240',3651,'41630331006','232','1.00','150','retail','0','2021-08-30 16:47:41','','','','2','Cash',20.69,'150','','','4','','1','2021-08-30 13:48:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','21.50','20.5','Inclusive','branch','Inventory','1110','4000','5500'),('416303312992333394',3652,'41630331282','2','12.00','6600','retail','0','2021-08-30 16:48:41','','','','530','Cash',910.34,'550','','','4','','1','2021-08-30 13:48:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','268.00','256','Inclusive','branch','18','','',''),('416303313533324332',3653,'41630331325','221','1.00','14500','retail','0','2021-08-30 16:50:29','','','','14000','Cash',2000.00,'14500','','','4','','1','2021-08-30 13:50:38','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12500.00','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416303313730030223',3654,'41630331325','264','1.00','4200','retail','0','2021-08-30 16:50:29','','','','3850','Cash',579.31,'4200','','','4','','1','2021-08-30 13:50:38','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416303313880303030',3655,'41630331325','163','5.00','1000','retail','0','2021-08-30 16:50:29','','','','130','Cash',137.93,'200','','','4','','1','2021-08-30 13:50:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.00','24','Inclusive','branch','Inventory','','',''),('416303314535005342',3656,'41630331439','19','5.00','4300','retail','0','2021-08-30 16:51:27','','','','725','Cash',593.10,'860','','','4','','1','2021-08-30 13:51:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','741.38','','82.00','77','Inclusive','branch','Inventory','','',''),('416303315116220332',3657,'41630331492','61','2.00','335.4','retail','0','2021-08-30 16:55:56','','','','105','Cash',46.26,'167.7','','','4','','1','2021-08-30 13:56:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','144.57','','75.00','73','Inclusive','branch','Inventory','','',''),('416303315213212022',3658,'41630331492','62','1.00','180','retail','0','2021-08-30 16:55:56','','','','105','Cash',24.83,'180','','','4','','1','2021-08-30 13:56:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','226.50','225.5','Inclusive','branch','Inventory','','',''),('416303315312311040',3659,'41630331492','63','0.50','85','retail','0','2021-08-30 16:55:56','','','','105','Cash',11.72,'170','','','4','','1','2021-08-30 13:56:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','109.25','108.75','Inclusive','branch','Inventory','','',''),('416303315424403625',3660,'41630331492','278','2.00','200','retail','0','2021-08-30 16:55:56','','','','45','Cash',27.59,'100','','','4','','1','2021-08-30 13:56:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416303315570235342',3661,'41630331492','277','1.00','200','retail','0','2021-08-30 16:55:56','','','','65','Cash',27.59,'200','','','4','','1','2021-08-30 13:56:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416303317823224042',3662,'41630331761','66','3.00','600','retail','0','2021-08-30 17:00:30','','','','150.00','Cash',82.76,'200','','','4','','1','2021-08-30 14:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','75.00','72','Inclusive','branch','Inventory','','',''),('416303318028143033',3663,'41630331761','62','5.00','750','retail','0','2021-08-30 17:00:30','','','','105','Cash',103.45,'150','','','4','','1','2021-08-30 14:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','225.50','220.5','Inclusive','branch','Inventory','','',''),('416303318136618234',3664,'41630331761','63','5.00','750','retail','0','2021-08-30 17:00:30','','','','105','Cash',103.45,'150','','','4','','1','2021-08-30 14:00:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','108.75','103.75','Inclusive','branch','Inventory','','',''),('416303318330322333',3665,'41630331761','267','2.00','5000','retail','0','2021-08-30 17:00:30','','','','1550','Cash',689.66,'2500','','','4','','1','2021-08-30 14:00:36','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416303318444302312',3666,'41630331761','278','4.00','400','retail','0','2021-08-30 17:00:30','','','','45','Cash',55.17,'100','','','4','','1','2021-08-30 14:00:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','9.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416303318913223313',3667,'41630331761','47','4.00','1800','retail','0','2021-08-30 17:00:30','','','','310','Cash',248.28,'450','','','4','','1','2021-08-30 14:00:36','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','29.00','25','Inclusive','branch','Inventory','','',''),('416303320602230343',3668,'41630332037','284','1.00','850','retail','0','2021-08-30 17:01:01','','','','630','Cash',117.24,'850','','','4','','1','2021-08-30 14:01:08','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('416303320843030844',3669,'41630332068','8','4.00','2000','retail','0','2021-08-30 17:03:09','','','','330','Cash',275.86,'500','','','4','','1','2021-08-30 14:03:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','38.00','34','Inclusive','branch','Inventory','','',''),('416303320992323302',3670,'41630332068','285','2.00','600','retail','0','2021-08-30 17:03:09','','','','180','Cash',82.76,'300','','','4','','1','2021-08-30 14:03:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','47.25','45.25','Inclusive','branch','Inventory','1110','4000','5500'),('416303321213310426',3671,'41630332068','163','0.50','100','retail','0','2021-08-30 17:03:09','','','','130','Cash',13.79,'200','','','4','','1','2021-08-30 14:03:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','23.5','Inclusive','branch','Inventory','','',''),('416303321323340231',3672,'41630332068','169','2.00','300','retail','0','2021-08-30 17:03:09','','','','50','Cash',41.38,'150','','','4','','1','2021-08-30 14:03:17','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','47.00','45','Inclusive','branch','Inventory','','',''),('416303322323033363',3673,'41630332198','62','1.00','150','retail','0','2021-08-30 17:04:05','','','','105','Cash',20.69,'150','','','4','','1','2021-08-30 14:04:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','220.50','219.5','Inclusive','branch','Inventory','','',''),('416303339352303023',3674,'41630332405','285','1.00','250','retail','0','2021-08-30 17:33:08','','','','180','Cash',34.48,'250','','','4','','1','2021-08-30 14:33:14','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','45.25','44.25','Inclusive','branch','Inventory','1110','4000','5500'),('416303339520263353',3675,'41630332405','272','1.00','50','retail','0','2021-08-30 17:33:08','','','','33','Cash',6.90,'50','','','4','','1','2021-08-30 14:33:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416303340143232020',3676,'41630333995','2','8.00','4400','retail','0','2021-08-30 17:34:52','','','','530','Cash',606.90,'550','','','4','','1','2021-08-30 14:34:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','256.00','248','Inclusive','branch','18','','',''),('416303340442443600',3677,'41630333995','4','4.00','3150','retail','0','2021-08-30 17:34:52','','','','730','Cash',434.48,'787.5','','','4','','1','2021-08-30 14:34:58','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','678.88','','136.00','132','Inclusive','branch','Inventory','','',''),('416304167360016427',3678,'41630416683','146','1.00','750','retail','0','2021-08-31 16:32:32','','','','420','Cash',103.45,'750','','','4','','1','2021-08-31 13:32:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','8.00','7','Inclusive','branch','Inventory','','',''),('416304168454332102',3679,'41630416760','163','1.00','200','retail','0','2021-08-31 16:34:06','','','','130','Cash',27.59,'200','','','4','','1','2021-08-31 13:34:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','23.50','22.5','Inclusive','branch','Inventory','','',''),('416304168913833022',3680,'41630416860','2','3.00','1650','retail','0','2021-08-31 16:35:08','','','','530','Cash',227.59,'550','','','4','','1','2021-08-31 13:35:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','248.00','245','Inclusive','branch','18','','',''),('416304169423262623',3681,'41630416923','2','1.00','550','retail','0','2021-08-31 16:35:43','','','','530','Cash',75.86,'550','','','4','','1','2021-08-31 13:35:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','245.00','244','Inclusive','branch','18','','',''),('416304169701233004',3682,'41630416950','2','2.00','1100','retail','0','2021-08-31 16:36:26','','','','530','Cash',151.72,'550','','','4','','1','2021-08-31 13:36:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','244.00','242','Inclusive','branch','18','','',''),('416304172237003322',3683,'41630417011','284','2.00','1700','retail','0','2021-08-31 16:46:48','','','','630','Cash',234.48,'850','','','4','','1','2021-08-31 13:46:59','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','76.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416304175140223237',3684,'41630417011','286','1.00','500','retail','0','2021-08-31 16:46:48','','','','450','Cash',68.97,'500','','','4','','1','2021-08-31 13:46:59','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416304175843308646',3685,'41630417011','285','1.00','300','retail','0','2021-08-31 16:46:48','','','','180','Cash',41.38,'300','','','4','','1','2021-08-31 13:46:59','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','44.25','43.25','Inclusive','branch','Inventory','1110','4000','5500'),('416304176382323601',3686,'41630417620','8','2.00','900','retail','0','2021-08-31 16:48:04','','','','330','Cash',124.14,'450','','','4','','1','2021-08-31 13:48:32','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','34.00','32','Inclusive','branch','Inventory','','',''),('416304177413241202',3687,'41630417713','8','7.00','3850','retail','0','2021-08-31 16:50:29','','','','330','Cash',531.03,'550','','','4','','1','2021-08-31 13:50:39','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','32.00','25','Inclusive','branch','Inventory','','',''),('416304178551420055',3688,'41630417840','62','2.00','300','retail','0','2021-08-31 16:52:28','','','','105','Cash',41.38,'150','','','4','','1','2021-08-31 13:52:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','219.50','217.5','Inclusive','branch','Inventory','','',''),('416304178666723223',3689,'41630417840','63','2.00','300','retail','0','2021-08-31 16:52:28','','','','105','Cash',41.38,'150','','','4','','1','2021-08-31 13:52:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','103.75','101.75','Inclusive','branch','Inventory','','',''),('416304178813340026',3690,'41630417840','66','2.00','400','retail','0','2021-08-31 16:52:28','','','','150.00','Cash',55.17,'200','','','4','','1','2021-08-31 13:52:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','72.00','70','Inclusive','branch','Inventory','','',''),('416304180090221632',3691,'41630417959','20','2.00','1900','retail','0','2021-08-31 17:00:50','','','','642','Cash',262.07,'950','','','4','','1','2021-08-31 14:01:01','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','45.00','43','Inclusive','branch','Inventory','','',''),('416304185393933232',3692,'41630418462','2','13.00','7150','retail','0','2021-08-31 17:02:37','','','','530','Cash',986.21,'550','','','4','','1','2021-08-31 14:02:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','242.00','229','Inclusive','branch','18','','',''),('416304185811222620',3693,'41630418563','62','5.00','750','retail','0','2021-08-31 17:04:04','','','','105','Cash',103.45,'150','','','4','','1','2021-08-31 14:04:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','217.50','212.5','Inclusive','branch','Inventory','','',''),('416304185923164920',3694,'41630418563','63','3.00','450','retail','0','2021-08-31 17:04:04','','','','105','Cash',62.07,'150','','','4','','1','2021-08-31 14:04:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','101.75','98.75','Inclusive','branch','Inventory','','',''),('416304186780113320',3695,'41630418649','14','3.00','3150','retail','0','2021-08-31 17:05:48','','','','1065','Cash',434.48,'1050','','','4','','1','2021-08-31 14:12:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','278.00','275','Inclusive','branch','Inventory','','',''),('416304191440339019',3696,'41630419128','148','0.50','1800','retail','0','2021-08-31 17:12:58','','','','3200','Cash',248.28,'3600','','','4','','1','2021-08-31 14:13:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','2.50','2','Inclusive','branch','Inventory','','',''),('416304192052453312',3697,'41630419190','60','2.00','300','retail','0','2021-08-31 17:13:48','','','','105','Cash',41.38,'150','','','4','','1','2021-08-31 14:20:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','41.5','Inclusive','branch','Inventory','','',''),('416304196422230020',3698,'41630419622','253','2.00','12800','retail','0','2021-08-31 17:21:05','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-08-31 14:21:19','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416304197012013340',3699,'41630419682','62','1.00','150','retail','0','2021-08-31 17:21:57','','','','105','Cash',20.69,'150','','','4','','1','2021-08-31 14:22:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','212.50','211.5','Inclusive','branch','Inventory','','',''),('416304197409323322',3700,'41630419722','19','9.00','7650','retail','0','2021-08-31 17:23:46','','','','725','Cash',1055.17,'850','','','4','','1','2021-08-31 14:23:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','117.00','108','Inclusive','branch','Inventory','','',''),('416304197760262640',3701,'41630419722','64','1.00','150','retail','0','2021-08-31 17:23:46','','','','105','Cash',20.69,'150','','','4','','1','2021-08-31 14:23:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','37.00','36','Inclusive','branch','Inventory','','',''),('416304197870802206',3702,'41630419722','61','1.00','150','retail','0','2021-08-31 17:23:46','','','','105','Cash',20.69,'150','','','4','','1','2021-08-31 14:23:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','73.00','72','Inclusive','branch','Inventory','','',''),('416304199872229381',3703,'41630419834','19','7.00','5950','retail','0','2021-08-31 17:29:04','','','','725','Cash',820.69,'850','','','4','','1','2021-08-31 14:29:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','108.00','101','Inclusive','branch','Inventory','','',''),('416304200344203433',3704,'41630419834','2','3.00','1650','retail','0','2021-08-31 17:29:04','','','','530','Cash',227.59,'550','','','4','','1','2021-08-31 14:29:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','229.00','226','Inclusive','branch','18','','',''),('416304201213214403',3705,'41630419834','232','1.00','300','retail','0','2021-08-31 17:29:04','','','','2','Cash',41.38,'300','','','4','','1','2021-08-31 14:29:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','20.50','19.5','Inclusive','branch','Inventory','1110','4000','5500'),('416304202213200140',3706,'41630420177','232','1.00','300','retail','0','2021-08-31 17:30:36','','','','2','Cash',41.38,'300','','','4','','1','2021-08-31 14:31:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.50','18.5','Inclusive','branch','Inventory','1110','4000','5500'),('416304212870223224',3707,'41630420294','232','1.00','100','retail','0','2021-08-31 17:49:32','','','','2','Cash',13.79,'100','','','4','','1','2021-08-31 14:49:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','18.50','17.5','Inclusive','branch','Inventory','1110','4000','5500'),('416304213210424430',3708,'41630420294','58','0.50','100','retail','0','2021-08-31 17:49:32','','','','130','Cash',13.79,'200','','','4','','1','2021-08-31 14:49:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','34','Inclusive','branch','Inventory','','',''),('416304213363316642',3709,'41630420294','163','0.50','100','retail','0','2021-08-31 17:49:32','','','','130','Cash',13.79,'200','','','4','','1','2021-08-31 14:49:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.50','22','Inclusive','branch','Inventory','','',''),('416304213972332212',3710,'41630421377','286','1.00','600','retail','0','2021-08-31 17:51:24','','','','450','Cash',82.76,'600','','','4','','1','2021-08-31 14:51:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416304214073404400',3711,'41630421377','285','1.00','300','retail','0','2021-08-31 17:51:24','','','','180','Cash',41.38,'300','','','4','','1','2021-08-31 14:51:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','43.25','42.25','Inclusive','branch','Inventory','1110','4000','5500'),('416304214202030446',3712,'41630421377','8','2.00','1000','retail','0','2021-08-31 17:51:24','','','','330','Cash',137.93,'500','','','4','','1','2021-08-31 14:51:42','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','25.00','23','Inclusive','branch','Inventory','','',''),('416304214413312364',3713,'41630421377','58','0.50','100','retail','0','2021-08-31 17:51:24','','','','130','Cash',13.79,'200','','','4','','1','2021-08-31 14:51:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.00','33.5','Inclusive','branch','Inventory','','',''),('416304214502101003',3714,'41630421377','66','1.00','250','retail','0','2021-08-31 17:51:24','','','','150.00','Cash',34.48,'250','','','4','','1','2021-08-31 14:51:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','70.00','69','Inclusive','branch','Inventory','','',''),('416304215222632323',3715,'41630421502','14','7.00','7350','retail','0','2021-08-31 17:52:27','','','','1065','Cash',1013.79,'1050','','','4','','1','2021-08-31 14:52:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','275.00','268','Inclusive','branch','Inventory','','',''),('416304215713723317',3716,'41630421554','2','10.00','5500','retail','0','2021-08-31 17:53:13','','','','530','Cash',758.62,'550','','','4','','1','2021-08-31 14:53:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','226.00','216','Inclusive','branch','18','','',''),('416305049055003234',3717,'41630504728','292','1.00','3500','retail','0','2021-09-01 17:03:27','','','','2500','Cash',482.76,'3500','','','4','','1','2021-09-01 14:03:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416305049403022332',3718,'41630504728','8','15.00','6750','retail','0','2021-09-01 17:03:27','','','','330','Cash',931.03,'450','','','4','','1','2021-09-01 14:03:46','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','23.00','8','Inclusive','branch','Inventory','','',''),('416305049882032334',3719,'41630504728','10','1.00','3300','retail','0','2021-09-01 17:03:27','','','','2700','Cash',455.17,'3300','','','4','','1','2021-09-01 14:03:46','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','3.00','2','Inclusive','branch','Inventory','','',''),('416305051295220011',3720,'41630505028','232','1.00','200','retail','0','2021-09-01 17:05:46','','','','2','Cash',27.59,'200','','','4','','1','2021-09-01 14:05:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','16.5','Inclusive','branch','Inventory','1110','4000','5500'),('416305051871830252',3721,'41630505151','20','4.00','3800','retail','0','2021-09-01 17:06:48','','','','642','Cash',524.14,'950','','','4','','1','2021-09-01 14:06:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','43.00','39','Inclusive','branch','Inventory','','',''),('416305052300351203',3722,'41630505215','60','2.00','300','retail','0','2021-09-01 17:08:00','','','','105','Cash',41.38,'150','','','4','','1','2021-09-01 14:08:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','41.50','39.5','Inclusive','branch','Inventory','','',''),('416305052455230020',3723,'41630505215','53','1.00','650','retail','0','2021-09-01 17:08:00','','','','560','Cash',89.66,'650','','','4','','1','2021-09-01 14:08:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','29.50','28.5','Inclusive','branch','Inventory','','',''),('416305053274234543',3724,'41630505291','174','4.00','600','retail','0','2021-09-01 17:09:24','','','','120','Cash',82.76,'150','','','4','','1','2021-09-01 14:12:01','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','14.00','10','Inclusive','branch','Inventory','','',''),('416305055632205535',3725,'41630505522','284','3.00','2550','retail','0','2021-09-01 17:15:40','','','','630','Cash',351.72,'850','','','4','','1','2021-09-01 14:19:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','74.00','71','Inclusive','branch','Inventory','1110','4000','5500'),('416305056805220622',3726,'41630505522','300','2.00','400','retail','0','2021-09-01 17:15:40','','','','150 ','Cash',55.17,'200','','','4','','1','2021-09-01 14:19:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416305057160460030',3727,'41630505522','264','1.00','4450','retail','0','2021-09-01 17:15:40','','','','3850','Cash',613.79,'4450','','','4','','1','2021-09-01 14:19:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3836.21','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416305060540324335',3728,'41630505957','14','5.00','5250','retail','0','2021-09-01 17:21:16','','','','1065','Cash',724.14,'1050','','','4','','1','2021-09-01 14:21:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','268.00','263','Inclusive','branch','Inventory','','',''),('416305061403052302',3729,'41630506080','2','4.00','2200','retail','0','2021-09-01 17:22:41','','','','530','Cash',303.45,'550','','','4','','1','2021-09-01 14:22:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','216.00','212','Inclusive','branch','18','','',''),('416305061783231203',3730,'41630506165','140','1.00','3400','retail','0','2021-09-01 17:23:40','','','','2940','Cash',468.97,'3400','','','4','','1','2021-09-01 14:23:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','9.00','8','Inclusive','branch','Inventory','','',''),('416305062731332030',3731,'41630506226','284','2.00','2200','retail','0','2021-09-01 17:24:56','','','','630','Cash',303.45,'1100','','','4','','1','2021-09-01 14:25:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','71.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416305063305043003',3732,'41630506309','14','12.00','12720','retail','0','2021-09-01 17:26:24','','','','1065','Cash',1754.48,'1060','','','4','','1','2021-09-01 14:26:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','913.79','','263.00','251','Inclusive','branch','Inventory','','',''),('416305064222124402',3733,'41630506409','271','1.00','150','retail','0','2021-09-01 17:27:44','','','','50','Cash',20.69,'150','','','4','','1','2021-09-01 14:27:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416305064373302120',3734,'41630506409','60','1.00','150','retail','0','2021-09-01 17:27:44','','','','105','Cash',20.69,'150','','','4','','1','2021-09-01 14:27:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','39.50','38.5','Inclusive','branch','Inventory','','',''),('416305073872352336',3735,'41630506469','163','1.50','300','retail','0','2021-09-01 17:43:47','','','','130','Cash',41.38,'200','','','4','','1','2021-09-01 14:44:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','22.00','20.5','Inclusive','branch','Inventory','','',''),('416305929696430922',3736,'41630592943','66','5.00','1000','retail','0','2021-09-02 17:38:01','','','','150.00','Cash',137.93,'200','','','4','','1','2021-09-02 14:38:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','94.00','89','Inclusive','branch','Inventory','','',''),('416305934312230003',3737,'41630592943','248','4.00','600','retail','0','2021-09-02 17:38:01','','','','40','Cash',82.76,'150','','','4','','1','2021-09-02 14:38:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416305934663636014',3738,'41630592943','165','5.00','1000','retail','0','2021-09-02 17:38:01','','','','130','Cash',137.93,'200','','','4','','1','2021-09-02 14:38:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','14.5','Inclusive','branch','Inventory','','',''),('416305935120232200',3739,'41630593497','13','32.00','28800','retail','0','2021-09-02 17:38:54','','','','890','Cash',3972.41,'900','','','4','','1','2021-09-02 14:39:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','52.00','20','Inclusive','branch','Inventory','','',''),('416305935725222255',3740,'41630593548','58','3.00','600','retail','0','2021-09-02 17:44:12','','','','130','Cash',82.76,'200','','','4','','1','2021-09-02 14:44:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.50','30.5','Inclusive','branch','Inventory','','',''),('416305937152370220',3741,'41630593548','2','20.00','11000','retail','0','2021-09-02 17:44:12','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-02 14:44:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','412.00','392','Inclusive','branch','18','','',''),('416305937614030313',3742,'41630593548','292','1.00','3500','retail','0','2021-09-02 17:44:12','','','','2500','Cash',482.76,'3500','','','4','','1','2021-09-02 14:44:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416305938182340302',3743,'41630593548','97','12.00','10800','retail','0','2021-09-02 17:44:12','','','','720','Cash',1489.66,'900','','','4','','1','2021-09-02 14:44:27','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','26.00','14','Inclusive','branch','Inventory','','',''),('416305938853003313',3744,'41630593867','58','0.50','100','retail','0','2021-09-02 17:45:04','','','','130','Cash',13.79,'200','','','4','','1','2021-09-02 14:45:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.50','30','Inclusive','branch','Inventory','','',''),('416305940164390329',3745,'41630593949','14','12.00','12600','retail','0','2021-09-02 17:51:23','','','','1065','Cash',1737.93,'1050','','','4','','1','2021-09-02 14:51:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','251.00','239','Inclusive','branch','Inventory','','',''),('416305940633502402',3746,'41630593949','278','5.00','500','retail','0','2021-09-02 17:51:23','','','','45','Cash',68.97,'100','','','4','','1','2021-09-02 14:51:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','5.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416305940892313332',3747,'41630593949','277','6.00','1200','retail','0','2021-09-02 17:51:23','','','','65','Cash',165.52,'200','','','4','','1','2021-09-02 14:51:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416305941193022332',3748,'41630593949','66','4.50','900','retail','0','2021-09-02 17:51:23','','','','150.00','Cash',124.14,'200','','','4','','1','2021-09-02 14:51:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','89.00','84.5','Inclusive','branch','Inventory','','',''),('416305941374024202',3749,'41630593949','60','6.00','900','retail','0','2021-09-02 17:51:23','','','','105','Cash',124.14,'150','','','4','','1','2021-09-02 14:51:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.50','32.5','Inclusive','branch','Inventory','','',''),('416305941463003201',3750,'41630593949','232','1.00','850','retail','0','2021-09-02 17:51:23','','','','2','Cash',117.24,'850','','','4','','1','2021-09-02 14:51:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','16.50','15.5','Inclusive','branch','Inventory','1110','4000','5500'),('416305943112223449',3751,'41630594293','232','1.00','250','retail','0','2021-09-02 17:52:06','','','','2','Cash',34.48,'250','','','4','','1','2021-09-02 14:52:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','15.50','14.5','Inclusive','branch','Inventory','1110','4000','5500'),('416305943622600602',3752,'41630594349','140','1.00','3400','retail','0','2021-09-02 17:52:58','','','','2940','Cash',468.97,'3400','','','4','','1','2021-09-02 14:53:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','8.00','7','Inclusive','branch','Inventory','','',''),('416305944253401033',3753,'41630594385','132','0.50','600','retail','0','2021-09-02 17:57:45','','','','1000','Cash',82.76,'1200','','','4','','1','2021-09-02 15:01:08','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','3.00','2.5','Inclusive','branch','Inventory','','',''),('416305945339004303',3754,'41630594385','232','1.00','4300','retail','0','2021-09-02 17:57:45','','','','2','Cash',593.10,'4300','','','4','','1','2021-09-02 15:01:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3706.90','','14.50','13.5','Inclusive','branch','Inventory','1110','4000','5500'),('416306809542324320',3755,'41630680923','60','5.00','750','retail','0','2021-09-03 17:56:23','','','','105','Cash',103.45,'150','','','4','','1','2021-09-03 14:56:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','32.50','27.5','Inclusive','branch','Inventory','','',''),('416306810370343731',3756,'41630681007','60','0.50','100','retail','0','2021-09-03 17:59:55','','','','105','Cash',13.79,'200','','','4','','1','2021-09-03 15:00:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.50','27','Inclusive','branch','Inventory','','',''),('416306811432331448',3757,'41630681007','278','4.00','300','retail','0','2021-09-03 17:59:55','','','','45','Cash',41.38,'75','','','4','','1','2021-09-03 15:00:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','24.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416306812432232032',3758,'41630681210','62','2.00','300','retail','0','2021-09-03 18:03:24','','','','105','Cash',41.38,'150','','','4','','1','2021-09-03 15:03:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','311.50','309.5','Inclusive','branch','Inventory','','',''),('416306812542133230',3759,'41630681210','63','2.00','300','retail','0','2021-09-03 18:03:24','','','','105','Cash',41.38,'150','','','4','','1','2021-09-03 15:03:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','198.75','196.75','Inclusive','branch','Inventory','','',''),('416306813433830400',3760,'41630681210','232','1.00','350','retail','0','2021-09-03 18:03:24','','','','2','Cash',48.28,'350','','','4','','1','2021-09-03 15:03:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','13.50','12.5','Inclusive','branch','Inventory','1110','4000','5500'),('416307344640437226',3761,'41630734433','264','1.00','4300','retail','0','2021-09-03 08:48:53','','','','3850','Cash',593.10,'4300','','','4','','1','2021-09-04 05:49:10','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3706.90','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416307344830342033',3762,'41630734433','163','1.00','200','retail','0','2021-09-03 08:48:53','','','','130','Cash',27.59,'200','','','4','','1','2021-09-04 05:49:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','70.50','69.5','Inclusive','branch','Inventory','','',''),('416307345720043334',3763,'41630734552','60','10.00','1500','retail','0','2021-09-03 08:50:10','','','','105','Cash',206.90,'150','','','4','','1','2021-09-04 05:50:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','27.00','17','Inclusive','branch','Inventory','','',''),('416307346766262323',3764,'41630734634','169','10.00','1500','retail','0','2021-09-03 08:51:38','','','','50','Cash',206.90,'150','','','4','','1','2021-09-04 05:51:55','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','45.00','35','Inclusive','branch','Inventory','','',''),('416307348826838260',3765,'41630734716','72','3.00','3900','retail','0','2021-09-03 08:56:32','','','','1230','Cash',537.93,'1300','','','4','','1','2021-09-04 05:56:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','76.00','73','Inclusive','branch','Inventory','','',''),('416307349173234063',3766,'41630734716','50','16.00','6880','retail','0','2021-09-03 08:56:32','','','','310','Cash',948.97,'430','','','4','','1','2021-09-04 05:56:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','31.00','15','Inclusive','branch','Inventory','','',''),('416307350383028340',3767,'41630735009','14','14.00','15400','retail','0','2021-09-03 08:58:05','','','','1065','Cash',2124.14,'1100','','','4','','1','2021-09-04 05:58:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','287.00','273','Inclusive','branch','Inventory','','',''),('416307351575233104',3768,'41630735126','2','4.00','2200','retail','0','2021-09-03 08:59:39','','','','530','Cash',303.45,'550','','','4','','1','2021-09-04 06:00:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','392.00','388','Inclusive','branch','18','','',''),('416307352413333422',3769,'41630735205','220','1.00','3600','retail','0','2021-09-03 09:05:58','','','','3050','Cash',496.55,'3600','','','4','','1','2021-09-04 06:07:23','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416307354612433204',3770,'41630735205','61','1.50','300','retail','0','2021-09-03 09:05:58','','','','105','Cash',41.38,'200','','','4','','1','2021-09-04 06:07:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','122.00','120.5','Inclusive','branch','Inventory','','',''),('416307358003000303',3771,'41630735643','2','4.00','2200','retail','0','2021-09-03 09:10:55','','','','530','Cash',303.45,'550','','','4','','1','2021-09-04 06:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','388.00','384','Inclusive','branch','18','','',''),('416307361742342030',3773,'41630736157','220','1.00','3500','retail','0','2021-09-03 09:16:44','','','','3050','Cash',482.76,'3500','','','4','','1','2021-09-04 06:17:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416307363050522332',3774,'41630736271','8','1.00','550','retail','0','2021-09-04 09:18:52','','','','330','Cash',75.86,'550','','','4','','1','2021-09-04 06:19:01','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','58.00','57','Inclusive','branch','Inventory','','',''),('416307363654402333',3775,'41630736343','66','1.00','200','retail','0','2021-09-04 09:21:17','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-04 06:21:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.50','133.5','Inclusive','branch','Inventory','','',''),('416307363813031413',3776,'41630736343','60','1.00','150','retail','0','2021-09-04 09:21:17','','','','105','Cash',20.69,'150','','','4','','1','2021-09-04 06:21:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','17.00','16','Inclusive','branch','Inventory','','',''),('416307364020032330',3777,'41630736343','62','2.00','300','retail','0','2021-09-04 09:21:17','','','','105','Cash',41.38,'150','','','4','','1','2021-09-04 06:21:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','309.50','307.5','Inclusive','branch','Inventory','','',''),('416307364212370202',3778,'41630736343','248','1.00','150','retail','0','2021-09-04 09:21:17','','','','40','Cash',20.69,'150','','','4','','1','2021-09-04 06:21:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416307365010323231',3779,'41630736481','97','10.00','8000','retail','0','2021-09-04 09:22:08','','','','720','Cash',1103.45,'800','','','4','','1','2021-09-04 06:22:23','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','64.00','54','Inclusive','branch','Inventory','','',''),('416307365750326043',3780,'41630736549','19','1.00','800','retail','0','2021-09-04 09:22:58','','','','725','Cash',110.34,'800','','','4','','1','2021-09-04 06:23:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','101.00','100','Inclusive','branch','Inventory','','',''),('416307669532942303',3781,'41630766915','103','30.00','3499.8','retail','0','2021-09-04 17:50:56','','','','120','Cash',482.73,'116.66','','','4','','1','2021-09-04 14:51:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','100.57','','627.00','597','Inclusive','branch','Inventory','','',''),('416307670803224020',3782,'41630767061','232','1.00','900','retail','0','2021-09-04 17:51:43','','','','2','Cash',124.14,'900','','','4','','1','2021-09-04 14:51:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','12.50','11.5','Inclusive','branch','Inventory','1110','4000','5500'),('416307671272023743',3783,'41630767107','60','1.00','150','retail','0','2021-09-04 17:52:25','','','','105','Cash',20.69,'150','','','4','','1','2021-09-04 14:52:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','16.00','15','Inclusive','branch','Inventory','','',''),('416307671960294200',3784,'41630767156','2','1.00','550','retail','0','2021-09-04 17:53:16','','','','530','Cash',75.86,'550','','','4','','1','2021-09-04 14:53:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','384.00','383','Inclusive','branch','18','','',''),('416307672192403233',3785,'41630767203','2','1.00','550','retail','0','2021-09-04 17:53:40','','','','530','Cash',75.86,'550','','','4','','1','2021-09-04 14:53:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','383.00','382','Inclusive','branch','18','','',''),('416307675712012000',3786,'41630767231','284','2.00','1600','retail','0','2021-09-04 18:01:20','','','','630','Cash',220.69,'800','','','4','','1','2021-09-04 15:01:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','69.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416307676242236224',3787,'41630767231','274','1.00','450','retail','0','2021-09-04 18:01:20','','','','150 ','Cash',62.07,'450','','','4','','1','2021-09-04 15:01:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416307676792612233',3788,'41630767231','300','1.00','250','retail','0','2021-09-04 18:01:20','','','','150 ','Cash',34.48,'250','','','4','','1','2021-09-04 15:01:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416307677303322123',3789,'41630767695','221','1.00','14000','retail','0','2021-09-04 18:03:40','','','','14000','Cash',1931.03,'14000','','','4','','1','2021-09-04 15:03:58','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416309389022221033',3790,'41630938774','2','2.00','1100','retail','0','2021-09-06 17:35:21','','','','530','Cash',151.72,'550','','','4','','1','2021-09-06 14:35:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','382.00','380','Inclusive','branch','18','','',''),('416309389644343334',3791,'41630938948','53','2.00','1300','retail','0','2021-09-06 17:38:59','','','','560','Cash',179.31,'650','','','4','','1','2021-09-06 14:39:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','28.50','26.5','Inclusive','branch','Inventory','','',''),('416309389933020330',3792,'41630938948','109','15.00','19350','retail','0','2021-09-06 17:38:59','','','','1180','Cash',2668.97,'1290','','','4','','1','2021-09-06 14:39:04','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1112.07','','26.00','11','Inclusive','branch','Inventory','','',''),('416309390988432329',3793,'41630938948','320','1.00','200','retail','0','2021-09-06 17:38:59','','','','120','Cash',27.59,'200','','','4','','1','2021-09-06 14:39:04','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416309391640423392',3794,'41630939145','265','1.00','3500','retail','0','2021-09-06 17:40:12','','','','3050','Cash',482.76,'3500','','','4','','1','2021-09-06 14:40:16','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416309391813033333',3795,'41630939145','163','1.00','200','retail','0','2021-09-06 17:40:12','','','','130','Cash',27.59,'200','','','4','','1','2021-09-06 14:40:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','69.50','68.5','Inclusive','branch','Inventory','','',''),('416309392332109322',3796,'41630939217','2','20.00','11000','retail','0','2021-09-06 17:40:54','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-06 14:40:59','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','380.00','360','Inclusive','branch','18','','',''),('416309392892004023',3797,'41630939259','62','2.00','300','retail','0','2021-09-06 17:45:41','','','','105','Cash',41.38,'150','','','4','','1','2021-09-06 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','307.50','305.5','Inclusive','branch','Inventory','','',''),('416309392982369909',3798,'41630939259','63','2.00','300','retail','0','2021-09-06 17:45:41','','','','105','Cash',41.38,'150','','','4','','1','2021-09-06 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','196.75','194.75','Inclusive','branch','Inventory','','',''),('416309393090202903',3799,'41630939259','163','2.00','400','retail','0','2021-09-06 17:45:41','','','','130','Cash',55.17,'200','','','4','','1','2021-09-06 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','68.50','66.5','Inclusive','branch','Inventory','','',''),('416309396479960413',3800,'41630939620','163','6.00','1200','retail','0','2021-09-06 17:48:48','','','','130','Cash',165.52,'200','','','4','','1','2021-09-06 14:49:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','66.50','60.5','Inclusive','branch','Inventory','','',''),('416309396852300313',3801,'41630939620','63','0.50','100','retail','0','2021-09-06 17:48:48','','','','105','Cash',13.79,'200','','','4','','1','2021-09-06 14:49:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','194.75','194.25','Inclusive','branch','Inventory','','',''),('416309397933390733',3802,'41630939741','321','25.00','3000','retail','0','2021-09-06 17:51:24','','','','80','Cash',413.79,'120','','','4','','1','2021-09-06 14:51:34','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','19.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416309399043233332',3803,'41630939894','232','1.00','200','retail','0','2021-09-06 17:51:55','','','','2','Cash',27.59,'200','','','4','','1','2021-09-06 14:52:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.50','10.5','Inclusive','branch','Inventory','1110','4000','5500'),('416309399802000036',3804,'41630939949','2','20.00','10800','retail','0','2021-09-06 17:53:25','','','','530','Cash',1489.66,'540','','','4','','1','2021-09-06 14:53:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','465.52','','360.00','340','Inclusive','branch','18','','',''),('416309400780036800',3805,'41630940058','20','5.00','4600','retail','0','2021-09-06 17:55:24','','','','642','Cash',634.48,'920','','','4','','1','2021-09-06 14:55:30','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','793.10','','79.00','74','Inclusive','branch','Inventory','','',''),('416309401762334274',3806,'41630940130','322','1.00','200','retail','0','2021-09-06 17:56:36','','','','120','Cash',27.59,'200','','','4','','1','2021-09-06 14:56:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416309402244403323',3807,'41630940201','14','8.00','8400','retail','0','2021-09-06 17:57:31','','','','1065','Cash',1158.62,'1050','','','4','','1','2021-09-06 14:57:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','273.00','265','Inclusive','branch','Inventory','','',''),('416309402790400333',3808,'41630940267','320','1.00','200','retail','0','2021-09-06 17:58:00','','','','120','Cash',27.59,'200','','','4','','1','2021-09-06 14:58:08','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('416309403164290902',3809,'41630940289','271','1.00','100','retail','0','2021-09-06 17:58:59','','','','50','Cash',13.79,'100','','','4','','1','2021-09-06 14:59:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416309403364200220',3810,'41630940289','285','1.00','300','retail','0','2021-09-06 17:58:59','','','','180','Cash',41.38,'300','','','4','','1','2021-09-06 14:59:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','42.25','41.25','Inclusive','branch','Inventory','1110','4000','5500'),('416309403633222433',3811,'41630940347','2','5.00','2750','retail','0','2021-09-06 18:00:31','','','','530','Cash',379.31,'550','','','4','','1','2021-09-06 15:00:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','340.00','335','Inclusive','branch','18','','',''),('416309403810208323',3812,'41630940347','247','1.00','300','retail','0','2021-09-06 18:00:31','','','','190','Cash',41.38,'300','','','4','','1','2021-09-06 15:00:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416309403973402020',3813,'41630940347','284','1.00','850','retail','0','2021-09-06 18:00:31','','','','630','Cash',117.24,'850','','','4','','1','2021-09-06 15:00:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416309404566222322',3814,'41630940437','14','3.00','3300','retail','0','2021-09-06 18:01:24','','','','1065','Cash',455.17,'1100','','','4','','1','2021-09-06 15:01:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','265.00','262','Inclusive','branch','Inventory','','',''),('416309405093349023',3815,'41630940489','8','11.00','5500','retail','0','2021-09-06 18:10:26','','','','330','Cash',758.62,'500','','','4','','1','2021-09-06 15:10:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','57.00','46','Inclusive','branch','Inventory','','',''),('416309405243013133',3816,'41630940489','19','21.00','17850','retail','0','2021-09-06 18:10:26','','','','725','Cash',2462.07,'850','','','4','','1','2021-09-06 15:10:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','100.00','79','Inclusive','branch','Inventory','','',''),('416309405363503200',3817,'41630940489','14','8.00','8800','retail','0','2021-09-06 18:10:26','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-09-06 15:10:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','262.00','254','Inclusive','branch','Inventory','','',''),('416309405512002403',3818,'41630940489','62','6.00','900','retail','0','2021-09-06 18:10:26','','','','105','Cash',124.14,'150','','','4','','1','2021-09-06 15:10:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','305.50','299.5','Inclusive','branch','Inventory','','',''),('416309405640309234',3819,'41630940489','63','5.00','750','retail','0','2021-09-06 18:10:26','','','','105','Cash',103.45,'150','','','4','','1','2021-09-06 15:10:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','194.25','189.25','Inclusive','branch','Inventory','','',''),('416309405753392203',3820,'41630940489','66','7.00','1400','retail','0','2021-09-06 18:10:26','','','','150.00','Cash',193.10,'200','','','4','','1','2021-09-06 15:10:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','133.50','126.5','Inclusive','branch','Inventory','','',''),('416309405875323323',3821,'41630940489','15','2.00','1500','retail','0','2021-09-06 18:10:26','','','','640','Cash',206.90,'750','','','4','','1','2021-09-06 15:10:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','69.00','67','Inclusive','branch','Inventory','','',''),('416309406003302044',3822,'41630940489','2','3.00','1800','retail','0','2021-09-06 18:10:26','','','','530','Cash',248.28,'600','','','4','','1','2021-09-06 15:10:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','335.00','332','Inclusive','branch','18','','',''),('416309410902032400',3823,'41630941037','284','6.00','7650','retail','0','2021-09-06 18:16:21','','','','630','Cash',1055.17,'1275','','','4','','1','2021-09-06 15:16:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1099.14','','66.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('416309411352313401',3824,'41630941037','146','2.00','1600','retail','0','2021-09-06 18:16:21','','','','420','Cash',220.69,'800','','','4','','1','2021-09-06 15:16:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','7.00','5','Inclusive','branch','Inventory','','',''),('416309412002022302',3825,'41630941037','232','1.00','1000','retail','0','2021-09-06 18:16:21','','','','2','Cash',137.93,'1000','','','4','','1','2021-09-06 15:16:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','10.50','9.5','Inclusive','branch','Inventory','1110','4000','5500'),('416309412882323008',3826,'41630941037','271','1.00','100','retail','0','2021-09-06 18:16:21','','','','50','Cash',13.79,'100','','','4','','1','2021-09-06 15:16:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416309412980209232',3827,'41630941037','270','1.00','150','retail','0','2021-09-06 18:16:21','','','','60','Cash',20.69,'150','','','4','','1','2021-09-06 15:16:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416309414216423323',3828,'41630941386','220','4.00','13800','retail','0','2021-09-06 18:17:26','','','','3050','Cash',1903.45,'3450','','','4','','1','2021-09-06 15:17:40','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','2974.14','','13.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416309414753626041',3829,'41630941460','163','2.00','400','retail','0','2021-09-06 18:18:14','','','','130','Cash',55.17,'200','','','4','','1','2021-09-06 15:18:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','60.50','58.5','Inclusive','branch','Inventory','','',''),('416309415460043303',3830,'41630941502','243','1.00','1800','retail','0','2021-09-06 18:19:25','','','','50','Cash',248.28,'1800','','','4','','1','2021-09-06 15:19:30','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416309416926212009',3831,'41630941570','163','0.50','100','retail','0','2021-09-06 18:27:37','','','','130','Cash',13.79,'200','','','4','','1','2021-09-06 15:27:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','58.50','58','Inclusive','branch','Inventory','','',''),('416309420333403322',3832,'41630941570','19','3.00','2550','retail','0','2021-09-06 18:27:37','','','','725','Cash',351.72,'850','','','4','','1','2021-09-06 15:27:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','79.00','76','Inclusive','branch','Inventory','','',''),('416309420842224333',3833,'41630942062','61','6.00','900','retail','0','2021-09-06 18:31:23','','','','105','Cash',124.14,'150','','','4','','1','2021-09-06 15:31:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','120.50','114.5','Inclusive','branch','Inventory','','',''),('416309420972007233',3834,'41630942062','66','1.50','300','retail','0','2021-09-06 18:31:23','','','','150.00','Cash',41.38,'200','','','4','','1','2021-09-06 15:31:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','126.50','125','Inclusive','branch','Inventory','','',''),('416309421130320923',3835,'41630942062','63','4.00','600','retail','0','2021-09-06 18:31:23','','','','105','Cash',82.76,'150','','','4','','1','2021-09-06 15:31:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','189.25','185.25','Inclusive','branch','Inventory','','',''),('416309421272360234',3836,'41630942062','62','1.00','200','retail','0','2021-09-06 18:31:23','','','','105','Cash',27.59,'200','','','4','','1','2021-09-06 15:31:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','299.50','298.5','Inclusive','branch','Inventory','','',''),('416310229050200022',3837,'41631022689','165','2.00','400','retail','0','2021-09-07 16:55:26','','','','130','Cash',55.17,'200','','','4','','1','2021-09-07 13:55:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.50','12.5','Inclusive','branch','Inventory','','',''),('416310229626460031',3838,'41631022931','2','7.00','3780','retail','0','2021-09-07 16:57:58','','','','530','Cash',521.38,'540','','','4','','1','2021-09-07 13:58:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','465.52','','332.00','325','Inclusive','branch','18','','',''),('416310231182323082',3839,'41631023083','19','4.00','3600','retail','0','2021-09-07 16:59:12','','','','725','Cash',496.55,'900','','','4','','1','2021-09-07 13:59:21','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','76.00','72','Inclusive','branch','Inventory','','',''),('416310253810123800',3840,'41631025138','131','13.00','10400','retail','0','2021-09-07 17:39:03','','','','500','Cash',1434.48,'800','','','4','','1','2021-09-07 14:39:10','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','13.00','0','Inclusive','branch','Inventory','','',''),('416310255833240320',3841,'41631025552','8','1.00','600','retail','0','2021-09-07 17:39:59','','','','330','Cash',82.76,'600','','','4','','1','2021-09-07 14:40:04','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','46.00','45','Inclusive','branch','Inventory','','',''),('416310256262231302',3842,'41631025605','19','8.00','6800','retail','0','2021-09-07 09:12:27','','','','725','Cash',937.93,'850','','','4','','1','2021-09-08 06:12:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','72.00','64','Inclusive','branch','Inventory','','',''),('416310815902043092',3843,'41631081564','14','12.00','12960','retail','0','2021-09-07 09:16:03','','','','1065','Cash',1787.59,'1080','','','4','','1','2021-09-08 06:16:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','254.00','242','Inclusive','branch','Inventory','','',''),('416310818222120314',3844,'41631081790','292','1.00','3500','retail','0','2021-09-07 09:17:29','','','','2500','Cash',482.76,'3500','','','4','','1','2021-09-08 06:17:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416310820552203223',3845,'41631082033','232','1.00','200','retail','0','2021-09-07 09:21:41','','','','2','Cash',27.59,'200','','','4','','1','2021-09-08 06:22:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.50','8.5','Inclusive','branch','Inventory','1110','4000','5500'),('416310821570222232',3846,'41631082146','248','1.00','150','retail','0','2021-09-07 09:22:38','','','','40','Cash',20.69,'150','','','4','','1','2021-09-08 06:22:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416310821892224220',3847,'41631082173','284','1.00','850','retail','0','2021-09-07 09:23:09','','','','630','Cash',117.24,'850','','','4','','1','2021-09-08 06:23:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500'),('416310822554032201',3848,'41631082208','20','2.00','1900','retail','0','2021-09-07 09:24:40','','','','642','Cash',262.07,'950','','','4','','1','2021-09-08 06:24:59','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','74.00','72','Inclusive','branch','Inventory','','',''),('416310823228423323',3849,'41631082299','109','20.00','25800','retail','0','2021-09-07 09:48:04','','','','1180','Cash',3558.62,'1290','','','4','','1','2021-09-08 06:48:28','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1112.07','','41.00','21','Inclusive','branch','Inventory','','',''),('416310823382330338',3850,'41631082299','54','4.00','3000','retail','0','2021-09-07 09:48:04','','','','700','Cash',413.79,'750','','','4','','1','2021-09-08 06:48:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','46.50','42.5','Inclusive','branch','Inventory','','',''),('416310823542603333',3851,'41631082299','148','1.50','5400','retail','0','2021-09-07 09:48:04','','','','3200','Cash',744.83,'3600','','','4','','1','2021-09-08 06:48:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','7.50','6','Inclusive','branch','Inventory','','',''),('416310823884308222',3852,'41631082299','270','1.00','200','retail','0','2021-09-07 09:48:04','','','','60','Cash',27.59,'200','','','4','','1','2021-09-08 06:48:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416310837456242335',3853,'41631083709','2','3.00','1650','retail','0','2021-09-07 09:51:26','','','','530','Cash',227.59,'550','','','4','','1','2021-09-08 06:51:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','325.00','322','Inclusive','branch','18','','',''),('416310838183400832',3854,'41631083709','254','1.00','200','retail','0','2021-09-07 09:51:26','','','','80','Cash',27.59,'200','','','4','','1','2021-09-08 06:51:51','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','393.00','392','Inclusive','branch','Inventory','1110','4000','5500'),('416310838603031310',3855,'41631083709','285','1.00','250','retail','0','2021-09-07 09:51:26','','','','180','Cash',34.48,'250','','','4','','1','2021-09-08 06:51:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','41.25','40.25','Inclusive','branch','Inventory','1110','4000','5500'),('416310842444231233',3856,'41631083913','2','3.00','1650','retail','0','2021-09-08 09:59:22','','','','530','Cash',227.59,'550','','','4','','1','2021-09-08 06:59:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','322.00','319','Inclusive','branch','18','','',''),('416310842672424327',3857,'41631083913','272','1.00','200','retail','0','2021-09-08 09:59:22','','','','33','Cash',27.59,'200','','','4','','1','2021-09-08 06:59:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416310845735223313',3858,'41631084518','2','3.00','1650','retail','0','2021-09-07 10:10:23','','','','530','Cash',227.59,'550','','','4','','1','2021-09-08 07:10:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','319.00','316','Inclusive','branch','18','','',''),('416310849880480293',3859,'41631084518','270','1.00','200','retail','0','2021-09-07 10:10:23','','','','60','Cash',27.59,'200','','','4','','1','2021-09-08 07:10:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416310850696839330',3860,'41631085036','245','1.00','1800','retail','0','2021-09-07 10:11:53','','','','1300','Cash',248.28,'1800','','','4','','1','2021-09-08 07:12:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416310852460823222',3861,'41631085182','73','5.00','4500','retail','0','2021-09-07 10:15:18','','','','820','Cash',620.69,'900','','','4','','1','2021-09-08 07:15:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','111.00','106','Inclusive','branch','Inventory','','',''),('416310854512324023',3862,'41631085349','62','2.00','300','retail','0','2021-09-08 10:25:05','','','','105','Cash',41.38,'150','','','4','','1','2021-09-08 07:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','298.50','296.5','Inclusive','branch','Inventory','','',''),('416310856143364261',3863,'41631085349','63','0.50','100','retail','0','2021-09-08 10:25:05','','','','105','Cash',13.79,'200','','','4','','1','2021-09-08 07:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','185.25','184.75','Inclusive','branch','Inventory','','',''),('416310857516332533',3864,'41631085349','66','1.00','200','retail','0','2021-09-08 10:25:05','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-08 07:25:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','125.00','124','Inclusive','branch','Inventory','','',''),('416310997131331620',3865,'41631099689','62','2.00','300','retail','0','2021-09-07 14:21:04','','','','105','Cash',41.38,'150','','','4','','1','2021-09-08 11:21:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','296.50','294.5','Inclusive','branch','Inventory','','',''),('416310997902492349',3866,'41631099689','60','0.50','100','retail','0','2021-09-07 14:21:04','','','','105','Cash',13.79,'200','','','4','','1','2021-09-08 11:21:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','14.5','Inclusive','branch','Inventory','','',''),('416311000083014032',3867,'41631099689','66','1.00','200','retail','0','2021-09-07 14:21:04','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-08 11:21:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','124.00','123','Inclusive','branch','Inventory','','',''),('416311017770220243',3868,'41631100104','299','50.00','1250','retail','0','2021-09-08 14:50:39','','','','15','Cash',172.41,'25','','','4','','1','2021-09-08 11:51:14','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','144.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('416311019043232422',3869,'41631101878','62','3.00','450','retail','0','2021-09-08 14:52:34','','','','105','Cash',62.07,'150','','','4','','1','2021-09-08 11:53:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','294.50','291.5','Inclusive','branch','Inventory','','',''),('416311020702072213',3870,'41631102030','167','1.00','3700','retail','0','2021-09-08 14:55:33','','','','2600','Cash',510.34,'3700','','','4','','1','2021-09-08 11:55:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','5.00','4','Inclusive','branch','Inventory','','',''),('416311021752354622',3871,'41631102141','58','2.00','400','retail','0','2021-09-08 14:56:46','','','','130','Cash',55.17,'200','','','4','','1','2021-09-08 11:56:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.00','28','Inclusive','branch','Inventory','','',''),('416311022372320312',3872,'41631102217','174','5.00','500','retail','0','2021-09-08 14:57:56','','','','120','Cash',68.97,'100','','','4','','1','2021-09-08 11:58:31','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','86.21','','10.00','5','Inclusive','branch','Inventory','','',''),('416311044883230012',3873,'41631102312','232','1.00','2000','retail','0','2021-09-08 15:35:04','','','','2','Cash',275.86,'2000','','','4','','1','2021-09-08 12:35:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','8.50','7.5','Inclusive','branch','Inventory','1110','4000','5500'),('416311045513022113',3874,'41631104539','232','1.00','2000','retail','0','2021-09-08 15:36:06','','','','2','Cash',275.86,'2000','','','4','','1','2021-09-08 12:38:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','7.50','6.5','Inclusive','branch','Inventory','1110','4000','5500'),('416311047073206041',3875,'41631104690','2','80.00','43200','retail','0','2021-09-08 15:46:41','','','','530','Cash',5958.62,'540','','','4','','1','2021-09-08 12:46:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','465.52','','316.00','236','Inclusive','branch','18','','',''),('416311047753333312',3876,'41631104690','4','12.00','9600','retail','0','2021-09-08 15:46:41','','','','730','Cash',1324.14,'800','','','4','','1','2021-09-08 12:46:52','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','132.00','120','Inclusive','branch','Inventory','','',''),('416311048052231120',3877,'41631104690','132','0.50','600','retail','0','2021-09-08 15:46:41','','','','1000','Cash',82.76,'1200','','','4','','1','2021-09-08 12:46:52','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','5.50','5','Inclusive','branch','Inventory','','',''),('416311048622302206',3878,'41631104690','62','4.00','600','retail','0','2021-09-08 15:46:41','','','','105','Cash',82.76,'150','','','4','','1','2021-09-08 12:46:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','291.50','287.5','Inclusive','branch','Inventory','','',''),('416311048943328410',3879,'41631104690','60','2.00','300','retail','0','2021-09-08 15:46:41','','','','105','Cash',41.38,'150','','','4','','1','2021-09-08 12:46:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','14.50','12.5','Inclusive','branch','Inventory','','',''),('416311049069129223',3880,'41631104690','63','4.00','600','retail','0','2021-09-08 15:46:41','','','','105','Cash',82.76,'150','','','4','','1','2021-09-08 12:46:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','184.75','180.75','Inclusive','branch','Inventory','','',''),('416311049163023026',3881,'41631104690','232','1.00','100','retail','0','2021-09-08 15:46:41','','','','2','Cash',13.79,'100','','','4','','1','2021-09-08 12:46:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','6.50','5.5','Inclusive','branch','Inventory','1110','4000','5500'),('416311052333322331',3882,'41631105212','305','1.00','18000','retail','0','2021-09-08 15:47:43','','','','16000','Cash',2482.76,'18000','','','4','','1','2021-09-08 12:47:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','15517.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416311052882124112',3883,'41631105268','232','1.00','600','retail','0','2021-09-08 15:48:31','','','','2','Cash',82.76,'600','','','4','','1','2021-09-08 12:49:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','5.50','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('416311053999332122',3884,'41631105369','2','10.00','5500','retail','0','2021-09-08 15:50:31','','','','530','Cash',758.62,'550','','','4','','1','2021-09-08 12:50:46','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','236.00','226','Inclusive','branch','18','','',''),('416311054644332144',3885,'41631105447','58','0.50','100','retail','0','2021-09-08 15:51:25','','','','130','Cash',13.79,'200','','','4','','1','2021-09-08 12:52:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.00','27.5','Inclusive','branch','Inventory','','',''),('416311061752304323',3886,'41631105557','259','1.00','250','retail','0','2021-09-08 16:03:19','','','','150 ','Cash',34.48,'250','','','4','','1','2021-09-08 13:03:25','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('416311096760302631',3887,'41631109657','118','13.00','16900','retail','0','2021-09-08 17:02:39','','','','1180','Cash',2331.03,'1300','','','4','','1','2021-09-08 14:02:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','13.00','0','Inclusive','branch','Inventory','','',''),('416311097363330032',3888,'41631109657','109','2.00','2600','retail','0','2021-09-08 17:02:39','','','','1180','Cash',358.62,'1300','','','4','','1','2021-09-08 14:02:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','21.00','19','Inclusive','branch','Inventory','','',''),('416311098000220232',3889,'41631109766','62','1.50','249.99','retail','0','2021-09-08 17:04:34','','','','105','Cash',34.48,'166.66','','','4','','1','2021-09-08 14:04:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','287.50','286','Inclusive','branch','Inventory','','',''),('416311099221223032',3890,'41631109879','19','2.00','1700','retail','0','2021-09-08 17:05:43','','','','725','Cash',234.48,'850','','','4','','1','2021-09-08 14:06:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','64.00','62','Inclusive','branch','Inventory','','',''),('416311100000433323',3891,'41631109968','155','1.00','4500','retail','0','2021-09-08 17:08:05','','','','3800','Cash',620.69,'4500','','','4','','1','2021-09-08 14:08:11','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','','',''),('416311100100133132',3892,'41631109968','60','2.00','320','retail','0','2021-09-08 17:08:05','','','','105','Cash',44.14,'160','','','4','','1','2021-09-08 14:08:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','12.50','10.5','Inclusive','branch','Inventory','','',''),('416311100302202321',3893,'41631109968','62','1.00','180','retail','0','2021-09-08 17:08:05','','','','105','Cash',24.83,'180','','','4','','1','2021-09-08 14:08:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','286.00','285','Inclusive','branch','Inventory','','',''),('416311106412001244',3894,'41631110310','8','1.00','450','retail','0','2021-09-08 17:23:37','','','','330','Cash',62.07,'450','','','4','','1','2021-09-08 14:24:11','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','45.00','44','Inclusive','branch','Inventory','','',''),('416311111484321223',3895,'41631111052','20','4.00','3750','retail','0','2021-09-08 17:27:33','','','','642','Cash',517.24,'937.5','','','4','','1','2021-09-08 14:27:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','808.19','','72.00','68','Inclusive','branch','Inventory','','',''),('416311112081232001',3896,'41631111052','66','0.50','100','retail','0','2021-09-08 17:27:33','','','','150.00','Cash',13.79,'200','','','4','','1','2021-09-08 14:27:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','123.00','122.5','Inclusive','branch','Inventory','','',''),('416311112866020883',3897,'41631111264','264','1.00','4500','retail','0','2021-09-08 17:28:27','','','','3850','Cash',620.69,'4500','','','4','','1','2021-09-08 14:28:36','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416311982119222133',3898,'41631198145','97','22.00','17600','retail','0','2021-09-09 17:37:28','','','','720','Cash',2427.59,'800','','','4','','1','2021-09-09 14:37:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','54.00','32','Inclusive','branch','Inventory','','',''),('416311982722032631',3899,'41631198259','2','10.00','5500','retail','0','2021-09-09 17:39:12','','','','530','Cash',758.62,'550','','','4','','1','2021-09-09 14:39:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','226.00','216','Inclusive','branch','18','','',''),('416311982958352062',3900,'41631198259','53','2.00','1300','retail','0','2021-09-09 17:39:12','','','','560','Cash',179.31,'650','','','4','','1','2021-09-09 14:39:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','26.50','24.5','Inclusive','branch','Inventory','','',''),('416311983043000422',3901,'41631198259','54','2.00','1600','retail','0','2021-09-09 17:39:12','','','','700','Cash',220.69,'800','','','4','','1','2021-09-09 14:39:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','42.50','40.5','Inclusive','branch','Inventory','','',''),('416311983842082833',3902,'41631198367','58','1.00','200','retail','0','2021-09-09 17:39:45','','','','130','Cash',27.59,'200','','','4','','1','2021-09-09 14:39:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.50','26.5','Inclusive','branch','Inventory','','',''),('416311984793103470',3903,'41631198392','13','3.00','2700','retail','0','2021-09-09 17:42:14','','','','890','Cash',372.41,'900','','','4','','1','2021-09-09 14:42:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','20.00','17','Inclusive','branch','Inventory','','',''),('416311986032283123',3904,'41631198539','220','1.00','3500','retail','0','2021-09-09 17:43:45','','','','3050','Cash',482.76,'3500','','','4','','1','2021-09-09 14:43:55','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416311986679032388',3905,'41631198636','19','1.00','850','retail','0','2021-09-09 17:45:05','','','','725','Cash',117.24,'850','','','4','','1','2021-09-09 14:45:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','62.00','61','Inclusive','branch','Inventory','','',''),('416311988333223030',3906,'41631198725','14','10.00','10700','retail','0','2021-09-09 17:33:13','','','','1065','Cash',1475.86,'1070','','','4','','1','2021-09-10 14:34:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','922.41','','242.00','232','Inclusive','branch','Inventory','','',''),('416312845472263340',3907,'41631284517','14','4.00','4200','retail','0','2021-09-09 17:36:43','','','','1065','Cash',579.31,'1050','','','4','','1','2021-09-10 14:37:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','232.00','228','Inclusive','branch','Inventory','','',''),('416312847554322243',3908,'41631284665','138','1.00','2400','retail','0','2021-09-09 17:41:17','','','','2100','Cash',331.03,'2400','','','4','','1','2021-09-10 14:41:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','4.00','3','Inclusive','branch','Inventory','','',''),('416312847874222343',3909,'41631284665','163','1.00','200','retail','0','2021-09-09 17:41:17','','','','130','Cash',27.59,'200','','','4','','1','2021-09-10 14:41:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','58.00','57','Inclusive','branch','Inventory','','',''),('416312849406032932',3910,'41631284916','264','2.00','8800','retail','0','2021-09-09 17:43:10','','','','3850','Cash',1213.79,'4400','','','4','','1','2021-09-10 14:43:22','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416312850820320314',3911,'41631285013','163','5.00','1000','retail','0','2021-09-09 17:45:19','','','','130','Cash',137.93,'200','','','4','','1','2021-09-10 14:45:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','57.00','52','Inclusive','branch','Inventory','','',''),('416312852828441832',3912,'41631285146','60','0.50','100','retail','0','2021-09-09 17:49:01','','','','105','Cash',13.79,'200','','','4','','1','2021-09-10 14:55:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.50','10','Inclusive','branch','Inventory','','',''),('416312858182802220',3913,'41631285725','232','1.00','400','retail','0','2021-09-09 17:57:26','','','','2','Cash',55.17,'400','','','4','','1','2021-09-10 14:57:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','4.50','3.5','Inclusive','branch','Inventory','1110','4000','5500'),('416312859130422230',3914,'41631285867','264','1.00','4400','retail','0','2021-09-09 17:59:06','','','','3850','Cash',606.90,'4400','','','4','','1','2021-09-10 14:59:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416312861853163223',3915,'41631286152','163','2.00','400','retail','0','2021-09-09 18:03:25','','','','130','Cash',55.17,'200','','','4','','1','2021-09-10 15:03:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','52.00','50','Inclusive','branch','Inventory','','',''),('416312862290283323',3916,'41631286220','284','1.00','800','retail','0','2021-09-09 18:04:11','','','','630','Cash',110.34,'800','','','4','','1','2021-09-10 15:04:28','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','59.00','58','Inclusive','branch','Inventory','1110','4000','5500'),('416313383314033223',3917,'41631338293','2','10.00','5500','retail','0','2021-09-10 08:32:36','','','','530','Cash',758.62,'550','','','4','','1','2021-09-11 05:33:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','216.00','206','Inclusive','branch','18','','',''),('416313384163634330',3918,'41631338396','163','1.00','200','retail','0','2021-09-10 08:36:35','','','','130','Cash',27.59,'200','','','4','','1','2021-09-11 05:36:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','50.00','49','Inclusive','branch','Inventory','','',''),('416313384300204303',3919,'41631338396','61','0.50','100','retail','0','2021-09-10 08:36:35','','','','105','Cash',13.79,'200','','','4','','1','2021-09-11 05:36:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','114.50','114','Inclusive','branch','Inventory','','',''),('416313384423426014',3920,'41631338396','62','1.00','150','retail','0','2021-09-10 08:36:35','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 05:36:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','285.00','284','Inclusive','branch','Inventory','','',''),('416313386262346164',3921,'41631338612','285','1.00','300','retail','0','2021-09-10 08:37:07','','','','180','Cash',41.38,'300','','','4','','1','2021-09-11 05:37:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','40.25','39.25','Inclusive','branch','Inventory','1110','4000','5500'),('416313386863320068',3922,'41631338644','277','2.00','400','retail','0','2021-09-10 10:44:35','','','','65','Cash',55.17,'200','','','4','','1','2021-09-11 07:45:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416313387042320103',3923,'41631338644','278','4.00','300','retail','0','2021-09-10 10:44:35','','','','45','Cash',41.38,'75','','','4','','1','2021-09-11 07:45:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','20.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416313463523106421',3924,'41631346316','2','50.00','27500','retail','0','2021-09-11 11:14:33','','','','530','Cash',3793.10,'550','','','4','','1','2021-09-11 08:14:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','206.00','156','Inclusive','branch','18','','',''),('416313479547733233',3925,'41631346316','104','10.00','7500','retail','0','2021-09-11 11:14:33','','','','150','Cash',1034.48,'750','','','4','','1','2021-09-11 08:14:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','10.00','0','Inclusive','branch','Inventory','','',''),('416313481353333033',3926,'41631348084','2','50.00','27500','retail','0','2021-09-10 11:23:20','','','','530','Cash',3793.10,'550','','','4','','1','2021-09-11 08:24:05','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','636.00','586','Inclusive','branch','18','','',''),('416313485362236820',3927,'41631348084','104','10.00','7500','retail','0','2021-09-10 11:23:20','','','','150','Cash',1034.48,'750','','','4','','1','2021-09-11 08:24:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','10.00','0','Inclusive','branch','Inventory','','',''),('416313503946331240',3928,'41631350370','138','1.00','2500','retail','0','2021-09-10 11:53:39','','','','2100','Cash',344.83,'2500','','','4','','1','2021-09-11 08:53:59','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','3.00','2','Inclusive','branch','Inventory','','',''),('416313504773565002',3929,'41631350440','141','2.00','8000','retail','0','2021-09-10 11:59:58','','','','3360','Cash',1103.45,'4000','','','4','','1','2021-09-11 09:00:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','9.00','7','Inclusive','branch','Inventory','','',''),('416313505030002223',3930,'41631350440','60','1.00','150','retail','0','2021-09-10 11:59:58','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','9','Inclusive','branch','Inventory','','',''),('416313505120303144',3931,'41631350440','62','1.00','150','retail','0','2021-09-10 11:59:58','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','284.00','283','Inclusive','branch','Inventory','','',''),('416313505280123023',3932,'41631350440','63','0.50','100','retail','0','2021-09-10 11:59:58','','','','105','Cash',13.79,'200','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','180.75','180.25','Inclusive','branch','Inventory','','',''),('416313505401230010',3933,'41631350440','163','1.00','200','retail','0','2021-09-10 11:59:58','','','','130','Cash',27.59,'200','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','49.00','48','Inclusive','branch','Inventory','','',''),('416313505522652055',3934,'41631350440','66','1.00','200','retail','0','2021-09-10 11:59:58','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','122.50','121.5','Inclusive','branch','Inventory','','',''),('416313505674623412',3935,'41631350440','165','1.00','200','retail','0','2021-09-10 11:59:58','','','','130','Cash',27.59,'200','','','4','','1','2021-09-11 09:00:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','12.50','11.5','Inclusive','branch','Inventory','','',''),('416313510192131239',3936,'41631350817','232','1.00','1000','retail','0','2021-09-10 12:05:35','','','','2','Cash',137.93,'1000','','','4','','1','2021-09-11 09:05:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','3.50','2.5','Inclusive','branch','Inventory','1110','4000','5500'),('416313510753230125',3937,'41631350817','284','3.00','2550','retail','0','2021-09-10 12:05:35','','','','630','Cash',351.72,'850','','','4','','1','2021-09-11 09:05:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','78.00','75','Inclusive','branch','Inventory','1110','4000','5500'),('416313511959230323',3938,'41631351153','14','20.00','21000','retail','0','2021-09-10 12:07:12','','','','1065','Cash',2896.55,'1050','','','4','','1','2021-09-11 09:07:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','228.00','208','Inclusive','branch','Inventory','','',''),('416313513443533332',3939,'41631351322','14','2.00','2100','retail','0','2021-09-10 12:09:40','','','','1065','Cash',289.66,'1050','','','4','','1','2021-09-11 09:09:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','208.00','206','Inclusive','branch','Inventory','','',''),('416313514422223302',3940,'41631351399','8','7.00','3220','retail','0','2021-09-10 12:11:26','','','','330','Cash',444.14,'460','','','4','','1','2021-09-11 09:11:44','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','396.55','','44.00','37','Inclusive','branch','Inventory','','',''),('416313599762332034',3941,'41631359928','72','50.00','65000','retail','0','2021-09-11 14:45:20','','','','1230','Cash',8965.52,'1300','','','4','','1','2021-09-11 11:45:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','73.00','23','Inclusive','branch','Inventory','','',''),('416313600534022111',3942,'41631359928','83','25.00','28750','retail','0','2021-09-11 14:45:20','','','','1025','Cash',3965.52,'1150','','','4','','1','2021-09-11 11:45:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','81.00','56','Inclusive','branch','Inventory','','',''),('416313601002411001',3943,'41631359928','82','10.00','9500','retail','0','2021-09-11 14:45:20','','','','820','Cash',1310.34,'950','','','4','','1','2021-09-11 11:45:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','37.00','27','Inclusive','branch','Inventory','','',''),('416313601571303325',3944,'41631359928','50','23.00','10350','retail','0','2021-09-11 14:45:20','','','','310','Cash',1427.59,'450','','','4','','1','2021-09-11 11:45:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','23.00','0','Inclusive','branch','Inventory','','',''),('416313602593213230',3945,'41631359928','47','22.00','9900','retail','0','2021-09-11 14:45:20','','','','310','Cash',1365.52,'450','','','4','','1','2021-09-11 11:45:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','25.00','3','Inclusive','branch','Inventory','','',''),('416313603072323607',3946,'41631359928','248','15.00','1899.9','retail','0','2021-09-11 14:45:20','','','','40','Cash',262.06,'126.66','','','4','','1','2021-09-11 11:45:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','109.19','','48.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416313603572503333',3947,'41631359928','43','12.00','4500','retail','0','2021-09-11 14:45:20','','','','275','Cash',620.69,'375','','','4','','1','2021-09-11 11:45:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','323.28','','13.00','1','Inclusive','branch','Inventory','','',''),('416313604272023001',3948,'41631359928','66','18.00','3600','retail','0','2021-09-11 14:45:20','','','','150.00','Cash',496.55,'200','','','4','','1','2021-09-11 11:45:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','121.50','103.5','Inclusive','branch','Inventory','','',''),('416313607587217222',3949,'41631360726','61','1.00','150','retail','0','2021-09-11 14:46:18','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 11:46:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','114.00','113','Inclusive','branch','Inventory','','',''),('416313608050131632',3950,'41631360783','20','3.00','2850','retail','0','2021-09-11 14:47:16','','','','642','Cash',393.10,'950','','','4','','1','2021-09-11 11:47:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','68.00','65','Inclusive','branch','Inventory','','',''),('416313609466033426',3951,'41631360844','301','10.00','2500','retail','0','2021-09-11 14:50:29','','','','120','Cash',344.83,'250','','','4','','1','2021-09-11 11:51:13','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','10.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416313609743342032',3952,'41631360844','232','1.00','600','retail','0','2021-09-11 14:50:29','','','','2','Cash',82.76,'600','','','4','','1','2021-09-11 11:51:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','2.50','1.5','Inclusive','branch','Inventory','1110','4000','5500'),('416313610873333023',3953,'41631361073','2','2.00','1100','retail','0','2021-09-11 14:51:50','','','','530','Cash',151.72,'550','','','4','','1','2021-09-11 11:52:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','586.00','584','Inclusive','branch','18','','',''),('416313611783331723',3954,'41631361134','61','2.00','300','retail','0','2021-09-11 14:54:35','','','','105','Cash',41.38,'150','','','4','','1','2021-09-11 11:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','113.00','111','Inclusive','branch','Inventory','','',''),('416313611921910232',3955,'41631361134','62','1.00','150','retail','0','2021-09-11 14:54:35','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 11:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','283.00','282','Inclusive','branch','Inventory','','',''),('416313612033200020',3956,'41631361134','63','1.00','150','retail','0','2021-09-11 14:54:35','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 11:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','180.25','179.25','Inclusive','branch','Inventory','','',''),('416313613033063000',3957,'41631361280','61','1.00','150','retail','0','2021-09-11 14:55:24','','','','105','Cash',20.69,'150','','','4','','1','2021-09-11 11:55:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.00','110','Inclusive','branch','Inventory','','',''),('416313617900212027',3958,'41631361738','60','50.00','6250','retail','0','2021-09-11 15:05:51','','','','105','Cash',862.07,'125','','','4','','1','2021-09-11 12:06:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','59.00','9','Inclusive','branch','Inventory','','',''),('416313618542402331',3959,'41631361738','62','50.00','6250','retail','0','2021-09-11 15:05:51','','','','105','Cash',862.07,'125','','','4','','1','2021-09-11 12:06:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','282.00','232','Inclusive','branch','Inventory','','',''),('416313618643024302',3960,'41631361738','63','50.00','6250','retail','0','2021-09-11 15:05:51','','','','105','Cash',862.07,'125','','','4','','1','2021-09-11 12:06:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','179.25','129.25','Inclusive','branch','Inventory','','',''),('416313623732313400',3961,'41631362348','8','18.00','8100','retail','0','2021-09-11 15:14:57','','','','330','Cash',1117.24,'450','','','4','','1','2021-09-11 12:15:05','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','37.00','19','Inclusive','branch','Inventory','','',''),('416313624682324133',3962,'41631362348','163','2.00','400','retail','0','2021-09-11 15:14:57','','','','130','Cash',55.17,'200','','','4','','1','2021-09-11 12:15:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','98.00','96','Inclusive','branch','Inventory','','',''),('416313716611310601',3963,'41631371643','280','1.00','150','retail','0','2021-09-11 17:47:59','','','','50','Cash',20.69,'150','','','4','','1','2021-09-11 14:48:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416313717061030713',3964,'41631371685','232','1.00','500','retail','0','2021-09-11 17:48:41','','','','2','Cash',68.97,'500','','','4','','1','2021-09-11 14:49:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','1.50','0.5','Inclusive','branch','Inventory','1110','4000','5500'),('416313718203326323',3965,'41631371759','221','3.00','42000','retail','0','2021-09-11 17:54:11','','','','14000','Cash',5793.10,'14000','','','4','','1','2021-09-11 14:54:22','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','15.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416313718692330810',3966,'41631371759','163','25.00','4200','retail','0','2021-09-11 17:54:11','','','','130','Cash',579.31,'168','','','4','','1','2021-09-11 14:54:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','144.83','','96.00','71','Inclusive','branch','Inventory','','',''),('416313719283018003',3967,'41631371759','63','2.00','300','retail','0','2021-09-11 17:54:11','','','','105','Cash',41.38,'150','','','4','','1','2021-09-11 14:54:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','129.25','127.25','Inclusive','branch','Inventory','','',''),('416313721180733312',3968,'41631372063','20','1.00','950','retail','0','2021-09-11 17:55:39','','','','642','Cash',131.03,'950','','','4','','1','2021-09-11 14:55:42','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','65.00','64','Inclusive','branch','Inventory','','',''),('416313721583122303',3969,'41631372143','20','9.00','8550','retail','0','2021-09-11 17:56:26','','','','642','Cash',1179.31,'950','','','4','','1','2021-09-11 14:56:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','64.00','55','Inclusive','branch','Inventory','','',''),('416313722243322233',3970,'41631372192','163','1.00','200','retail','0','2021-09-11 17:57:05','','','','130','Cash',27.59,'200','','','4','','1','2021-09-11 14:57:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','71.00','70','Inclusive','branch','Inventory','','',''),('416315414813020232',3971,'41631539498','242','1.00','120','retail','0','2021-09-13 17:01:12','','','','90','Cash',16.55,'120','','','4','','1','2021-09-13 14:01:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416315415953450211',3972,'41631539498','285','1.00','300','retail','0','2021-09-13 17:01:12','','','','180','Cash',41.38,'300','','','4','','1','2021-09-13 14:01:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','39.25','38.25','Inclusive','branch','Inventory','1110','4000','5500'),('416315416151314013',3973,'41631539498','275','1.00','150','retail','0','2021-09-13 17:01:12','','','','80','Cash',20.69,'150','','','4','','1','2021-09-13 14:01:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416315416386022333',3974,'41631539498','63','2.00','300','retail','0','2021-09-13 17:01:12','','','','105','Cash',41.38,'150','','','4','','1','2021-09-13 14:01:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','127.25','125.25','Inclusive','branch','Inventory','','',''),('416315419929262233',3975,'41631541683','2','20.00','11000','retail','0','2021-09-13 17:09:41','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-13 14:10:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','584.00','564','Inclusive','branch','18','','',''),('416315420342420232',3976,'41631541683','309','7.00','700','retail','0','2021-09-13 17:09:41','','','','110','Cash',96.55,'100','','','4','','1','2021-09-13 14:10:07','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','27.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416315421610312230',3977,'41631541683','232','1.00','1000','retail','0','2021-09-13 17:09:41','','','','2','Cash',137.93,'1000','','','4','','1','2021-09-13 14:10:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','100.50','99.5','Inclusive','branch','Inventory','1110','4000','5500'),('416315422233320535',3978,'41631542211','232','1.00','1100','retail','0','2021-09-13 17:10:54','','','','2','Cash',151.72,'1100','','','4','','1','2021-09-13 14:11:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','99.50','98.5','Inclusive','branch','Inventory','1110','4000','5500'),('416315422891343804',3979,'41631542261','254','1.00','200','retail','0','2021-09-13 17:11:32','','','','80','Cash',27.59,'200','','','4','','1','2021-09-13 14:11:37','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','392.00','391','Inclusive','branch','Inventory','1110','4000','5500'),('416315423223221311',3980,'41631542298','19','26.00','21999.9','retail','0','2021-09-13 17:26:57','','','','725','Cash',3034.47,'846.15','','','4','','1','2021-09-13 14:27:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','729.44','','121.00','95','Inclusive','branch','Inventory','','',''),('416315424040320022',3981,'41631542298','63','2.00','300','retail','0','2021-09-13 17:26:57','','','','105','Cash',41.38,'150','','','4','','1','2021-09-13 14:27:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','125.25','123.25','Inclusive','branch','Inventory','','',''),('416315424154252221',3982,'41631542298','61','1.00','150','retail','0','2021-09-13 17:26:57','','','','105','Cash',20.69,'150','','','4','','1','2021-09-13 14:27:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','110.00','109','Inclusive','branch','Inventory','','',''),('416315424270233224',3983,'41631542298','66','3.00','600','retail','0','2021-09-13 17:26:57','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-13 14:27:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','103.50','100.5','Inclusive','branch','Inventory','','',''),('416315424403304243',3984,'41631542298','60','1.00','150','retail','0','2021-09-13 17:26:57','','','','105','Cash',20.69,'150','','','4','','1','2021-09-13 14:27:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','9.00','8','Inclusive','branch','Inventory','','',''),('416315426141312322',3985,'41631542298','278','2.00','150','retail','0','2021-09-13 17:26:57','','','','45','Cash',20.69,'75','','','4','','1','2021-09-13 14:27:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','16.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416315426244433326',3986,'41631542298','277','1.00','150','retail','0','2021-09-13 17:26:57','','','','65','Cash',20.69,'150','','','4','','1','2021-09-13 14:27:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416315432499622333',3987,'41631543226','97','9.00','7650','retail','0','2021-09-13 17:27:53','','','','720','Cash',1055.17,'850','','','4','','1','2021-09-13 14:28:07','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','32.00','23','Inclusive','branch','Inventory','','',''),('416315433132330400',3988,'41631543288','74','6.00','6600','retail','0','2021-09-13 17:28:59','','','','1025','Cash',910.34,'1100','','','4','','1','2021-09-13 14:29:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','96.00','90','Inclusive','branch','Inventory','','',''),('416315434023333433',3989,'41631543386','220','2.00','7200','retail','0','2021-09-13 17:31:18','','','','3050','Cash',993.10,'3600','','','4','','1','2021-09-13 14:31:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416315434343232222',3990,'41631543386','309','15.00','1500','retail','0','2021-09-13 17:31:18','','','','110','Cash',206.90,'100','','','4','','1','2021-09-13 14:31:33','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','20.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416315434770230223',3991,'41631543386','316','1.00','800','retail','0','2021-09-13 17:31:18','','','','120','Cash',110.34,'800','','','4','','1','2021-09-13 14:31:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416315435332006253',3992,'41631543494','74','8.00','9200','retail','0','2021-09-13 17:35:14','','','','1025','Cash',1268.97,'1150','','','4','','1','2021-09-13 14:35:24','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','90.00','82','Inclusive','branch','Inventory','','',''),('416315435730435323',3993,'41631543494','19','22.00','18700','retail','0','2021-09-13 17:35:14','','','','725','Cash',2579.31,'850','','','4','','1','2021-09-13 14:35:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','95.00','73','Inclusive','branch','Inventory','','',''),('416315436530423202',3994,'41631543494','8','11.00','5500','retail','0','2021-09-13 17:35:14','','','','330','Cash',758.62,'500','','','4','','1','2021-09-13 14:35:24','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','19.00','8','Inclusive','branch','Inventory','','',''),('416315437530143343',3995,'41631543727','19','28.00','23800','retail','0','2021-09-13 17:40:19','','','','725','Cash',3282.76,'850','','','4','','1','2021-09-13 14:41:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','73.00','45','Inclusive','branch','Inventory','','',''),('416315437733312270',3996,'41631543727','80','32.00','35200','retail','0','2021-09-13 17:40:19','','','','1025','Cash',4855.17,'1100','','','4','','1','2021-09-13 14:41:43','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','86.00','54','Inclusive','branch','Inventory','','',''),('416315438454834323',3997,'41631543727','63','8.00','1200','retail','0','2021-09-13 17:40:19','','','','105','Cash',165.52,'150','','','4','','1','2021-09-13 14:41:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','123.25','115.25','Inclusive','branch','Inventory','','',''),('416315438542035143',3998,'41631543727','66','6.00','1200','retail','0','2021-09-13 17:40:19','','','','150.00','Cash',165.52,'200','','','4','','1','2021-09-13 14:41:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','100.50','94.5','Inclusive','branch','Inventory','','',''),('416315438654802050',3999,'41631543727','61','2.00','300','retail','0','2021-09-13 17:40:19','','','','105','Cash',41.38,'150','','','4','','1','2021-09-13 14:41:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','109.00','107','Inclusive','branch','Inventory','','',''),('416315441232634421',4000,'41631544103','110','6.00','5400','retail','0','2021-09-13 17:46:50','','','','780','Cash',744.83,'900','','','4','','1','2021-09-13 14:46:59','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','84.00','78','Inclusive','branch','Inventory','','',''),('416315441993002002',4001,'41631544103','19','6.00','5100','retail','0','2021-09-13 17:46:50','','','','725','Cash',703.45,'850','','','4','','1','2021-09-13 14:46:59','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','45.00','39','Inclusive','branch','Inventory','','',''),('416315442103202231',4002,'41631544103','63','3.00','450','retail','0','2021-09-13 17:46:50','','','','105','Cash',62.07,'150','','','4','','1','2021-09-13 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.25','112.25','Inclusive','branch','Inventory','','',''),('416315442173133323',4003,'41631544103','61','1.00','150','retail','0','2021-09-13 17:46:50','','','','105','Cash',20.69,'150','','','4','','1','2021-09-13 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','107.00','106','Inclusive','branch','Inventory','','',''),('416315442252323352',4004,'41631544103','66','1.00','200','retail','0','2021-09-13 17:46:50','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-13 14:46:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','94.50','93.5','Inclusive','branch','Inventory','','',''),('416315442382003334',4005,'41631544103','284','1.00','850','retail','0','2021-09-13 17:46:50','','','','630','Cash',117.24,'850','','','4','','1','2021-09-13 14:46:59','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500'),('416315442503430033',4006,'41631544103','174','4.00','600','retail','0','2021-09-13 17:46:50','','','','120','Cash',82.76,'150','','','4','','1','2021-09-13 14:46:59','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','5.00','1','Inclusive','branch','Inventory','','',''),('416315444424354024',4007,'41631544420','139','1.00','2800','retail','0','2021-09-13 17:47:38','','','','2520','Cash',386.21,'2800','','','4','','1','2021-09-13 14:47:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2413.79','','12.00','11','Inclusive','branch','Inventory','','',''),('416315444771213023',4008,'41631544466','2','10.00','5500','retail','0','2021-09-13 17:48:18','','','','530','Cash',758.62,'550','','','4','','1','2021-09-13 14:48:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','564.00','554','Inclusive','branch','18','','',''),('416315445220313532',4009,'41631544503','211','1.00','5500','retail','0','2021-09-13 17:52:13','','','','1400','Cash',758.62,'5500','','','4','','1','2021-09-13 14:52:27','1','26','new','1','new','pcs','','','','yes','','0','','','VATABLE','4741.38','','8.00','7','Inclusive','branch','Inventory','','',''),('416315445642444352',4010,'41631544503','259','5.00','1000','retail','0','2021-09-13 17:52:13','','','','150 ','Cash',137.93,'200','','','4','','1','2021-09-13 14:52:27','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','400.00','395','Inclusive','branch','Inventory','1110','4000','5500'),('416315447664232222',4011,'41631544749','20','20.00','19000','retail','0','2021-09-13 17:55:10','','','','642','Cash',2620.69,'950','','','4','','1','2021-09-13 14:55:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','75.00','55','Inclusive','branch','Inventory','','',''),('416315448222020012',4012,'41631544749','66','25.00','4500','retail','0','2021-09-13 17:55:10','','','','150.00','Cash',620.69,'180','','','4','','1','2021-09-13 14:55:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','93.50','68.5','Inclusive','branch','Inventory','','',''),('416316161331320323',4013,'41631616115','196','1.00','500','retail','0','2021-09-14 13:42:31','','','','150 ','Cash',68.97,'500','','','4','','1','2021-09-14 10:42:57','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','5.00','4','Inclusive','branch','Inventory','','',''),('416316161903243262',4014,'41631616178','2','30.00','16500','retail','0','2021-09-14 13:46:52','','','','530','Cash',2275.86,'550','','','4','','1','2021-09-14 10:47:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','554.00','524','Inclusive','branch','18','','',''),('416316163720340444',4015,'41631616178','232','1.00','2100','retail','0','2021-09-14 13:46:52','','','','2','Cash',289.66,'2100','','','4','','1','2021-09-14 10:47:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1810.34','','98.50','97.5','Inclusive','branch','Inventory','1110','4000','5500'),('416316168992322120',4016,'41631616448','20','2.00','1900','retail','0','2021-09-14 13:55:27','','','','642','Cash',262.07,'950','','','4','','1','2021-09-14 10:55:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','55.00','53','Inclusive','branch','Inventory','','',''),('416316169710212014',4017,'41631616939','58','1.00','200','retail','0','2021-09-14 13:56:12','','','','130','Cash',27.59,'200','','','4','','1','2021-09-14 10:56:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','26.50','25.5','Inclusive','branch','Inventory','','',''),('416316170261311233',4018,'41631616983','13','1.00','950','retail','0','2021-09-14 13:57:29','','','','890','Cash',131.03,'950','','','4','','1','2021-09-14 10:57:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','1','16.00','15','Inclusive','branch','Inventory','','',''),('416316172862000041',4019,'41631617060','14','6.00','6600','retail','0','2021-09-14 14:03:43','','','','1065','Cash',910.34,'1100','','','4','','1','2021-09-14 11:03:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','222.00','216','Inclusive','branch','Inventory','','',''),('416316173637323736',4020,'41631617060','61','4.00','600','retail','0','2021-09-14 14:03:43','','','','105','Cash',82.76,'150','','','4','','1','2021-09-14 11:03:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','106.00','102','Inclusive','branch','Inventory','','',''),('416316173783040127',4021,'41631617060','66','4.00','800','retail','0','2021-09-14 14:03:43','','','','150.00','Cash',110.34,'200','','','4','','1','2021-09-14 11:03:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','118.50','114.5','Inclusive','branch','Inventory','','',''),('416316174900033000',4022,'41631617430','61','2.00','300','retail','0','2021-09-14 14:05:39','','','','105','Cash',41.38,'150','','','4','','1','2021-09-14 11:05:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','102.00','100','Inclusive','branch','Inventory','','',''),('416316311140303220',4023,'41631631102','254','2.00','400','retail','0','2021-09-14 17:52:25','','','','80','Cash',55.17,'200','','','4','','1','2021-09-14 14:52:29','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','391.00','389','Inclusive','branch','Inventory','1110','4000','5500'),('416316311692603642',4024,'41631631151','221','1.00','14000','retail','0','2021-09-14 17:53:10','','','','14000','Cash',1931.03,'14000','','','4','','1','2021-09-14 14:53:14','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12068.97','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416316312176721132',4025,'41631631195','2','3.00','1650','retail','0','2021-09-14 17:53:53','','','','530','Cash',227.59,'550','','','4','','1','2021-09-14 14:54:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','524.00','521','Inclusive','branch','18','','',''),('416316312776331423',4026,'41631631245','169','5.00','750','retail','0','2021-09-14 17:56:45','','','','50','Cash',103.45,'150','','','4','','1','2021-09-14 14:57:22','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','35.00','30','Inclusive','branch','Inventory','','',''),('416316313132364210',4027,'41631631245','61','1.00','150','retail','0','2021-09-14 17:56:45','','','','105','Cash',20.69,'150','','','4','','1','2021-09-14 14:57:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','100.00','99','Inclusive','branch','Inventory','','',''),('416316315313233522',4028,'41631631443','267','2.00','4600','retail','0','2021-09-14 18:04:36','','','','1550','Cash',634.48,'2300','','','4','','1','2021-09-14 15:04:41','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416316315400213204',4029,'41631631443','232','1.00','1300','retail','0','2021-09-14 18:04:36','','','','2','Cash',179.31,'1300','','','4','','1','2021-09-14 15:04:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','97.50','96.5','Inclusive','branch','Inventory','1110','4000','5500'),('416316315500330061',4030,'41631631443','278','4.00','400','retail','0','2021-09-14 18:04:36','','','','45','Cash',55.17,'100','','','4','','1','2021-09-14 15:04:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','14.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416316315762606451',4031,'41631631443','165','1.00','200','retail','0','2021-09-14 18:04:36','','','','130','Cash',27.59,'200','','','4','','1','2021-09-14 15:04:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','36.50','35.5','Inclusive','branch','Inventory','','',''),('416316315882333333',4032,'41631631443','277','4.00','600','retail','0','2021-09-14 18:04:36','','','','65','Cash',82.76,'150','','','4','','1','2021-09-14 15:04:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','17.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416316317080066324',4033,'41631631443','174','5.00','750','retail','0','2021-09-14 18:04:36','','','','120','Cash',103.45,'150','','','4','','1','2021-09-14 15:04:41','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','51.00','46','Inclusive','branch','Inventory','','',''),('416316318982826083',4034,'41631631882','53','1.50','975','retail','0','2021-09-14 18:05:16','','','','560','Cash',134.48,'650','','','4','','1','2021-09-14 15:05:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','24.50','23','Inclusive','branch','Inventory','','',''),('416317107024330203',4035,'41631710692','66','2.00','400','retail','0','2021-09-15 15:59:06','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-15 12:59:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','114.50','112.5','Inclusive','branch','Inventory','','',''),('416317107144232324',4036,'41631710692','163','1.00','200','retail','0','2021-09-15 15:59:06','','','','130','Cash',27.59,'200','','','4','','1','2021-09-15 12:59:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','70.00','69','Inclusive','branch','Inventory','','',''),('416317108033030320',4037,'41631710759','232','1.00','100','retail','0','2021-09-15 16:00:16','','','','2','Cash',13.79,'100','','','4','','1','2021-09-15 13:00:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','96.50','95.5','Inclusive','branch','Inventory','1110','4000','5500'),('416317108452333543',4038,'41631710821','232','1.00','2000','retail','0','2021-09-15 16:01:06','','','','2','Cash',275.86,'2000','','','4','','1','2021-09-15 13:02:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','95.50','94.5','Inclusive','branch','Inventory','1110','4000','5500'),('416317110442643423',4039,'41631710931','254','1.00','200','retail','0','2021-09-15 16:04:05','','','','80','Cash',27.59,'200','','','4','','1','2021-09-15 13:04:10','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','389.00','388','Inclusive','branch','Inventory','1110','4000','5500'),('416317110700332602',4040,'41631711051','66','2.00','400','retail','0','2021-09-15 16:04:53','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-15 13:05:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','112.50','110.5','Inclusive','branch','Inventory','','',''),('416317111236332117',4041,'41631711101','246','1.00','350','retail','0','2021-09-15 16:06:34','','','','200','Cash',48.28,'350','','','4','','1','2021-09-15 13:07:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416317111341332320',4042,'41631711101','300','1.00','250','retail','0','2021-09-15 16:06:34','','','','150 ','Cash',34.48,'250','','','4','','1','2021-09-15 13:07:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416317111432230420',4043,'41631711101','232','1.00','200','retail','0','2021-09-15 16:06:34','','','','2','Cash',27.59,'200','','','4','','1','2021-09-15 13:07:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','94.50','93.5','Inclusive','branch','Inventory','1110','4000','5500'),('416317114173207243',4044,'41631711261','211','1.00','2000','retail','0','2021-09-15 16:10:44','','','','1400','Cash',275.86,'2000','','','4','','1','2021-09-15 13:10:48','1','26','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','7.00','6','Inclusive','branch','Inventory','','',''),('416317114656351243',4045,'41631711449','2','14.00','7700','retail','0','2021-09-15 16:11:22','','','','530','Cash',1062.07,'550','','','4','','1','2021-09-15 13:11:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','521.00','507','Inclusive','branch','18','','',''),('416317115151430201',4046,'41631711487','252','55.00','4950','retail','0','2021-09-15 16:12:28','','','','70','Cash',682.76,'90','','','4','','1','2021-09-15 13:12:38','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','250.00','195','Inclusive','branch','Inventory','1110','4000','5500'),('416317115762332111',4047,'41631711559','285','3.00','1050','retail','0','2021-09-15 16:13:25','','','','180','Cash',144.83,'350','','','4','','1','2021-09-15 13:14:22','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','38.25','35.25','Inclusive','branch','Inventory','1110','4000','5500'),('416317116843203231',4048,'41631711663','20','11.00','9240','retail','0','2021-09-15 16:18:45','','','','642','Cash',1274.48,'840','','','4','','1','2021-09-15 13:18:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','724.14','','93.00','82','Inclusive','branch','Inventory','','',''),('416317116933323339',4049,'41631711663','19','5.00','4750','retail','0','2021-09-15 16:18:45','','','','725','Cash',655.17,'950','','','4','','1','2021-09-15 13:18:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','79.00','74','Inclusive','branch','Inventory','','',''),('416317117040073302',4050,'41631711663','66','3.00','600','retail','0','2021-09-15 16:18:45','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-15 13:18:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','110.50','107.5','Inclusive','branch','Inventory','','',''),('416317119591270073',4051,'41631711933','286','2.00','1100','retail','0','2021-09-15 16:23:58','','','','450','Cash',151.72,'550','','','4','','1','2021-09-15 13:24:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','56.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('416317122660226270',4052,'41631712247','285','5.00','1400','retail','0','2021-09-15 16:25:02','','','','180','Cash',193.10,'280','','','4','','1','2021-09-15 13:25:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','241.38','','35.25','30.25','Inclusive','branch','Inventory','1110','4000','5500'),('416317988943217280',4053,'41631798876','232','1.00','650','retail','0','2021-09-16 16:28:33','','','','2','Cash',89.66,'650','','','4','','1','2021-09-16 13:29:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','93.50','92.5','Inclusive','branch','Inventory','1110','4000','5500'),('416317990083338303',4054,'41631798979','320','1.00','200','retail','0','2021-09-16 16:30:10','','','','120','Cash',27.59,'200','','','4','','1','2021-09-16 13:30:23','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('416317990422304302',4055,'41631799024','140','2.00','6800','retail','0','2021-09-16 16:31:17','','','','2940','Cash',937.93,'3400','','','4','','1','2021-09-16 13:31:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','12.00','10','Inclusive','branch','Inventory','','',''),('416317991282034334',4056,'41631799088','96','1.00','1200','retail','0','2021-09-16 16:32:28','','','','850','Cash',165.52,'1200','','','4','','1','2021-09-16 13:32:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','9.00','8','Inclusive','branch','Inventory','','',''),('416317992194399042',4057,'41631799158','121','5.00','6500','retail','0','2021-09-16 16:38:21','','','','1180','Cash',896.55,'1300','','','4','','1','2021-09-16 13:38:26','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','70.00','65','Inclusive','branch','Inventory','','',''),('416317992293242970',4058,'41631799158','63','4.00','600','retail','0','2021-09-16 16:38:21','','','','105','Cash',82.76,'150','','','4','','1','2021-09-16 13:38:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','212.25','208.25','Inclusive','branch','Inventory','','',''),('416317992372922403',4059,'41631799158','62','3.00','450','retail','0','2021-09-16 16:38:21','','','','105','Cash',62.07,'150','','','4','','1','2021-09-16 13:38:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','232.00','229','Inclusive','branch','Inventory','','',''),('416317992473293233',4060,'41631799158','61','2.00','300','retail','0','2021-09-16 16:38:21','','','','105','Cash',41.38,'150','','','4','','1','2021-09-16 13:38:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','99.00','97','Inclusive','branch','Inventory','','',''),('416317992929433472',4061,'41631799158','51','7.00','3150','retail','0','2021-09-16 16:38:21','','','','310','Cash',434.48,'450','','','4','','1','2021-09-16 13:38:26','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','21.00','14','Inclusive','branch','Inventory','','',''),('416317994762112043',4062,'41631799158','66','4.00','800','retail','0','2021-09-16 16:38:21','','','','150.00','Cash',110.34,'200','','','4','','1','2021-09-16 13:38:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','107.50','103.5','Inclusive','branch','Inventory','','',''),('416317996391029264',4063,'41631799507','293','1.00','2000','retail','0','2021-09-16 16:44:31','','','','1500','Cash',275.86,'2000','','','4','','1','2021-09-16 13:44:39','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416317996580010490',4064,'41631799507','220','1.00','3550','retail','0','2021-09-16 16:44:31','','','','3050','Cash',489.66,'3550','','','4','','1','2021-09-16 13:44:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3060.34','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416317996720034220',4065,'41631799507','61','2.00','300','retail','0','2021-09-16 16:44:31','','','','105','Cash',41.38,'150','','','4','','1','2021-09-16 13:44:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','97.00','95','Inclusive','branch','Inventory','','',''),('416317996947400322',4066,'41631799507','63','1.00','150','retail','0','2021-09-16 16:44:31','','','','105','Cash',20.69,'150','','','4','','1','2021-09-16 13:44:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','208.25','207.25','Inclusive','branch','Inventory','','',''),('416317997149010170',4067,'41631799507','163','2.00','400','retail','0','2021-09-16 16:44:31','','','','130','Cash',55.17,'200','','','4','','1','2021-09-16 13:44:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','69.00','67','Inclusive','branch','Inventory','','',''),('416317999761373393',4068,'41631799880','120','10.00','11000','retail','0','2021-09-16 16:48:03','','','','975','Cash',1517.24,'1100','','','4','','1','2021-09-16 13:48:26','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','37.00','27','Inclusive','branch','Inventory','','',''),('416317999873427372',4069,'41631799880','66','15.00','3000','retail','0','2021-09-16 16:48:03','','','','150.00','Cash',413.79,'200','','','4','','1','2021-09-16 13:48:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','103.50','88.5','Inclusive','branch','Inventory','','',''),('416318001278220334',4070,'41631800106','2','20.00','11000','retail','0','2021-09-16 16:49:13','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-16 13:56:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','507.00','487','Inclusive','branch','18','','',''),('416318006831200382',4071,'41631800582','278','6.00','499.98','retail','0','2021-09-16 16:58:59','','','','45','Cash',68.96,'83.33','','','4','','1','2021-09-16 13:59:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','71.84','','10.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416318007723037003',4072,'41631800744','15','2.00','1400','retail','0','2021-09-16 16:59:49','','','','640','Cash',193.10,'700','','','4','','1','2021-09-16 14:00:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','67.00','65','Inclusive','branch','Inventory','','',''),('416318008242000331',4073,'41631800807','165','1.00','200','retail','0','2021-09-16 17:00:24','','','','130','Cash',27.59,'200','','','4','','1','2021-09-16 14:00:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','35.50','34.5','Inclusive','branch','Inventory','','',''),('416318008696013832',4074,'41631800848','62','2.00','300','retail','0','2021-09-16 17:01:37','','','','105','Cash',41.38,'150','','','4','','1','2021-09-16 14:01:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','229.00','227','Inclusive','branch','Inventory','','',''),('416318012354002021',4075,'41631800907','247','3.00','900','retail','0','2021-09-16 17:07:54','','','','190','Cash',124.14,'300','','','4','','1','2021-09-16 14:08:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','39.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416318013481810800',4076,'41631801284','66','6.00','1200','retail','0','2021-09-16 17:09:30','','','','150.00','Cash',165.52,'200','','','4','','1','2021-09-16 14:09:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','88.50','82.5','Inclusive','branch','Inventory','','',''),('416318013940133123',4077,'41631801386','232','1.00','500','retail','0','2021-09-16 17:12:31','','','','2','Cash',68.97,'500','','','4','','1','2021-09-16 14:14:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','92.50','91.5','Inclusive','branch','Inventory','1110','4000','5500'),('416318016631034300',4078,'41631801644','259','23.00','6900','retail','0','2021-09-16 17:16:07','','','','150 ','Cash',951.72,'300','','','4','','1','2021-09-16 14:16:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','395.00','372','Inclusive','branch','Inventory','1110','4000','5500'),('416318017421020433',4079,'41631801644','232','1.00','5850','retail','0','2021-09-16 17:16:07','','','','2','Cash',806.90,'5850','','','4','','1','2021-09-16 14:16:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','5043.10','','91.50','90.5','Inclusive','branch','Inventory','1110','4000','5500'),('416318018100333322',4080,'41631801791','232','1.00','100','retail','0','2021-09-16 17:17:13','','','','2','Cash',13.79,'100','','','4','','1','2021-09-16 14:17:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','90.50','89.5','Inclusive','branch','Inventory','1110','4000','5500'),('416318018704222322',4081,'41631801856','275','1.00','150','retail','0','2021-09-16 17:17:51','','','','80','Cash',20.69,'150','','','4','','1','2021-09-16 14:17:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416318019030809303',4082,'41631801877','138','1.00','2500','retail','0','2021-09-16 17:18:48','','','','2100','Cash',344.83,'2500','','','4','','1','2021-09-16 14:18:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','7.00','6','Inclusive','branch','Inventory','','',''),('416318019522332320',4083,'41631801936','14','2.00','2200','retail','0','2021-09-16 17:19:56','','','','1065','Cash',303.45,'1100','','','4','','1','2021-09-16 14:20:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','246.00','244','Inclusive','branch','Inventory','','',''),('416318020483230263',4084,'41631802008','295','4.00','600','retail','0','2021-09-16 17:21:04','','','','60','Cash',82.76,'150','','','4','','1','2021-09-16 14:21:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416318027354323320',4085,'41631802069','174','3.00','450','retail','0','2021-09-16 17:32:37','','','','120','Cash',62.07,'150','','','4','','1','2021-09-16 14:32:42','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','46.00','43','Inclusive','branch','Inventory','','',''),('416318027770333001',4086,'41631802763','254','1.00','150','retail','0','2021-09-16 17:33:16','','','','80','Cash',20.69,'150','','','4','','1','2021-09-16 14:33:23','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','388.00','387','Inclusive','branch','Inventory','1110','4000','5500'),('416318028172233240',4087,'41631802804','254','1.00','200','retail','0','2021-09-16 17:33:38','','','','80','Cash',27.59,'200','','','4','','1','2021-09-16 14:33:46','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','387.00','386','Inclusive','branch','Inventory','1110','4000','5500'),('416318635542322206',4088,'41631863494','229','10.00','11000','retail','0','2021-09-17 10:35:12','','','','720','Cash',1517.24,'1100','','','4','','1','2021-09-17 07:35:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','40.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416318635793327001',4089,'41631863494','92','8.00','2400','retail','0','2021-09-17 10:35:12','','','','190','Cash',331.03,'300','','','4','','1','2021-09-17 07:35:32','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','64.00','56','Inclusive','branch','Inventory','','',''),('416318636373603226',4090,'41631863494','102','4.00','800','retail','0','2021-09-17 10:35:12','','','','120','Cash',110.34,'200','','','4','','1','2021-09-17 07:35:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.00','13','Inclusive','branch','Inventory','','',''),('416318636523463222',4091,'41631863494','103','30.00','3499.8','retail','0','2021-09-17 10:35:12','','','','120','Cash',482.73,'116.66','','','4','','1','2021-09-17 07:35:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','100.57','','597.00','567','Inclusive','branch','Inventory','','',''),('416318637594332938',4092,'41631863494','61','2.00','300','retail','0','2021-09-17 10:35:12','','','','105','Cash',41.38,'150','','','4','','1','2021-09-17 07:35:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','95.00','93','Inclusive','branch','Inventory','','',''),('416318637670021602',4093,'41631863494','62','5.00','750','retail','0','2021-09-17 10:35:12','','','','105','Cash',103.45,'150','','','4','','1','2021-09-17 07:35:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','227.00','222','Inclusive','branch','Inventory','','',''),('416318637762373332',4094,'41631863494','63','5.00','750','retail','0','2021-09-17 10:35:12','','','','105','Cash',103.45,'150','','','4','','1','2021-09-17 07:35:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','207.25','202.25','Inclusive','branch','Inventory','','',''),('416318637953072239',4095,'41631863494','64','4.00','600','retail','0','2021-09-17 10:35:12','','','','105','Cash',82.76,'150','','','4','','1','2021-09-17 07:35:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','36.00','32','Inclusive','branch','Inventory','','',''),('416318643370730330',4096,'41631864142','66','6.00','1200','retail','0','2021-09-17 10:47:14','','','','150.00','Cash',165.52,'200','','','4','','1','2021-09-17 07:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','82.50','76.5','Inclusive','branch','Inventory','','',''),('416318645613230223',4097,'41631864142','281','8.00','1200','retail','0','2021-09-17 10:47:14','','','','55','Cash',165.52,'150','','','4','','1','2021-09-17 07:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','35.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416318645744234336',4098,'41631864142','259','4.00','1200','retail','0','2021-09-17 10:47:14','','','','150 ','Cash',165.52,'300','','','4','','1','2021-09-17 07:47:37','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','372.00','368','Inclusive','branch','Inventory','1110','4000','5500'),('416318645922134362',4099,'41631864142','262','1.00','4500','retail','0','2021-09-17 10:47:14','','','','2800','Cash',620.69,'4500','','','4','','1','2021-09-17 07:47:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416318646274120702',4100,'41631864142','174','10.00','1500','retail','0','2021-09-17 10:47:14','','','','120','Cash',206.90,'150','','','4','','1','2021-09-17 07:47:37','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','43.00','33','Inclusive','branch','Inventory','','',''),('416318646454643341',4101,'41631864142','248','4.00','600','retail','0','2021-09-17 10:47:14','','','','40','Cash',82.76,'150','','','4','','1','2021-09-17 07:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','33.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416318648853332021',4102,'41631864858','14','15.00','16500','retail','0','2021-09-17 10:49:08','','','','1065','Cash',2275.86,'1100','','','4','','1','2021-09-17 07:49:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','276.00','261','Inclusive','branch','Inventory','','',''),('416318649883213021',4103,'41631864959','14','20.00','21600','retail','0','2021-09-17 10:51:19','','','','1065','Cash',2979.31,'1080','','','4','','1','2021-09-17 07:51:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','261.00','241','Inclusive','branch','Inventory','','',''),('416318850113138836',4104,'41631884973','277','1.00','200','retail','0','2021-09-17 16:23:32','','','','65','Cash',27.59,'200','','','4','','1','2021-09-17 13:24:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416318851183062332',4105,'41631885085','14','12.00','12600','retail','0','2021-09-17 16:51:04','','','','1065','Cash',1737.93,'1050','','','4','','1','2021-09-17 13:54:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','241.00','229','Inclusive','branch','Inventory','','',''),('416318851364233126',4106,'41631885085','66','2.00','500','retail','0','2021-09-17 16:51:04','','','','150.00','Cash',68.97,'250','','','4','','1','2021-09-17 13:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','76.50','74.5','Inclusive','branch','Inventory','','',''),('416318851572083102',4107,'41631885085','61','3.00','450','retail','0','2021-09-17 16:51:04','','','','105','Cash',62.07,'150','','','4','','1','2021-09-17 13:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','93.00','90','Inclusive','branch','Inventory','','',''),('416318855283332152',4108,'41631885085','62','3.00','450','retail','0','2021-09-17 16:51:04','','','','105','Cash',62.07,'150','','','4','','1','2021-09-17 13:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','222.00','219','Inclusive','branch','Inventory','','',''),('416318855385320222',4109,'41631885085','63','1.00','200','retail','0','2021-09-17 16:51:04','','','','105','Cash',27.59,'200','','','4','','1','2021-09-17 13:54:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','202.25','201.25','Inclusive','branch','Inventory','','',''),('416318870248222803',4110,'41631886881','40','16.00','10400','retail','0','2021-09-17 16:58:40','','','','500','Cash',1434.48,'650','','','4','','1','2021-09-17 13:58:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','32.00','16','Inclusive','branch','Inventory','','',''),('416318870440433013',4111,'41631886881','247','1.00','300','retail','0','2021-09-17 16:58:40','','','','190','Cash',41.38,'300','','','4','','1','2021-09-17 13:58:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416318871406023323',4112,'41631887126','2','15.00','8250','retail','0','2021-09-17 16:59:27','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-17 13:59:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','487.00','472','Inclusive','branch','18','','',''),('416318871973938220',4113,'41631887177','278','4.00','400','retail','0','2021-09-17 17:01:00','','','','45','Cash',55.17,'100','','','4','','1','2021-09-17 14:01:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','4.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416318872138133330',4114,'41631887177','277','1.00','200','retail','0','2021-09-17 17:01:00','','','','65','Cash',27.59,'200','','','4','','1','2021-09-17 14:01:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416318873022041301',4115,'41631887274','254','3.00','450','retail','0','2021-09-17 17:02:45','','','','80','Cash',62.07,'150','','','4','','1','2021-09-17 14:03:03','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','386.00','383','Inclusive','branch','Inventory','1110','4000','5500'),('416318873393033023',4116,'41631887274','232','1.00','500','retail','0','2021-09-17 17:02:45','','','','2','Cash',68.97,'500','','','4','','1','2021-09-17 14:03:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','89.50','88.5','Inclusive','branch','Inventory','1110','4000','5500'),('416318874363082266',4117,'41631887387','20','6.00','5400','retail','0','2021-09-17 17:06:56','','','','642','Cash',744.83,'900','','','4','','1','2021-09-17 14:07:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','102.00','96','Inclusive','branch','Inventory','','',''),('416318874543832233',4118,'41631887387','61','0.50','90','retail','0','2021-09-17 17:06:56','','','','105','Cash',12.41,'180','','','4','','1','2021-09-17 14:07:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','90.00','89.5','Inclusive','branch','Inventory','','',''),('416318874673303034',4119,'41631887387','62','0.50','90','retail','0','2021-09-17 17:06:56','','','','105','Cash',12.41,'180','','','4','','1','2021-09-17 14:07:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','219.00','218.5','Inclusive','branch','Inventory','','',''),('416318874782448612',4120,'41631887387','66','3.00','619.98','retail','0','2021-09-17 17:06:56','','','','150.00','Cash',85.51,'206.66','','','4','','1','2021-09-17 14:07:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','178.16','','74.50','71.5','Inclusive','branch','Inventory','','',''),('416318876483333822',4121,'41631887626','20','3.00','2799.99','retail','0','2021-09-17 17:08:03','','','','642','Cash',386.21,'933.33','','','4','','1','2021-09-17 14:08:12','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','804.59','','96.00','93','Inclusive','branch','Inventory','','',''),('416318877492392012',4122,'41631887693','109','25.00','32500','retail','0','2021-09-17 17:12:14','','','','1180','Cash',4482.76,'1300','','','4','','1','2021-09-17 14:12:26','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','64.00','39','Inclusive','branch','Inventory','','',''),('416318878333424211',4123,'41631887693','63','1.00','150','retail','0','2021-09-17 17:12:14','','','','105','Cash',20.69,'150','','','4','','1','2021-09-17 14:12:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','201.25','200.25','Inclusive','branch','Inventory','','',''),('416318878493302037',4124,'41631887693','163','1.00','200','retail','0','2021-09-17 17:12:14','','','','130','Cash',27.59,'200','','','4','','1','2021-09-17 14:12:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','67.00','66','Inclusive','branch','Inventory','','',''),('416318878652323023',4125,'41631887693','66','3.00','600','retail','0','2021-09-17 17:12:14','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-17 14:12:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','71.50','68.5','Inclusive','branch','Inventory','','',''),('416318879611113437',4126,'41631887948','20','14.00','12810','retail','0','2021-09-17 17:25:21','','','','642','Cash',1766.90,'915','','','4','','1','2021-09-17 14:26:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','788.79','','93.00','79','Inclusive','branch','Inventory','','',''),('416318882674423382',4127,'41631887948','209','3.00','900','retail','0','2021-09-17 17:25:21','','','','200','Cash',124.14,'300','','','4','','1','2021-09-17 14:26:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','44.00','41','Inclusive','branch','Inventory','','',''),('416318893066223022',4128,'41631888795','109','25.00','32500','retail','0','2021-09-17 17:51:43','','','','1180','Cash',4482.76,'1300','','','4','','1','2021-09-17 14:53:22','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','39.00','14','Inclusive','branch','Inventory','','',''),('416318895233321283',4129,'41631888795','229','5.00','5500','retail','0','2021-09-17 17:51:43','','','','720','Cash',758.62,'1100','','','4','','1','2021-09-17 14:53:22','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','30.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416318895788303320',4130,'41631888795','63','3.00','450','retail','0','2021-09-17 17:51:43','','','','105','Cash',62.07,'150','','','4','','1','2021-09-17 14:53:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','200.25','197.25','Inclusive','branch','Inventory','','',''),('416318895930313313',4131,'41631888795','62','4.00','600','retail','0','2021-09-17 17:51:43','','','','105','Cash',82.76,'150','','','4','','1','2021-09-17 14:53:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','218.50','214.5','Inclusive','branch','Inventory','','',''),('416318896013136033',4132,'41631888795','61','5.00','750','retail','0','2021-09-17 17:51:43','','','','105','Cash',103.45,'150','','','4','','1','2021-09-17 14:53:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','89.50','84.5','Inclusive','branch','Inventory','','',''),('416318897082168332',4133,'41631888795','66','5.00','1000','retail','0','2021-09-17 17:51:43','','','','150.00','Cash',137.93,'200','','','4','','1','2021-09-17 14:53:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','68.50','63.5','Inclusive','branch','Inventory','','',''),('416318897353932224',4134,'41631888795','248','5.00','750','retail','0','2021-09-17 17:51:43','','','','40','Cash',103.45,'150','','','4','','1','2021-09-17 14:53:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','29.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416319755142322337',4135,'41631975495','232','1.00','500','retail','0','2021-09-18 17:32:13','','','','2','Cash',68.97,'500','','','4','','1','2021-09-18 14:32:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','88.50','87.5','Inclusive','branch','Inventory','1110','4000','5500'),('416319757133622332',4136,'41631975572','80','24.00','26400','retail','0','2021-09-18 17:36:45','','','','1025','Cash',3641.38,'1100','','','4','','1','2021-09-18 14:36:51','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','54.00','30','Inclusive','branch','Inventory','','',''),('416319758264903225',4137,'41631975811','319','20.00','1800','retail','0','2021-09-18 17:38:12','','','','75','Cash',248.28,'90','','','4','','1','2021-09-18 14:38:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','133.00','113','Inclusive','branch','Inventory','1110','4000','5500'),('416319758402003333',4138,'41631975811','2','5.00','2750','retail','0','2021-09-18 17:38:12','','','','530','Cash',379.31,'550','','','4','','1','2021-09-18 14:38:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','472.00','467','Inclusive','branch','18','','',''),('416319759332423320',4139,'41631975906','186','3.00','450','retail','0','2021-09-18 17:41:59','','','','40','Cash',62.07,'150','','','4','','1','2021-09-18 14:42:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','2.00','23','Inclusive','branch','Inventory','','',''),('416319760613613900',4140,'41631975906','62','2.00','300','retail','0','2021-09-18 17:41:59','','','','105','Cash',41.38,'150','','','4','','1','2021-09-18 14:42:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','214.50','212.5','Inclusive','branch','Inventory','','',''),('416319760710141333',4141,'41631975906','66','2.00','400','retail','0','2021-09-18 17:41:59','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-18 14:42:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','63.50','61.5','Inclusive','branch','Inventory','','',''),('416319761400343419',4142,'41631976128','300','2.00','400','retail','0','2021-09-18 17:42:43','','','','150 ','Cash',55.17,'200','','','4','','1','2021-09-18 14:42:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416319762242213312',4143,'41631976167','80','22.00','24200','retail','0','2021-09-18 17:46:21','','','','1025','Cash',3337.93,'1100','','','4','','1','2021-09-18 14:46:33','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','30.00','8','Inclusive','branch','Inventory','','',''),('416319762680328222',4144,'41631976167','141','2.00','8000','retail','0','2021-09-18 17:46:21','','','','3360','Cash',1103.45,'4000','','','4','','1','2021-09-18 14:46:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','7.00','5','Inclusive','branch','Inventory','','',''),('416319762862412623',4145,'41631976167','66','3.00','600','retail','0','2021-09-18 17:46:21','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-18 14:46:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','61.50','58.5','Inclusive','branch','Inventory','','',''),('416319764236723222',4146,'41631976394','2','7.00','3850','retail','0','2021-09-18 17:47:19','','','','530','Cash',531.03,'550','','','4','','1','2021-09-18 14:47:39','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','467.00','460','Inclusive','branch','18','','',''),('416319764730164404',4147,'41631976460','140','1.00','3700','retail','0','2021-09-18 17:49:22','','','','2940','Cash',510.34,'3700','','','4','','1','2021-09-18 14:49:26','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','10.00','9','Inclusive','branch','Inventory','','',''),('416319764912332323',4148,'41631976460','146','1.00','600','retail','0','2021-09-18 17:49:22','','','','420','Cash',82.76,'600','','','4','','1','2021-09-18 14:49:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','15.00','14','Inclusive','branch','Inventory','','',''),('416319765060221232',4149,'41631976460','163','1.00','200','retail','0','2021-09-18 17:49:22','','','','130','Cash',27.59,'200','','','4','','1','2021-09-18 14:49:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','66.00','65','Inclusive','branch','Inventory','','',''),('416319766543615226',4150,'41631976567','255','4.00','1100','retail','0','2021-09-18 17:51:21','','','','150','Cash',151.72,'275','','','4','','1','2021-09-18 14:51:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','237.07','','29.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416319767067322347',4151,'41631976691','196','1.00','450','retail','0','2021-09-18 17:52:07','','','','150 ','Cash',62.07,'450','','','4','','1','2021-09-18 14:52:29','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','1','4.00','3','Inclusive','branch','Inventory','','',''),('416319767140232032',4152,'41631976691','232','1.00','550','retail','0','2021-09-18 17:52:07','','','','2','Cash',75.86,'550','','','4','','1','2021-09-18 14:52:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','87.50','86.5','Inclusive','branch','Inventory','1110','4000','5500'),('416321483302233432',4153,'41632148087','2','18.00','9900','retail','0','2021-09-20 17:34:04','','','','530','Cash',1365.52,'550','','','4','','1','2021-09-20 14:34:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','460.00','442','Inclusive','branch','18','','',''),('416321483673302342',4154,'41632148087','62','3.00','450','retail','0','2021-09-20 17:34:04','','','','105','Cash',62.07,'150','','','4','','1','2021-09-20 14:34:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','212.50','209.5','Inclusive','branch','Inventory','','',''),('416321483778423602',4155,'41632148087','232','1.00','1250','retail','0','2021-09-20 17:34:04','','','','2','Cash',172.41,'1250','','','4','','1','2021-09-20 14:34:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','','86.50','85.5','Inclusive','branch','Inventory','1110','4000','5500'),('416321484680832062',4156,'41632148454','232','1.00','300','retail','0','2021-09-20 17:34:41','','','','2','Cash',41.38,'300','','','4','','1','2021-09-20 14:34:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','85.50','84.5','Inclusive','branch','Inventory','1110','4000','5500'),('416321485153224333',4157,'41632148485','20','14.00','13300','retail','0','2021-09-20 17:47:32','','','','642','Cash',1834.48,'950','','','4','','1','2021-09-20 14:47:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','79.00','65','Inclusive','branch','Inventory','','',''),('416321485432335430',4158,'41632148485','63','2.00','300','retail','0','2021-09-20 17:47:32','','','','105','Cash',41.38,'150','','','4','','1','2021-09-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.25','195.25','Inclusive','branch','Inventory','','',''),('416321485574010402',4159,'41632148485','62','1.00','150','retail','0','2021-09-20 17:47:32','','','','105','Cash',20.69,'150','','','4','','1','2021-09-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','209.50','208.5','Inclusive','branch','Inventory','','',''),('416321485644424232',4160,'41632148485','61','2.00','300','retail','0','2021-09-20 17:47:32','','','','105','Cash',41.38,'150','','','4','','1','2021-09-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','84.50','82.5','Inclusive','branch','Inventory','','',''),('416321485731055322',4161,'41632148485','60','4.00','600','retail','0','2021-09-20 17:47:32','','','','105','Cash',82.76,'150','','','4','','1','2021-09-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','8.00','4','Inclusive','branch','Inventory','','',''),('416321485862124220',4162,'41632148485','66','2.00','400','retail','0','2021-09-20 17:47:32','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','58.50','56.5','Inclusive','branch','Inventory','','',''),('416321486800028131',4163,'41632148485','278','6.00','600','retail','0','2021-09-20 17:47:32','','','','45','Cash',82.76,'100','','','4','','1','2021-09-20 14:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','6.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416321487010042221',4164,'41632148485','277','9.00','1800','retail','0','2021-09-20 17:47:32','','','','65','Cash',248.28,'200','','','4','','1','2021-09-20 14:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416321487192334938',4165,'41632148485','285','1.00','300','retail','0','2021-09-20 17:47:32','','','','180','Cash',41.38,'300','','','4','','1','2021-09-20 14:47:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','30.25','29.25','Inclusive','branch','Inventory','1110','4000','5500'),('416321493949434332',4166,'41632149258','20','16.00','15200','retail','0','2021-09-20 17:50:31','','','','642','Cash',2096.55,'950','','','4','','1','2021-09-20 14:50:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','65.00','49','Inclusive','branch','Inventory','','',''),('416321495691032035',4167,'41632149454','282','1.00','2400','retail','0','2021-09-20 17:53:07','','','','1800','Cash',331.03,'2400','','','4','','1','2021-09-20 14:53:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416321496083033394',4168,'41632149591','2','3.00','1650','retail','0','2021-09-20 17:53:44','','','','530','Cash',227.59,'550','','','4','','1','2021-09-20 14:53:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','442.00','439','Inclusive','branch','18','','',''),('416321496442222603',4169,'41632149629','19','20.00','17600','retail','0','2021-09-20 18:02:46','','','','725','Cash',2427.59,'880','','','4','','1','2021-09-20 15:02:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','94.00','74','Inclusive','branch','Inventory','','',''),('416321496632233324',4170,'41632149629','285','2.00','600','retail','0','2021-09-20 18:02:46','','','','180','Cash',82.76,'300','','','4','','1','2021-09-20 15:02:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','29.25','27.25','Inclusive','branch','Inventory','1110','4000','5500'),('416321496773222233',4171,'41632149629','60','2.50','375','retail','0','2021-09-20 18:02:46','','','','105','Cash',51.72,'150','','','4','','1','2021-09-20 15:02:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','4.00','1.5','Inclusive','branch','Inventory','','',''),('416321496864001146',4172,'41632149629','62','2.00','360','retail','0','2021-09-20 18:02:46','','','','105','Cash',49.66,'180','','','4','','1','2021-09-20 15:02:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','208.50','206.5','Inclusive','branch','Inventory','','',''),('416321496963343602',4173,'41632149629','63','2.00','300','retail','0','2021-09-20 18:02:46','','','','105','Cash',41.38,'150','','','4','','1','2021-09-20 15:02:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','195.25','193.25','Inclusive','branch','Inventory','','',''),('416321497084370323',4174,'41632149629','66','1.00','250','retail','0','2021-09-20 18:02:46','','','','150.00','Cash',34.48,'250','','','4','','1','2021-09-20 15:02:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','56.50','55.5','Inclusive','branch','Inventory','','',''),('416321501900323240',4175,'41632150176','2','20.00','11000','retail','0','2021-09-20 18:03:25','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-20 15:03:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','439.00','419','Inclusive','branch','18','','',''),('416321502280022225',4176,'41632150210','60','1.00','180','retail','0','2021-09-20 18:07:53','','','','105','Cash',24.83,'180','','','4','','1','2021-09-20 15:07:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','1.50','0.5','Inclusive','branch','Inventory','','',''),('416321502372071272',4177,'41632150210','62','3.00','450','retail','0','2021-09-20 18:07:53','','','','105','Cash',62.07,'150','','','4','','1','2021-09-20 15:07:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','206.50','203.5','Inclusive','branch','Inventory','','',''),('416321502462043300',4178,'41632150210','63','5.00','750','retail','0','2021-09-20 18:07:53','','','','105','Cash',103.45,'150','','','4','','1','2021-09-20 15:07:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','193.25','188.25','Inclusive','branch','Inventory','','',''),('416321502581050282',4179,'41632150210','61','5.00','750','retail','0','2021-09-20 18:07:53','','','','105','Cash',103.45,'150','','','4','','1','2021-09-20 15:07:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','82.50','77.5','Inclusive','branch','Inventory','','',''),('416321502673762237',4180,'41632150210','66','3.00','660','retail','0','2021-09-20 18:07:53','','','','150.00','Cash',91.03,'220','','','4','','1','2021-09-20 15:07:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','55.50','52.5','Inclusive','branch','Inventory','','',''),('416321505030522633',4181,'41632150478','165','2.00','400','retail','0','2021-09-20 18:11:41','','','','130','Cash',55.17,'200','','','4','','1','2021-09-20 15:11:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','34.50','32.5','Inclusive','branch','Inventory','','',''),('416321505692342313',4182,'41632150478','58','2.00','400','retail','0','2021-09-20 18:11:41','','','','130','Cash',55.17,'200','','','4','','1','2021-09-20 15:11:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','23.5','Inclusive','branch','Inventory','','',''),('416321505892220119',4183,'41632150478','61','5.00','750','retail','0','2021-09-20 18:11:41','','','','105','Cash',103.45,'150','','','4','','1','2021-09-20 15:11:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','77.50','72.5','Inclusive','branch','Inventory','','',''),('416321506073022023',4184,'41632150478','62','3.00','450','retail','0','2021-09-20 18:11:41','','','','105','Cash',62.07,'150','','','4','','1','2021-09-20 15:11:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','203.50','200.5','Inclusive','branch','Inventory','','',''),('416321507202210310',4185,'41632150709','66','1.00','200','retail','0','2021-09-20 18:12:16','','','','150.00','Cash',27.59,'200','','','4','','1','2021-09-20 15:12:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','52.50','51.5','Inclusive','branch','Inventory','','',''),('416322286184238332',4186,'41632228596','14','6.00','6600','retail','0','2021-09-21 15:50:54','','','','1065','Cash',910.34,'1100','','','4','','1','2021-09-21 12:51:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','229.00','223','Inclusive','branch','Inventory','','',''),('416322288653223128',4187,'41632228682','220','1.00','3600','retail','0','2021-09-21 15:54:27','','','','3050','Cash',496.55,'3600','','','4','','1','2021-09-21 12:54:41','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416322289140333238',4188,'41632228882','14','64.00','68480','retail','0','2021-09-21 16:00:44','','','','1065','Cash',9445.52,'1070','','','4','','1','2021-09-21 13:00:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','922.41','','223.00','159','Inclusive','branch','Inventory','','',''),('416322289352303304',4189,'41632228882','66','10.00','2500','retail','0','2021-09-21 16:00:44','','','','150.00','Cash',344.83,'250','','','4','','1','2021-09-21 13:00:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','51.50','41.5','Inclusive','branch','Inventory','','',''),('416322289502402319',4190,'41632228882','248','10.00','1500','retail','0','2021-09-21 16:00:44','','','','40','Cash',206.90,'150','','','4','','1','2021-09-21 13:00:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','24.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416322293472932332',4191,'41632229257','232','1.00','750','retail','0','2021-09-21 16:02:52','','','','2','Cash',103.45,'750','','','4','','1','2021-09-21 13:03:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','84.50','83.5','Inclusive','branch','Inventory','1110','4000','5500'),('416322294056994402',4192,'41632229381','281','3.00','300','retail','0','2021-09-21 16:03:56','','','','55','Cash',41.38,'100','','','4','','1','2021-09-21 13:04:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','27.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416322294642223303',4193,'41632229442','2','15.00','8250','retail','0','2021-09-21 16:07:14','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-21 13:07:27','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','419.00','404','Inclusive','branch','18','','',''),('416322294811040031',4194,'41632229442','232','1.00','800','retail','0','2021-09-21 16:07:14','','','','2','Cash',110.34,'800','','','4','','1','2021-09-21 13:07:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','83.50','82.5','Inclusive','branch','Inventory','1110','4000','5500'),('416322296772636400',4195,'41632229650','20','5.00','4750','retail','0','2021-09-21 16:08:44','','','','642','Cash',655.17,'950','','','4','','1','2021-09-21 13:08:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','49.00','44','Inclusive','branch','Inventory','','',''),('416322297553050202',4196,'41632229731','14','3.00','3300','retail','0','2021-09-21 16:09:42','','','','1065','Cash',455.17,'1100','','','4','','1','2021-09-21 13:10:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','159.00','156','Inclusive','branch','Inventory','','',''),('416322298343303362',4197,'41632229805','2','1.00','550','retail','0','2021-09-21 16:13:34','','','','530','Cash',75.86,'550','','','4','','1','2021-09-21 13:13:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','404.00','403','Inclusive','branch','18','','',''),('416322298782340202',4198,'41632229805','247','4.00','1200','retail','0','2021-09-21 16:13:34','','','','190','Cash',165.52,'300','','','4','','1','2021-09-21 13:13:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','35.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416322299873242322',4199,'41632229805','232','1.00','350','retail','0','2021-09-21 16:13:34','','','','2','Cash',48.28,'350','','','4','','1','2021-09-21 13:13:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','82.50','81.5','Inclusive','branch','Inventory','1110','4000','5500'),('416322300842033003',4200,'41632230023','19','6.00','5400','retail','0','2021-09-21 18:01:30','','','','725','Cash',744.83,'900','','','4','','1','2021-09-21 15:01:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','74.00','68','Inclusive','branch','Inventory','','',''),('416322302020202202',4201,'41632230023','209','7.00','2450','retail','0','2021-09-21 18:01:30','','','','200','Cash',337.93,'350','','','4','','1','2021-09-21 15:01:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','41.00','34','Inclusive','branch','Inventory','','',''),('416322303322420043',4202,'41632230023','63','3.00','450','retail','0','2021-09-21 18:01:30','','','','105','Cash',62.07,'150','','','4','','1','2021-09-21 15:01:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','188.25','185.25','Inclusive','branch','Inventory','','',''),('416322303450223652',4203,'41632230023','62','3.00','450','retail','0','2021-09-21 18:01:30','','','','105','Cash',62.07,'150','','','4','','1','2021-09-21 15:01:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','200.50','197.5','Inclusive','branch','Inventory','','',''),('416322303564030120',4204,'41632230023','61','3.00','450','retail','0','2021-09-21 18:01:30','','','','105','Cash',62.07,'150','','','4','','1','2021-09-21 15:01:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','72.50','119.5','Inclusive','branch','Inventory','','',''),('416322308150022223',4205,'41632230023','60','4.00','600','retail','0','2021-09-21 18:01:30','','','','105','Cash',82.76,'150','','','4','','1','2021-09-21 15:01:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.50','46.5','Inclusive','branch','Inventory','','',''),('416322366113634221',4206,'41632236532','60','2.00','300','retail','0','2021-09-21 18:09:45','','','','105','Cash',41.38,'150','','','4','','1','2021-09-21 15:09:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','46.50','44.5','Inclusive','branch','Inventory','','',''),('416322366312342203',4207,'41632236532','61','5.00','750','retail','0','2021-09-21 18:09:45','','','','105','Cash',103.45,'150','','','4','','1','2021-09-21 15:09:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','119.50','114.5','Inclusive','branch','Inventory','','',''),('416322366453120046',4208,'41632236532','62','1.00','150','retail','0','2021-09-21 18:09:45','','','','105','Cash',20.69,'150','','','4','','1','2021-09-21 15:09:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.50','196.5','Inclusive','branch','Inventory','','',''),('416322366632030133',4209,'41632236532','63','5.00','750','retail','0','2021-09-21 18:09:45','','','','105','Cash',103.45,'150','','','4','','1','2021-09-21 15:09:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','185.25','180.25','Inclusive','branch','Inventory','','',''),('416322366843328336',4210,'41632236532','66','5.00','1000','retail','0','2021-09-21 18:09:45','','','','150.00','Cash',137.93,'200','','','4','','1','2021-09-21 15:09:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','91.50','86.5','Inclusive','branch','Inventory','','',''),('416322367147407243',4211,'41632236532','248','4.00','800','retail','0','2021-09-21 18:09:45','','','','40','Cash',110.34,'200','','','4','','1','2021-09-21 15:09:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416322370332302336',4212,'41632236996','232','1.00','5','retail','0','2021-09-21 18:10:36','','','','2','Cash',0.69,'5','','','4','','1','2021-09-21 15:10:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','81.50','80.5','Inclusive','branch','Inventory','1110','4000','5500'),('416322371212122333',4213,'41632237058','60','1.00','150','retail','0','2021-09-21 18:12:16','','','','105','Cash',20.69,'150','','','4','','1','2021-09-21 15:12:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','44.50','43.5','Inclusive','branch','Inventory','','',''),('416322372585023250',4214,'41632237143','2','3.00','1650','retail','0','2021-09-21 18:14:37','','','','530','Cash',227.59,'550','','','4','','1','2021-09-21 15:14:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','403.00','400','Inclusive','branch','18','','',''),('416322373592293032',4215,'41632237285','2','25.00','13750','retail','0','2021-09-21 18:16:19','','','','530','Cash',1896.55,'550','','','4','','1','2021-09-21 15:20:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','400.00','375','Inclusive','branch','18','','',''),('416322376562241323',4216,'41632237624','2','20.00','11000','retail','0','2021-09-21 18:22:52','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-21 15:23:57','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','375.00','355','Inclusive','branch','18','','',''),('416322875790363731',4217,'41632287568','232','1.00','4700','retail','0','2021-09-21 08:13:14','','','','2','Cash',648.28,'4700','','','4','','1','2021-09-22 05:19:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4051.72','','80.50','79.5','Inclusive','branch','Inventory','1110','4000','5500'),('416322925673032323',4218,'41632288135','2','1.00','550','retail','0','2021-09-22 09:36:28','','','','530','Cash',75.86,'550','','','4','','1','2021-09-22 06:37:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','355.00','354','Inclusive','branch','18','','',''),('416322926682242443',4219,'41632292643','14','16.00','16800','retail','0','2021-09-22 09:38:27','','','','1065','Cash',2317.24,'1050','','','4','','1','2021-09-22 06:38:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','156.00','140','Inclusive','branch','Inventory','','',''),('416322927373223330',4220,'41632292714','19','10.00','8500','retail','0','2021-09-22 09:39:26','','','','725','Cash',1172.41,'850','','','4','','1','2021-09-22 06:39:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','68.00','58','Inclusive','branch','Inventory','','',''),('416322928033024222',4221,'41632292777','60','5.00','750','retail','0','2021-09-22 09:40:33','','','','105','Cash',103.45,'150','','','4','','1','2021-09-22 06:40:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','38.5','Inclusive','branch','Inventory','','',''),('416322928744020403',4222,'41632292840','212','1.00','12500','retail','0','2021-09-22 09:42:07','','','','12600','Cash',1724.14,'12500','','','4','','1','2021-09-22 06:42:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10775.86','','9.00','8','Inclusive','branch','Inventory','','',''),('416322928892022202',4223,'41632292840','163','2.00','400','retail','0','2021-09-22 09:42:07','','','','130','Cash',55.17,'200','','','4','','1','2021-09-22 06:42:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','65.00','63','Inclusive','branch','Inventory','','',''),('416323180398430210',4224,'41632318015','259','1.00','300','retail','0','2021-09-22 16:40:42','','','','150 ','Cash',41.38,'300','','','4','','1','2021-09-22 13:41:52','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','368.00','367','Inclusive','branch','Inventory','1110','4000','5500'),('416323181360321320',4225,'41632318114','232','1.00','150','retail','0','2021-09-22 16:43:01','','','','2','Cash',20.69,'150','','','4','','1','2021-09-22 13:43:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','79.50','78.5','Inclusive','branch','Inventory','1110','4000','5500'),('416323182373240224',4226,'41632318209','60','1.00','150','retail','0','2021-09-22 16:48:47','','','','105','Cash',20.69,'150','','','4','','1','2021-09-22 13:49:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','38.50','37.5','Inclusive','branch','Inventory','','',''),('416323182601323330',4227,'41632318209','62','1.00','150','retail','0','2021-09-22 16:48:47','','','','105','Cash',20.69,'150','','','4','','1','2021-09-22 13:49:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','196.50','195.5','Inclusive','branch','Inventory','','',''),('416323184848038203',4228,'41632318209','163','2.00','400','retail','0','2021-09-22 16:48:47','','','','130','Cash',55.17,'200','','','4','','1','2021-09-22 13:49:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','63.00','60','Inclusive','branch','Inventory','','',''),('416323185952133016',4229,'41632318542','174','7.00','1050','retail','0','2021-09-22 16:50:44','','','','120','Cash',144.83,'150','','','4','','1','2021-09-22 13:50:51','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','33.00','26','Inclusive','branch','Inventory','','',''),('416323186866603320',4230,'41632318651','2','15.00','8250','retail','0','2021-09-22 16:53:13','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-22 13:54:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','654.00','639','Inclusive','branch','18','','',''),('416323187692326223',4231,'41632318651','232','1.00','450','retail','0','2021-09-22 16:53:13','','','','2','Cash',62.07,'450','','','4','','1','2021-09-22 13:54:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','78.50','77.5','Inclusive','branch','Inventory','1110','4000','5500'),('416323189512423033',4232,'41632318875','155','1.00','4500','retail','0','2021-09-22 16:56:39','','','','3800','Cash',620.69,'4500','','','4','','1','2021-09-22 13:57:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','3.00','2','Inclusive','branch','Inventory','','',''),('416323190912231319',4233,'41632319023','14','6.00','6300','retail','0','2021-09-22 17:01:42','','','','1065','Cash',868.97,'1050','','','4','','1','2021-09-22 14:02:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','230.00','224','Inclusive','branch','Inventory','','',''),('416323193783642416',4234,'41632319324','20','1.00','950','retail','0','2021-09-22 17:03:56','','','','642','Cash',131.03,'950','','','4','','1','2021-09-22 14:04:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','44.00','43','Inclusive','branch','Inventory','','',''),('416323194163103332',4235,'41632319324','299','60.00','1500','retail','0','2021-09-22 17:03:56','','','','15','Cash',206.90,'25','','','4','','1','2021-09-22 14:04:06','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','94.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416323198952209320',4236,'41632319870','108','20.00','22000','retail','0','2021-09-22 17:11:52','','','','900','Cash',3034.48,'1100','','','4','','1','2021-09-22 14:12:00','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','39.00','19','Inclusive','branch','Inventory','','',''),('416323199480022339',4237,'41632319921','288','4.00','2400','retail','0','2021-09-22 17:12:44','','','','480','Cash',331.03,'600','','','4','','1','2021-09-22 14:12:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','45.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416323199966233233',4238,'41632319974','232','1.00','700','retail','0','2021-09-22 17:14:54','','','','2','Cash',96.55,'700','','','4','','1','2021-09-22 14:15:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','77.50','76.5','Inclusive','branch','Inventory','1110','4000','5500'),('416323200622323300',4239,'41632319974','204','1.00','200','retail','0','2021-09-22 17:14:54','','','','50','Cash',27.59,'200','','','4','','1','2021-09-22 14:15:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','3.00','2','Inclusive','branch','Inventory','','',''),('416323201262302332',4240,'41632320107','62','2.00','300','retail','0','2021-09-22 17:15:57','','','','105','Cash',41.38,'150','','','4','','1','2021-09-22 14:16:01','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','195.50','193.5','Inclusive','branch','Inventory','','',''),('416323203373033203',4241,'41632320162','60','0.50','90','retail','0','2021-09-22 17:21:25','','','','105','Cash',12.41,'180','','','4','','1','2021-09-22 14:21:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','37.50','37','Inclusive','branch','Inventory','','',''),('416323204273020302',4242,'41632320162','62','0.50','90','retail','0','2021-09-22 17:21:25','','','','105','Cash',12.41,'180','','','4','','1','2021-09-22 14:21:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','193.50','193','Inclusive','branch','Inventory','','',''),('416323204433333243',4243,'41632320162','63','1.00','170','retail','0','2021-09-22 17:21:25','','','','105','Cash',23.45,'170','','','4','','1','2021-09-22 14:21:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','180.25','179.25','Inclusive','branch','Inventory','','',''),('416323205130321303',4244,'41632320499','66','2.00','400','retail','0','2021-09-22 17:22:14','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-22 14:22:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','136.50','134.5','Inclusive','branch','Inventory','','',''),('416323205653323323',4245,'41632320540','2','3.00','1650','retail','0','2021-09-22 17:23:02','','','','530','Cash',227.59,'550','','','4','','1','2021-09-22 14:23:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','639.00','636','Inclusive','branch','18','','',''),('416323207400223203',4246,'41632320727','212','2.00','24000','retail','0','2021-09-22 17:27:00','','','','12600','Cash',3310.34,'12000','','','4','','1','2021-09-22 14:27:20','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10344.83','','13.00','11','Inclusive','branch','Inventory','','',''),('416323207940321332',4247,'41632320727','163','12.00','2400','retail','0','2021-09-22 17:27:00','','','','130','Cash',331.03,'200','','','4','','1','2021-09-22 14:27:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','61.00','49','Inclusive','branch','Inventory','','',''),('416324011962921222',4248,'41632401155','14','3.00','3150','retail','0','2021-09-23 15:48:43','','','','1065','Cash',434.48,'1050','','','4','','1','2021-09-23 12:48:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','224.00','221','Inclusive','branch','Inventory','','',''),('416324012352230230',4249,'41632401155','20','7.00','6650','retail','0','2021-09-23 15:48:43','','','','642','Cash',917.24,'950','','','4','','1','2021-09-23 12:48:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','43.00','36','Inclusive','branch','Inventory','','',''),('416324013973203632',4250,'41632401337','232','1.00','80','retail','0','2021-09-23 15:50:27','','','','2','Cash',11.03,'80','','','4','','1','2021-09-23 12:51:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','76.50','75.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324015025440333',4251,'41632401475','14','2.00','2300','retail','0','2021-09-23 15:54:01','','','','1065','Cash',317.24,'1150','','','4','','1','2021-09-23 12:54:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','221.00','219','Inclusive','branch','Inventory','','',''),('416324015784213030',4252,'41632401475','146','1.00','700','retail','0','2021-09-23 15:54:01','','','','420','Cash',96.55,'700','','','4','','1','2021-09-23 12:54:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','14.00','13','Inclusive','branch','Inventory','','',''),('416324017616012333',4253,'41632401692','232','1.00','8600','retail','0','2021-09-23 15:58:44','','','','2','Cash',1186.21,'8600','','','4','','1','2021-09-23 12:59:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','7413.79','','75.50','74.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324018061203000',4254,'41632401692','323','1.00','900','retail','0','2021-09-23 15:58:44','','','','300','Cash',124.14,'900','','','4','','1','2021-09-23 12:59:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416324018523332602',4255,'41632401692','246','2.00','700','retail','0','2021-09-23 15:58:44','','','','200','Cash',96.55,'350','','','4','','1','2021-09-23 12:59:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','22.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416324019880220023',4256,'41632401949','14','5.00','5500','retail','0','2021-09-23 16:00:14','','','','1065','Cash',758.62,'1100','','','4','','1','2021-09-23 13:01:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','219.00','214','Inclusive','branch','Inventory','','',''),('416324020842221432',4257,'41632402065','14','3.00','3150','retail','0','2021-09-23 16:02:26','','','','1065','Cash',434.48,'1050','','','4','','1','2021-09-23 13:02:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','214.00','211','Inclusive','branch','Inventory','','',''),('416324022162224033',4258,'41632402155','274','1.00','500','retail','0','2021-09-23 16:05:45','','','','150 ','Cash',68.97,'500','','','4','','1','2021-09-23 13:05:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416324022562232023',4259,'41632402155','284','1.00','850','retail','0','2021-09-23 16:05:45','','','','630','Cash',117.24,'850','','','4','','1','2021-09-23 13:05:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('416324022982043402',4260,'41632402155','300','3.00','600','retail','0','2021-09-23 16:05:45','','','','150 ','Cash',82.76,'200','','','4','','1','2021-09-23 13:05:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416324065552306333',4261,'41632402356','62','50.00','6500','retail','0','2021-09-23 17:20:00','','','','105','Cash',896.55,'130','','','4','','1','2021-09-23 14:20:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','193.00','143','Inclusive','branch','Inventory','','',''),('416324065714362323',4262,'41632402356','63','25.00','3750','retail','0','2021-09-23 17:20:00','','','','105','Cash',517.24,'150','','','4','','1','2021-09-23 14:20:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','179.25','154.25','Inclusive','branch','Inventory','','',''),('416324066600300323',4263,'41632402356','232','1.00','3500','retail','0','2021-09-23 17:20:00','','','','2','Cash',482.76,'3500','','','4','','1','2021-09-23 14:20:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','74.50','73.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324068542642320',4264,'41632406840','258','2.00','4800','retail','0','2021-09-23 17:24:40','','','','2500','Cash',662.07,'2400','','','4','','1','2021-09-23 14:26:14','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416324069662202240',4265,'41632406840','232','1.00','12450','retail','0','2021-09-23 17:24:40','','','','2','Cash',1717.24,'12450','','','4','','1','2021-09-23 14:26:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','10732.76','','73.50','72.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324069943929344',4266,'41632406840','259','7.00','2100','retail','0','2021-09-23 17:24:40','','','','150 ','Cash',289.66,'300','','','4','','1','2021-09-23 14:26:14','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','367.00','360','Inclusive','branch','Inventory','1110','4000','5500'),('416324625610033353',4267,'41632462482','63','5.00','750','retail','0','2021-09-24 10:42:30','','','','105','Cash',103.45,'150','','','4','','1','2021-09-24 07:42:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','154.25','149.25','Inclusive','branch','Inventory','','',''),('416324625760273064',4268,'41632462482','62','10.00','1500','retail','0','2021-09-24 10:42:30','','','','105','Cash',206.90,'150','','','4','','1','2021-09-24 07:42:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','143.00','133','Inclusive','branch','Inventory','','',''),('416324625904223342',4269,'41632462482','60','2.00','300','retail','0','2021-09-24 10:42:30','','','','105','Cash',41.38,'150','','','4','','1','2021-09-24 07:42:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','37.00','35','Inclusive','branch','Inventory','','',''),('416324692712203003',4270,'41632462482','66','3.00','600','retail','0','2021-09-24 10:42:30','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-24 07:42:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.50','131.5','Inclusive','branch','Inventory','','',''),('416324692970324620',4271,'41632462482','51','5.00','2250','retail','0','2021-09-24 10:42:30','','','','310','Cash',310.34,'450','','','4','','1','2021-09-24 07:42:47','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','14.00','9','Inclusive','branch','Inventory','','',''),('416324693882348432',4272,'41632469368','62','1.50','225','retail','0','2021-09-24 10:46:42','','','','105','Cash',31.03,'150','','','4','','1','2021-09-24 07:46:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','133.00','131.5','Inclusive','branch','Inventory','','',''),('416324693999216231',4273,'41632469368','63','1.50','225','retail','0','2021-09-24 10:46:42','','','','105','Cash',31.03,'150','','','4','','1','2021-09-24 07:46:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','149.25','147.75','Inclusive','branch','Inventory','','',''),('416324694110332244',4274,'41632469368','66','0.50','150','retail','0','2021-09-24 10:46:42','','','','150.00','Cash',20.69,'300','','','4','','1','2021-09-24 07:46:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','131.50','131','Inclusive','branch','Inventory','','',''),('416324696301033223',4275,'41632469608','2','45.00','24750','retail','0','2021-09-24 10:48:02','','','','530','Cash',3413.79,'550','','','4','','1','2021-09-24 07:48:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','636.00','591','Inclusive','branch','18','','',''),('416324696592242030',4276,'41632469608','232','1.00','350','retail','0','2021-09-24 10:48:02','','','','2','Cash',48.28,'350','','','4','','1','2021-09-24 07:48:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','72.50','71.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324701123320222',4277,'41632469717','4','13.00','11050','retail','0','2021-09-24 10:59:43','','','','730','Cash',1524.14,'850','','','4','','1','2021-09-24 07:59:51','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','140.00','127','Inclusive','branch','Inventory','','',''),('416324701353467343',4278,'41632469717','2','15.00','8250','retail','0','2021-09-24 10:59:43','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-24 07:59:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','591.00','576','Inclusive','branch','18','','',''),('416324701513331020',4279,'41632469717','232','1.00','500','retail','0','2021-09-24 10:59:43','','','','2','Cash',68.97,'500','','','4','','1','2021-09-24 07:59:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','71.50','70.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324701640322122',4280,'41632469717','92','7.00','2100','retail','0','2021-09-24 10:59:43','','','','190','Cash',289.66,'300','','','4','','1','2021-09-24 07:59:51','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','56.00','49','Inclusive','branch','Inventory','','',''),('416324701763204320',4281,'41632469717','242','1.00','100','retail','0','2021-09-24 10:59:43','','','','90','Cash',13.79,'100','','','4','','1','2021-09-24 07:59:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416324921022239201',4282,'41632492074','146','2.00','1600','retail','0','2021-09-24 17:02:14','','','','420','Cash',220.69,'800','','','4','','1','2021-09-24 14:02:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','13.00','11','Inclusive','branch','Inventory','','',''),('416324921502061243',4283,'41632492140','232','1.00','200','retail','0','2021-09-24 17:02:44','','','','2','Cash',27.59,'200','','','4','','1','2021-09-24 14:02:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','70.50','69.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324922824002233',4284,'41632492175','300','1.00','200','retail','0','2021-09-24 17:05:06','','','','150 ','Cash',27.59,'200','','','4','','1','2021-09-24 14:05:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416324923223233324',4285,'41632492311','62','1.00','150','retail','0','2021-09-24 17:05:37','','','','105','Cash',20.69,'150','','','4','','1','2021-09-24 14:05:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','131.50','130.5','Inclusive','branch','Inventory','','',''),('416324935360333206',4286,'41632492341','2','6.00','3300','retail','0','2021-09-24 17:28:13','','','','530','Cash',455.17,'550','','','4','','1','2021-09-24 14:30:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','576.00','570','Inclusive','branch','18','','',''),('416324935532300232',4287,'41632492341','247','6.00','1800','retail','0','2021-09-24 17:28:13','','','','190','Cash',248.28,'300','','','4','','1','2021-09-24 14:30:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','31.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416324935763430237',4288,'41632492341','284','1.00','850','retail','0','2021-09-24 17:28:13','','','','630','Cash',117.24,'850','','','4','','1','2021-09-24 14:30:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500'),('416324936392339222',4289,'41632492341','232','1.00','350','retail','0','2021-09-24 17:28:13','','','','2','Cash',48.28,'350','','','4','','1','2021-09-24 14:30:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','69.50','68.5','Inclusive','branch','Inventory','1110','4000','5500'),('416324939542232692',4290,'41632493852','2','1.00','550','retail','0','2021-09-24 17:32:34','','','','530','Cash',75.86,'550','','','4','','1','2021-09-24 14:32:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','570.00','569','Inclusive','branch','18','','',''),('416325642732620440',4291,'41632564253','20','6.00','5700','retail','0','2021-09-25 13:05:50','','','','642','Cash',786.21,'950','','','4','','1','2021-09-25 10:06:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','36.00','30','Inclusive','branch','Inventory','','',''),('416325643002260303',4292,'41632564253','63','4.00','600','retail','0','2021-09-25 13:05:50','','','','105','Cash',82.76,'150','','','4','','1','2021-09-25 10:06:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','147.75','143.75','Inclusive','branch','Inventory','','',''),('416325643782223303',4293,'41632564363','2','10.00','5500','retail','0','2021-09-25 13:06:50','','','','530','Cash',758.62,'550','','','4','','1','2021-09-25 10:06:54','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','569.00','559','Inclusive','branch','18','','',''),('416325644373400131',4294,'41632564415','248','5.00','700','retail','0','2021-09-25 13:07:50','','','','40','Cash',96.55,'140','','','4','','1','2021-09-25 10:07:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','38.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416325646284463241',4295,'41632564610','8','25.00','12500','retail','0','2021-09-25 13:21:03','','','','330','Cash',1724.14,'500','','','4','','1','2021-09-25 10:21:28','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','33.00','8','Inclusive','branch','Inventory','','',''),('416325646733436040',4296,'41632564610','247','1.00','350','retail','0','2021-09-25 13:21:03','','','','190','Cash',48.28,'350','','','4','','1','2021-09-25 10:21:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416325647222322222',4297,'41632564610','132','0.50','750','retail','0','2021-09-25 13:21:03','','','','1000','Cash',103.45,'1500','','','4','','1','2021-09-25 10:21:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','10.00','9.5','Inclusive','branch','Inventory','','',''),('416325647432663600',4298,'41632564610','232','1.00','650','retail','0','2021-09-25 13:21:03','','','','2','Cash',89.66,'650','','','4','','1','2021-09-25 10:21:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','68.50','67.5','Inclusive','branch','Inventory','1110','4000','5500'),('416325647773023220',4299,'41632564610','280','1.00','200','retail','0','2021-09-25 13:21:03','','','','50','Cash',27.59,'200','','','4','','1','2021-09-25 10:21:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416325650023000354',4300,'41632564610','37','10.00','9800','retail','0','2021-09-25 13:21:03','','','','890','Cash',1351.72,'980','','','4','','1','2021-09-25 10:21:28','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','1.00','1','Inclusive','branch','Inventory','','',''),('416325650235332324',4301,'41632564610','186','3.00','450','retail','0','2021-09-25 13:21:03','','','','40','Cash',62.07,'150','','','4','','1','2021-09-25 10:21:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','23.00','20','Inclusive','branch','Inventory','','',''),('416325653336405233',4302,'41632565290','232','1.00','700','retail','0','2021-09-25 13:22:36','','','','2','Cash',96.55,'700','','','4','','1','2021-09-25 10:22:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','67.50','66.5','Inclusive','branch','Inventory','1110','4000','5500'),('416325654010231222',4303,'41632565377','19','6.00','5100','retail','0','2021-09-25 13:23:55','','','','725','Cash',703.45,'850','','','4','','1','2021-09-25 10:24:01','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','98.00','92','Inclusive','branch','Inventory','','',''),('416325680568283533',4304,'41632565445','66','1.00','250','retail','0','2021-09-25 14:08:03','','','','150.00','Cash',34.48,'250','','','4','','1','2021-09-25 11:08:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','131.00','130','Inclusive','branch','Inventory','','',''),('416325680652030652',4305,'41632565445','232','1.00','450','retail','0','2021-09-25 14:08:03','','','','2','Cash',62.07,'450','','','4','','1','2021-09-25 11:08:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','66.50','65.5','Inclusive','branch','Inventory','1110','4000','5500'),('416325681213231643',4306,'41632568102','20','10.00','9500','retail','0','2021-09-25 14:09:29','','','','642','Cash',1310.34,'950','','','4','','1','2021-09-25 11:09:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','30.00','20','Inclusive','branch','Inventory','','',''),('416325682155300562',4307,'41632568184','62','6.00','900','retail','0','2021-09-25 14:11:31','','','','105','Cash',124.14,'150','','','4','','1','2021-09-25 11:11:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','130.50','124.5','Inclusive','branch','Inventory','','',''),('416325682242046340',4308,'41632568184','66','3.00','600','retail','0','2021-09-25 14:11:31','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-25 11:11:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','130.00','127','Inclusive','branch','Inventory','','',''),('416325683143303182',4309,'41632568299','284','3.00','2550','retail','0','2021-09-25 14:12:50','','','','630','Cash',351.72,'850','','','4','','1','2021-09-25 11:12:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','72.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('416325683273265042',4310,'41632568299','286','1.00','450','retail','0','2021-09-25 14:12:50','','','','450','Cash',62.07,'450','','','4','','1','2021-09-25 11:12:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416325683930622802',4311,'41632568375','2','15.00','8250','retail','0','2021-09-25 14:15:18','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-25 11:15:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','559.00','544','Inclusive','branch','18','','',''),('416325684652403323',4312,'41632568375','103','30.00','3499.8','retail','0','2021-09-25 14:15:18','','','','120','Cash',482.73,'116.66','','','4','','1','2021-09-25 11:15:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','100.57','','567.00','537','Inclusive','branch','Inventory','','',''),('416325685424453242',4313,'41632568526','254','15.00','2250','retail','0','2021-09-25 14:17:37','','','','80','Cash',310.34,'150','','','4','','1','2021-09-25 11:17:45','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','383.00','368','Inclusive','branch','Inventory','1110','4000','5500'),('416325686153222406',4314,'41632568526','259','20.00','2000','retail','0','2021-09-25 14:17:37','','','','150 ','Cash',275.86,'100','','','4','','1','2021-09-25 11:17:45','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','360.00','340','Inclusive','branch','Inventory','1110','4000','5500'),('416325687322523220',4315,'41632568665','66','10.00','2000','retail','0','2021-09-25 11:33:29','','','','150.00','Cash',275.86,'200','','','4','','1','2021-09-26 08:33:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','127.00','117','Inclusive','branch','Inventory','','',''),('416326451866320832',4316,'41632568665','103','8.00','1200','retail','0','2021-09-25 11:33:29','','','','120','Cash',165.52,'150','','','4','','1','2021-09-26 08:33:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','537.00','529','Inclusive','branch','Inventory','','',''),('416327492752442133',4317,'41632749138','284','1.00','1100','retail','0','2021-09-27 16:28:24','','','','630','Cash',151.72,'1100','','','4','','1','2021-09-27 13:28:46','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','69.00','68','Inclusive','branch','Inventory','1110','4000','5500'),('416327493773600237',4318,'41632749326','72','20.00','26000','retail','0','2021-09-27 16:36:50','','','','1230','Cash',3586.21,'1300','','','4','','1','2021-09-27 13:39:10','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','183.00','163','Inclusive','branch','Inventory','','',''),('416327493953243034',4319,'41632749326','109','5.00','6500','retail','0','2021-09-27 16:36:50','','','','1180','Cash',896.55,'1300','','','4','','1','2021-09-27 13:39:10','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','101.00','96','Inclusive','branch','Inventory','','',''),('416327512836270322',4320,'41632749950','245','1.00','1800','retail','0','2021-09-27 17:03:54','','','','1300','Cash',248.28,'1800','','','4','','1','2021-09-27 14:04:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416327513000333323',4321,'41632749950','286','1.00','500','retail','0','2021-09-27 17:03:54','','','','450','Cash',68.97,'500','','','4','','1','2021-09-27 14:04:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','53.00','52','Inclusive','branch','Inventory','1110','4000','5500'),('416327513412321172',4322,'41632749950','295','1.00','200','retail','0','2021-09-27 17:03:54','','','','60','Cash',27.59,'200','','','4','','1','2021-09-27 14:04:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416327514690013062',4323,'41632751451','58','0.50','100','retail','0','2021-09-27 17:05:32','','','','130','Cash',13.79,'200','','','4','','1','2021-09-27 14:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','23.50','23','Inclusive','branch','Inventory','','',''),('416327514843331002',4324,'41632751451','232','1.00','250','retail','0','2021-09-27 17:05:32','','','','2','Cash',34.48,'250','','','4','','1','2021-09-27 14:05:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','65.50','64.5','Inclusive','branch','Inventory','1110','4000','5500'),('416327515742432630',4325,'41632751554','319','1.00','100','retail','0','2021-09-27 17:06:33','','','','75','Cash',13.79,'100','','','4','','1','2021-09-27 14:06:40','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','113.00','112','Inclusive','branch','Inventory','1110','4000','5500'),('416327516412034274',4326,'41632751601','8','3.00','1299.99','retail','0','2021-09-27 17:08:11','','','','330','Cash',179.31,'433.33','','','4','','1','2021-09-27 14:08:15','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','373.56','','183.00','180','Inclusive','branch','Inventory','','',''),('416327525202302326',4327,'41632752501','244','8.00','8000','retail','0','2021-09-27 17:23:46','','','','800','Cash',1103.45,'1000','','','4','','1','2021-09-27 14:25:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','13.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416327525352325053',4328,'41632752501','232','1.00','10140','retail','0','2021-09-27 17:23:46','','','','2','Cash',1398.62,'10140','','','4','','1','2021-09-27 14:25:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','8741.38','','64.50','63.5','Inclusive','branch','Inventory','1110','4000','5500'),('416327525533032242',4329,'41632752501','62','2.00','360','retail','0','2021-09-27 17:23:46','','','','105','Cash',49.66,'180','','','4','','1','2021-09-27 14:25:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','124.50','122.5','Inclusive','branch','Inventory','','',''),('416327527602423650',4330,'41632752739','2','10.00','5500','retail','0','2021-09-27 17:26:16','','','','530','Cash',758.62,'550','','','4','','1','2021-09-27 14:26:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','844.00','834','Inclusive','branch','18','','',''),('416327528831003130',4331,'41632752865','60','3.00','450','retail','0','2021-09-27 17:30:09','','','','105','Cash',62.07,'150','','','4','','1','2021-09-27 14:30:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','35.00','32','Inclusive','branch','Inventory','','',''),('416327528922106507',4332,'41632752865','61','9.00','1350','retail','0','2021-09-27 17:30:09','','','','105','Cash',186.21,'150','','','4','','1','2021-09-27 14:30:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','214.50','205.5','Inclusive','branch','Inventory','','',''),('416327529027222203',4333,'41632752865','62','4.00','600','retail','0','2021-09-27 17:30:09','','','','105','Cash',82.76,'150','','','4','','1','2021-09-27 14:30:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','122.50','118.5','Inclusive','branch','Inventory','','',''),('416327529230232000',4334,'41632752865','63','5.00','750','retail','0','2021-09-27 17:30:09','','','','105','Cash',103.45,'150','','','4','','1','2021-09-27 14:30:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','243.75','238.75','Inclusive','branch','Inventory','','',''),('416327531423030323',4335,'41632753020','134','13.00','12350','retail','0','2021-09-27 17:32:47','','','','750','Cash',1703.45,'950','','','4','','1','2021-09-27 14:33:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','200.00','187','Inclusive','branch','Inventory','','',''),('416327532263276222',4336,'41632753209','2','20.00','11000','retail','0','2021-09-27 17:34:01','','','','530','Cash',1517.24,'550','','','4','','1','2021-09-27 14:34:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','834.00','814','Inclusive','branch','18','','',''),('416327532733423740',4337,'41632753248','2','15.00','8250','retail','0','2021-09-27 17:35:38','','','','530','Cash',1137.93,'550','','','4','','1','2021-09-27 14:36:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','814.00','799','Inclusive','branch','18','','',''),('416327532933723332',4338,'41632753248','209','2.00','500','retail','0','2021-09-27 17:35:38','','','','200','Cash',68.97,'250','','','4','','1','2021-09-27 14:36:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','34.00','32','Inclusive','branch','Inventory','','',''),('416327534223033332',4339,'41632753398','2','10.00','5500','retail','0','2021-09-27 17:37:59','','','','530','Cash',758.62,'550','','','4','','1','2021-09-27 14:38:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','799.00','789','Inclusive','branch','18','','',''),('416327535040324333',4340,'41632753487','155','1.00','4500','retail','0','2021-09-27 17:41:01','','','','3800','Cash',620.69,'4500','','','4','','1','2021-09-27 14:41:06','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','2.00','1','Inclusive','branch','Inventory','','',''),('416327536172333323',4341,'41632753487','163','2.00','400','retail','0','2021-09-27 17:41:01','','','','130','Cash',55.17,'200','','','4','','1','2021-09-27 14:41:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','174.00','172','Inclusive','branch','Inventory','','',''),('416327536863224413',4342,'41632753668','62','1.00','150','retail','0','2021-09-27 17:42:29','','','','105','Cash',20.69,'150','','','4','','1','2021-09-27 14:42:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','118.50','117.5','Inclusive','branch','Inventory','','',''),('416327536972032332',4343,'41632753668','63','1.00','150','retail','0','2021-09-27 17:42:29','','','','105','Cash',20.69,'150','','','4','','1','2021-09-27 14:42:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','238.75','237.75','Inclusive','branch','Inventory','','',''),('416327537084570230',4344,'41632753668','163','3.00','600','retail','0','2021-09-27 17:42:29','','','','130','Cash',82.76,'200','','','4','','1','2021-09-27 14:42:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','172.00','169','Inclusive','branch','Inventory','','',''),('416327540834430054',4345,'41632753790','284','1.00','850','retail','0','2021-09-27 17:50:44','','','','630','Cash',117.24,'850','','','4','','1','2021-09-27 14:50:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500'),('416327540963343631',4346,'41632753790','232','1.00','350','retail','0','2021-09-27 17:50:44','','','','2','Cash',48.28,'350','','','4','','1','2021-09-27 14:50:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','63.50','62.5','Inclusive','branch','Inventory','1110','4000','5500'),('416327541162162533',4347,'41632753790','274','1.00','500','retail','0','2021-09-27 17:50:44','','','','150 ','Cash',68.97,'500','','','4','','1','2021-09-27 14:50:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416327541681328143',4348,'41632753790','270','1.00','150','retail','0','2021-09-27 17:50:44','','','','60','Cash',20.69,'150','','','4','','1','2021-09-27 14:50:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416327541960396003',4349,'41632753790','245','1.00','1800','retail','0','2021-09-27 17:50:44','','','','1300','Cash',248.28,'1800','','','4','','1','2021-09-27 14:50:55','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416329044963400223',4350,'41632904474','63','10.00','1500','retail','0','2021-09-28 11:35:46','','','','105','Cash',206.90,'150','','','4','','1','2021-09-29 08:36:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','237.75','227.75','Inclusive','branch','Inventory','','',''),('416329047853332208',4351,'41632904567','60','0.50','100','retail','0','2021-09-28 11:40:27','','','','105','Cash',13.79,'200','','','4','','1','2021-09-29 08:41:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','32.00','31.5','Inclusive','branch','Inventory','','',''),('416329048800823804',4352,'41632904865','232','1.00','50','retail','0','2021-09-28 11:41:48','','','','2','Cash',6.90,'50','','','4','','1','2021-09-29 08:42:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','62.50','61.5','Inclusive','branch','Inventory','1110','4000','5500'),('416329054824324031',4353,'41632904952','136','4.00','2400','retail','0','2021-09-29 11:56:19','','','','500','Cash',331.03,'600','','','4','','1','2021-09-29 08:56:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','150.00','146','Inclusive','branch','Inventory','','',''),('416329054943423330',4354,'41632904952','66','0.50','100','retail','0','2021-09-29 11:56:19','','','','150.00','Cash',13.79,'200','','','4','','1','2021-09-29 08:56:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','117.00','116.5','Inclusive','branch','Inventory','','',''),('416329061273011737',4355,'41632905807','255','1.00','300','retail','0','2021-09-28 12:02:42','','','','150','Cash',41.38,'300','','','4','','1','2021-09-29 09:03:13','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416329063342230320',4356,'41632906321','104','1.00','800','retail','0','2021-09-28 12:07:17','','','','150','Cash',110.34,'800','','','4','','1','2021-09-29 09:08:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','1.00','0','Inclusive','branch','Inventory','','',''),('416329063692332300',4357,'41632906321','232','1.00','500','retail','0','2021-09-28 12:07:17','','','','2','Cash',68.97,'500','','','4','','1','2021-09-29 09:08:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','61.50','60.5','Inclusive','branch','Inventory','1110','4000','5500'),('416329065280802036',4358,'41632906515','8','3.00','1500','retail','0','2021-09-28 12:09:05','','','','330','Cash',206.90,'500','','','4','','1','2021-09-29 09:10:15','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','180.00','177','Inclusive','branch','Inventory','','',''),('416329066600032633',4359,'41632906615','134','2.00','1850','retail','0','2021-09-28 12:14:32','','','','750','Cash',255.17,'925','','','4','','1','2021-09-29 09:14:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','797.41','','187.00','185','Inclusive','branch','Inventory','','',''),('416329066780324223',4360,'41632906615','72','1.00','1350','retail','0','2021-09-28 12:14:32','','','','1230','Cash',186.21,'1350','','','4','','1','2021-09-29 09:14:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1163.79','1','163.00','162','Inclusive','branch','Inventory','','',''),('416329067633022202',4361,'41632906615','66','1.00','250','retail','0','2021-09-28 12:14:32','','','','150.00','Cash',34.48,'250','','','4','','1','2021-09-29 09:14:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','116.50','115.5','Inclusive','branch','Inventory','','',''),('416329067833033433',4362,'41632906615','248','1.00','150','retail','0','2021-09-28 12:14:32','','','','40','Cash',20.69,'150','','','4','','1','2021-09-29 09:14:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416329069083230322',4363,'41632906895','163','1.00','200','retail','0','2021-09-28 12:15:45','','','','130','Cash',27.59,'200','','','4','','1','2021-09-29 09:16:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','169.00','168','Inclusive','branch','Inventory','','',''),('416329069223623260',4364,'41632906895','60','1.00','200','retail','0','2021-09-28 12:15:45','','','','105','Cash',27.59,'200','','','4','','1','2021-09-29 09:16:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','31.50','30.5','Inclusive','branch','Inventory','','',''),('416329070013122230',4365,'41632906979','63','0.50','100','retail','0','2021-09-28 12:17:21','','','','105','Cash',13.79,'200','','','4','','1','2021-09-29 09:17:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','227.75','227.25','Inclusive','branch','Inventory','','',''),('416329070903044093',4366,'41632907058','134','8.00','7600','retail','0','2021-09-28 12:18:59','','','','750','Cash',1048.28,'950','','','4','','1','2021-09-29 09:19:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','185.00','177','Inclusive','branch','Inventory','','',''),('416329072102002329',4367,'41632907194','60','1.00','200','retail','0','2021-09-28 12:20:32','','','','105','Cash',27.59,'200','','','4','','1','2021-09-29 09:20:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.50','29.5','Inclusive','branch','Inventory','','',''),('416329072622330322',4368,'41632907244','2','2.00','1100','retail','0','2021-09-28 12:21:29','','','','530','Cash',151.72,'550','','','4','','1','2021-09-29 09:21:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','789.00','787','Inclusive','branch','18','','',''),('416329252903402220',4369,'41632925266','163','5.00','1000','retail','0','2021-09-29 17:22:03','','','','130','Cash',137.93,'200','','','4','','1','2021-09-29 14:22:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','168.00','163','Inclusive','branch','Inventory','','',''),('416329253493549222',4370,'41632925331','2','18.00','9900','retail','0','2021-09-29 17:22:47','','','','530','Cash',1365.52,'550','','','4','','1','2021-09-29 14:23:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','787.00','769','Inclusive','branch','18','','',''),('416329254006262393',4371,'41632925383','244','2.00','2000','retail','0','2021-09-29 17:26:48','','','','800','Cash',275.86,'1000','','','4','','1','2021-09-29 14:28:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416329254113220134',4372,'41632925383','232','1.00','1900','retail','0','2021-09-29 17:26:48','','','','2','Cash',262.07,'1900','','','4','','1','2021-09-29 14:28:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','60.50','59.5','Inclusive','branch','Inventory','1110','4000','5500'),('416329254252234633',4373,'41632925383','163','3.00','600','retail','0','2021-09-29 17:26:48','','','','130','Cash',82.76,'200','','','4','','1','2021-09-29 14:28:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','163.00','160','Inclusive','branch','Inventory','','',''),('416329257543363402',4374,'41632925692','134','7.00','6650','retail','0','2021-09-29 17:29:52','','','','750','Cash',917.24,'950','','','4','','1','2021-09-29 14:30:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','177.00','170','Inclusive','branch','Inventory','','',''),('416329258273923234',4375,'41632925810','66','2.00','400','retail','0','2021-09-29 17:30:54','','','','150.00','Cash',55.17,'200','','','4','','1','2021-09-29 14:31:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','115.50','113.5','Inclusive','branch','Inventory','','',''),('416329259279336242',4376,'41632925867','319','1.00','150','retail','0','2021-09-29 17:33:31','','','','75','Cash',20.69,'150','','','4','','1','2021-09-29 14:33:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','112.00','111','Inclusive','branch','Inventory','1110','4000','5500'),('416329259442324321',4377,'41632925867','60','1.00','150','retail','0','2021-09-29 17:33:31','','','','105','Cash',20.69,'150','','','4','','1','2021-09-29 14:33:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','29.50','28.5','Inclusive','branch','Inventory','','',''),('416329259660332230',4378,'41632925867','134','8.00','7600','retail','0','2021-09-29 17:33:31','','','','750','Cash',1048.28,'950','','','4','','1','2021-09-29 14:33:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','170.00','162','Inclusive','branch','Inventory','','',''),('416329260560203022',4379,'41632926017','2','5.00','2800','retail','0','2021-09-29 17:34:38','','','','530','Cash',386.21,'560','','','4','','1','2021-09-29 14:34:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','769.00','764','Inclusive','branch','18','','',''),('416329261410333321',4380,'41632926085','51','9.00','3870','retail','0','2021-09-29 17:37:01','','','','310','Cash',533.79,'430','','','4','','1','2021-09-29 14:37:08','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','9.00','0','Inclusive','branch','Inventory','','',''),('416329262012002220',4381,'41632926085','47','1.00','430','retail','0','2021-09-29 17:37:01','','','','310','Cash',59.31,'430','','','4','','1','2021-09-29 14:37:08','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','3.00','2','Inclusive','branch','Inventory','','',''),('416329262509200062',4382,'41632926229','2','5.00','2800','retail','0','2021-09-29 17:37:56','','','','530','Cash',386.21,'560','','','4','','1','2021-09-29 14:38:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','764.00','759','Inclusive','branch','18','','',''),('416329265250232323',4383,'41632926282','134','5.00','4750','retail','0','2021-09-29 17:44:11','','','','750','Cash',655.17,'950','','','4','','1','2021-09-29 14:44:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','162.00','157','Inclusive','branch','Inventory','','',''),('416329265656363334',4384,'41632926282','135','2.00','1700','retail','0','2021-09-29 17:44:11','','','','625','Cash',234.48,'850','','','4','','1','2021-09-29 14:44:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','240.00','238','Inclusive','branch','Inventory','','',''),('416329266792396333',4385,'41632926665','66','4.00','800','retail','0','2021-09-29 17:45:06','','','','150.00','Cash',110.34,'200','','','4','','1','2021-09-29 14:45:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','113.50','109.5','Inclusive','branch','Inventory','','',''),('416329267512232333',4386,'41632926718','135','3.00','2499.99','retail','0','2021-09-28 17:46:14','','','','625','Cash',344.83,'833.33','','','4','','1','2021-09-29 14:46:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','718.39','','238.00','235','Inclusive','branch','Inventory','','',''),('416330087333333833',4387,'41633008667','134','5.00','4750','retail','0','2021-09-30 16:32:54','','','','750','Cash',655.17,'950','','','4','','1','2021-09-30 13:33:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','157.00','152','Inclusive','branch','Inventory','','',''),('416330088272738863',4388,'41633008811','146','2.00','1500','retail','0','2021-09-30 16:34:23','','','','420','Cash',206.90,'750','','','4','','1','2021-09-30 13:34:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','11.00','9','Inclusive','branch','Inventory','','',''),('416330089120123022',4389,'41633008871','134','13.00','12350','retail','0','2021-09-30 16:46:08','','','','750','Cash',1703.45,'950','','','4','','1','2021-09-30 13:46:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','152.00','139','Inclusive','branch','Inventory','','',''),('416330089955202200',4390,'41633008871','135','14.00','11900','retail','0','2021-09-30 16:46:08','','','','625','Cash',1641.38,'850','','','4','','1','2021-09-30 13:46:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','235.00','221','Inclusive','branch','Inventory','','',''),('416330090902320022',4391,'41633008871','63','2.00','300','retail','0','2021-09-30 16:46:08','','','','105','Cash',41.38,'150','','','4','','1','2021-09-30 13:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','227.25','225.25','Inclusive','branch','Inventory','','',''),('416330091212110300',4392,'41633008871','62','2.00','300','retail','0','2021-09-30 16:46:08','','','','105','Cash',41.38,'150','','','4','','1','2021-09-30 13:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','117.50','115.5','Inclusive','branch','Inventory','','',''),('416330091342402226',4393,'41633008871','66','3.00','600','retail','0','2021-09-30 16:46:08','','','','150.00','Cash',82.76,'200','','','4','','1','2021-09-30 13:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','109.50','106.5','Inclusive','branch','Inventory','','',''),('416330091523323263',4394,'41633008871','60','1.00','150','retail','0','2021-09-30 16:46:08','','','','105','Cash',20.69,'150','','','4','','1','2021-09-30 13:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','28.50','27.5','Inclusive','branch','Inventory','','',''),('416330091723333136',4395,'41633008871','64','3.00','450','retail','0','2021-09-30 16:46:08','','','','105','Cash',62.07,'150','','','4','','1','2021-09-30 13:46:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','32.00','29','Inclusive','branch','Inventory','','',''),('416330096213362020',4396,'41633009586','232','1.00','600','retail','0','2021-09-30 16:47:23','','','','2','Cash',82.76,'600','','','4','','1','2021-09-30 13:47:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','59.50','58.5','Inclusive','branch','Inventory','1110','4000','5500'),('416330097440302319',4397,'41633009672','232','1.00','800','retail','0','2021-09-30 16:49:18','','','','2','Cash',110.34,'800','','','4','','1','2021-09-30 13:49:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','58.50','57.5','Inclusive','branch','Inventory','1110','4000','5500'),('416330098370230023',4398,'41633009800','2','5.00','2750','retail','0','2021-09-30 16:51:01','','','','530','Cash',379.31,'550','','','4','','1','2021-09-30 13:51:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','759.00','754','Inclusive','branch','18','','',''),('416330104296604304',4399,'41633009908','9','1.00','3400','retail','0','2021-09-30 17:01:18','','','','2900','Cash',468.97,'3400','','','4','','1','2021-09-30 14:01:30','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','5.00','4','Inclusive','branch','Inventory','','',''),('416330104783220230',4400,'41633009908','8','1.00','500','retail','0','2021-09-30 17:01:18','','','','330','Cash',68.97,'500','','','4','','1','2021-09-30 14:01:30','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','177.00','176','Inclusive','branch','Inventory','','',''),('416330105099232224',4401,'41633010490','2','10.00','5500','retail','0','2021-09-30 17:02:36','','','','530','Cash',758.62,'550','','','4','','1','2021-09-30 14:02:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','754.00','744','Inclusive','branch','18','','',''),('416330105293420303',4402,'41633010490','163','2.00','400','retail','0','2021-09-30 17:02:36','','','','130','Cash',55.17,'200','','','4','','1','2021-09-30 14:02:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','160.00','158','Inclusive','branch','Inventory','','',''),('416330106390123230',4403,'41633010565','243','1.00','1800','retail','0','2021-09-30 17:04:44','','','','50','Cash',248.28,'1800','','','4','','1','2021-09-30 14:05:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416330106574230000',4404,'41633010565','232','1.00','500','retail','0','2021-09-30 17:04:44','','','','2','Cash',68.97,'500','','','4','','1','2021-09-30 14:05:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','57.50','56.5','Inclusive','branch','Inventory','1110','4000','5500'),('416330107572034320',4405,'41633010733','8','3.00','1500','retail','0','2021-09-30 17:06:24','','','','330','Cash',206.90,'500','','','4','','1','2021-09-30 14:06:32','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','176.00','173','Inclusive','branch','Inventory','','',''),('416330108272033234',4406,'41633010793','72','5.00','6500','retail','0','2021-09-30 17:07:33','','','','1230','Cash',896.55,'1300','','','4','','1','2021-09-30 14:07:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','162.00','157','Inclusive','branch','Inventory','','',''),('416330108833330033',4407,'41633010860','254','2.00','400','retail','0','2021-09-30 17:08:56','','','','80','Cash',55.17,'200','','','4','','1','2021-09-30 14:09:10','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','368.00','366','Inclusive','branch','Inventory','1110','4000','5500'),('416330109770400133',4408,'41633010952','247','1.00','300','retail','0','2021-09-30 17:10:40','','','','190','Cash',41.38,'300','','','4','','1','2021-09-30 14:10:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416330110041430232',4409,'41633010952','285','1.00','250','retail','0','2021-09-30 17:10:40','','','','180','Cash',34.48,'250','','','4','','1','2021-09-30 14:10:54','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','27.25','26.25','Inclusive','branch','Inventory','1110','4000','5500'),('416330110770201230',4410,'41633011054','136','5.00','3100','retail','0','2021-09-30 17:11:48','','','','500','Cash',427.59,'620','','','4','','1','2021-09-30 14:12:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','534.48','','146.00','141','Inclusive','branch','Inventory','','',''),('416330111492333313',4411,'41633011123','254','2.00','400','retail','0','2021-09-30 17:12:54','','','','80','Cash',55.17,'200','','','4','','1','2021-09-30 14:12:58','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','366.00','364','Inclusive','branch','Inventory','1110','4000','5500'),('416330111961313202',4412,'41633011178','60','0.50','100','retail','0','2021-09-30 17:13:45','','','','105','Cash',13.79,'200','','','4','','1','2021-09-30 14:13:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','27.50','27','Inclusive','branch','Inventory','','',''),('416330112853822203',4413,'41633011231','282','1.00','2300','retail','0','2021-09-30 17:42:05','','','','1800','Cash',317.24,'2300','','','4','','1','2021-09-30 14:42:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416330129743204030',4414,'41633012932','60','2.00','300','retail','0','2021-09-30 17:43:26','','','','105','Cash',41.38,'150','','','4','','1','2021-09-30 14:43:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','27.00','25','Inclusive','branch','Inventory','','',''),('416330130280003322',4415,'41633013012','282','1.00','2300','retail','0','2021-09-30 17:44:03','','','','1800','Cash',317.24,'2300','','','4','','1','2021-09-30 14:44:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416330130680060630',4416,'41633013047','107','4.00','3600','retail','0','2021-09-30 17:44:57','','','','780','Cash',496.55,'900','','','4','','1','2021-09-30 14:45:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','111.00','107','Inclusive','branch','Inventory','','',''),('416330975972232233',4417,'41633097561','14','8.00','8800','retail','0','2021-10-01 17:14:12','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-10-01 14:14:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','243.00','235','Inclusive','branch','Inventory','','',''),('416330977684942280',4418,'41633097685','63','4.00','600','retail','0','2021-10-01 17:18:10','','','','105','Cash',82.76,'150','','','4','','1','2021-10-01 14:18:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','225.25','221.25','Inclusive','branch','Inventory','','',''),('416330977812833434',4419,'41633097685','61','2.00','300','retail','0','2021-10-01 17:18:10','','','','105','Cash',41.38,'150','','','4','','1','2021-10-01 14:18:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','205.50','203.5','Inclusive','branch','Inventory','','',''),('416330978002333749',4420,'41633097685','62','2.00','300','retail','0','2021-10-01 17:18:10','','','','105','Cash',41.38,'150','','','4','','1','2021-10-01 14:18:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.50','113.5','Inclusive','branch','Inventory','','',''),('416330979133643331',4421,'41633097895','2','2.00','1100','retail','0','2021-10-01 17:37:33','','','','530','Cash',151.72,'550','','','4','','1','2021-10-01 14:37:45','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','744.00','742','Inclusive','branch','18','','',''),('416330979322403329',4422,'41633097895','286','3.00','1500','retail','0','2021-10-01 17:37:33','','','','450','Cash',206.90,'500','','','4','','1','2021-10-01 14:37:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','52.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('416330979643222362',4423,'41633097895','285','2.00','600','retail','0','2021-10-01 17:37:33','','','','180','Cash',82.76,'300','','','4','','1','2021-10-01 14:37:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','26.25','24.25','Inclusive','branch','Inventory','1110','4000','5500'),('416330987780302331',4424,'41633097895','37','2.00','1950','retail','0','2021-10-01 17:37:33','','','','890','Cash',268.97,'975','','','4','','1','2021-10-01 14:37:45','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','840.52','','3.00','1','Inclusive','branch','Inventory','','',''),('416330989573263300',4425,'41633097895','320','1.00','250','retail','0','2021-10-01 17:37:33','','','','120','Cash',34.48,'250','','','4','','1','2021-10-01 14:37:45','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','215.52','','89.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('416330990832333233',4426,'41633099066','270','1.00','200','retail','0','2021-10-01 17:38:30','','','','60','Cash',27.59,'200','','','4','','1','2021-10-01 14:39:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416330991613003092',4427,'41633099145','14','26.00','27820','retail','0','2021-10-01 17:42:26','','','','1065','Cash',3837.24,'1070','','','4','','1','2021-10-01 14:42:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','922.41','','235.00','209','Inclusive','branch','Inventory','','',''),('416330991923236239',4428,'41633099145','60','10.00','1500','retail','0','2021-10-01 17:42:26','','','','105','Cash',206.90,'150','','','4','','1','2021-10-01 14:42:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.00','15','Inclusive','branch','Inventory','','',''),('416330992063966269',4429,'41633099145','66','5.00','1100','retail','0','2021-10-01 17:42:26','','','','150.00','Cash',151.72,'220','','','4','','1','2021-10-01 14:42:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','106.50','101.5','Inclusive','branch','Inventory','','',''),('416330994686423362',4430,'41633099361','8','6.00','2700','retail','0','2021-10-01 17:47:53','','','','330','Cash',372.41,'450','','','4','','1','2021-10-01 14:48:00','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','173.00','167','Inclusive','branch','Inventory','','',''),('416330996550232633',4431,'41633099361','165','0.50','100','retail','0','2021-10-01 17:47:53','','','','130','Cash',13.79,'200','','','4','','1','2021-10-01 14:48:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','32.50','32','Inclusive','branch','Inventory','','',''),('416330996942220332',4432,'41633099682','62','2.00','300','retail','0','2021-10-01 17:49:03','','','','105','Cash',41.38,'150','','','4','','1','2021-10-01 14:49:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','113.50','111.5','Inclusive','branch','Inventory','','',''),('416330997053639233',4433,'41633099682','63','2.00','300','retail','0','2021-10-01 17:49:03','','','','105','Cash',41.38,'150','','','4','','1','2021-10-01 14:49:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','221.25','219.25','Inclusive','branch','Inventory','','',''),('416330997703033703',4434,'41633099753','163','4.00','800','retail','0','2021-10-01 17:49:51','','','','130','Cash',110.34,'200','','','4','','1','2021-10-01 14:49:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','158.00','154','Inclusive','branch','Inventory','','',''),('416330998223223920',4435,'41633099801','285','2.00','500','retail','0','2021-10-01 17:51:12','','','','180','Cash',68.97,'250','','','4','','1','2021-10-01 14:51:36','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','24.25','22.25','Inclusive','branch','Inventory','1110','4000','5500'),('416330998402299242',4436,'41633099801','270','1.00','150','retail','0','2021-10-01 17:51:12','','','','60','Cash',20.69,'150','','','4','','1','2021-10-01 14:51:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416330999190093110',4437,'41633099898','19','4.00','3400','retail','0','2021-10-01 17:52:31','','','','725','Cash',468.97,'850','','','4','','1','2021-10-01 14:52:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','92.00','88','Inclusive','branch','Inventory','','',''),('416330999844041320',4438,'41633099964','220','3.00','11100','retail','0','2021-10-01 17:53:28','','','','3050','Cash',1531.03,'3700','','','4','','1','2021-10-01 14:53:47','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','9.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416331000403333302',4439,'41633100028','232','1.00','600','retail','0','2021-10-01 17:54:14','','','','2','Cash',82.76,'600','','','4','','1','2021-10-01 14:54:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','56.50','55.5','Inclusive','branch','Inventory','1110','4000','5500'),('416331000972391230',4440,'41633100082','60','4.00','600','retail','0','2021-10-01 17:55:21','','','','105','Cash',82.76,'150','','','4','','1','2021-10-01 14:55:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','15.00','11','Inclusive','branch','Inventory','','',''),('416331002832021204',4441,'41633100266','134','7.00','6650','retail','0','2021-10-01 18:00:02','','','','750','Cash',917.24,'950','','','4','','1','2021-10-01 15:00:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','139.00','132','Inclusive','branch','Inventory','','',''),('416331002953334233',4442,'41633100266','66','2.00','450','retail','0','2021-10-01 18:00:02','','','','150.00','Cash',62.07,'225','','','4','','1','2021-10-01 15:00:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','101.50','99.5','Inclusive','branch','Inventory','','',''),('416331004603032332',4443,'41633100428','265','1.00','3900','retail','0','2021-10-01 18:03:03','','','','3050','Cash',537.93,'3900','','','4','','1','2021-10-01 15:05:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3362.07','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416331005133042612',4444,'41633100428','163','2.00','500','retail','0','2021-10-01 18:03:03','','','','130','Cash',68.97,'250','','','4','','1','2021-10-01 15:05:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','154.00','152','Inclusive','branch','Inventory','','',''),('416331007342300233',4445,'41633100704','243','1.00','2000','retail','0','2021-10-01 18:07:26','','','','50','Cash',275.86,'2000','','','4','','1','2021-10-01 15:07:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416331007533526035',4446,'41633100704','66','0.50','100','retail','0','2021-10-01 18:07:26','','','','150.00','Cash',13.79,'200','','','4','','1','2021-10-01 15:07:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','99.50','99','Inclusive','branch','Inventory','','',''),('416331009782102628',4447,'41633100962','78','24.00','31200','retail','0','2021-10-01 18:17:32','','','','1290','Cash',4303.45,'1300','','','4','','1','2021-10-01 15:17:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','43.00','18','Inclusive','branch','Inventory','','',''),('416331011171122231',4448,'41633100962','47','11.00','4950','retail','0','2021-10-01 18:17:32','','','','310','Cash',682.76,'450','','','4','','1','2021-10-01 15:17:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','22.00','11','Inclusive','branch','Inventory','','',''),('416331011393224130',4449,'41633100962','63','10.00','1500','retail','0','2021-10-01 18:17:32','','','','105','Cash',206.90,'150','','','4','','1','2021-10-01 15:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','219.25','209.25','Inclusive','branch','Inventory','','',''),('416331011493913144',4450,'41633100962','62','6.00','900','retail','0','2021-10-01 18:17:32','','','','105','Cash',124.14,'150','','','4','','1','2021-10-01 15:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.50','105.5','Inclusive','branch','Inventory','','',''),('416331011693203204',4451,'41633100962','60','5.00','750','retail','0','2021-10-01 18:17:32','','','','105','Cash',103.45,'150','','','4','','1','2021-10-01 15:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','11.00','6','Inclusive','branch','Inventory','','',''),('416331011898233022',4452,'41633100962','66','4.00','1000','retail','0','2021-10-01 18:17:32','','','','150.00','Cash',137.93,'250','','','4','','1','2021-10-01 15:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','99.00','95','Inclusive','branch','Inventory','','',''),('416331012173323212',4453,'41633100962','248','6.00','900','retail','0','2021-10-01 18:17:32','','','','40','Cash',124.14,'150','','','4','','1','2021-10-01 15:17:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','32.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416331012544033314',4454,'41633100962','277','2.00','800','retail','0','2021-10-01 18:17:32','','','','65','Cash',110.34,'400','','','4','','1','2021-10-01 15:17:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416331570703632003',4455,'41633157046','136','9.00','5670','retail','0','2021-10-01 09:47:00','','','','500','Cash',782.07,'630','','','4','','1','2021-10-02 06:47:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','141.00','132','Inclusive','branch','Inventory','','',''),('416331571580430323',4456,'41633157046','2','3.00','1650','retail','0','2021-10-01 09:47:00','','','','530','Cash',227.59,'550','','','4','','1','2021-10-02 06:47:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','742.00','739','Inclusive','branch','18','','',''),('416331709382236411',4457,'41633170638','56','0.50','800','retail','0','2021-10-02 13:36:20','','','','1130','Cash',110.34,'1600','','','4','','1','2021-10-02 10:36:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1379.31','','3.50','3','Inclusive','branch','Inventory','','',''),('416331710963232312',4458,'41633171037','74','9.00','9900','retail','0','2021-10-02 13:38:47','','','','1025','Cash',1365.52,'1100','','','4','','1','2021-10-02 10:38:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','177.00','168','Inclusive','branch','Inventory','','',''),('416331715753040234',4459,'41633171134','8','3.00','1350','retail','0','2021-10-02 13:47:47','','','','330','Cash',186.21,'450','','','4','','1','2021-10-02 10:47:58','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','167.00','164','Inclusive','branch','Inventory','','',''),('416331715996333132',4460,'41633171134','62','3.00','450','retail','0','2021-10-02 13:47:47','','','','105','Cash',62.07,'150','','','4','','1','2021-10-02 10:47:58','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','105.50','102.5','Inclusive','branch','Inventory','','',''),('416331717482334233',4461,'41633171679','63','6.00','900','retail','0','2021-10-02 13:52:39','','','','105','Cash',124.14,'150','','','4','','1','2021-10-02 10:52:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','209.25','203.25','Inclusive','branch','Inventory','','',''),('416331717583324223',4462,'41633171679','62','4.00','600','retail','0','2021-10-02 13:52:39','','','','105','Cash',82.76,'150','','','4','','1','2021-10-02 10:52:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','102.50','98.5','Inclusive','branch','Inventory','','',''),('416331717683333032',4463,'41633171679','165','2.00','400','retail','0','2021-10-02 13:52:39','','','','130','Cash',55.17,'200','','','4','','1','2021-10-02 10:52:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','32.00','30','Inclusive','branch','Inventory','','',''),('416331717893439212',4464,'41633171679','245','1.00','2000','retail','0','2021-10-02 13:52:39','','','','1300','Cash',275.86,'2000','','','4','','1','2021-10-02 10:52:48','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416331718052082233',4465,'41633171679','8','10.00','4500','retail','0','2021-10-02 13:52:39','','','','330','Cash',620.69,'450','','','4','','1','2021-10-02 10:52:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','164.00','154','Inclusive','branch','Inventory','','',''),('416331718241112333',4466,'41633171679','288','2.00','1100','retail','0','2021-10-02 13:52:39','','','','480','Cash',151.72,'550','','','4','','1','2021-10-02 10:52:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','41.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416331720492333333',4467,'41633171968','163','4.00','800','retail','0','2021-10-02 13:54:41','','','','130','Cash',110.34,'200','','','4','','1','2021-10-02 10:54:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','152.00','148','Inclusive','branch','Inventory','','',''),('416331721131121310',4468,'41633172088','66','5.00','1250','retail','0','2021-10-02 13:57:04','','','','150.00','Cash',172.41,'250','','','4','','1','2021-10-02 10:57:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','95.00','90','Inclusive','branch','Inventory','','',''),('416331721223220322',4469,'41633172088','63','6.00','900','retail','0','2021-10-02 13:57:04','','','','105','Cash',124.14,'150','','','4','','1','2021-10-02 10:57:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','203.25','197.25','Inclusive','branch','Inventory','','',''),('416331721333330320',4470,'41633172088','61','5.00','750','retail','0','2021-10-02 13:57:04','','','','105','Cash',103.45,'150','','','4','','1','2021-10-02 10:57:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','203.50','198.5','Inclusive','branch','Inventory','','',''),('416331723010230124',4471,'41633172271','14','3.00','3300','retail','0','2021-10-02 13:58:46','','','','1065','Cash',455.17,'1100','','','4','','1','2021-10-02 10:59:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','209.00','206','Inclusive','branch','Inventory','','',''),('416331723612031262',4472,'41633172344','270','1.00','150','retail','0','2021-10-02 13:59:22','','','','60','Cash',20.69,'150','','','4','','1','2021-10-02 10:59:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416331724302130044',4473,'41633172369','8','1.00','500','retail','0','2021-10-02 14:01:55','','','','330','Cash',68.97,'500','','','4','','1','2021-10-02 11:02:03','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','154.00','153','Inclusive','branch','Inventory','','',''),('416331724462202403',4474,'41633172369','146','1.00','750','retail','0','2021-10-02 14:01:55','','','','420','Cash',103.45,'750','','','4','','1','2021-10-02 11:02:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','9.00','8','Inclusive','branch','Inventory','','',''),('416331724686043233',4475,'41633172369','61','1.00','150','retail','0','2021-10-02 14:01:55','','','','105','Cash',20.69,'150','','','4','','1','2021-10-02 11:02:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','198.50','197.5','Inclusive','branch','Inventory','','',''),('416331725533223033',4476,'41633172524','2','15.00','8250','retail','0','2021-10-02 14:04:31','','','','530','Cash',1137.93,'550','','','4','','1','2021-10-02 11:08:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','739.00','724','Inclusive','branch','18','','',''),('416331730140330201',4477,'41633172903','264','1.00','4900','retail','0','2021-10-02 14:11:31','','','','3850','Cash',675.86,'4900','','','4','','1','2021-10-02 11:11:42','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4224.14','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416331731343330330',4478,'41633173103','8','1.00','450','retail','0','2021-10-02 17:29:40','','','','330','Cash',62.07,'450','','','4','','1','2021-10-02 14:29:50','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','153.00','152','Inclusive','branch','Inventory','','',''),('416331850190130338',4479,'41633184991','134','4.00','3800','retail','0','2021-10-02 17:33:04','','','','750','Cash',524.14,'950','','','4','','1','2021-10-02 14:33:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','132.00','128','Inclusive','branch','Inventory','','',''),('416331850633333126',4480,'41633184991','232','1.00','1800','retail','0','2021-10-02 17:33:04','','','','2','Cash',248.28,'1800','','','4','','1','2021-10-02 14:33:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','55.50','54.5','Inclusive','branch','Inventory','1110','4000','5500'),('416331850752233222',4481,'41633184991','60','1.00','150','retail','0','2021-10-02 17:33:04','','','','105','Cash',20.69,'150','','','4','','1','2021-10-02 14:33:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','6.00','5','Inclusive','branch','Inventory','','',''),('416331850975416033',4482,'41633184991','254','1.00','150','retail','0','2021-10-02 17:33:04','','','','80','Cash',20.69,'150','','','4','','1','2021-10-02 14:33:10','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','364.00','363','Inclusive','branch','Inventory','1110','4000','5500'),('416331852370607133',4483,'41633185190','284','1.00','850','retail','0','2021-10-02 17:35:04','','','','630','Cash',117.24,'850','','','4','','1','2021-10-02 14:35:08','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500'),('416331852595129032',4484,'41633185190','286','1.00','550','retail','0','2021-10-02 17:35:04','','','','450','Cash',75.86,'550','','','4','','1','2021-10-02 14:35:08','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416331852760020036',4485,'41633185190','320','1.00','200','retail','0','2021-10-02 17:35:04','','','','120','Cash',27.59,'200','','','4','','1','2021-10-02 14:35:08','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500'),('416331853433142033',4486,'41633185309','163','2.00','400','retail','0','2021-10-02 17:37:13','','','','130','Cash',55.17,'200','','','4','','1','2021-10-02 14:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','148.00','146','Inclusive','branch','Inventory','','',''),('416331853916023150',4487,'41633185309','253','1.00','6400','retail','0','2021-10-02 17:37:13','','','','5700','Cash',882.76,'6400','','','4','','1','2021-10-02 14:37:31','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416331854683035334',4488,'41633185454','232','1.00','300','retail','0','2021-10-02 17:38:09','','','','2','Cash',41.38,'300','','','4','','1','2021-10-02 14:38:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','54.50','53.5','Inclusive','branch','Inventory','1110','4000','5500'),('416333566373224224',4489,'41633352283','136','2.00','1200','retail','0','2021-10-04 17:12:32','','','','500','Cash',165.52,'600','','','4','','1','2021-10-04 14:12:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','132.00','130','Inclusive','branch','Inventory','','',''),('416333569733325070',4490,'41633356755','148','1.00','3800','retail','0','2021-10-04 17:19:31','','','','3200','Cash',524.14,'3800','','','4','','1','2021-10-04 14:19:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','1','6.00','5','Inclusive','branch','Inventory','','',''),('416333569853332022',4491,'41633356755','62','7.00','1050','retail','0','2021-10-04 17:19:31','','','','105','Cash',144.83,'150','','','4','','1','2021-10-04 14:19:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','98.50','91.5','Inclusive','branch','Inventory','','',''),('416333569964023302',4492,'41633356755','63','7.00','1050','retail','0','2021-10-04 17:19:31','','','','105','Cash',144.83,'150','','','4','','1','2021-10-04 14:19:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.25','190.25','Inclusive','branch','Inventory','','',''),('416333572182820302',4493,'41633357177','286','1.00','450','retail','0','2021-10-04 17:20:35','','','','450','Cash',62.07,'450','','','4','','1','2021-10-04 14:20:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('416333572722322032',4494,'41633357239','70','8.00','10400','retail','0','2021-10-04 17:22:35','','','','1230','Cash',1434.48,'1300','','','4','','1','2021-10-04 14:22:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','25.00','17','Inclusive','branch','Inventory','','',''),('416333573770323320',4495,'41633357358','47','6.00','2700','retail','0','2021-10-04 17:24:23','','','','310','Cash',372.41,'450','','','4','','1','2021-10-04 14:25:52','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','11.00','5','Inclusive','branch','Inventory','','',''),('416333573953202333',4496,'41633357358','77','4.00','4500','retail','0','2021-10-04 17:24:23','','','','1025','Cash',620.69,'1125','','','4','','1','2021-10-04 14:25:52','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','969.83','','32.00','28','Inclusive','branch','Inventory','','',''),('416333576173003320',4497,'41633357553','264','1.00','4500','retail','0','2021-10-04 17:27:17','','','','3850','Cash',620.69,'4500','','','4','','1','2021-10-04 14:27:22','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416333576801042330',4498,'41633357642','232','1.00','3000','retail','0','2021-10-04 17:28:27','','','','2','Cash',413.79,'3000','','','4','','1','2021-10-04 14:29:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','53.50','52.5','Inclusive','branch','Inventory','1110','4000','5500'),('416333577550333331',4499,'41633357745','135','2.00','1700','retail','0','2021-10-04 17:34:41','','','','625','Cash',234.48,'850','','','4','','1','2021-10-04 14:34:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','221.00','219','Inclusive','branch','Inventory','','',''),('416333577910030202',4500,'41633357745','220','1.00','3900','retail','0','2021-10-04 17:34:41','','','','3050','Cash',537.93,'3900','','','4','','1','2021-10-04 14:34:45','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3362.07','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416333578070373223',4501,'41633357745','60','0.50','90','retail','0','2021-10-04 17:34:41','','','','105','Cash',12.41,'180','','','4','','1','2021-10-04 14:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','5.00','4.5','Inclusive','branch','Inventory','','',''),('416333578182831023',4502,'41633357745','61','3.00','450','retail','0','2021-10-04 17:34:41','','','','105','Cash',62.07,'150','','','4','','1','2021-10-04 14:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.50','194.5','Inclusive','branch','Inventory','','',''),('416333578302220320',4503,'41633357745','62','2.00','300','retail','0','2021-10-04 17:34:41','','','','105','Cash',41.38,'150','','','4','','1','2021-10-04 14:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','91.50','89.5','Inclusive','branch','Inventory','','',''),('416333578423762301',4504,'41633357745','63','2.00','300','retail','0','2021-10-04 17:34:41','','','','105','Cash',41.38,'150','','','4','','1','2021-10-04 14:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','190.25','188.25','Inclusive','branch','Inventory','','',''),('416333578766320333',4505,'41633357745','66','1.00','260','retail','0','2021-10-04 17:34:41','','','','150.00','Cash',35.86,'260','','','4','','1','2021-10-04 14:34:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','224.14','','90.00','89','Inclusive','branch','Inventory','','',''),('416333580982202342',4506,'41633358085','2','3.00','1650','retail','0','2021-10-04 17:35:13','','','','530','Cash',227.59,'550','','','4','','1','2021-10-04 14:35:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','724.00','721','Inclusive','branch','18','','',''),('416333581868303002',4507,'41633358119','8','5.00','2500','retail','0','2021-10-04 17:37:49','','','','330','Cash',344.83,'500','','','4','','1','2021-10-04 14:38:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','152.00','147','Inclusive','branch','Inventory','','',''),('416333581951022320',4508,'41633358119','165','2.00','400','retail','0','2021-10-04 17:37:49','','','','130','Cash',55.17,'200','','','4','','1','2021-10-04 14:38:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.00','28','Inclusive','branch','Inventory','','',''),('416333582213040223',4509,'41633358119','232','1.00','350','retail','0','2021-10-04 17:37:49','','','','2','Cash',48.28,'350','','','4','','1','2021-10-04 14:38:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','52.50','51.5','Inclusive','branch','Inventory','1110','4000','5500'),('416333583212303323',4510,'41633358290','232','1.00','200','retail','0','2021-10-04 17:38:53','','','','2','Cash',27.59,'200','','','4','','1','2021-10-04 14:39:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.50','50.5','Inclusive','branch','Inventory','1110','4000','5500'),('416333583732224338',4511,'41633358353','232','1.00','6500','retail','0','2021-10-04 17:39:54','','','','2','Cash',896.55,'6500','','','4','','1','2021-10-04 14:40:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','5603.45','','50.50','49.5','Inclusive','branch','Inventory','1110','4000','5500'),('416333584592033333',4512,'41633358432','252','22.00','1980','retail','0','2021-10-04 17:42:00','','','','70','Cash',273.10,'90','','','4','','1','2021-10-04 14:42:04','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','195.00','173','Inclusive','branch','Inventory','1110','4000','5500'),('416333584700732083',4513,'41633358432','259','2.00','320','retail','0','2021-10-04 17:42:00','','','','150 ','Cash',44.14,'160','','','4','','1','2021-10-04 14:42:04','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','340.00','338','Inclusive','branch','Inventory','1110','4000','5500'),('416333585483843221',4514,'41633358524','97','9.00','7650','retail','0','2021-10-04 17:42:45','','','','720','Cash',1055.17,'850','','','4','','1','2021-10-04 14:42:50','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','100.00','91','Inclusive','branch','Inventory','','',''),('416333585858033230',4515,'41633358570','319','2.00','300','retail','0','2021-10-04 17:44:17','','','','75','Cash',41.38,'150','','','4','','1','2021-10-04 14:44:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.00','109','Inclusive','branch','Inventory','1110','4000','5500'),('416333586103003364',4516,'41633358570','61','1.00','150','retail','0','2021-10-04 17:44:17','','','','105','Cash',20.69,'150','','','4','','1','2021-10-04 14:44:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','194.50','193.5','Inclusive','branch','Inventory','','',''),('416333587445322423',4517,'41633358663','165','0.50','100','retail','0','2021-10-04 17:46:35','','','','130','Cash',13.79,'200','','','4','','1','2021-10-04 14:46:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','28.00','27.5','Inclusive','branch','Inventory','','',''),('416333588283333282',4518,'41633358803','284','1.00','850','retail','0','2021-10-04 17:47:55','','','','630','Cash',117.24,'850','','','4','','1','2021-10-04 14:48:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('416333588742330314',4519,'41633358803','300','1.00','250','retail','0','2021-10-04 17:47:55','','','','150 ','Cash',34.48,'250','','','4','','1','2021-10-04 14:48:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416333589103336422',4520,'41633358890','2','20.00','11000','retail','0','2021-10-04 17:48:46','','','','530','Cash',1517.24,'550','','','4','','1','2021-10-04 14:48:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','721.00','701','Inclusive','branch','18','','',''),('416333590332249232',4521,'41633358933','13','3.00','2850','retail','0','2021-10-04 17:51:24','','','','890','Cash',393.10,'950','','','4','','1','2021-10-04 14:51:34','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','16.00','13','Inclusive','branch','Inventory','','',''),('416333591146330125',4522,'41633359094','63','2.00','300','retail','0','2021-10-04 17:52:31','','','','105','Cash',41.38,'150','','','4','','1','2021-10-04 14:52:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','188.25','186.25','Inclusive','branch','Inventory','','',''),('416333591813188133',4523,'41633359166','14','7.00','7700','retail','0','2021-10-04 17:53:40','','','','1065','Cash',1062.07,'1100','','','4','','1','2021-10-04 14:53:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','206.00','199','Inclusive','branch','Inventory','','',''),('416333592830922332',4524,'41633359231','220','1.00','3800','retail','0','2021-10-04 17:55:20','','','','3050','Cash',524.14,'3800','','','4','','1','2021-10-04 14:55:28','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416333593650263356',4525,'41633359328','274','1.00','400','retail','0','2021-10-04 17:58:26','','','','150 ','Cash',55.17,'400','','','4','','1','2021-10-04 14:58:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416333593864260333',4526,'41633359328','300','1.00','200','retail','0','2021-10-04 17:58:26','','','','150 ','Cash',27.59,'200','','','4','','1','2021-10-04 14:58:32','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416333594010032333',4527,'41633359328','134','1.00','950','retail','0','2021-10-04 17:58:26','','','','750','Cash',131.03,'950','','','4','','1','2021-10-04 14:58:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','128.00','127','Inclusive','branch','Inventory','','',''),('416333595482032352',4528,'41633359512','61','3.00','450','retail','0','2021-10-04 17:59:43','','','','105','Cash',62.07,'150','','','4','','1','2021-10-04 14:59:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','193.50','190.5','Inclusive','branch','Inventory','','',''),('416334397757626032',4529,'41633439748','280','4.00','500','retail','0','2021-10-05 16:16:58','','','','50','Cash',68.97,'125','','','4','','1','2021-10-05 13:23:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','25.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416334402390423332',4530,'41633440229','8','1.00','500','retail','0','2021-10-05 16:24:00','','','','330','Cash',68.97,'500','','','4','','1','2021-10-05 13:24:12','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','147.00','146','Inclusive','branch','Inventory','','',''),('416334402823333033',4531,'41633440252','134','6.00','5880','retail','0','2021-10-05 16:25:45','','','','750','Cash',811.03,'980','','','4','','1','2021-10-05 13:25:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','127.00','121','Inclusive','branch','Inventory','','',''),('416334403732332324',4532,'41633440349','146','1.00','800','retail','0','2021-10-05 16:42:24','','','','420','Cash',110.34,'800','','','4','','1','2021-10-05 13:42:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','8.00','7','Inclusive','branch','Inventory','','',''),('416334404012244303',4533,'41633440349','58','0.50','100','retail','0','2021-10-05 16:42:24','','','','130','Cash',13.79,'200','','','4','','1','2021-10-05 13:42:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','23.00','22.5','Inclusive','branch','Inventory','','',''),('416334404113163302',4534,'41633440349','165','1.00','200','retail','0','2021-10-05 16:42:24','','','','130','Cash',27.59,'200','','','4','','1','2021-10-05 13:42:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','27.50','26.5','Inclusive','branch','Inventory','','',''),('416334404243342024',4535,'41633440349','61','1.00','180','retail','0','2021-10-05 16:42:24','','','','105','Cash',24.83,'180','','','4','','1','2021-10-05 13:42:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','190.50','189.5','Inclusive','branch','Inventory','','',''),('416334404342241333',4536,'41633440349','62','1.00','180','retail','0','2021-10-05 16:42:24','','','','105','Cash',24.83,'180','','','4','','1','2021-10-05 13:42:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','89.50','88.5','Inclusive','branch','Inventory','','',''),('416334404440332224',4537,'41633440349','63','2.00','360','retail','0','2021-10-05 16:42:24','','','','105','Cash',49.66,'180','','','4','','1','2021-10-05 13:42:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','186.25','184.25','Inclusive','branch','Inventory','','',''),('416334405873253403',4538,'41633440349','278','2.00','200','retail','0','2021-10-05 16:42:24','','','','45','Cash',27.59,'100','','','4','','1','2021-10-05 13:42:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416334406230204404',4539,'41633440349','277','2.00','400','retail','0','2021-10-05 16:42:24','','','','65','Cash',55.17,'200','','','4','','1','2021-10-05 13:42:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416334406584234333',4540,'41633440349','299','50.00','1250','retail','0','2021-10-05 16:42:24','','','','15','Cash',172.41,'25','','','4','','1','2021-10-05 13:42:52','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','34.00','184','Inclusive','branch','Inventory','1110','4000','5500'),('416334407673424200',4541,'41633440349','36','1.00','800','retail','0','2021-10-05 16:42:24','','','','450','Cash',110.34,'800','','','4','','1','2021-10-05 13:42:52','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','1','40.00','39','Inclusive','branch','Inventory','','',''),('416334407882323203',4542,'41633440349','232','1.00','2130','retail','0','2021-10-05 16:42:24','','','','2','Cash',293.79,'2130','','','4','','1','2021-10-05 13:42:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1836.21','','49.50','48.5','Inclusive','branch','Inventory','1110','4000','5500'),('416334408063332334',4543,'41633440349','2','4.00','2200','retail','0','2021-10-05 16:42:24','','','','530','Cash',303.45,'550','','','4','','1','2021-10-05 13:42:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','701.00','697','Inclusive','branch','18','','',''),('416334414281303642',4544,'41633441373','66','2.00','450','retail','0','2021-10-05 16:50:42','','','','150.00','Cash',62.07,'225','','','4','','1','2021-10-05 13:52:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','89.00','87','Inclusive','branch','Inventory','','',''),('416334414474702323',4545,'41633441373','61','1.00','150','retail','0','2021-10-05 16:50:42','','','','105','Cash',20.69,'150','','','4','','1','2021-10-05 13:52:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','189.50','188.5','Inclusive','branch','Inventory','','',''),('416334414592343242',4546,'41633441373','63','1.00','150','retail','0','2021-10-05 16:50:42','','','','105','Cash',20.69,'150','','','4','','1','2021-10-05 13:52:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','184.25','183.25','Inclusive','branch','Inventory','','',''),('416334414703024322',4547,'41633441373','64','1.00','150','retail','0','2021-10-05 16:50:42','','','','105','Cash',20.69,'150','','','4','','1','2021-10-05 13:52:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','29.00','28','Inclusive','branch','Inventory','','',''),('416334415611600222',4548,'41633441373','15','8.00','5600','retail','0','2021-10-05 16:50:42','','','','640','Cash',772.41,'700','','','4','','1','2021-10-05 13:52:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','65.00','57','Inclusive','branch','Inventory','','',''),('416334419904323302',4549,'41633441957','232','1.00','4700','retail','0','2021-10-05 16:53:21','','','','2','Cash',648.28,'4700','','','4','','1','2021-10-05 13:54:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4051.72','','48.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416334421282324303',4550,'41633442085','275','1.00','150','retail','0','2021-10-05 16:55:28','','','','80','Cash',20.69,'150','','','4','','1','2021-10-05 13:55:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416334421713214230',4551,'41633442149','9','1.00','3300','retail','0','2021-10-05 16:57:03','','','','2900','Cash',455.17,'3300','','','4','','1','2021-10-05 13:57:52','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','4.00','3','Inclusive','branch','Inventory','','',''),('416334421822030223',4552,'41633442149','232','1.00','3000','retail','0','2021-10-05 16:57:03','','','','2','Cash',413.79,'3000','','','4','','1','2021-10-05 13:57:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','47.50','46.5','Inclusive','branch','Inventory','1110','4000','5500'),('416334423954310533',4553,'41633442367','147','2.00','2000','retail','0','2021-10-05 17:00:23','','','','620','Cash',275.86,'1000','','','4','','1','2021-10-05 14:00:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','9.00','7','Inclusive','branch','Inventory','','',''),('416334425114343112',4554,'41633442427','146','1.00','800','retail','0','2021-10-05 17:10:12','','','','420','Cash',110.34,'800','','','4','','1','2021-10-05 14:10:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','7.00','6','Inclusive','branch','Inventory','','',''),('416334425242062056',4555,'41633442427','284','1.00','850','retail','0','2021-10-05 17:10:12','','','','630','Cash',117.24,'850','','','4','','1','2021-10-05 14:10:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('416334425970202325',4556,'41633442427','232','1.00','350','retail','0','2021-10-05 17:10:12','','','','2','Cash',48.28,'350','','','4','','1','2021-10-05 14:10:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','46.50','45.5','Inclusive','branch','Inventory','1110','4000','5500'),('416334426353223602',4557,'41633442427','270','1.00','150','retail','0','2021-10-05 17:10:12','','','','60','Cash',20.69,'150','','','4','','1','2021-10-05 14:10:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416334427162043220',4558,'41633442427','61','1.00','150','retail','0','2021-10-05 17:10:12','','','','105','Cash',20.69,'150','','','4','','1','2021-10-05 14:10:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','188.50','187.5','Inclusive','branch','Inventory','','',''),('416334431254312403',4559,'41633443040','63','1.00','150','retail','0','2021-10-05 17:12:29','','','','105','Cash',20.69,'150','','','4','','1','2021-10-05 14:12:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','183.25','182.25','Inclusive','branch','Inventory','','',''),('416334456324023023',4560,'41633445460','66','3.00','600','retail','0','2021-10-05 17:54:50','','','','150.00','Cash',82.76,'200','','','4','','1','2021-10-05 14:55:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','137.00','134','Inclusive','branch','Inventory','','',''),('416334457176333322',4561,'41633445706','2','10.00','5500','retail','0','2021-10-05 17:56:39','','','','530','Cash',758.62,'550','','','4','','1','2021-10-05 14:57:01','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','697.00','687','Inclusive','branch','18','','',''),('416334457590210223',4562,'41633445706','232','1.00','2800','retail','0','2021-10-05 17:56:39','','','','2','Cash',386.21,'2800','','','4','','1','2021-10-05 14:57:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2413.79','','45.50','44.5','Inclusive','branch','Inventory','1110','4000','5500'),('416335161415363326',4563,'41633516106','284','1.00','900','retail','0','2021-10-06 13:33:00','','','','630','Cash',124.14,'900','','','4','','1','2021-10-06 10:33:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('416335161574063203',4564,'41633516106','285','1.00','300','retail','0','2021-10-06 13:33:00','','','','180','Cash',41.38,'300','','','4','','1','2021-10-06 10:33:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','22.25','21.25','Inclusive','branch','Inventory','1110','4000','5500'),('416335189770373332',4565,'41633518956','134','5.00','4750','retail','0','2021-10-06 14:21:59','','','','750','Cash',655.17,'950','','','4','','1','2021-10-06 11:22:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','121.00','116','Inclusive','branch','Inventory','','',''),('416335190273376233',4566,'41633518956','66','2.00','400','retail','0','2021-10-06 14:21:59','','','','150.00','Cash',55.17,'200','','','4','','1','2021-10-06 11:22:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.00','132','Inclusive','branch','Inventory','','',''),('416335192373323322',4567,'41633518956','63','3.00','450','retail','0','2021-10-06 14:21:59','','','','105','Cash',62.07,'150','','','4','','1','2021-10-06 11:22:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','182.25','179.25','Inclusive','branch','Inventory','','',''),('416335193573034224',4568,'41633519329','146','1.00','700','retail','0','2021-10-06 14:22:57','','','','420','Cash',96.55,'700','','','4','','1','2021-10-06 11:23:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','26.00','25','Inclusive','branch','Inventory','','',''),('416335194354439302',4569,'41633519402','14','9.00','9900','retail','0','2021-10-06 14:24:25','','','','1065','Cash',1365.52,'1100','','','4','','1','2021-10-06 11:24:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','279.00','270','Inclusive','branch','Inventory','','',''),('416335196120134902',4570,'41633519486','2','10.00','5500','retail','0','2021-10-06 14:27:39','','','','530','Cash',758.62,'550','','','4','','1','2021-10-06 11:28:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','687.00','677','Inclusive','branch','18','','',''),('416335198352523453',4571,'41633519692','140','1.00','3500','retail','0','2021-10-06 14:32:03','','','','2940','Cash',482.76,'3500','','','4','','1','2021-10-06 11:32:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','9.00','8','Inclusive','branch','Inventory','','',''),('416335198533330926',4572,'41633519692','62','1.00','150','retail','0','2021-10-06 14:32:03','','','','105','Cash',20.69,'150','','','4','','1','2021-10-06 11:32:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','88.50','87.5','Inclusive','branch','Inventory','','',''),('416335199610439053',4573,'41633519936','2','5.00','2750','retail','0','2021-10-06 14:33:01','','','','530','Cash',379.31,'550','','','4','','1','2021-10-06 11:33:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','677.00','672','Inclusive','branch','18','','',''),('416335200142200402',4574,'41633519986','243','1.00','1800','retail','0','2021-10-06 14:35:08','','','','50','Cash',248.28,'1800','','','4','','1','2021-10-06 11:35:13','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416335200352320423',4575,'41633519986','165','1.50','300','retail','0','2021-10-06 14:35:08','','','','130','Cash',41.38,'200','','','4','','1','2021-10-06 11:35:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.50','25','Inclusive','branch','Inventory','','',''),('416335200553032300',4576,'41633519986','14','1.00','1100','retail','0','2021-10-06 14:35:08','','','','1065','Cash',151.72,'1100','','','4','','1','2021-10-06 11:35:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','270.00','269','Inclusive','branch','Inventory','','',''),('416335317399336203',4577,'41633531709','20','1.00','1070','retail','0','2021-10-06 17:59:21','','','','642','Cash',147.59,'1070','','','4','','1','2021-10-06 14:59:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','922.41','','20.00','19','Inclusive','branch','Inventory','','',''),('416335317623246232',4578,'41633531709','63','4.00','600','retail','0','2021-10-06 17:59:21','','','','105','Cash',82.76,'150','','','4','','1','2021-10-06 14:59:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','179.25','175.25','Inclusive','branch','Inventory','','',''),('416335321055335320',4579,'41633531709','62','1.00','180','retail','0','2021-10-06 17:59:21','','','','105','Cash',24.83,'180','','','4','','1','2021-10-06 14:59:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','87.50','86.5','Inclusive','branch','Inventory','','',''),('416335321913233362',4580,'41633531709','61','1.00','180','retail','0','2021-10-06 17:59:21','','','','105','Cash',24.83,'180','','','4','','1','2021-10-06 14:59:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','187.50','186.5','Inclusive','branch','Inventory','','',''),('416335322242333230',4581,'41633531709','66','1.50','375','retail','0','2021-10-06 17:59:21','','','','150.00','Cash',51.72,'250','','','4','','1','2021-10-06 14:59:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','132.00','130.5','Inclusive','branch','Inventory','','',''),('416335323893444323',4582,'41633532376','232','1.00','1500','retail','0','2021-10-06 18:00:22','','','','2','Cash',206.90,'1500','','','4','','1','2021-10-06 15:00:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','44.50','43.5','Inclusive','branch','Inventory','1110','4000','5500'),('416335324603040402',4583,'41633532447','2','1.00','550','retail','0','2021-10-06 18:01:58','','','','530','Cash',75.86,'550','','','4','','1','2021-10-06 15:02:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','672.00','671','Inclusive','branch','18','','',''),('416335324706352200',4584,'41633532447','253','1.00','6400','retail','0','2021-10-06 18:01:58','','','','5700','Cash',882.76,'6400','','','4','','1','2021-10-06 15:02:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416335324803032233',4585,'41633532447','163','1.00','200','retail','0','2021-10-06 18:01:58','','','','130','Cash',27.59,'200','','','4','','1','2021-10-06 15:02:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','146.00','145','Inclusive','branch','Inventory','','',''),('416336064930202360',4586,'41633606378','2','10.00','5500','retail','0','2021-10-07 14:35:20','','','','530','Cash',758.62,'550','','','4','','1','2021-10-07 11:35:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','670.00','660','Inclusive','branch','18','','',''),('416336065732002020',4587,'41633606526','212','1.00','12400','retail','0','2021-10-07 14:37:02','','','','12600','Cash',1710.34,'12400','','','4','','1','2021-10-07 11:38:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10689.66','','21.00','20','Inclusive','branch','Inventory','','',''),('416336065852035302',4588,'41633606526','163','3.00','600','retail','0','2021-10-07 14:37:02','','','','130','Cash',82.76,'200','','','4','','1','2021-10-07 11:38:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','145.00','142','Inclusive','branch','Inventory','','',''),('416336073923366333',4589,'41633606716','4','6.00','5100','retail','0','2021-10-07 14:50:24','','','','730','Cash',703.45,'850','','','4','','1','2021-10-07 11:50:58','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','170.00','164','Inclusive','branch','Inventory','','',''),('416336075050342323',4590,'41633607459','284','2.00','1700','retail','0','2021-10-07 14:52:44','','','','630','Cash',234.48,'850','','','4','','1','2021-10-07 11:53:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','63.00','61','Inclusive','branch','Inventory','1110','4000','5500'),('416336075201430702',4591,'41633607459','286','2.00','1000','retail','0','2021-10-07 14:52:44','','','','450','Cash',137.93,'500','','','4','','1','2021-10-07 11:53:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','47.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416336076566436502',4592,'41633607607','254','1.00','200','retail','0','2021-10-07 14:54:17','','','','80','Cash',27.59,'200','','','4','','1','2021-10-07 11:54:23','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','363.00','362','Inclusive','branch','Inventory','1110','4000','5500'),('416336078924023372',4593,'41633607663','277','5.00','1000','retail','0','2021-10-07 15:02:01','','','','65','Cash',137.93,'200','','','4','','1','2021-10-07 12:02:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416336079206223202',4594,'41633607663','278','6.00','600','retail','0','2021-10-07 15:02:01','','','','45','Cash',82.76,'100','','','4','','1','2021-10-07 12:02:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','10.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416336079893322363',4595,'41633607663','232','1.00','150','retail','0','2021-10-07 15:02:01','','','','2','Cash',20.69,'150','','','4','','1','2021-10-07 12:02:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','42.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336082444230324',4596,'41633608125','2','1.00','550','retail','0','2021-10-07 15:04:08','','','','530','Cash',75.86,'550','','','4','','1','2021-10-07 12:04:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','661.00','660','Inclusive','branch','18','','',''),('416336082882332230',4597,'41633608255','283','1.00','500','retail','0','2021-10-07 17:17:30','','','','140','Cash',68.97,'500','','','4','','1','2021-10-07 14:17:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416336163012323232',4598,'41633616278','254','1.00','200','retail','0','2021-10-07 17:18:58','','','','80','Cash',27.59,'200','','','4','','1','2021-10-07 14:19:34','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','362.00','361','Inclusive','branch','Inventory','1110','4000','5500'),('416336163163340334',4599,'41633616278','232','1.00','800','retail','0','2021-10-07 17:18:58','','','','2','Cash',110.34,'800','','','4','','1','2021-10-07 14:19:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','42.50','41.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336164200330200',4600,'41633616375','135','5.00','4250','retail','0','2021-10-07 17:21:51','','','','625','Cash',586.21,'850','','','4','','1','2021-10-07 14:22:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','219.00','214','Inclusive','branch','Inventory','','',''),('416336164362234332',4601,'41633616375','61','0.50','100','retail','0','2021-10-07 17:21:51','','','','105','Cash',13.79,'200','','','4','','1','2021-10-07 14:22:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','186.50','186','Inclusive','branch','Inventory','','',''),('416336164463233334',4602,'41633616375','232','1.00','4800','retail','0','2021-10-07 17:21:51','','','','2','Cash',662.07,'4800','','','4','','1','2021-10-07 14:22:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','','41.50','40.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336165500343021',4603,'41633616530','232','1.00','900','retail','0','2021-10-07 17:22:42','','','','2','Cash',124.14,'900','','','4','','1','2021-10-07 14:23:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','40.50','39.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336166093302932',4604,'41633616582','253','1.00','6400','retail','0','2021-10-07 17:26:46','','','','5700','Cash',882.76,'6400','','','4','','1','2021-10-07 14:27:02','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416336166251066032',4605,'41633616582','264','1.00','4500','retail','0','2021-10-07 17:26:46','','','','3850','Cash',620.69,'4500','','','4','','1','2021-10-07 14:27:02','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416336166593262500',4606,'41633616582','299','90.00','2520','retail','0','2021-10-07 17:26:46','','','','15','Cash',347.59,'28','','','4','','1','2021-10-07 14:27:02','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','24.14','','184.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('416336170766063273',4607,'41633617043','8','20.00','10000','retail','0','2021-10-07 17:35:09','','','','330','Cash',1379.31,'500','','','4','','1','2021-10-07 14:35:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','146.00','126','Inclusive','branch','Inventory','','',''),('416336171823320073',4608,'41633617043','299','260.00','6500','retail','0','2021-10-07 17:35:09','','','','15','Cash',896.55,'25','','','4','','1','2021-10-07 14:35:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','294.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416336172897912030',4609,'41633617043','165','10.00','2000','retail','0','2021-10-07 17:35:09','','','','130','Cash',275.86,'200','','','4','','1','2021-10-07 14:35:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.00','15','Inclusive','branch','Inventory','','',''),('416336173362063731',4610,'41633617317','254','8.00','1600','retail','0','2021-10-07 17:36:59','','','','80','Cash',220.69,'200','','','4','','1','2021-10-07 14:37:07','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','361.00','353','Inclusive','branch','Inventory','1110','4000','5500'),('416336173470320363',4611,'41633617317','278','2.00','150','retail','0','2021-10-07 17:36:59','','','','45','Cash',20.69,'75','','','4','','1','2021-10-07 14:37:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416336173642733420',4612,'41633617317','284','1.00','850','retail','0','2021-10-07 17:36:59','','','','630','Cash',117.24,'850','','','4','','1','2021-10-07 14:37:07','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('416336730053326132',4613,'41633672709','2','10.00','5500','retail','0','2021-10-08 09:05:08','','','','530','Cash',758.62,'550','','','4','','1','2021-10-08 06:05:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','659.00','649','Inclusive','branch','18','','',''),('416336730653662144',4614,'41633672709','14','8.00','8800','retail','0','2021-10-08 09:05:08','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-10-08 06:05:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','269.00','261','Inclusive','branch','Inventory','','',''),('416336731952322323',4615,'41633673143','14','10.00','11000','retail','0','2021-10-08 09:08:00','','','','1065','Cash',1517.24,'1100','','','4','','1','2021-10-08 06:08:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','261.00','251','Inclusive','branch','Inventory','','',''),('416336732480232232',4616,'41633673143','135','16.00','13600','retail','0','2021-10-08 09:08:00','','','','625','Cash',1875.86,'850','','','4','','1','2021-10-08 06:08:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','214.00','198','Inclusive','branch','Inventory','','',''),('416336732952103173',4617,'41633673287','232','1.00','500','retail','0','2021-10-08 09:08:32','','','','2','Cash',68.97,'500','','','4','','1','2021-10-08 06:08:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','39.50','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336930503323133',4618,'41633692969','320','1.00','150','retail','0','2021-10-08 14:39:57','','','','120','Cash',20.69,'150','','','4','','1','2021-10-08 11:42:20','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','129.31','','87.00','86','Inclusive','branch','Inventory','1110','4000','5500'),('416336930753320332',4619,'41633692969','272','1.00','50','retail','0','2021-10-08 14:39:57','','','','33','Cash',6.90,'50','','','4','','1','2021-10-08 11:42:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416336931172431002',4620,'41633692969','8','2.00','1000','retail','0','2021-10-08 14:39:57','','','','330','Cash',137.93,'500','','','4','','1','2021-10-08 11:42:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','126.00','124','Inclusive','branch','Inventory','','',''),('416336931370012002',4621,'41633692969','275','1.00','300','retail','0','2021-10-08 14:39:57','','','','80','Cash',41.38,'300','','','4','','1','2021-10-08 11:42:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416336933602023623',4622,'41633693341','221','1.00','15000','retail','0','2021-10-08 14:43:20','','','','14000','Cash',2068.97,'15000','','','4','','1','2021-10-08 11:43:26','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','12931.03','1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416336933811203323',4623,'41633693341','163','3.00','600','retail','0','2021-10-08 14:43:20','','','','130','Cash',82.76,'200','','','4','','1','2021-10-08 11:43:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','142.00','139','Inclusive','branch','Inventory','','',''),('416336934253363313',4624,'41633693406','134','6.00','5880','retail','0','2021-10-08 14:44:18','','','','750','Cash',811.03,'980','','','4','','1','2021-10-08 11:44:28','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','116.00','110','Inclusive','branch','Inventory','','',''),('416336934920223632',4625,'41633693469','62','1.50','249.9','retail','0','2021-10-08 14:46:33','','','','105','Cash',34.47,'166.6','','','4','','1','2021-10-08 11:48:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.62','','86.50','85','Inclusive','branch','Inventory','','',''),('416336938666900060',4626,'41633693684','232','1.00','300','retail','0','2021-10-08 14:51:38','','','','2','Cash',41.38,'300','','','4','','1','2021-10-08 11:51:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','38.50','37.5','Inclusive','branch','Inventory','1110','4000','5500'),('416336940033060030',4627,'41633693922','62','6.00','900','retail','0','2021-10-08 14:54:23','','','','105','Cash',124.14,'150','','','4','','1','2021-10-08 11:54:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','85.00','79','Inclusive','branch','Inventory','','',''),('416336942534390302',4628,'41633694069','134','3.00','2940','retail','0','2021-10-08 15:02:19','','','','750','Cash',405.52,'980','','','4','','1','2021-10-08 12:02:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','110.00','107','Inclusive','branch','Inventory','','',''),('416336943873233223',4629,'41633694069','247','4.00','1200','retail','0','2021-10-08 15:02:19','','','','190','Cash',165.52,'300','','','4','','1','2021-10-08 12:02:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','23.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416336945879826093',4630,'41633694559','136','12.00','7560','retail','0','2021-10-08 15:04:59','','','','500','Cash',1042.76,'630','','','4','','1','2021-10-08 12:05:30','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','130.00','118','Inclusive','branch','Inventory','','',''),('416336946083326224',4631,'41633694559','132','0.50','750','retail','0','2021-10-08 15:04:59','','','','1000','Cash',103.45,'1500','','','4','','1','2021-10-08 12:05:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','9.50','9','Inclusive','branch','Inventory','','',''),('416336946354220232',4632,'41633694559','146','1.00','650','retail','0','2021-10-08 15:04:59','','','','420','Cash',89.66,'650','','','4','','1','2021-10-08 12:05:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','25.00','24','Inclusive','branch','Inventory','','',''),('416337019032032323',4633,'41633701589','243','1.00','1800','retail','0','2021-10-08 17:05:20','','','','50','Cash',248.28,'1800','','','4','','1','2021-10-08 14:05:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416337019712333623',4634,'41633701924','61','1.00','200','retail','0','2021-10-08 17:15:23','','','','105','Cash',27.59,'200','','','4','','1','2021-10-08 14:15:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','186.00','185','Inclusive','branch','Inventory','','',''),('416337019830133341',4635,'41633701924','63','0.50','90','retail','0','2021-10-08 17:15:23','','','','105','Cash',12.41,'180','','','4','','1','2021-10-08 14:15:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','175.25','174.75','Inclusive','branch','Inventory','','',''),('416337020393333133',4636,'41633701924','66','2.00','400','retail','0','2021-10-08 17:15:23','','','','150.00','Cash',55.17,'200','','','4','','1','2021-10-08 14:15:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','130.50','128.5','Inclusive','branch','Inventory','','',''),('416337022402222307',4637,'41633701924','2','2.00','1110','retail','0','2021-10-08 17:15:23','','','','530','Cash',153.10,'555','','','4','','1','2021-10-08 14:15:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','478.45','','650.00','648','Inclusive','branch','18','','',''),('416337025633203232',4638,'41633702532','72','4.00','5200','retail','0','2021-10-08 17:16:28','','','','1230','Cash',717.24,'1300','','','4','','1','2021-10-08 14:16:33','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','157.00','153','Inclusive','branch','Inventory','','',''),('416337026123423731',4639,'41633702593','232','1.00','350','retail','0','2021-10-08 17:17:04','','','','2','Cash',48.28,'350','','','4','','1','2021-10-08 14:17:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','37.50','36.5','Inclusive','branch','Inventory','1110','4000','5500'),('416337026584202342',4640,'41633702636','247','3.00','900','retail','0','2021-10-08 17:18:09','','','','190','Cash',124.14,'300','','','4','','1','2021-10-08 14:18:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416337027563043326',4641,'41633702695','318','1.00','8000','retail','0','2021-10-08 17:19:16','','','','6000','Cash',1103.45,'8000','','','4','','1','2021-10-08 14:19:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','6896.55','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416337027830024000',4642,'41633702769','163','3.00','600','retail','0','2021-10-08 17:20:42','','','','130','Cash',82.76,'200','','','4','','1','2021-10-08 14:20:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','139.00','136','Inclusive','branch','Inventory','','',''),('416337028585032424',4643,'41633702848','232','1.00','250','retail','0','2021-10-08 17:21:20','','','','2','Cash',34.48,'250','','','4','','1','2021-10-08 14:21:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','36.50','35.5','Inclusive','branch','Inventory','1110','4000','5500'),('416337816746337623',4644,'41633781589','165','1.00','200','retail','0','2021-10-09 15:14:34','','','','130','Cash',27.59,'200','','','4','','1','2021-10-09 12:14:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','15.00','14','Inclusive','branch','Inventory','','',''),('416337817080420240',4645,'41633781683','2','25.00','13750','retail','0','2021-10-09 15:15:32','','','','530','Cash',1896.55,'550','','','4','','1','2021-10-09 12:15:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','648.00','623','Inclusive','branch','18','','',''),('416337817766321323',4646,'41633781737','285','2.00','600','retail','0','2021-10-09 15:19:25','','','','180','Cash',82.76,'300','','','4','','1','2021-10-09 12:19:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.25','19.25','Inclusive','branch','Inventory','1110','4000','5500'),('416337818040712822',4647,'41633781737','271','1.00','100','retail','0','2021-10-09 15:19:25','','','','50','Cash',13.79,'100','','','4','','1','2021-10-09 12:19:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416337818582343303',4648,'41633781737','61','0.50','100','retail','0','2021-10-09 15:19:25','','','','105','Cash',13.79,'200','','','4','','1','2021-10-09 12:19:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','185.00','184.5','Inclusive','branch','Inventory','','',''),('416337818672233020',4649,'41633781737','62','2.00','300','retail','0','2021-10-09 15:19:25','','','','105','Cash',41.38,'150','','','4','','1','2021-10-09 12:19:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','79.00','77','Inclusive','branch','Inventory','','',''),('416337819893230330',4650,'41633781971','139','1.00','3000','retail','0','2021-10-09 15:20:08','','','','2520','Cash',413.79,'3000','','','4','','1','2021-10-09 12:20:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','11.00','10','Inclusive','branch','Inventory','','',''),('416337820666027383',4651,'41633782013','63','2.00','360','retail','0','2021-10-09 15:23:58','','','','105','Cash',49.66,'180','','','4','','1','2021-10-09 12:24:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','174.75','172.75','Inclusive','branch','Inventory','','',''),('416337820783473032',4652,'41633782013','66','1.50','375','retail','0','2021-10-09 15:23:58','','','','150.00','Cash',51.72,'250','','','4','','1','2021-10-09 12:24:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','128.50','127','Inclusive','branch','Inventory','','',''),('416337821000212240',4653,'41633782013','61','1.50','225','retail','0','2021-10-09 15:23:58','','','','105','Cash',31.03,'150','','','4','','1','2021-10-09 12:24:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','184.50','183','Inclusive','branch','Inventory','','',''),('416337822793324023',4654,'41633782250','61','3.00','390','retail','0','2021-10-09 15:25:58','','','','105','Cash',53.79,'130','','','4','','1','2021-10-09 12:26:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','183.00','180','Inclusive','branch','Inventory','','',''),('416337822883033206',4655,'41633782250','62','3.00','450','retail','0','2021-10-09 15:25:58','','','','105','Cash',62.07,'150','','','4','','1','2021-10-09 12:26:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','77.00','74','Inclusive','branch','Inventory','','',''),('416337824343642323',4656,'41633782363','108','23.00','25300','retail','0','2021-10-09 15:31:11','','','','900','Cash',3489.66,'1100','','','4','','1','2021-10-09 12:31:17','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','114.00','91','Inclusive','branch','Inventory','','',''),('416337824544861020',4657,'41633782363','66','4.00','800','retail','0','2021-10-09 15:31:11','','','','150.00','Cash',110.34,'200','','','4','','1','2021-10-09 12:31:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','127.00','123','Inclusive','branch','Inventory','','',''),('416337824820332083',4658,'41633782363','61','2.00','300','retail','0','2021-10-09 15:31:11','','','','105','Cash',41.38,'150','','','4','','1','2021-10-09 12:31:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','180.00','178','Inclusive','branch','Inventory','','',''),('416337824902302332',4659,'41633782363','62','2.00','300','retail','0','2021-10-09 15:31:11','','','','105','Cash',41.38,'150','','','4','','1','2021-10-09 12:31:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','74.00','72','Inclusive','branch','Inventory','','',''),('416337825002203002',4660,'41633782363','63','2.00','300','retail','0','2021-10-09 15:31:11','','','','105','Cash',41.38,'150','','','4','','1','2021-10-09 12:31:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','172.75','170.75','Inclusive','branch','Inventory','','',''),('416337827014322342',4661,'41633782678','97','23.00','20240','retail','0','2021-10-09 15:33:50','','','','720','Cash',2791.72,'880','','','4','','1','2021-10-09 12:33:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','91.00','68','Inclusive','branch','Inventory','','',''),('416337827131223342',4662,'41633782678','8','12.00','5400','retail','0','2021-10-09 15:33:50','','','','330','Cash',744.83,'450','','','4','','1','2021-10-09 12:33:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','124.00','112','Inclusive','branch','Inventory','','',''),('416337827342233230',4663,'41633782678','62','1.00','160','retail','0','2021-10-09 15:33:50','','','','105','Cash',22.07,'160','','','4','','1','2021-10-09 12:33:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','72.00','71','Inclusive','branch','Inventory','','',''),('416337827474364023',4664,'41633782678','165','1.00','200','retail','0','2021-10-09 15:33:50','','','','130','Cash',27.59,'200','','','4','','1','2021-10-09 12:33:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','14.00','13','Inclusive','branch','Inventory','','',''),('416337828850083860',4665,'41633782833','63','4.00','600','retail','0','2021-10-09 15:35:30','','','','105','Cash',82.76,'150','','','4','','1','2021-10-09 12:35:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','170.75','166.75','Inclusive','branch','Inventory','','',''),('416337901780303243',4666,'41633790164','2','7.00','3850','retail','0','2021-10-09 17:37:37','','','','530','Cash',531.03,'550','','','4','','1','2021-10-09 14:37:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','623.00','616','Inclusive','branch','18','','',''),('416337902003223002',4667,'41633790164','132','0.50','550','retail','0','2021-10-09 17:37:37','','','','1000','Cash',75.86,'1100','','','4','','1','2021-10-09 14:37:41','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','9.00','8.5','Inclusive','branch','Inventory','','',''),('416339317882327123',4668,'41633931771','8','9.00','4500','retail','0','2021-10-11 09:09:35','','','','330','Cash',620.69,'500','','','4','','1','2021-10-11 06:10:28','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','112.00','103','Inclusive','branch','Inventory','','',''),('416339317991031136',4669,'41633931771','232','1.00','6350','retail','0','2021-10-11 09:09:35','','','','2','Cash',875.86,'6350','','','4','','1','2021-10-11 06:10:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','5474.14','','35.50','34.5','Inclusive','branch','Inventory','1110','4000','5500'),('416339318162320334',4670,'41633931771','277','2.00','400','retail','0','2021-10-11 09:09:35','','','','65','Cash',55.17,'200','','','4','','1','2021-10-11 06:10:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416339318303023432',4671,'41633931771','278','4.00','400','retail','0','2021-10-11 09:09:35','','','','45','Cash',55.17,'100','','','4','','1','2021-10-11 06:10:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','2.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416339318699921230',4672,'41633931771','174','8.00','1200','retail','0','2021-10-11 09:09:35','','','','120','Cash',165.52,'150','','','4','','1','2021-10-11 06:10:28','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','26.00','18','Inclusive','branch','Inventory','','',''),('416339321381330323',4673,'41633931771','246','1.00','300','retail','0','2021-10-11 09:09:35','','','','200','Cash',41.38,'300','','','4','','1','2021-10-11 06:10:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416339327972323231',4674,'41633932776','299','120.00','3000','retail','0','2021-10-11 09:15:09','','','','15','Cash',413.79,'25','','','4','','1','2021-10-11 06:15:21','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','234.00','114','Inclusive','branch','Inventory','1110','4000','5500'),('416339328413223242',4675,'41633932776','62','2.00','300','retail','0','2021-10-11 09:15:09','','','','105','Cash',41.38,'150','','','4','','1','2021-10-11 06:15:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','71.00','69','Inclusive','branch','Inventory','','',''),('416339328614331021',4676,'41633932776','163','3.00','600','retail','0','2021-10-11 09:15:09','','','','130','Cash',82.76,'200','','','4','','1','2021-10-11 06:15:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','136.00','133','Inclusive','branch','Inventory','','',''),('416339329483030326',4677,'41633932921','196','1.00','800','retail','0','2021-10-11 09:16:03','','','','150 ','Cash',110.34,'800','','','4','','1','2021-10-11 06:16:14','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','3.00','2','Inclusive','branch','Inventory','','',''),('416339330020113220',4678,'41633932975','140','2.00','7000','retail','0','2021-10-11 09:18:39','','','','2940','Cash',965.52,'3500','','','4','','1','2021-10-11 06:18:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','8.00','6','Inclusive','branch','Inventory','','',''),('416339330280220023',4679,'41633932975','163','2.00','400','retail','0','2021-10-11 09:18:39','','','','130','Cash',55.17,'200','','','4','','1','2021-10-11 06:18:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','133.00','131','Inclusive','branch','Inventory','','',''),('416339330452223032',4680,'41633932975','319','1.00','100','retail','0','2021-10-11 09:18:39','','','','75','Cash',13.79,'100','','','4','','1','2021-10-11 06:18:48','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','109.00','108','Inclusive','branch','Inventory','1110','4000','5500'),('416339332282326063',4681,'41633933129','61','2.00','300','retail','0','2021-10-11 09:20:54','','','','105','Cash',41.38,'150','','','4','','1','2021-10-11 06:20:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','178.00','176','Inclusive','branch','Inventory','','',''),('416339624776734900',4682,'41633962433','20','10.00','8500','retail','0','2021-10-11 17:28:31','','','','642','Cash',1172.41,'850','','','4','','1','2021-10-11 14:28:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','19.00','9','Inclusive','branch','Inventory','','',''),('416339625386600332',4683,'41633962516','284','1.00','850','retail','0','2021-10-11 17:28:58','','','','630','Cash',117.24,'850','','','4','','1','2021-10-11 14:29:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500'),('416339625624225303',4684,'41633962545','163','10.00','2500','retail','0','2021-10-11 17:30:18','','','','130','Cash',344.83,'250','','','4','','1','2021-10-11 14:30:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','131.00','121','Inclusive','branch','Inventory','','',''),('416339625743003003',4685,'41633962545','62','3.00','450','retail','0','2021-10-11 17:30:18','','','','105','Cash',62.07,'150','','','4','','1','2021-10-11 14:30:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.00','66','Inclusive','branch','Inventory','','',''),('416339626505221032',4686,'41633962624','232','1.00','700','retail','0','2021-10-11 17:33:27','','','','2','Cash',96.55,'700','','','4','','1','2021-10-11 14:33:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','34.50','33.5','Inclusive','branch','Inventory','1110','4000','5500'),('416339626712223167',4687,'41633962624','62','1.00','200','retail','0','2021-10-11 17:33:27','','','','105','Cash',27.59,'200','','','4','','1','2021-10-11 14:33:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','66.00','65','Inclusive','branch','Inventory','','',''),('416339626820338612',4688,'41633962624','163','1.50','300','retail','0','2021-10-11 17:33:27','','','','130','Cash',41.38,'200','','','4','','1','2021-10-11 14:33:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','121.00','119.5','Inclusive','branch','Inventory','','',''),('416339627073460626',4689,'41633962624','20','2.00','2000','retail','0','2021-10-11 17:33:27','','','','642','Cash',275.86,'1000','','','4','','1','2021-10-11 14:33:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','9.00','7','Inclusive','branch','Inventory','','',''),('416339628343002220',4690,'41633962812','14','6.00','6300','retail','0','2021-10-11 17:35:01','','','','1065','Cash',868.97,'1050','','','4','','1','2021-10-11 14:35:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','251.00','245','Inclusive','branch','Inventory','','',''),('416339628573822330',4691,'41633962812','15','3.00','2250','retail','0','2021-10-11 17:35:01','','','','640','Cash',310.34,'750','','','4','','1','2021-10-11 14:35:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','57.00','54','Inclusive','branch','Inventory','','',''),('416339635471206341',4692,'41633963532','14','17.00','18700','retail','0','2021-10-11 17:46:33','','','','1065','Cash',2579.31,'1100','','','4','','1','2021-10-11 14:47:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','245.00','228','Inclusive','branch','Inventory','','',''),('416340403953304244',4693,'41634040333','232','1.00','500','retail','0','2021-10-12 15:06:50','','','','2','Cash',68.97,'500','','','4','','1','2021-10-12 12:07:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','33.50','32.5','Inclusive','branch','Inventory','1110','4000','5500'),('416340404455433232',4694,'41634040435','2','2.00','1100','retail','0','2021-10-12 15:07:48','','','','530','Cash',151.72,'550','','','4','','1','2021-10-12 12:07:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','616.00','614','Inclusive','branch','18','','',''),('416340405484344402',4695,'41634040472','108','1.00','1100','retail','0','2021-10-12 15:12:14','','','','900','Cash',151.72,'1100','','','4','','1','2021-10-12 12:12:18','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','1','91.00','90','Inclusive','branch','Inventory','','',''),('416340405655022232',4696,'41634040472','107','3.00','2700','retail','0','2021-10-12 15:12:14','','','','780','Cash',372.41,'900','','','4','','1','2021-10-12 12:12:18','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','107.00','104','Inclusive','branch','Inventory','','',''),('416340405824303303',4697,'41634040472','284','3.00','2400','retail','0','2021-10-12 15:12:14','','','','630','Cash',331.03,'800','','','4','','1','2021-10-12 12:12:18','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','59.00','56','Inclusive','branch','Inventory','1110','4000','5500'),('416340406012423333',4698,'41634040472','248','1.00','150','retail','0','2021-10-12 15:12:14','','','','40','Cash',20.69,'150','','','4','','1','2021-10-12 12:12:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('416340406310034422',4699,'41634040472','48','1.00','450','retail','0','2021-10-12 15:12:14','','','','325','Cash',62.07,'450','','','4','','1','2021-10-12 12:12:18','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','20.00','19','Inclusive','branch','Inventory','','',''),('416340406543324322',4700,'41634040472','300','1.00','200','retail','0','2021-10-12 15:12:14','','','','150 ','Cash',27.59,'200','','','4','','1','2021-10-12 12:12:18','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416340407542404033',4701,'41634040738','232','1.00','2600','retail','0','2021-10-12 15:17:14','','','','2','Cash',358.62,'2600','','','4','','1','2021-10-12 12:17:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2241.38','','32.50','31.5','Inclusive','branch','Inventory','1110','4000','5500'),('416340407782232023',4702,'41634040738','284','1.00','1000','retail','0','2021-10-12 15:17:14','','','','630','Cash',137.93,'1000','','','4','','1','2021-10-12 12:17:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','56.00','55','Inclusive','branch','Inventory','1110','4000','5500'),('416340407923023322',4703,'41634040738','63','3.00','450','retail','0','2021-10-12 15:17:14','','','','105','Cash',62.07,'150','','','4','','1','2021-10-12 12:17:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','166.75','163.75','Inclusive','branch','Inventory','','',''),('416340408066330342',4704,'41634040738','66','1.00','250','retail','0','2021-10-12 15:17:14','','','','150.00','Cash',34.48,'250','','','4','','1','2021-10-12 12:17:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','123.00','122','Inclusive','branch','Inventory','','',''),('416340408210333228',4705,'41634040738','285','1.00','300','retail','0','2021-10-12 15:17:14','','','','180','Cash',41.38,'300','','','4','','1','2021-10-12 12:17:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','19.25','18.25','Inclusive','branch','Inventory','1110','4000','5500'),('416340410700633322',4706,'41634041055','2','15.00','8250','retail','0','2021-10-12 15:19:10','','','','530','Cash',1137.93,'550','','','4','','1','2021-10-12 12:19:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','614.00','599','Inclusive','branch','18','','',''),('416340411143022063',4707,'41634041055','134','5.00','4750','retail','0','2021-10-12 15:19:10','','','','750','Cash',655.17,'950','','','4','','1','2021-10-12 12:19:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','107.00','102','Inclusive','branch','Inventory','','',''),('416340413153013333',4708,'41634041154','77','3.00','3300','retail','0','2021-10-12 15:22:17','','','','1025','Cash',455.17,'1100','','','4','','1','2021-10-12 12:22:20','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','43.00','40','Inclusive','branch','Inventory','','',''),('416340428634302832',4709,'41634041341','220','1.00','3600','retail','0','2021-10-12 15:48:16','','','','3050','Cash',496.55,'3600','','','4','','1','2021-10-12 12:48:41','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416340428834033022',4710,'41634041341','163','1.00','200','retail','0','2021-10-12 15:48:16','','','','130','Cash',27.59,'200','','','4','','1','2021-10-12 12:48:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','119.50','118.5','Inclusive','branch','Inventory','','',''),('416340428952020230',4711,'41634041341','2','1.00','550','retail','0','2021-10-12 15:48:16','','','','530','Cash',75.86,'550','','','4','','1','2021-10-12 12:48:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','599.00','598','Inclusive','branch','18','','',''),('416340475573325006',4712,'41634042922','63','5.00','750','retail','0','2021-10-12 17:06:19','','','','105','Cash',103.45,'150','','','4','','1','2021-10-12 14:06:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','163.75','158.75','Inclusive','branch','Inventory','','',''),('416341277898831430',4713,'41634122142','2','10.00','5500','retail','0','2021-10-13 15:23:40','','','','530','Cash',758.62,'550','','','4','','1','2021-10-13 12:23:44','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','598.00','588','Inclusive','branch','18','','',''),('416341280462201420',4714,'41634127988','84','6.00','7800','retail','0','2021-10-13 15:28:07','','','','1230','Cash',1075.86,'1300','','','4','','1','2021-10-13 12:28:15','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','161.00','155','Inclusive','branch','Inventory','','',''),('416341281162232123',4715,'41634128096','63','2.00','300','retail','0','2021-10-13 15:29:15','','','','105','Cash',41.38,'150','','','4','','1','2021-10-13 12:29:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','158.75','156.75','Inclusive','branch','Inventory','','',''),('416341282033330121',4716,'41634128170','134','2.00','1900','retail','0','2021-10-13 15:30:38','','','','750','Cash',262.07,'950','','','4','','1','2021-10-13 12:30:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','102.00','100','Inclusive','branch','Inventory','','',''),('416341282946333332',4717,'41634128253','253','2.00','12800','retail','0','2021-10-13 15:35:33','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-10-13 12:35:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','14.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416341283342241813',4718,'41634128253','163','2.00','400','retail','0','2021-10-13 15:35:33','','','','130','Cash',55.17,'200','','','4','','1','2021-10-13 12:35:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','118.50','116.5','Inclusive','branch','Inventory','','',''),('416341283533325032',4719,'41634128253','232','1.00','200','retail','0','2021-10-13 15:35:33','','','','2','Cash',27.59,'200','','','4','','1','2021-10-13 12:35:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','31.50','30.5','Inclusive','branch','Inventory','1110','4000','5500'),('416341285754223743',4720,'41634128547','264','3.00','13500','retail','0','2021-10-13 15:36:43','','','','3850','Cash',1862.07,'4500','','','4','','1','2021-10-13 12:37:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','9.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416341286592023232',4721,'41634128646','163','5.00','1000','retail','0','2021-10-13 15:44:12','','','','130','Cash',137.93,'200','','','4','','1','2021-10-13 12:44:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','116.50','111.5','Inclusive','branch','Inventory','','',''),('416342168242263412',4722,'41634216775','259','1.00','150','retail','0','2021-10-14 16:07:44','','','','150 ','Cash',20.69,'150','','','4','','1','2021-10-14 13:07:49','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','338.00','337','Inclusive','branch','Inventory','1110','4000','5500'),('416342168343320302',4723,'41634216775','232','1.00','50','retail','0','2021-10-14 16:07:44','','','','2','Cash',6.90,'50','','','4','','1','2021-10-14 13:07:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','30.50','29.5','Inclusive','branch','Inventory','1110','4000','5500'),('416342169170700433',4724,'41634216870','19','10.00','8800','retail','0','2021-10-14 16:09:37','','','','725','Cash',1213.79,'880','','','4','','1','2021-10-14 13:09:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','88.00','78','Inclusive','branch','Inventory','','',''),('416342170312043230',4725,'41634216990','285','1.00','300','retail','0','2021-10-14 16:10:34','','','','180','Cash',41.38,'300','','','4','','1','2021-10-14 13:10:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','18.25','17.25','Inclusive','branch','Inventory','1110','4000','5500'),('416342170767724232',4726,'41634217052','14','3.00','3199.5','retail','0','2021-10-14 16:12:34','','','','1065','Cash',441.31,'1066.5','','','4','','1','2021-10-14 13:12:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','919.40','','228.00','225','Inclusive','branch','Inventory','','',''),('416342172032234013',4727,'41634217166','61','2.50','400','retail','0','2021-10-14 16:18:47','','','','105','Cash',55.17,'160','','','4','','1','2021-10-14 13:18:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','176.00','173.5','Inclusive','branch','Inventory','','',''),('416342175542222403',4728,'41634217534','61','2.00','300','retail','0','2021-10-14 16:19:39','','','','105','Cash',41.38,'150','','','4','','1','2021-10-14 13:19:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','173.50','171.5','Inclusive','branch','Inventory','','',''),('416342178753150713',4729,'41634217590','2','20.00','11000','retail','0','2021-10-14 16:25:05','','','','530','Cash',1517.24,'550','','','4','','1','2021-10-14 13:25:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','588.00','568','Inclusive','branch','18','','',''),('416342179570390232',4730,'41634217917','163','3.00','600','retail','0','2021-10-14 16:26:21','','','','130','Cash',82.76,'200','','','4','','1','2021-10-14 13:26:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','111.50','108.5','Inclusive','branch','Inventory','','',''),('416342223222012622',4731,'41634217988','285','1.50','450','retail','0','2021-10-14 17:40:49','','','','180','Cash',62.07,'300','','','4','','1','2021-10-14 14:41:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','17.25','15.75','Inclusive','branch','Inventory','1110','4000','5500'),('416342224232332343',4732,'41634217988','62','3.00','450','retail','0','2021-10-14 17:40:49','','','','105','Cash',62.07,'150','','','4','','1','2021-10-14 14:41:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','65.00','62','Inclusive','branch','Inventory','','',''),('416342970374300241',4733,'41634297017','91','1.00','2200','retail','0','2021-10-15 14:24:13','','','','1900','Cash',303.45,'2200','','','4','','1','2021-10-15 11:24:18','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','27.00','26','Inclusive','branch','Inventory','','',''),('416342970773470020',4734,'41634297058','253','1.00','6400','retail','0','2021-10-15 14:25:24','','','','5700','Cash',882.76,'6400','','','4','','1','2021-10-15 11:25:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416342970870034022',4735,'41634297058','66','1.00','200','retail','0','2021-10-15 14:25:24','','','','150.00','Cash',27.59,'200','','','4','','1','2021-10-15 11:25:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','122.00','121','Inclusive','branch','Inventory','','',''),('416342970980370382',4736,'41634297058','163','1.00','200','retail','0','2021-10-15 14:25:24','','','','130','Cash',27.59,'200','','','4','','1','2021-10-15 11:25:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','108.50','107.5','Inclusive','branch','Inventory','','',''),('416342971561329142',4737,'41634297140','8','10.00','4500','retail','0','2021-10-15 14:27:28','','','','330','Cash',620.69,'450','','','4','','1','2021-10-15 11:27:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','103.00','93','Inclusive','branch','Inventory','','',''),('416342971680200223',4738,'41634297140','174','10.00','1500','retail','0','2021-10-15 14:27:28','','','','120','Cash',206.90,'150','','','4','','1','2021-10-15 11:27:37','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','18.00','8','Inclusive','branch','Inventory','','',''),('416342971973032324',4739,'41634297140','58','1.00','200','retail','0','2021-10-15 14:27:28','','','','130','Cash',27.59,'200','','','4','','1','2021-10-15 11:27:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','22.50','21.5','Inclusive','branch','Inventory','','',''),('416342972733700232',4740,'41634297257','232','1.00','300','retail','0','2021-10-15 14:28:07','','','','2','Cash',41.38,'300','','','4','','1','2021-10-15 11:28:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','29.50','28.5','Inclusive','branch','Inventory','1110','4000','5500'),('416342973092634620',4741,'41634297291','2','1.00','550','retail','0','2021-10-15 14:28:29','','','','530','Cash',75.86,'550','','','4','','1','2021-10-15 11:28:36','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','568.00','567','Inclusive','branch','18','','',''),('416342973430432034',4742,'41634297316','61','2.00','300','retail','0','2021-10-15 14:30:24','','','','105','Cash',41.38,'150','','','4','','1','2021-10-15 11:30:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','171.50','169.5','Inclusive','branch','Inventory','','',''),('416342973572407304',4743,'41634297316','19','1.00','850','retail','0','2021-10-15 14:30:24','','','','725','Cash',117.24,'850','','','4','','1','2021-10-15 11:30:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','78.00','77','Inclusive','branch','Inventory','','',''),('416342973709013002',4744,'41634297316','237','1.00','3500','retail','0','2021-10-15 14:30:24','','','','2000','Cash',482.76,'3500','','','4','','1','2021-10-15 11:30:35','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416342974573062761',4745,'41634297438','135','15.00','13500','retail','0','2021-10-15 14:37:15','','','','625','Cash',1862.07,'900','','','4','','1','2021-10-15 11:37:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','198.00','183','Inclusive','branch','Inventory','','',''),('416342974817673822',4746,'41634297438','134','15.00','15000','retail','0','2021-10-15 14:37:15','','','','750','Cash',2068.97,'1000','','','4','','1','2021-10-15 11:37:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','100.00','85','Inclusive','branch','Inventory','','',''),('416342975057020250',4747,'41634297438','63','10.00','1500','retail','0','2021-10-15 14:37:15','','','','105','Cash',206.90,'150','','','4','','1','2021-10-15 11:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','156.75','146.75','Inclusive','branch','Inventory','','',''),('416342975323333233',4748,'41634297438','62','5.00','750','retail','0','2021-10-15 14:37:15','','','','105','Cash',103.45,'150','','','4','','1','2021-10-15 11:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','62.00','57','Inclusive','branch','Inventory','','',''),('416342975522239331',4749,'41634297438','61','10.00','1500','retail','0','2021-10-15 14:37:15','','','','105','Cash',206.90,'150','','','4','','1','2021-10-15 11:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','169.50','159.5','Inclusive','branch','Inventory','','',''),('416342975653333362',4750,'41634297438','66','4.50','990','retail','0','2021-10-15 14:37:15','','','','150.00','Cash',136.55,'220','','','4','','1','2021-10-15 11:37:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','121.00','116.5','Inclusive','branch','Inventory','','',''),('416342982103344444',4751,'41634297851','264','1.00','4400','retail','0','2021-10-15 14:44:23','','','','3850','Cash',606.90,'4400','','','4','','1','2021-10-15 11:44:28','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3793.10','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416342982262362314',4752,'41634297851','163','2.00','400','retail','0','2021-10-15 14:44:23','','','','130','Cash',55.17,'200','','','4','','1','2021-10-15 11:44:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','107.50','105.5','Inclusive','branch','Inventory','','',''),('416343088522030302',4753,'41634308354','2','1.00','550','retail','0','2021-10-15 17:40:53','','','','530','Cash',75.86,'550','','','4','','1','2021-10-15 14:40:59','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','567.00','566','Inclusive','branch','18','','',''),('416343093862323003',4754,'41634308860','62','0.50','100','retail','0','2021-10-15 17:50:06','','','','105','Cash',13.79,'200','','','4','','1','2021-10-15 14:50:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','57.00','56.5','Inclusive','branch','Inventory','','',''),('416343901242343334',4755,'41634390028','254','3.00','300','retail','0','2021-10-16 16:16:44','','','','80','Cash',41.38,'100','','','4','','1','2021-10-16 13:17:07','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','353.00','350','Inclusive','branch','Inventory','1110','4000','5500'),('416343901893300342',4756,'41634390028','232','1.00','100','retail','0','2021-10-16 16:16:44','','','','2','Cash',13.79,'100','','','4','','1','2021-10-16 13:17:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','28.50','27.5','Inclusive','branch','Inventory','1110','4000','5500'),('416343904562332041',4757,'41634390227','2','2.00','1100','retail','0','2021-10-16 16:21:55','','','','530','Cash',151.72,'550','','','4','','1','2021-10-16 13:22:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','566.00','564','Inclusive','branch','18','','',''),('416343904960230463',4758,'41634390227','4','1.00','850','retail','0','2021-10-16 16:21:55','','','','730','Cash',117.24,'850','','','4','','1','2021-10-16 13:22:02','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','164.00','163','Inclusive','branch','Inventory','','',''),('416343905420322503',4759,'41634390525','246','1.00','300','retail','0','2021-10-16 16:22:44','','','','200','Cash',41.38,'300','','','4','','1','2021-10-16 13:22:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416343905844220244',4760,'41634390568','2','7.00','3850','retail','0','2021-10-16 16:27:02','','','','530','Cash',531.03,'550','','','4','','1','2021-10-16 13:27:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','564.00','557','Inclusive','branch','18','','',''),('416343906194332033',4761,'41634390568','62','3.00','450','retail','0','2021-10-16 16:27:02','','','','105','Cash',62.07,'150','','','4','','1','2021-10-16 13:27:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','56.50','53.5','Inclusive','branch','Inventory','','',''),('416343906323302233',4762,'41634390568','66','3.00','600','retail','0','2021-10-16 16:27:02','','','','150.00','Cash',82.76,'200','','','4','','1','2021-10-16 13:27:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','116.50','113.5','Inclusive','branch','Inventory','','',''),('416343907066362933',4763,'41634390568','135','6.00','5100','retail','0','2021-10-16 16:27:02','','','','625','Cash',703.45,'850','','','4','','1','2021-10-16 13:27:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','183.00','177','Inclusive','branch','Inventory','','',''),('416343907163239323',4764,'41634390568','136','14.00','9002','retail','0','2021-10-16 16:27:02','','','','500','Cash',1241.66,'643','','','4','','1','2021-10-16 13:27:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','554.31','','118.00','104','Inclusive','branch','Inventory','','',''),('416343908503000330',4765,'41634390830','132','1.50','1699.995','retail','0','2021-10-16 16:29:55','','','','1000','Cash',234.48,'1133.33','','','4','','1','2021-10-16 13:30:06','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','977.01','','8.50','7','Inclusive','branch','Inventory','','',''),('416343908818200113',4766,'41634390830','284','2.00','4000','retail','0','2021-10-16 16:29:55','','','','630','Cash',551.72,'2000','','','4','','1','2021-10-16 13:30:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','55.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416343910872430211',4767,'41634391006','8','1.00','500','retail','0','2021-10-16 16:33:46','','','','330','Cash',68.97,'500','','','4','','1','2021-10-16 13:33:49','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','93.00','92','Inclusive','branch','Inventory','','',''),('416343911193203339',4768,'41634391006','146','2.00','1570','retail','0','2021-10-16 16:33:46','','','','420','Cash',216.55,'785','','','4','','1','2021-10-16 13:33:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','676.72','','24.00','22','Inclusive','branch','Inventory','','',''),('416343911452302113',4769,'41634391006','2','1.00','550','retail','0','2021-10-16 16:33:46','','','','530','Cash',75.86,'550','','','4','','1','2021-10-16 13:33:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','557.00','556','Inclusive','branch','18','','',''),('416343911552003022',4770,'41634391006','60','1.00','180','retail','0','2021-10-16 16:33:46','','','','105','Cash',24.83,'180','','','4','','1','2021-10-16 13:33:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','4.50','3.5','Inclusive','branch','Inventory','','',''),('416343912531135034',4771,'41634391230','220','1.00','3700','retail','0','2021-10-16 16:34:27','','','','3050','Cash',510.34,'3700','','','4','','1','2021-10-16 13:34:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3189.66','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416343912962432030',4772,'41634391273','320','7.00','1050','retail','0','2021-10-16 16:35:54','','','','120','Cash',144.83,'150','','','4','','1','2021-10-16 13:36:03','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','129.31','','86.00','79','Inclusive','branch','Inventory','1110','4000','5500'),('416343914062234242',4773,'41634391364','2','10.00','5500','retail','0','2021-10-16 16:37:08','','','','530','Cash',758.62,'550','','','4','','1','2021-10-16 13:37:34','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','556.00','546','Inclusive','branch','18','','',''),('416343936423233462',4774,'41634391471','232','1.00','4500','retail','0','2021-10-16 17:14:54','','','','2','Cash',620.69,'4500','','','4','','1','2021-10-16 14:15:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','27.50','26.5','Inclusive','branch','Inventory','1110','4000','5500'),('416343936713024720',4775,'41634391471','319','20.00','1600','retail','0','2021-10-16 17:14:54','','','','75','Cash',220.69,'80','','','4','','1','2021-10-16 14:15:25','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','108.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('416343950222932592',4776,'41634393725','8','22.00','9900','retail','0','2021-10-16 17:37:41','','','','330','Cash',1365.52,'450','','','4','','1','2021-10-16 14:37:45','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','92.00','70','Inclusive','branch','Inventory','','',''),('416343950833412312',4777,'41634395066','165','4.00','800','retail','0','2021-10-16 17:38:19','','','','130','Cash',110.34,'200','','','4','','1','2021-10-16 14:38:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','13.00','9','Inclusive','branch','Inventory','','',''),('416343951293105242',4778,'41634395118','232','1.00','500','retail','0','2021-10-16 17:39:04','','','','2','Cash',68.97,'500','','','4','','1','2021-10-16 14:39:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','26.50','25.5','Inclusive','branch','Inventory','1110','4000','5500'),('416345609988614460',4779,'41634558367','253','1.00','6400','retail','0','2021-10-18 15:44:21','','','','5700','Cash',882.76,'6400','','','4','','1','2021-10-18 12:44:30','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416345610150300122',4780,'41634558367','163','3.00','600','retail','0','2021-10-18 15:44:21','','','','130','Cash',82.76,'200','','','4','','1','2021-10-18 12:44:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','105.50','102.5','Inclusive','branch','Inventory','','',''),('416345610954093036',4781,'41634561071','186','1.00','150','retail','0','2021-10-18 15:44:55','','','','40','Cash',20.69,'150','','','4','','1','2021-10-18 12:45:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','20.00','19','Inclusive','branch','Inventory','','',''),('416345611951123309',4782,'41634561183','61','2.00','300','retail','0','2021-10-18 15:46:57','','','','105','Cash',41.38,'150','','','4','','1','2021-10-18 12:47:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','209.50','207.5','Inclusive','branch','Inventory','','',''),('416345612463203000',4783,'41634561222','232','1.00','5100','retail','0','2021-10-18 16:17:15','','','','2','Cash',703.45,'5100','','','4','','1','2021-10-18 13:18:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4396.55','','25.50','24.5','Inclusive','branch','Inventory','1110','4000','5500'),('416345616772360223',4784,'41634561222','259','2.00','800','retail','0','2021-10-18 16:17:15','','','','150 ','Cash',110.34,'400','','','4','','1','2021-10-18 13:18:19','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','337.00','335','Inclusive','branch','Inventory','1110','4000','5500'),('416345616992133439',4785,'41634561222','2','6.00','3300','retail','0','2021-10-18 16:17:15','','','','530','Cash',455.17,'550','','','4','','1','2021-10-18 13:18:19','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','546.00','540','Inclusive','branch','18','','',''),('416345631572263033',4786,'41634563100','70','7.00','9100','retail','0','2021-10-18 16:19:51','','','','1230','Cash',1255.17,'1300','','','4','','1','2021-10-18 13:19:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','17.00','10','Inclusive','branch','Inventory','','',''),('416345632254013325',4787,'41634563195','2','4.00','2200','retail','0','2021-10-18 16:23:12','','','','530','Cash',303.45,'550','','','4','','1','2021-10-18 13:23:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','540.00','536','Inclusive','branch','18','','',''),('416345632645322343',4788,'41634563195','232','1.00','800','retail','0','2021-10-18 16:23:12','','','','2','Cash',110.34,'800','','','4','','1','2021-10-18 13:23:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','24.50','23.5','Inclusive','branch','Inventory','1110','4000','5500'),('416345634404030423',4789,'41634563416','134','2.00','1900','retail','0','2021-10-18 16:24:24','','','','750','Cash',262.07,'950','','','4','','1','2021-10-18 13:24:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','85.00','83','Inclusive','branch','Inventory','','',''),('416345635092409230',4790,'41634563473','232','1.00','4200','retail','0','2021-10-18 16:25:35','','','','2','Cash',579.31,'4200','','','4','','1','2021-10-18 13:25:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3620.69','','23.50','22.5','Inclusive','branch','Inventory','1110','4000','5500'),('416345635823622220',4791,'41634563555','232','1.00','1000','retail','0','2021-10-18 16:26:51','','','','2','Cash',137.93,'1000','','','4','','1','2021-10-18 13:27:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','22.50','21.5','Inclusive','branch','Inventory','1110','4000','5500'),('416345637223223230',4792,'41634563644','2','5.00','2750','retail','0','2021-10-18 16:29:00','','','','530','Cash',379.31,'550','','','4','','1','2021-10-18 13:29:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','536.00','531','Inclusive','branch','18','','',''),('416345637676045400',4793,'41634563752','8','2.00','1000','retail','0','2021-10-18 16:29:43','','','','330','Cash',137.93,'500','','','4','','1','2021-10-18 13:29:47','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','70.00','68','Inclusive','branch','Inventory','','',''),('416345638082080302',4794,'41634563788','320','4.00','600','retail','0','2021-10-18 16:30:35','','','','120','Cash',82.76,'150','','','4','','1','2021-10-18 13:30:38','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','129.31','','103.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('416345682533302354',4795,'41634563839','231','0.50','120','retail','0','2021-10-18 17:44:35','','','','130','Cash',16.55,'240','','','4','','1','2021-10-18 14:44:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','','13.00','12.5','Inclusive','branch','Inventory','1110','4000','5500'),('416347274400336202',4796,'41634727394','14','8.00','8640','retail','0','2021-10-19 13:58:14','','','','1065','Cash',1191.72,'1080','','','4','','1','2021-10-20 10:58:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','225.00','217','Inclusive','branch','Inventory','','',''),('416347274595025002',4797,'41634727394','13','1.00','950','retail','0','2021-10-19 13:58:14','','','','890','Cash',131.03,'950','','','4','','1','2021-10-20 10:58:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','1','13.00','12','Inclusive','branch','Inventory','','',''),('416347275302040443',4798,'41634727513','2','1.00','550','retail','0','2021-10-19 13:58:51','','','','530','Cash',75.86,'550','','','4','','1','2021-10-20 10:59:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','531.00','530','Inclusive','branch','18','','',''),('416347276002126042',4799,'41634727547','62','1.00','150','retail','0','2021-10-19 14:00:20','','','','105','Cash',20.69,'150','','','4','','1','2021-10-20 11:00:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','103.50','102.5','Inclusive','branch','Inventory','','',''),('416347277487800033',4800,'41634727646','2','1.00','550','retail','0','2021-10-19 14:03:40','','','','530','Cash',75.86,'550','','','4','','1','2021-10-20 11:03:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','530.00','529','Inclusive','branch','18','','',''),('416347278521272332',4801,'41634727833','63','50.00','6500','retail','0','2021-10-19 14:08:08','','','','105','Cash',896.55,'130','','','4','','1','2021-10-20 11:08:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','146.75','96.75','Inclusive','branch','Inventory','','',''),('416347278720333327',4802,'41634727833','132','0.50','650','retail','0','2021-10-19 14:08:08','','','','1000','Cash',89.66,'1300','','','4','','1','2021-10-20 11:08:25','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','7.00','6.5','Inclusive','branch','Inventory','','',''),('416347278953043552',4803,'41634727833','145','1.00','500','retail','0','2021-10-19 14:08:08','','','','320','Cash',68.97,'500','','','4','','1','2021-10-20 11:08:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','1.00','0','Inclusive','branch','Inventory','','',''),('416347279056323392',4804,'41634727833','174','3.00','450','retail','0','2021-10-19 14:08:08','','','','120','Cash',62.07,'150','','','4','','1','2021-10-20 11:08:25','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','8.00','5','Inclusive','branch','Inventory','','',''),('416347279261123424',4805,'41634727833','66','2.00','400','retail','0','2021-10-19 14:08:08','','','','150.00','Cash',55.17,'200','','','4','','1','2021-10-20 11:08:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','163.50','161.5','Inclusive','branch','Inventory','','',''),('416347281327261222',4806,'41634728105','232','1.00','950','retail','0','2021-10-19 14:09:07','','','','2','Cash',131.03,'950','','','4','','1','2021-10-20 11:09:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','21.50','20.5','Inclusive','branch','Inventory','1110','4000','5500'),('416347282197300607',4807,'41634728201','60','1.00','150','retail','0','2021-10-19 14:10:48','','','','105','Cash',20.69,'150','','','4','','1','2021-10-20 11:11:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','3.50','2.5','Inclusive','branch','Inventory','','',''),('416347293274302622',4808,'41634728270','14','13.00','14300','retail','0','2021-10-19 14:29:48','','','','1065','Cash',1972.41,'1100','','','4','','1','2021-10-20 11:30:03','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','217.00','204','Inclusive','branch','Inventory','','',''),('416347294202260024',4809,'41634729404','62','2.00','300','retail','0','2021-10-19 14:32:36','','','','105','Cash',41.38,'150','','','4','','1','2021-10-20 11:32:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','102.50','100.5','Inclusive','branch','Inventory','','',''),('416347294313003224',4810,'41634729404','63','2.00','300','retail','0','2021-10-19 14:32:36','','','','105','Cash',41.38,'150','','','4','','1','2021-10-20 11:32:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','96.75','94.75','Inclusive','branch','Inventory','','',''),('416347294642393142',4811,'41634729404','66','2.00','400','retail','0','2021-10-19 14:32:36','','','','150.00','Cash',55.17,'200','','','4','','1','2021-10-20 11:32:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','161.50','159.5','Inclusive','branch','Inventory','','',''),('416347296152442307',4812,'41634729564','134','8.00','7600','retail','0','2021-10-19 14:34:19','','','','750','Cash',1048.28,'950','','','4','','1','2021-10-20 11:34:49','1','3','printed','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','83.00','75','Inclusive','branch','Inventory','','',''),('416347301342303320',4814,'41634730086','97','2.00','1700','retail','0','2021-10-19 14:42:37','','','','720','Cash',234.48,'850','','','4','','1','2021-10-20 11:42:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','68.00','66','Inclusive','branch','Inventory','','',''),('416347302492221322',4815,'41634730226','248','1.00','100','retail','0','2021-10-20 14:45:43','','','','40','Cash',13.79,'100','','','4','','1','2021-10-20 11:45:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416347302672204470',4816,'41634730226','66','1.00','200','retail','0','2021-10-20 14:45:43','','','','150.00','Cash',27.59,'200','','','4','','1','2021-10-20 11:45:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','159.50','158.5','Inclusive','branch','Inventory','','',''),('416347302761230403',4817,'41634730226','62','1.00','150','retail','0','2021-10-20 14:45:43','','','','105','Cash',20.69,'150','','','4','','1','2021-10-20 11:45:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','100.50','99.5','Inclusive','branch','Inventory','','',''),('416347303820283203',4818,'41634730357','247','2.00','600','retail','0','2021-10-20 14:47:17','','','','190','Cash',82.76,'300','','','4','','1','2021-10-20 11:47:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','16.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416347304153430435',4819,'41634730357','232','1.00','100','retail','0','2021-10-20 14:47:17','','','','2','Cash',13.79,'100','','','4','','1','2021-10-20 11:47:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','20.50','19.5','Inclusive','branch','Inventory','1110','4000','5500'),('416347304702240022',4820,'41634730455','285','2.00','600','retail','0','2021-10-20 14:52:26','','','','180','Cash',82.76,'300','','','4','','1','2021-10-20 11:52:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','15.75','13.75','Inclusive','branch','Inventory','1110','4000','5500'),('416347304823233232',4821,'41634730455','284','1.00','1200','retail','0','2021-10-20 14:52:26','','','','630','Cash',165.52,'1200','','','4','','1','2021-10-20 11:52:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','53.00','52','Inclusive','branch','Inventory','1110','4000','5500'),('416347304962322202',4822,'41634730455','66','2.00','400','retail','0','2021-10-20 14:52:26','','','','150.00','Cash',55.17,'200','','','4','','1','2021-10-20 11:52:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','158.50','156.5','Inclusive','branch','Inventory','','',''),('416347305081022230',4823,'41634730455','63','5.50','825','retail','0','2021-10-20 14:52:26','','','','105','Cash',113.79,'150','','','4','','1','2021-10-20 11:52:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','94.75','89.25','Inclusive','branch','Inventory','','',''),('416347305150003263',4824,'41634730455','62','1.00','175','retail','0','2021-10-20 14:52:26','','','','105','Cash',24.14,'175','','','4','','1','2021-10-20 11:52:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','150.86','','99.50','98.5','Inclusive','branch','Inventory','','',''),('416347308343302030',4825,'41634730750','203','1.00','1200','retail','0','2021-10-20 14:54:22','','','','700','Cash',165.52,'1200','','','4','','1','2021-10-20 11:54:26','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.00','3','Inclusive','branch','Inventory','','',''),('416347308872032223',4826,'41634730866','62','0.50','100','retail','0','2021-10-20 14:55:15','','','','105','Cash',13.79,'200','','','4','','1','2021-10-20 11:55:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','98.50','98','Inclusive','branch','Inventory','','',''),('416347317202403172',4827,'41634731688','47','18.00','8100','retail','0','2021-10-20 15:13:15','','','','310','Cash',1117.24,'450','','','4','','1','2021-10-20 12:13:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','25.00','7','Inclusive','branch','Inventory','','',''),('416347319602042113',4828,'41634731688','43','1.00','2800','retail','0','2021-10-20 15:13:15','','','','275','Cash',386.21,'2800','','','4','','1','2021-10-20 12:13:25','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','2413.79','','2.00','1','Inclusive','branch','Inventory','','',''),('416347320653632070',4829,'41634732006','48','11.00','4950','retail','0','2021-10-20 15:17:10','','','','325','Cash',682.76,'450','','','4','','1','2021-10-20 12:17:16','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','19.00','8','Inclusive','branch','Inventory','','',''),('416347321940333222',4830,'41634732006','248','7.00','1050','retail','0','2021-10-20 15:17:10','','','','40','Cash',144.83,'150','','','4','','1','2021-10-20 12:17:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','44.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416347322597329324',4831,'41634732236','242','1.00','160','retail','0','2021-10-20 15:17:53','','','','90','Cash',22.07,'160','','','4','','1','2021-10-20 12:17:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416347323690220243',4832,'41634732279','264','2.00','9000','retail','0','2021-10-20 15:20:44','','','','3850','Cash',1241.38,'4500','','','4','','1','2021-10-20 12:20:57','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','7.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416347324040442633',4833,'41634732279','163','4.00','800','retail','0','2021-10-20 15:20:44','','','','130','Cash',110.34,'200','','','4','','1','2021-10-20 12:20:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','102.50','98.5','Inclusive','branch','Inventory','','',''),('416347324193922322',4834,'41634732279','136','3.00','1950','retail','0','2021-10-20 15:20:44','','','','500','Cash',268.97,'650','','','4','','1','2021-10-20 12:20:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','104.00','101','Inclusive','branch','Inventory','','',''),('416347411707321737',4835,'41634741151','247','1.00','300','retail','0','2021-10-20 17:47:25','','','','190','Cash',41.38,'300','','','4','','1','2021-10-20 14:47:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416347411788322267',4836,'41634741151','62','1.00','150','retail','0','2021-10-20 17:47:25','','','','105','Cash',20.69,'150','','','4','','1','2021-10-20 14:47:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','148.00','147','Inclusive','branch','Inventory','','',''),('416347411883303140',4837,'41634741151','284','2.00','2200','retail','0','2021-10-20 17:47:25','','','','630','Cash',303.45,'1100','','','4','','1','2021-10-20 14:47:37','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','52.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('416347412742361420',4838,'41634741258','2','1.00','550','retail','0','2021-10-20 17:48:17','','','','530','Cash',75.86,'550','','','4','','1','2021-10-20 14:48:21','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','529.00','528','Inclusive','branch','18','','',''),('416347412840312361',4839,'41634741258','232','1.00','200','retail','0','2021-10-20 17:48:17','','','','2','Cash',27.59,'200','','','4','','1','2021-10-20 14:48:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.50','18.5','Inclusive','branch','Inventory','1110','4000','5500'),('416348227233032734',4840,'41634822672','163','5.00','1000','retail','0','2021-10-21 16:25:47','','','','130','Cash',137.93,'200','','','4','','1','2021-10-21 13:26:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','98.50','93.5','Inclusive','branch','Inventory','','',''),('416348228074632274',4841,'41634822767','2','10.00','6000','retail','0','2021-10-21 16:31:22','','','','530','Cash',827.59,'600','','','4','','1','2021-10-21 13:31:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','528.00','518','Inclusive','branch','18','','',''),('416348229512231320',4842,'41634822767','104','3.00','1800','retail','0','2021-10-21 16:31:22','','','','150','Cash',248.28,'600','','','4','','1','2021-10-21 13:31:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','10.00','7','Inclusive','branch','Inventory','','',''),('416348231148243222',4843,'41634823101','62','1.00','150','retail','0','2021-10-21 16:32:08','','','','105','Cash',20.69,'150','','','4','','1','2021-10-21 13:32:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','147.00','146','Inclusive','branch','Inventory','','',''),('416348231683304403',4844,'41634823133','232','1.00','450','retail','0','2021-10-21 16:38:06','','','','2','Cash',62.07,'450','','','4','','1','2021-10-21 13:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','18.50','17.5','Inclusive','branch','Inventory','1110','4000','5500'),('416348231881224001',4845,'41634823133','2','13.00','7150','retail','0','2021-10-21 16:38:06','','','','530','Cash',986.21,'550','','','4','','1','2021-10-21 13:38:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','518.00','505','Inclusive','branch','18','','',''),('416348232062213232',4846,'41634823133','92','3.00','900','retail','0','2021-10-21 16:38:06','','','','190','Cash',124.14,'300','','','4','','1','2021-10-21 13:38:20','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','52.00','49','Inclusive','branch','Inventory','','',''),('416348232202220303',4847,'41634823133','4','8.00','6800','retail','0','2021-10-21 16:38:06','','','','730','Cash',937.93,'850','','','4','','1','2021-10-21 13:38:20','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','171.00','163','Inclusive','branch','Inventory','','',''),('416348232428442323',4848,'41634823133','103','35.00','3500','retail','0','2021-10-21 16:38:06','','','','120','Cash',482.76,'100','','','4','','1','2021-10-21 13:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','529.00','494','Inclusive','branch','Inventory','','',''),('416348235553530423',4849,'41634823501','284','2.00','1600','retail','0','2021-10-21 16:41:46','','','','630','Cash',220.69,'800','','','4','','1','2021-10-21 13:42:52','1','6','printed','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','50.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('416348236390333234',4850,'41634823501','67','1.00','1200','retail','0','2021-10-21 16:41:46','','','','180','Cash',165.52,'1200','','','4','','1','2021-10-21 13:42:52','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.75','3.75','Inclusive','branch','Inventory','','',''),('416348236582652433',4851,'41634823501','232','1.00','450','retail','0','2021-10-21 16:41:46','','','','2','Cash',62.07,'450','','','4','','1','2021-10-21 13:42:52','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','17.50','16.5','Inclusive','branch','Inventory','1110','4000','5500'),('416348238274022632',4855,'41634823788','134','7.00','7000','retail','0','2021-10-21 16:44:12','','','','750','Cash',965.52,'1000','','','4','','1','2021-10-21 13:44:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','75.00','68','Inclusive','branch','Inventory','','',''),('416348238718412723',4856,'41634823856','61','0.50','130','retail','0','2021-10-21 16:44:56','','','','105','Cash',17.93,'260','','','4','','1','2021-10-21 13:45:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','224.14','','207.50','207','Inclusive','branch','Inventory','','',''),('416348239333343023',4857,'41634823902','63','4.00','600','retail','0','2021-10-21 16:45:59','','','','105','Cash',82.76,'150','','','4','','1','2021-10-21 13:46:12','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','89.25','85.25','Inclusive','branch','Inventory','','',''),('416348240006323124',4858,'41634823972','232','1.00','200','retail','0','2021-10-21 16:46:52','','','','2','Cash',27.59,'200','','','4','','1','2021-10-21 13:47:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','16.50','15.5','Inclusive','branch','Inventory','1110','4000','5500'),('416348240666020322',4859,'41634824041','245','1.00','2000','retail','0','2021-10-21 16:51:04','','','','1300','Cash',275.86,'2000','','','4','','1','2021-10-21 13:52:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416348241020004034',4860,'41634824041','286','2.00','1200','retail','0','2021-10-21 16:51:04','','','','450','Cash',165.52,'600','','','4','','1','2021-10-21 13:52:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','45.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416348241843242033',4861,'41634824041','284','3.00','2700','retail','0','2021-10-21 16:51:04','','','','630','Cash',372.41,'900','','','4','','1','2021-10-21 13:52:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','48.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416348242003003022',4862,'41634824041','232','1.00','4900','retail','0','2021-10-21 16:51:04','','','','2','Cash',675.86,'4900','','','4','','1','2021-10-21 13:52:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4224.14','','15.50','14.5','Inclusive','branch','Inventory','1110','4000','5500'),('416348243834208323',4863,'41634824373','8','10.00','5000','retail','0','2021-10-21 17:31:00','','','','330','Cash',689.66,'500','','','4','','1','2021-10-21 14:31:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','68.00','58','Inclusive','branch','Inventory','','',''),('416348244132243024',4864,'41634824373','61','5.00','1000','retail','0','2021-10-21 17:31:00','','','','105','Cash',137.93,'200','','','4','','1','2021-10-21 14:31:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','207.00','202','Inclusive','branch','Inventory','','',''),('416348244406420234',4865,'41634824373','66','2.00','500','retail','0','2021-10-21 17:31:00','','','','150.00','Cash',68.97,'250','','','4','','1','2021-10-21 14:31:10','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','206.50','204.5','Inclusive','branch','Inventory','','',''),('416348244730420060',4866,'41634824373','134','10.00','9800','retail','0','2021-10-21 17:31:00','','','','750','Cash',1351.72,'980','','','4','','1','2021-10-21 14:31:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','68.00','58','Inclusive','branch','Inventory','','',''),('416348244830243324',4867,'41634824373','135','10.00','8500','retail','0','2021-10-21 17:31:00','','','','625','Cash',1172.41,'850','','','4','','1','2021-10-21 14:31:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','177.00','167','Inclusive','branch','Inventory','','',''),('416348266903423333',4868,'41634826670','135','16.00','13280','retail','0','2021-10-21 17:34:08','','','','625','Cash',1831.72,'830','','','4','','1','2021-10-21 14:34:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','715.52','','167.00','151','Inclusive','branch','Inventory','','',''),('416348267060323322',4869,'41634826670','14','6.00','6600','retail','0','2021-10-21 17:34:08','','','','1065','Cash',910.34,'1100','','','4','','1','2021-10-21 14:34:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','204.00','198','Inclusive','branch','Inventory','','',''),('416348267323002382',4870,'41634826670','66','1.00','250','retail','0','2021-10-21 17:34:08','','','','150.00','Cash',34.48,'250','','','4','','1','2021-10-21 14:34:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','204.50','203.5','Inclusive','branch','Inventory','','',''),('416348267397002030',4871,'41634826670','61','3.00','570','retail','0','2021-10-21 17:34:08','','','','105','Cash',78.62,'190','','','4','','1','2021-10-21 14:34:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','163.79','','202.00','199','Inclusive','branch','Inventory','','',''),('416348268727246420',4872,'41634826857','141','1.00','3900','retail','0','2021-10-21 17:34:51','','','','3360','Cash',537.93,'3900','','','4','','1','2021-10-21 14:34:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3362.07','','15.00','14','Inclusive','branch','Inventory','','',''),('416348269093140200',4873,'41634826895','163','1.00','200','retail','0','2021-10-21 17:35:09','','','','130','Cash',27.59,'200','','','4','','1','2021-10-21 14:35:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','93.50','92.5','Inclusive','branch','Inventory','','',''),('416348269383033960',4874,'41634826921','290','6.00','2100','retail','0','2021-10-21 17:36:26','','','','120','Cash',289.66,'350','','','4','','1','2021-10-21 14:36:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','35.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416348269492432632',4875,'41634826921','2','2.00','1100','retail','0','2021-10-21 17:36:26','','','','530','Cash',151.72,'550','','','4','','1','2021-10-21 14:36:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','505.00','503','Inclusive','branch','18','','',''),('416348270163802310',4876,'41634827003','163','3.00','600','retail','0','2021-10-21 17:37:09','','','','130','Cash',82.76,'200','','','4','','1','2021-10-21 14:37:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','92.50','89.5','Inclusive','branch','Inventory','','',''),('416348270790042303',4877,'41634827059','62','8.00','1200','retail','0','2021-10-21 17:38:32','','','','105','Cash',165.52,'150','','','4','','1','2021-10-21 14:38:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','146.00','138','Inclusive','branch','Inventory','','',''),('416348277923011233',4878,'41634827777','320','1.00','200','retail','0','2021-10-21 17:49:53','','','','120','Cash',27.59,'200','','','4','','1','2021-10-21 14:50:00','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('416349051983042230',4879,'41634905180','2','6.00','3300','retail','0','2021-10-22 15:20:17','','','','530','Cash',455.17,'550','','','4','','1','2021-10-22 12:20:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','503.00','497','Inclusive','branch','18','','',''),('416349052433490435',4880,'41634905223','232','1.00','160','retail','0','2021-10-22 15:20:58','','','','2','Cash',22.07,'160','','','4','','1','2021-10-22 12:21:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','14.50','13.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349052803303236',4881,'41634905264','284','2.00','1600','retail','0','2021-10-22 15:21:41','','','','630','Cash',220.69,'800','','','4','','1','2021-10-22 12:21:45','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','45.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416349053213421300',4882,'41634905305','97','12.00','10080','retail','0','2021-10-22 15:22:23','','','','720','Cash',1390.34,'840','','','4','','1','2021-10-22 12:22:29','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','724.14','','66.00','54','Inclusive','branch','Inventory','','',''),('416349053700322220',4883,'41634905350','60','0.50','100','retail','0','2021-10-22 15:27:29','','','','105','Cash',13.79,'200','','','4','','1','2021-10-22 12:27:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.50','2','Inclusive','branch','Inventory','','',''),('416349053804330404',4884,'41634905350','2','5.00','2750','retail','0','2021-10-22 15:27:29','','','','530','Cash',379.31,'550','','','4','','1','2021-10-22 12:27:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','497.00','492','Inclusive','branch','18','','',''),('416349053900303960',4885,'41634905350','232','1.00','150','retail','0','2021-10-22 15:27:29','','','','2','Cash',20.69,'150','','','4','','1','2021-10-22 12:27:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','13.50','12.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349054034544002',4886,'41634905350','66','1.00','250','retail','0','2021-10-22 15:27:29','','','','150.00','Cash',34.48,'250','','','4','','1','2021-10-22 12:27:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','203.50','202.5','Inclusive','branch','Inventory','','',''),('416349054160346303',4887,'41634905350','64','4.00','600','retail','0','2021-10-22 15:27:29','','','','105','Cash',82.76,'150','','','4','','1','2021-10-22 12:27:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','28.00','24','Inclusive','branch','Inventory','','',''),('416349054404200206',4888,'41634905350','277','4.00','800','retail','0','2021-10-22 15:27:29','','','','65','Cash',110.34,'200','','','4','','1','2021-10-22 12:27:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416349054524420233',4889,'41634905350','278','4.00','300','retail','0','2021-10-22 15:27:29','','','','45','Cash',41.38,'75','','','4','','1','2021-10-22 12:27:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','10.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416349056733320224',4890,'41634905658','9','1.00','3500','retail','0','2021-10-22 15:28:01','','','','2900','Cash',482.76,'3500','','','4','','1','2021-10-22 12:28:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','1','8.00','7','Inclusive','branch','Inventory','','',''),('416349056810922243',4891,'41634905658','8','1.00','500','retail','0','2021-10-22 15:28:01','','','','330','Cash',68.97,'500','','','4','','1','2021-10-22 12:28:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','58.00','57','Inclusive','branch','Inventory','','',''),('416349057290021319',4892,'41634905691','232','1.00','4900','retail','0','2021-10-22 15:29:38','','','','2','Cash',675.86,'4900','','','4','','1','2021-10-22 12:29:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4224.14','','12.50','11.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349057423653022',4893,'41634905691','323','1.00','900','retail','0','2021-10-22 15:29:38','','','','300','Cash',124.14,'900','','','4','','1','2021-10-22 12:29:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416349058443314344',4894,'41634905798','2','15.00','8250','retail','0','2021-10-22 15:32:37','','','','530','Cash',1137.93,'550','','','4','','1','2021-10-22 12:32:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','492.00','477','Inclusive','branch','18','','',''),('416349060727330039',4895,'41634905972','136','3.00','1890','retail','0','2021-10-22 15:35:44','','','','500','Cash',260.69,'630','','','4','','1','2021-10-22 12:37:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','543.10','','101.00','98','Inclusive','branch','Inventory','','',''),('416349061194326243',4896,'41634905972','66','0.50','125','retail','0','2021-10-22 15:35:44','','','','150.00','Cash',17.24,'250','','','4','','1','2021-10-22 12:37:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','202.50','202','Inclusive','branch','Inventory','','',''),('416349062884303646',4897,'41634906241','174','5.00','750','retail','0','2021-10-22 15:39:31','','','','120','Cash',103.45,'150','','','4','','1','2021-10-22 12:39:36','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','5.00','0','Inclusive','branch','Inventory','','',''),('416349064032040204',4898,'41634906376','8','2.00','1000','retail','0','2021-10-22 15:43:07','','','','330','Cash',137.93,'500','','','4','','1','2021-10-22 12:43:13','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','57.00','55','Inclusive','branch','Inventory','','',''),('416349064142240402',4899,'41634906376','62','1.50','225','retail','0','2021-10-22 15:43:07','','','','105','Cash',31.03,'150','','','4','','1','2021-10-22 12:43:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','138.00','136.5','Inclusive','branch','Inventory','','',''),('416349064283323213',4900,'41634906376','277','1.00','200','retail','0','2021-10-22 15:43:07','','','','65','Cash',27.59,'200','','','4','','1','2021-10-22 12:43:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416349064962402242',4901,'41634906376','278','2.00','150','retail','0','2021-10-22 15:43:07','','','','45','Cash',20.69,'75','','','4','','1','2021-10-22 12:43:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416349066092002023',4902,'41634906594','2','10.00','5500','retail','0','2021-10-22 15:43:48','','','','530','Cash',758.62,'550','','','4','','1','2021-10-22 12:43:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','477.00','467','Inclusive','branch','18','','',''),('416349130894214102',4903,'41634906673','284','3.00','2550','retail','0','2021-10-22 17:34:23','','','','630','Cash',351.72,'850','','','4','','1','2021-10-22 14:34:38','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','43.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416349133133223233',4904,'41634913279','259','3.00','450','retail','0','2021-10-22 17:45:47','','','','150 ','Cash',62.07,'150','','','4','','1','2021-10-22 14:46:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','335.00','332','Inclusive','branch','Inventory','1110','4000','5500'),('416349134801023204',4905,'41634913279','254','10.00','2000','retail','0','2021-10-22 17:45:47','','','','80','Cash',275.86,'200','','','4','','1','2021-10-22 14:46:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','350.00','340','Inclusive','branch','Inventory','1110','4000','5500'),('416349134932320430',4906,'41634913279','232','1.00','8900','retail','0','2021-10-22 17:45:47','','','','2','Cash',1227.59,'8900','','','4','','1','2021-10-22 14:46:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','7672.41','','11.50','10.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349135402223021',4907,'41634913279','252','90.00','7650','retail','0','2021-10-22 17:45:47','','','','70','Cash',1055.17,'85','','','4','','1','2021-10-22 14:46:44','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','73.28','','173.00','83','Inclusive','branch','Inventory','1110','4000','5500'),('416349135750306133',4908,'41634913279','281','5.00','1000','retail','0','2021-10-22 17:45:47','','','','55','Cash',137.93,'200','','','4','','1','2021-10-22 14:46:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416349142574030322',4909,'41634914004','2','1.00','550','retail','0','2021-10-22 17:51:53','','','','530','Cash',75.86,'550','','','4','','1','2021-10-22 14:52:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','467.00','466','Inclusive','branch','18','','',''),('416349142893139333',4910,'41634914004','147','1.00','900','retail','0','2021-10-22 17:51:53','','','','620','Cash',124.14,'900','','','4','','1','2021-10-22 14:52:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','7.00','6','Inclusive','branch','Inventory','','',''),('416349143502020332',4911,'41634914333','232','1.00','3050','retail','0','2021-10-22 17:53:23','','','','2','Cash',420.69,'3050','','','4','','1','2021-10-22 14:54:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2629.31','','10.50','9.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349143703027632',4912,'41634914333','255','1.00','250','retail','0','2021-10-22 17:53:23','','','','150','Cash',34.48,'250','','','4','','1','2021-10-22 14:54:14','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416349919833209023',4913,'41634991944','2','4.00','2200','retail','0','2021-10-23 15:26:47','','','','530','Cash',303.45,'550','','','4','','1','2021-10-23 12:27:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','466.00','462','Inclusive','branch','18','','',''),('416349920702721323',4914,'41634992048','252','80.00','7200','retail','0','2021-10-23 15:30:19','','','','70','Cash',993.10,'90','','','4','','1','2021-10-23 12:30:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','83.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416349921823200000',4915,'41634992048','249','90.00','12299.4','retail','0','2021-10-23 15:30:19','','','','115','Cash',1696.47,'136.66','','','4','','1','2021-10-23 12:30:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','117.81','','400.00','310','Inclusive','branch','Inventory','1110','4000','5500'),('416349923033306232',4916,'41634992270','2','6.00','3300','retail','0','2021-10-23 15:32:01','','','','530','Cash',455.17,'550','','','4','','1','2021-10-23 12:32:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','462.00','456','Inclusive','branch','18','','',''),('416349923533333043',4917,'41634992325','245','1.00','1800','retail','0','2021-10-23 15:33:28','','','','1300','Cash',248.28,'1800','','','4','','1','2021-10-23 12:33:38','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416349923823823433',4918,'41634992325','232','1.00','1000','retail','0','2021-10-23 15:33:28','','','','2','Cash',137.93,'1000','','','4','','1','2021-10-23 12:33:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','9.50','8.5','Inclusive','branch','Inventory','1110','4000','5500'),('416349924316232330',4919,'41634992418','134','25.00','24000','retail','0','2021-10-23 15:35:14','','','','750','Cash',3310.34,'960','','','4','','1','2021-10-23 12:35:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','827.59','','58.00','33','Inclusive','branch','Inventory','','',''),('416349924903322292',4920,'41634992418','66','5.00','1000','retail','0','2021-10-23 15:35:14','','','','150.00','Cash',137.93,'200','','','4','','1','2021-10-23 12:35:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','202.00','197','Inclusive','branch','Inventory','','',''),('416349925443933042',4921,'41634992520','14','11.00','12100','retail','0','2021-10-23 15:36:17','','','','1065','Cash',1668.97,'1100','','','4','','1','2021-10-23 12:36:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','198.00','187','Inclusive','branch','Inventory','','',''),('416349995489244339',4922,'41634992603','285','1.00','300','retail','0','2021-10-23 17:33:25','','','','180','Cash',41.38,'300','','','4','','1','2021-10-23 14:33:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','13.75','12.75','Inclusive','branch','Inventory','1110','4000','5500'),('416349995611220990',4923,'41634992603','278','2.00','150','retail','0','2021-10-23 17:33:25','','','','45','Cash',20.69,'75','','','4','','1','2021-10-23 14:33:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','4.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416349997023309232',4924,'41634999630','61','1.00','150','retail','0','2021-10-23 17:35:28','','','','105','Cash',20.69,'150','','','4','','1','2021-10-23 14:35:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','199.00','198','Inclusive','branch','Inventory','','',''),('416351719310451033',4925,'41635171914','134','1.00','1000','retail','0','2021-10-25 17:25:46','','','','750','Cash',137.93,'1000','','','4','','1','2021-10-25 14:25:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','33.00','32','Inclusive','branch','Inventory','','',''),('416351719723003033',4926,'41635171951','134','3.00','2880','retail','0','2021-10-25 17:36:58','','','','750','Cash',397.24,'960','','','4','','1','2021-10-25 14:37:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','827.59','','32.00','29','Inclusive','branch','Inventory','','',''),('416351719875602833',4927,'41635171951','66','1.00','250','retail','0','2021-10-25 17:36:58','','','','150.00','Cash',34.48,'250','','','4','','1','2021-10-25 14:37:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','197.00','196','Inclusive','branch','Inventory','','',''),('416351719962413321',4928,'41635171951','60','1.00','180','retail','0','2021-10-25 17:36:58','','','','105','Cash',24.83,'180','','','4','','1','2021-10-25 14:37:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','2.00','1','Inclusive','branch','Inventory','','',''),('416351720050350373',4929,'41635171951','63','0.50','90','retail','0','2021-10-25 17:36:58','','','','105','Cash',12.41,'180','','','4','','1','2021-10-25 14:37:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','85.25','84.75','Inclusive','branch','Inventory','','',''),('416351726452222432',4930,'41635172626','135','6.00','5100','retail','0','2021-10-25 17:37:58','','','','625','Cash',703.45,'850','','','4','','1','2021-10-25 14:38:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','151.00','145','Inclusive','branch','Inventory','','',''),('416351727342532132',4931,'41635172718','232','1.00','300','retail','0','2021-10-25 17:39:12','','','','2','Cash',41.38,'300','','','4','','1','2021-10-25 14:43:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','8.50','7.5','Inclusive','branch','Inventory','1110','4000','5500'),('416351730144143373',4932,'41635172987','14','12.00','13200','retail','0','2021-10-25 17:44:01','','','','1065','Cash',1820.69,'1100','','','4','','1','2021-10-25 14:44:10','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','187.00','175','Inclusive','branch','Inventory','','',''),('416351730713322003',4933,'41635173050','136','2.00','1600','retail','0','2021-10-25 17:44:57','','','','500','Cash',220.69,'800','','','4','','1','2021-10-25 14:45:18','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','98.00','96','Inclusive','branch','Inventory','','',''),('416351731910233233',4934,'41635173182','134','14.00','13300','retail','0','2021-10-25 17:46:58','','','','750','Cash',1834.48,'950','','','4','','1','2021-10-25 14:47:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','29.00','15','Inclusive','branch','Inventory','','',''),('416351733297242252',4935,'41635173309','232','1.00','700','retail','0','2021-10-25 17:49:03','','','','2','Cash',96.55,'700','','','4','','1','2021-10-25 14:49:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','7.50','6.5','Inclusive','branch','Inventory','1110','4000','5500'),('416351734073232273',4936,'41635173377','285','1.00','300','retail','0','2021-10-25 17:50:17','','','','180','Cash',41.38,'300','','','4','','1','2021-10-25 14:50:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','12.75','11.75','Inclusive','branch','Inventory','1110','4000','5500'),('416351734174531332',4937,'41635173377','232','1.00','5','retail','0','2021-10-25 17:50:17','','','','2','Cash',0.69,'5','','','4','','1','2021-10-25 14:50:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','6.50','5.5','Inclusive','branch','Inventory','1110','4000','5500'),('416351734552102400',4938,'41635173436','245','1.00','1800','retail','0','2021-10-25 17:51:19','','','','1300','Cash',248.28,'1800','','','4','','1','2021-10-25 14:51:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416351735443723733',4939,'41635173485','39','7.00','7700','retail','0','2021-10-25 17:52:42','','','','1025','Cash',1062.07,'1100','','','4','','1','2021-10-25 14:52:46','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','30.00','23','Inclusive','branch','Inventory','','',''),('416351743808463331',4940,'41635174365','2','6.00','3300','retail','0','2021-10-25 18:06:35','','','','530','Cash',455.17,'550','','','4','','1','2021-10-25 15:06:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','456.00','450','Inclusive','branch','18','','',''),('416351744593214305',4941,'41635174402','2','20.00','11000','retail','0','2021-10-25 18:07:55','','','','530','Cash',1517.24,'550','','','4','','1','2021-10-25 15:08:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','450.00','430','Inclusive','branch','18','','',''),('416351745942704242',4942,'41635174484','139','3.00','9000','retail','0','2021-10-25 18:11:31','','','','2520','Cash',1241.38,'3000','','','4','','1','2021-10-25 15:11:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','10.00','7','Inclusive','branch','Inventory','','',''),('416351746333242333',4943,'41635174484','264','1.00','5500','retail','0','2021-10-25 18:11:31','','','','3850','Cash',758.62,'5500','','','4','','1','2021-10-25 15:11:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4741.38','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416351746496272333',4944,'41635174484','163','1.00','200','retail','0','2021-10-25 18:11:31','','','','130','Cash',27.59,'200','','','4','','1','2021-10-25 15:11:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','89.50','88.5','Inclusive','branch','Inventory','','',''),('416351746593333639',4945,'41635174484','63','1.00','150','retail','0','2021-10-25 18:11:31','','','','105','Cash',20.69,'150','','','4','','1','2021-10-25 15:11:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','84.75','83.75','Inclusive','branch','Inventory','','',''),('416352514433320051',4946,'41635251359','2','10.00','5500','retail','0','2021-10-26 15:31:03','','','','530','Cash',758.62,'550','','','4','','1','2021-10-26 12:31:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','430.00','420','Inclusive','branch','18','','',''),('416352514932003432',4947,'41635251469','255','2.00','600','retail','0','2021-10-26 15:46:15','','','','150','Cash',82.76,'300','','','4','','1','2021-10-26 12:48:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','23.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416352525503022022',4948,'41635252522','2','20.00','11000','retail','0','2021-10-26 15:55:02','','','','530','Cash',1517.24,'550','','','4','','1','2021-10-26 12:55:12','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','420.00','400','Inclusive','branch','18','','',''),('416352528280230323',4949,'41635252522','92','3.00','900','retail','0','2021-10-26 15:55:02','','','','190','Cash',124.14,'300','','','4','','1','2021-10-26 12:55:12','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','49.00','46','Inclusive','branch','Inventory','','',''),('416352528442232003',4950,'41635252522','232','1.00','750','retail','0','2021-10-26 15:55:02','','','','2','Cash',103.45,'750','','','4','','1','2021-10-26 12:55:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','5.50','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('416352528622202024',4951,'41635252522','203','1.00','1500','retail','0','2021-10-26 15:55:02','','','','700','Cash',206.90,'1500','','','4','','1','2021-10-26 12:55:12','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','1','3.00','2','Inclusive','branch','Inventory','','',''),('416352529279403003',4952,'41635252912','2','5.00','2800','retail','0','2021-10-26 15:55:48','','','','530','Cash',386.21,'560','','','4','','1','2021-10-26 12:55:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','400.00','395','Inclusive','branch','18','','',''),('416352529804343212',4953,'41635252954','295','8.00','800','retail','0','2021-10-26 16:10:59','','','','60','Cash',110.34,'100','','','4','','1','2021-10-26 13:11:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','18.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416352530290233352',4954,'41635252954','284','2.00','4400','retail','0','2021-10-26 16:10:59','','','','630','Cash',606.90,'2200','','','4','','1','2021-10-26 13:11:58','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','40.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416352532052022032',4955,'41635252954','280','1.00','100','retail','0','2021-10-26 16:10:59','','','','50','Cash',13.79,'100','','','4','','1','2021-10-26 13:11:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416352532952252225',4956,'41635252954','232','1.00','500','retail','0','2021-10-26 16:10:59','','','','2','Cash',68.97,'500','','','4','','1','2021-10-26 13:11:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','4.50','3.5','Inclusive','branch','Inventory','1110','4000','5500'),('416352540522423233',4957,'41635253919','115','8.00','10400','retail','0','2021-10-26 16:14:44','','','','1180','Cash',1434.48,'1300','','','4','','1','2021-10-26 13:15:09','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','83.00','75','Inclusive','branch','Inventory','','',''),('416352541294342233',4958,'41635254109','2','20.00','11000','retail','0','2021-10-26 16:15:58','','','','530','Cash',1517.24,'550','','','4','','1','2021-10-26 13:16:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','395.00','375','Inclusive','branch','18','','',''),('416352542113133220',4959,'41635254170','2','10.00','5500','retail','0','2021-10-26 16:17:17','','','','530','Cash',758.62,'550','','','4','','1','2021-10-26 13:17:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','375.00','365','Inclusive','branch','18','','',''),('416352542583031232',4960,'41635254246','2','2.00','1100','retail','0','2021-10-26 16:18:03','','','','530','Cash',151.72,'550','','','4','','1','2021-10-26 13:18:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','365.00','363','Inclusive','branch','18','','',''),('416352543214122344',4961,'41635254296','2','15.00','8250','retail','0','2021-10-26 17:25:36','','','','530','Cash',1137.93,'550','','','4','','1','2021-10-26 14:25:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','363.00','348','Inclusive','branch','18','','',''),('416352543333505220',4962,'41635254296','247','2.00','600','retail','0','2021-10-26 17:25:36','','','','190','Cash',82.76,'300','','','4','','1','2021-10-26 14:25:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416352601010032206',4963,'41635260068','147','1.00','1050','retail','0','2021-10-26 17:57:44','','','','620','Cash',144.83,'1050','','','4','','1','2021-10-26 14:57:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','905.17','','6.00','5','Inclusive','branch','Inventory','','',''),('416352601211653311',4964,'41635260068','169','3.00','450','retail','0','2021-10-26 17:57:44','','','','50','Cash',62.07,'150','','','4','','1','2021-10-26 14:57:57','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','30.00','27','Inclusive','branch','Inventory','','',''),('416352603466642200',4965,'41635260278','259','1.00','500','retail','0','2021-10-26 17:59:31','','','','150 ','Cash',68.97,'500','','','4','','1','2021-10-26 14:59:35','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','332.00','331','Inclusive','branch','Inventory','1110','4000','5500'),('416352604715100234',4966,'41635260376','54','4.00','3400','retail','0','2021-10-26 18:03:42','','','','700','Cash',468.97,'850','','','4','','1','2021-10-26 15:03:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','60.50','56.5','Inclusive','branch','Inventory','','',''),('416352605510246223',4967,'41635260376','67','0.50','650','retail','0','2021-10-26 18:03:42','','','','180','Cash',89.66,'1300','','','4','','1','2021-10-26 15:03:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','3.75','3.25','Inclusive','branch','Inventory','','',''),('416352606022000253',4968,'41635260376','242','1.00','100','retail','0','2021-10-26 18:03:42','','','','90','Cash',13.79,'100','','','4','','1','2021-10-26 15:03:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416352608733322232',4969,'41635260856','159','2.00','2400','retail','0','2021-10-26 18:08:22','','','','600','Cash',331.03,'1200','','','4','','1','2021-10-26 15:08:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','2.00','0','Inclusive','branch','Inventory','','',''),('416353376620023235',4970,'41635337638','97','6.00','4800','retail','0','2021-10-27 15:42:14','','','','720','Cash',662.07,'800','','','4','','1','2021-10-27 12:42:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','54.00','48','Inclusive','branch','Inventory','','',''),('416353384442320360',4971,'41635337638','58','2.00','400','retail','0','2021-10-27 15:42:14','','','','130','Cash',55.17,'200','','','4','','1','2021-10-27 12:42:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.50','19.5','Inclusive','branch','Inventory','','',''),('416353384532332331',4972,'41635337638','62','2.00','300','retail','0','2021-10-27 15:42:14','','','','105','Cash',41.38,'150','','','4','','1','2021-10-27 12:42:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','136.50','134.5','Inclusive','branch','Inventory','','',''),('416353385773302324',4973,'41635338540','299','75.00','1875','retail','0','2021-10-27 15:45:05','','','','15','Cash',258.62,'25','','','4','','1','2021-10-27 12:45:23','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','114.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416353386112438022',4974,'41635338540','284','2.00','2200','retail','0','2021-10-27 15:45:05','','','','630','Cash',303.45,'1100','','','4','','1','2021-10-27 12:45:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','38.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416353386768233032',4975,'41635338540','246','1.00','400','retail','0','2021-10-27 15:45:05','','','','200','Cash',55.17,'400','','','4','','1','2021-10-27 12:45:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416353387402250232',4976,'41635338726','62','0.50','100','retail','0','2021-10-27 15:46:02','','','','105','Cash',13.79,'200','','','4','','1','2021-10-27 12:46:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.50','134','Inclusive','branch','Inventory','','',''),('416353388313356323',4977,'41635338767','50','15.00','6375','retail','0','2021-10-27 15:50:21','','','','310','Cash',879.31,'425','','','4','','1','2021-10-27 13:06:30','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','366.38','','20.00','5','Inclusive','branch','Inventory','','',''),('416353388723232030',4978,'41635338767','292','1.00','3800','retail','0','2021-10-27 15:50:21','','','','2500','Cash',524.14,'3800','','','4','','1','2021-10-27 13:06:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416353389001102254',4979,'41635338767','245','1.00','1800','retail','0','2021-10-27 15:50:21','','','','1300','Cash',248.28,'1800','','','4','','1','2021-10-27 13:06:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416353430022232002',4980,'41635339990','62','5.00','750','retail','0','2021-10-27 16:58:59','','','','105','Cash',103.45,'150','','','4','','1','2021-10-27 13:59:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','134.00','129','Inclusive','branch','Inventory','','',''),('416353430130030433',4981,'41635339990','63','5.00','750','retail','0','2021-10-27 16:58:59','','','','105','Cash',103.45,'150','','','4','','1','2021-10-27 13:59:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','83.75','78.75','Inclusive','branch','Inventory','','',''),('416353430252303102',4982,'41635339990','66','8.00','1600','retail','0','2021-10-27 16:58:59','','','','150.00','Cash',220.69,'200','','','4','','1','2021-10-27 13:59:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','196.00','188','Inclusive','branch','Inventory','','',''),('416353432503202344',4983,'41635343159','63','1.00','200','retail','0','2021-10-27 17:01:29','','','','105','Cash',27.59,'200','','','4','','1','2021-10-27 14:02:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','78.75','77.75','Inclusive','branch','Inventory','','',''),('416353434640364242',4984,'41635343367','163','1.00','200','retail','0','2021-10-27 17:04:24','','','','130','Cash',27.59,'200','','','4','','1','2021-10-27 14:09:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','88.50','87.5','Inclusive','branch','Inventory','','',''),('416353438002152063',4985,'41635343780','163','5.00','1000','retail','0','2021-10-27 17:10:18','','','','130','Cash',137.93,'200','','','4','','1','2021-10-27 14:10:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','87.50','82.5','Inclusive','branch','Inventory','','',''),('416353438454436010',4986,'41635343824','284','1.00','850','retail','0','2021-10-27 17:11:40','','','','630','Cash',117.24,'850','','','4','','1','2021-10-27 14:11:49','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('416353438555523323',4987,'41635343824','2','2.00','1100','retail','0','2021-10-27 17:11:40','','','','530','Cash',151.72,'550','','','4','','1','2021-10-27 14:11:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','348.00','346','Inclusive','branch','18','','',''),('416353438733213232',4988,'41635343824','232','1.00','200','retail','0','2021-10-27 17:11:40','','','','2','Cash',27.59,'200','','','4','','1','2021-10-27 14:11:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','3.50','2.5','Inclusive','branch','Inventory','1110','4000','5500'),('416354332243230243',4989,'41635433202','2','15.00','8250','retail','0','2021-10-28 18:00:53','','','','530','Cash',1137.93,'550','','','4','','1','2021-10-28 15:01:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','346.00','331','Inclusive','branch','18','','',''),('416354332835332223',4990,'41635433272','63','1.00','150','retail','0','2021-10-28 18:01:47','','','','105','Cash',20.69,'150','','','4','','1','2021-10-28 15:01:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','77.75','76.75','Inclusive','branch','Inventory','','',''),('416354333363463333',4991,'41635433313','134','4.00','4000','retail','0','2021-10-28 18:03:14','','','','750','Cash',551.72,'1000','','','4','','1','2021-10-28 15:03:20','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','15.00','11','Inclusive','branch','Inventory','','',''),('416354334204120333',4992,'41635433401','2','8.00','4400','retail','0','2021-10-28 18:04:45','','','','530','Cash',606.90,'550','','','4','','1','2021-10-28 15:05:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','331.00','323','Inclusive','branch','18','','',''),('416354334464264423',4993,'41635433401','232','2.00','400','retail','0','2021-10-28 18:04:45','','','','2','Cash',55.17,'200','','','4','','1','2021-10-28 15:05:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.50','0.5','Inclusive','branch','Inventory','1110','4000','5500'),('416354335384434022',4994,'41635433526','61','1.00','150','retail','0','2021-10-28 18:06:24','','','','105','Cash',20.69,'150','','','4','','1','2021-10-28 15:06:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','198.00','197','Inclusive','branch','Inventory','','',''),('416354335504440000',4995,'41635433526','62','1.00','150','retail','0','2021-10-28 18:06:24','','','','105','Cash',20.69,'150','','','4','','1','2021-10-28 15:06:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','129.00','128','Inclusive','branch','Inventory','','',''),('416354336193533422',4996,'41635433597','134','6.00','5850','retail','0','2021-10-28 18:09:29','','','','750','Cash',806.90,'975','','','4','','1','2021-10-28 15:09:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','840.52','','11.00','5','Inclusive','branch','Inventory','','',''),('416354336633203205',4997,'41635433597','62','1.00','150','retail','0','2021-10-28 18:09:29','','','','105','Cash',20.69,'150','','','4','','1','2021-10-28 15:09:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','128.00','127','Inclusive','branch','Inventory','','',''),('416354336793303423',4998,'41635433597','66','0.50','100','retail','0','2021-10-28 18:09:29','','','','150.00','Cash',13.79,'200','','','4','','1','2021-10-28 15:09:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','188.00','187.5','Inclusive','branch','Inventory','','',''),('416354337870220314',4999,'41635433774','245','1.00','1800','retail','0','2021-10-28 18:14:59','','','','1300','Cash',248.28,'1800','','','4','','1','2021-10-28 15:15:16','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416354338570204285',5000,'41635433774','246','3.00','900','retail','0','2021-10-28 18:14:59','','','','200','Cash',124.14,'300','','','4','','1','2021-10-28 15:15:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','17.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416354339020020223',5001,'41635433774','272','1.00','100','retail','0','2021-10-28 18:14:59','','','','33','Cash',13.79,'100','','','4','','1','2021-10-28 15:15:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416354339154315330',5002,'41635433774','270','1.00','200','retail','0','2021-10-28 18:14:59','','','','60','Cash',27.59,'200','','','4','','1','2021-10-28 15:15:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416354339924203232',5003,'41635433774','232','1.00','1500','retail','0','2021-10-28 18:14:59','','','','2','Cash',206.90,'1500','','','4','','1','2021-10-28 15:15:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','100.50','99.5','Inclusive','branch','Inventory','1110','4000','5500'),('416354341595325003',5004,'41635434120','284','3.00','2550','retail','0','2021-10-28 18:16:17','','','','630','Cash',351.72,'850','','','4','','1','2021-10-28 15:16:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','35.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416354342254220532',5005,'41635434183','6','4.00','5000','retail','0','2021-10-28 18:19:06','','','','1070','Cash',689.66,'1250','','','4','','1','2021-10-28 15:19:18','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','','203.00','199','Inclusive','branch','Inventory','','',''),('416354342911392232',5006,'41635434183','92','2.00','600','retail','0','2021-10-28 18:19:06','','','','190','Cash',82.76,'300','','','4','','1','2021-10-28 15:19:18','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','46.00','44','Inclusive','branch','Inventory','','',''),('416354343373003330',5007,'41635434183','102','1.00','200','retail','0','2021-10-28 18:19:06','','','','120','Cash',27.59,'200','','','4','','1','2021-10-28 15:19:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','13.00','12','Inclusive','branch','Inventory','','',''),('416354343952223141',5008,'41635434358','145','2.00','1000','retail','0','2021-10-28 18:20:14','','','','320','Cash',137.93,'500','','','4','','1','2021-10-28 15:20:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','5.00','3','Inclusive','branch','Inventory','','',''),('416354344305433031',5009,'41635434419','232','1.00','400','retail','0','2021-10-28 18:20:48','','','','2','Cash',55.17,'400','','','4','','1','2021-10-28 15:21:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','99.50','98.5','Inclusive','branch','Inventory','1110','4000','5500'),('416354345135321323',5010,'41635434466','66','3.00','600','retail','0','2021-10-28 18:22:18','','','','150.00','Cash',82.76,'200','','','4','','1','2021-10-28 15:22:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','187.50','184.5','Inclusive','branch','Inventory','','',''),('416354345643220023',5011,'41635434546','319','2.00','200','retail','0','2021-10-28 18:24:11','','','','75','Cash',27.59,'100','','','4','','1','2021-10-28 15:24:25','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','136.00','134','Inclusive','branch','Inventory','1110','4000','5500'),('416354346503334623',5012,'41635434546','271','1.00','100','retail','0','2021-10-28 18:24:11','','','','50','Cash',13.79,'100','','','4','','1','2021-10-28 15:24:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416354346830423330',5013,'41635434667','2','7.00','3850','retail','0','2021-10-28 18:25:01','','','','530','Cash',531.03,'550','','','4','','1','2021-10-28 15:25:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','323.00','316','Inclusive','branch','18','','',''),('416354347342031343',5014,'41635434717','300','3.00','600','retail','0','2021-10-28 18:25:51','','','','150 ','Cash',82.76,'200','','','4','','1','2021-10-28 15:25:56','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416355006910232302',5015,'41635500518','163','3.00','600','retail','0','2021-10-29 12:45:07','','','','130','Cash',82.76,'200','','','4','','1','2021-10-29 09:45:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','82.50','79.5','Inclusive','branch','Inventory','','',''),('416355008843240525',5016,'41635500727','232','1.00','70','retail','0','2021-10-29 12:48:18','','','','2','Cash',9.66,'70','','','4','','1','2021-10-29 09:48:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','98.50','97.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355009740033332',5017,'41635500918','155','1.00','4500','retail','0','2021-10-29 12:49:51','','','','3800','Cash',620.69,'4500','','','4','','1','2021-10-29 09:49:59','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','5','Inclusive','branch','Inventory','','',''),('416355013531234214',5018,'41635501000','232','1.00','1500','retail','0','2021-10-29 12:56:15','','','','2','Cash',206.90,'1500','','','4','','1','2021-10-29 10:01:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','97.50','96.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355017262055030',5019,'41635501661','286','1.00','400','retail','0','2021-10-29 13:02:19','','','','450','Cash',55.17,'400','','','4','','1','2021-10-29 10:02:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416355017713304031',5020,'41635501744','9','1.00','3400','retail','0','2021-10-29 13:03:08','','','','2900','Cash',468.97,'3400','','','4','','1','2021-10-29 10:03:13','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','7.00','6','Inclusive','branch','Inventory','','',''),('416355018262222350',5021,'41635501793','72','4.00','5200','retail','0','2021-10-29 13:04:19','','','','1230','Cash',717.24,'1300','','','4','','1','2021-10-29 10:05:11','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','153.00','149','Inclusive','branch','Inventory','','',''),('416355019313103332',5022,'41635501912','53','1.00','650','retail','0','2021-10-29 13:05:32','','','','560','Cash',89.66,'650','','','4','','1','2021-10-29 10:05:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','53.00','52','Inclusive','branch','Inventory','','',''),('416355128435303343',5023,'41635512757','220','1.00','3600','retail','0','2021-10-29 16:07:23','','','','3050','Cash',496.55,'3600','','','4','','1','2021-10-29 13:07:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416355129103313133',5024,'41635512854','232','1.00','500','retail','0','2021-10-29 16:34:28','','','','2','Cash',68.97,'500','','','4','','1','2021-10-29 13:34:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','96.50','95.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355145005551220',5025,'41635514488','2','7.00','3850','retail','0','2021-10-29 16:35:18','','','','530','Cash',531.03,'550','','','4','','1','2021-10-29 13:35:22','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','316.00','309','Inclusive','branch','18','','',''),('416355145512331352',5026,'41635514523','114','1.00','1200','retail','0','2021-10-29 16:36:15','','','','975','Cash',165.52,'1200','','','4','','1','2021-10-29 13:36:24','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','103.00','102','Inclusive','branch','Inventory','','',''),('416355146203400502',5027,'41635514584','19','18.00','15300','retail','0','2021-10-29 16:37:22','','','','725','Cash',2110.34,'850','','','4','','1','2021-10-29 13:37:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','77.00','59','Inclusive','branch','Inventory','','',''),('416355147722322202',5028,'41635514667','232','1.00','200','retail','0','2021-10-29 16:39:58','','','','2','Cash',27.59,'200','','','4','','1','2021-10-29 13:40:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','95.50','94.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355148660624403',5029,'41635514851','134','2.00','1900','retail','0','2021-10-29 16:41:26','','','','750','Cash',262.07,'950','','','4','','1','2021-10-29 13:41:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','5.00','3','Inclusive','branch','Inventory','','',''),('416355149240223203',5030,'41635514892','284','1.00','2000','retail','0','2021-10-29 16:42:47','','','','630','Cash',275.86,'2000','','','4','','1','2021-10-29 13:42:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416355149893213223',5031,'41635514974','8','2.00','800','retail','0','2021-10-29 16:43:51','','','','330','Cash',110.34,'400','','','4','','1','2021-10-29 13:43:57','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','107.00','105','Inclusive','branch','Inventory','','',''),('416355150550243263',5032,'41635515038','247','1.00','300','retail','0','2021-10-29 16:44:28','','','','190','Cash',41.38,'300','','','4','','1','2021-10-29 13:44:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('416355150953022155',5033,'41635515072','286','1.00','700','retail','0','2021-10-29 16:46:34','','','','450','Cash',96.55,'700','','','4','','1','2021-10-29 13:46:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416355151243535203',5034,'41635515072','284','1.00','850','retail','0','2021-10-29 16:46:34','','','','630','Cash',117.24,'850','','','4','','1','2021-10-29 13:46:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416355151360611012',5035,'41635515072','268','1.00','250','retail','0','2021-10-29 16:46:34','','','','120','Cash',34.48,'250','','','4','','1','2021-10-29 13:46:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416355151465354222',5036,'41635515072','270','1.00','150','retail','0','2021-10-29 16:46:34','','','','60','Cash',20.69,'150','','','4','','1','2021-10-29 13:46:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416355152283303453',5037,'41635515204','232','1.00','500','retail','0','2021-10-29 16:47:26','','','','2','Cash',68.97,'500','','','4','','1','2021-10-29 13:47:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','94.50','93.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355988904233903',5038,'41635598839','43','1.00','400','retail','0','2021-10-30 16:02:20','','','','275','Cash',55.17,'400','','','4','','1','2021-10-30 13:02:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','1.00','0','Inclusive','branch','Inventory','','',''),('416355989199221393',5039,'41635598839','232','1.00','150','retail','0','2021-10-30 16:02:20','','','','2','Cash',20.69,'150','','','4','','1','2021-10-30 13:02:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','93.50','92.5','Inclusive','branch','Inventory','1110','4000','5500'),('416355989693992332',5040,'41635598945','314','1.00','3400','retail','0','2021-10-30 16:03:24','','','','1800','Cash',468.97,'3400','','','4','','1','2021-10-30 13:03:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416355990575039003',5041,'41635599020','9','1.00','3300','retail','0','2021-10-30 16:05:12','','','','2900','Cash',455.17,'3300','','','4','','1','2021-10-30 13:05:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','6.00','5','Inclusive','branch','Inventory','','',''),('416355990872342202',5042,'41635599020','96','1.00','1200','retail','0','2021-10-30 16:05:12','','','','850','Cash',165.52,'1200','','','4','','1','2021-10-30 13:05:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','8.00','7','Inclusive','branch','Inventory','','',''),('416355991593022336',5043,'41635599118','63','3.00','450','retail','0','2021-10-30 16:07:18','','','','105','Cash',62.07,'150','','','4','','1','2021-10-30 13:07:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','76.75','73.75','Inclusive','branch','Inventory','','',''),('416355992573333023',5044,'41635599243','135','10.00','8500','retail','0','2021-10-30 16:10:41','','','','625','Cash',1172.41,'850','','','4','','1','2021-10-30 13:10:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','145.00','135','Inclusive','branch','Inventory','','',''),('416355992682452253',5045,'41635599243','66','2.00','460','retail','0','2021-10-30 16:10:41','','','','150.00','Cash',63.45,'230','','','4','','1','2021-10-30 13:10:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','198.28','','184.50','182.5','Inclusive','branch','Inventory','','',''),('416355992760223525',5046,'41635599243','61','2.00','360','retail','0','2021-10-30 16:10:41','','','','105','Cash',49.66,'180','','','4','','1','2021-10-30 13:10:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','197.00','195','Inclusive','branch','Inventory','','',''),('416355992872303350',5047,'41635599243','63','1.00','180','retail','0','2021-10-30 16:10:41','','','','105','Cash',24.83,'180','','','4','','1','2021-10-30 13:10:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','73.75','72.75','Inclusive','branch','Inventory','','',''),('416355994672503253',5048,'41635599456','278','2.00','150','retail','0','2021-10-30 16:14:40','','','','45','Cash',20.69,'75','','','4','','1','2021-10-30 13:14:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416355994923202352',5049,'41635599456','277','5.00','500','retail','0','2021-10-30 16:14:40','','','','65','Cash',68.97,'100','','','4','','1','2021-10-30 13:14:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','8.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416355995893060922',5050,'41635599456','267','1.00','2000','retail','0','2021-10-30 16:14:40','','','','1550','Cash',275.86,'2000','','','4','','1','2021-10-30 13:14:52','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416355997593229200',5051,'41635599692','136','3.00','1950','retail','0','2021-10-30 16:17:41','','','','500','Cash',268.97,'650','','','4','','1','2021-10-30 13:17:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','96.00','93','Inclusive','branch','Inventory','','',''),('416356004094324232',5052,'41635599871','277','3.00','499.98','retail','0','2021-10-30 16:27:38','','','','65','Cash',68.96,'166.66','','','4','','1','2021-10-30 13:27:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416356004992030445',5053,'41635600470','155','1.00','4700','retail','0','2021-10-30 16:29:15','','','','3800','Cash',648.28,'4700','','','4','','1','2021-10-30 13:29:24','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4051.72','','5.00','4','Inclusive','branch','Inventory','','',''),('416356005120023332',5054,'41635600470','62','0.50','100','retail','0','2021-10-30 16:29:15','','','','105','Cash',13.79,'200','','','4','','1','2021-10-30 13:29:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','127.00','126.5','Inclusive','branch','Inventory','','',''),('416356005782062223',5055,'41635600565','247','6.00','1500','retail','0','2021-10-30 16:30:15','','','','190','Cash',206.90,'250','','','4','','1','2021-10-30 13:30:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','34.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416356058804682300',5056,'41635605795','209','4.00','1200','retail','0','2021-10-30 17:58:32','','','','200','Cash',165.52,'300','','','4','','1','2021-10-30 14:58:36','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','32.00','28','Inclusive','branch','Inventory','','',''),('416357753512333502',5057,'41635775329','36','3.00','2550','retail','0','2021-11-01 17:37:19','','','','450','Cash',351.72,'850','','','4','','1','2021-11-01 14:37:23','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','39.00','36','Inclusive','branch','Inventory','','',''),('416357768010331232',5058,'41635775329','186','1.00','150','retail','0','2021-11-01 17:37:19','','','','40','Cash',20.69,'150','','','4','','1','2021-11-01 14:37:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','19.00','18','Inclusive','branch','Inventory','','',''),('416357768288230402',5059,'41635775329','2','1.00','600','retail','0','2021-11-01 17:37:19','','','','530','Cash',82.76,'600','','','4','','1','2021-11-01 14:37:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','309.00','308','Inclusive','branch','18','','',''),('416357768836283463',5060,'41635775329','232','1.00','150','retail','0','2021-11-01 17:37:19','','','','2','Cash',20.69,'150','','','4','','1','2021-11-01 14:37:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','92.50','91.5','Inclusive','branch','Inventory','1110','4000','5500'),('416357775242353423',5061,'41635777444','62','1.00','150','retail','0','2021-11-01 17:43:00','','','','105','Cash',20.69,'150','','','4','','1','2021-11-01 14:43:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','126.50','125.5','Inclusive','branch','Inventory','','',''),('416357775363365733',5062,'41635777444','2','10.00','5500','retail','0','2021-11-01 17:43:00','','','','530','Cash',758.62,'550','','','4','','1','2021-11-01 14:43:04','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','308.00','298','Inclusive','branch','18','','',''),('416357775644462445',5063,'41635777444','63','2.00','300','retail','0','2021-11-01 17:43:00','','','','105','Cash',41.38,'150','','','4','','1','2021-11-01 14:43:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','72.75','70.75','Inclusive','branch','Inventory','','',''),('416357778254330745',5064,'41635777785','72','8.00','10400','retail','0','2021-11-01 17:54:29','','','','1230','Cash',1434.48,'1300','','','4','','1','2021-11-01 14:54:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','149.00','141','Inclusive','branch','Inventory','','',''),('416357778580473023',5065,'41635777785','209','2.50','1000','retail','0','2021-11-01 17:54:29','','','','200','Cash',137.93,'400','','','4','','1','2021-11-01 14:54:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','28.00','25.5','Inclusive','branch','Inventory','','',''),('416357779342447304',5066,'41635777785','50','7.00','2999.99','retail','0','2021-11-01 17:54:29','','','','310','Cash',413.79,'428.57','','','4','','1','2021-11-01 14:54:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','369.46','','25.00','18','Inclusive','branch','Inventory','','',''),('416357785423233123',5067,'41635778480','56','2.00','3000','retail','0','2021-11-01 17:59:18','','','','1130','Cash',413.79,'1500','','','4','','1','2021-11-01 14:59:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','3.00','1','Inclusive','branch','Inventory','','',''),('416357785773232364',5068,'41635778480','53','1.00','600','retail','0','2021-11-01 17:59:18','','','','560','Cash',82.76,'600','','','4','','1','2021-11-01 14:59:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','52.00','51','Inclusive','branch','Inventory','','',''),('416357786087332346',5069,'41635778480','289','4.00','400','retail','0','2021-11-01 17:59:18','','','','35','Cash',55.17,'100','','','4','','1','2021-11-01 14:59:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','138.00','134','Inclusive','branch','Inventory','1110','4000','5500'),('416357787934302320',5070,'41635778769','2','1.00','550','retail','0','2021-11-01 18:00:37','','','','530','Cash',75.86,'550','','','4','','1','2021-11-01 15:00:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','298.00','297','Inclusive','branch','18','','',''),('416357788124020330',5071,'41635778769','232','1.00','450','retail','0','2021-11-01 18:00:37','','','','2','Cash',62.07,'450','','','4','','1','2021-11-01 15:00:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','91.50','90.5','Inclusive','branch','Inventory','1110','4000','5500'),('416357789862272026',5072,'41635778852','66','0.50','100','retail','0','2021-11-01 18:06:29','','','','150.00','Cash',13.79,'200','','','4','','1','2021-11-01 15:06:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','182.50','182','Inclusive','branch','Inventory','','',''),('416357791063431223',5073,'41635778852','174','1.00','150','retail','0','2021-11-01 18:06:29','','','','120','Cash',20.69,'150','','','4','','1','2021-11-01 15:06:35','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','50.00','49','Inclusive','branch','Inventory','','',''),('416357792053025741',5074,'41635779196','232','1.00','75','retail','0','2021-11-01 18:06:58','','','','2','Cash',10.34,'75','','','4','','1','2021-11-01 15:07:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','64.66','','90.50','89.5','Inclusive','branch','Inventory','1110','4000','5500'),('416357792766332172',5075,'41635779230','14','3.00','3300','retail','0','2021-11-01 08:34:51','','','','1065','Cash',455.17,'1100','','','4','','1','2021-11-02 05:35:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','175.00','172','Inclusive','branch','Inventory','','',''),('416357793053324946',5076,'41635779230','13','2.00','1900','retail','0','2021-11-01 08:34:51','','','','890','Cash',262.07,'950','','','4','','1','2021-11-02 05:35:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','12.00','10','Inclusive','branch','Inventory','','',''),('416358313912438223',5077,'41635831346','285','1.00','300','retail','0','2021-11-01 08:39:00','','','','180','Cash',41.38,'300','','','4','','1','2021-11-02 05:39:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','11.75','10.75','Inclusive','branch','Inventory','1110','4000','5500'),('416358314074338032',5078,'41635831346','15','10.00','7000','retail','0','2021-11-01 08:39:00','','','','640','Cash',965.52,'700','','','4','','1','2021-11-02 05:39:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','54.00','44','Inclusive','branch','Inventory','','',''),('416358314240541033',5079,'41635831346','146','2.00','1600','retail','0','2021-11-01 08:39:00','','','','420','Cash',220.69,'800','','','4','','1','2021-11-02 05:39:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','22.00','20','Inclusive','branch','Inventory','','',''),('416358314694603432',5080,'41635831346','66','3.00','600','retail','0','2021-11-01 08:39:00','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-02 05:39:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','182.00','179','Inclusive','branch','Inventory','','',''),('416358315920289223',5081,'41635831559','20','5.00','4750','retail','0','2021-11-01 08:40:19','','','','642','Cash',655.17,'950','','','4','','1','2021-11-02 05:40:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','7.00','2','Inclusive','branch','Inventory','','',''),('416358316605332222',5082,'41635831638','285','2.00','600','retail','0','2021-11-01 08:44:56','','','','180','Cash',82.76,'300','','','4','','1','2021-11-02 05:45:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','10.75','8.75','Inclusive','branch','Inventory','1110','4000','5500'),('416358316733400200',5083,'41635831638','163','0.50','100','retail','0','2021-11-01 08:44:56','','','','130','Cash',13.79,'200','','','4','','1','2021-11-02 05:45:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','79.50','79','Inclusive','branch','Inventory','','',''),('416358319273013352',5084,'41635831907','284','1.00','850','retail','0','2021-11-01 09:16:26','','','','630','Cash',117.24,'850','','','4','','1','2021-11-02 06:16:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416358319388429361',5085,'41635831907','247','1.00','350','retail','0','2021-11-01 09:16:26','','','','190','Cash',48.28,'350','','','4','','1','2021-11-02 06:16:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416358319482300842',5086,'41635831907','270','1.00','150','retail','0','2021-11-01 09:16:26','','','','60','Cash',20.69,'150','','','4','','1','2021-11-02 06:16:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416358319630233323',5087,'41635831907','320','2.00','400','retail','0','2021-11-01 09:16:26','','','','120','Cash',55.17,'200','','','4','','1','2021-11-02 06:16:52','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','','98.00','96','Inclusive','branch','Inventory','1110','4000','5500'),('416358334712230323',5088,'41635831907','60','1.00','150','retail','0','2021-11-01 09:16:26','','','','105','Cash',20.69,'150','','','4','','1','2021-11-02 06:16:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','1.00','0','Inclusive','branch','Inventory','','',''),('416358334823333333',5089,'41635831907','62','1.00','150','retail','0','2021-11-01 09:16:26','','','','105','Cash',20.69,'150','','','4','','1','2021-11-02 06:16:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','125.50','124.5','Inclusive','branch','Inventory','','',''),('416358334903053432',5090,'41635831907','66','1.00','250','retail','0','2021-11-01 09:16:26','','','','150.00','Cash',34.48,'250','','','4','','1','2021-11-02 06:16:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','179.00','178','Inclusive','branch','Inventory','','',''),('416358345420442020',5091,'41635834503','19','1.00','850','retail','0','2021-10-30 09:29:24','','','','725','Cash',117.24,'850','','','4','','1','2021-11-02 06:29:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','59.00','58','Inclusive','branch','Inventory','','',''),('416358346150223530',5092,'41635834596','36','2.00','1700','retail','0','2021-10-30 09:31:00','','','','450','Cash',234.48,'850','','','4','','1','2021-11-02 06:31:21','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','36.00','34','Inclusive','branch','Inventory','','',''),('416358346263434363',5093,'41635834596','186','1.00','150','retail','0','2021-10-30 09:31:00','','','','40','Cash',20.69,'150','','','4','','1','2021-11-02 06:31:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','18.00','17','Inclusive','branch','Inventory','','',''),('416358347047233300',5094,'41635834683','2','2.00','1100','retail','0','2021-10-30 09:33:25','','','','530','Cash',151.72,'550','','','4','','1','2021-11-02 06:33:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','297.00','295','Inclusive','branch','18','','',''),('416358347193202034',5095,'41635834683','145','1.00','500','retail','0','2021-10-30 09:33:25','','','','320','Cash',68.97,'500','','','4','','1','2021-11-02 06:33:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','3.00','2','Inclusive','branch','Inventory','','',''),('416358347353330330',5096,'41635834683','132','0.50','600','retail','0','2021-10-30 09:33:25','','','','1000','Cash',82.76,'1200','','','4','','1','2021-11-02 06:33:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','11.50','11','Inclusive','branch','Inventory','','',''),('416358348383323833',5097,'41635834828','253','1.00','6500','retail','0','2021-10-30 09:34:39','','','','5700','Cash',896.55,'6500','','','4','','1','2021-11-02 06:34:54','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5603.45','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416358348483223868',5098,'41635834828','163','2.00','400','retail','0','2021-10-30 09:34:39','','','','130','Cash',55.17,'200','','','4','','1','2021-11-02 06:34:54','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','79.00','77','Inclusive','branch','Inventory','','',''),('416358353563048330',5099,'41635835335','134','16.00','14720','retail','0','2021-10-30 09:45:25','','','','750','Cash',2030.34,'920','','','4','','1','2021-11-02 06:45:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','793.10','','63.00','47','Inclusive','branch','Inventory','','',''),('416358353732353033',5100,'41635835335','62','3.00','540','retail','0','2021-10-30 09:45:25','','','','105','Cash',74.48,'180','','','4','','1','2021-11-02 06:45:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','124.50','119.5','Inclusive','branch','Inventory','','',''),('416358353824836242',5101,'41635835335','62','2.00','360','retail','0','2021-10-30 09:45:25','','','','105','Cash',49.66,'180','','','4','','1','2021-11-02 06:45:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','123.50','121.5','Inclusive','branch','Inventory','','',''),('416358353905122220',5102,'41635835335','61','4.00','720','retail','0','2021-10-30 09:45:25','','','','105','Cash',99.31,'180','','','4','','1','2021-11-02 06:45:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','195.00','191','Inclusive','branch','Inventory','','',''),('416358354023025003',5103,'41635835335','66','4.00','1000','retail','0','2021-10-30 09:45:25','','','','150.00','Cash',137.93,'250','','','4','','1','2021-11-02 06:45:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','178.00','174','Inclusive','branch','Inventory','','',''),('416358355738123122',5104,'41635835538','186','3.00','450','retail','0','2021-10-30 09:49:20','','','','40','Cash',62.07,'150','','','4','','1','2021-11-02 06:49:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','17.00','14','Inclusive','branch','Inventory','','',''),('416358356972032395',5105,'41635835538','165','0.50','100','retail','0','2021-10-30 09:49:20','','','','130','Cash',13.79,'200','','','4','','1','2021-11-02 06:49:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8.5','Inclusive','branch','Inventory','','',''),('416358357212036233',5106,'41635835538','232','1.00','250','retail','0','2021-10-30 09:49:20','','','','2','Cash',34.48,'250','','','4','','1','2021-11-02 06:49:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','89.50','88.5','Inclusive','branch','Inventory','1110','4000','5500'),('416358358822081133',5107,'41635835788','2','18.00','9900','retail','0','2021-11-02 09:51:43','','','','530','Cash',1365.52,'550','','','4','','1','2021-11-02 06:51:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','295.00','277','Inclusive','branch','18','','',''),('416358359212232238',5108,'41635835907','2','11.00','6050','retail','0','2021-11-02 09:52:45','','','','530','Cash',834.48,'550','','','4','','1','2021-11-02 06:52:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','277.00','266','Inclusive','branch','18','','',''),('416358362600601632',5109,'41635835970','253','2.00','13000','retail','0','2021-11-02 09:58:41','','','','5700','Cash',1793.10,'6500','','','4','','1','2021-11-02 06:58:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5603.45','','16.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416358362711332833',5110,'41635835970','163','3.00','600','retail','0','2021-11-02 09:58:41','','','','130','Cash',82.76,'200','','','4','','1','2021-11-02 06:58:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','77.00','74','Inclusive','branch','Inventory','','',''),('416358363966032233',5111,'41635836326','47','2.00','900','retail','0','2021-11-02 10:06:46','','','','310','Cash',124.14,'450','','','4','','1','2021-11-02 07:11:08','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','27.00','25','Inclusive','branch','Inventory','','',''),('416358364264222124',5112,'41635836326','290','1.00','350','retail','0','2021-11-02 10:06:46','','','','120','Cash',48.28,'350','','','4','','1','2021-11-02 07:11:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416358364713238245',5113,'41635836326','232','1.00','1225','retail','0','2021-11-02 10:06:46','','','','2','Cash',168.97,'1225','','','4','','1','2021-11-02 07:11:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1056.03','','88.50','87.5','Inclusive','branch','Inventory','1110','4000','5500'),('416358370800233030',5114,'41635837068','254','2.00','300','retail','0','2021-11-02 10:11:44','','','','80','Cash',41.38,'150','','','4','','1','2021-11-02 07:11:47','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','340.00','338','Inclusive','branch','Inventory','1110','4000','5500'),('416358540815260322',5115,'41635854066','2','10.00','5500','retail','0','2021-11-02 14:55:14','','','','530','Cash',758.62,'550','','','4','','1','2021-11-02 11:55:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','266.00','256','Inclusive','branch','18','','',''),('416358541322224202',5116,'41635854123','2','5.00','2750','retail','0','2021-11-02 14:55:48','','','','530','Cash',379.31,'550','','','4','','1','2021-11-02 11:55:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','256.00','251','Inclusive','branch','18','','',''),('416358550582421224',5117,'41635854153','232','1.00','700','retail','0','2021-11-02 15:11:43','','','','2','Cash',96.55,'700','','','4','','1','2021-11-02 12:12:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','87.50','86.5','Inclusive','branch','Inventory','1110','4000','5500'),('416358551622634020',5118,'41635855129','284','1.00','2100','retail','0','2021-11-02 15:12:58','','','','630','Cash',289.66,'2100','','','4','','1','2021-11-02 12:13:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1810.34','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416358556172700323',5119,'41635855184','4','4.00','3400','retail','0','2021-11-02 15:26:03','','','','730','Cash',468.97,'850','','','4','','1','2021-11-02 12:26:30','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','213.00','209','Inclusive','branch','Inventory','','',''),('416358556730253028',5120,'41635855184','145','4.00','2000','retail','0','2021-11-02 15:26:03','','','','320','Cash',275.86,'500','','','4','','1','2021-11-02 12:26:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','2.00','1','Inclusive','branch','Inventory','','',''),('416358557020442232',5121,'41635855184','62','1.00','150','retail','0','2021-11-02 15:26:03','','','','105','Cash',20.69,'150','','','4','','1','2021-11-02 12:26:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','119.50','118.5','Inclusive','branch','Inventory','','',''),('416358557183752834',5122,'41635855184','63','1.00','150','retail','0','2021-11-02 15:26:03','','','','105','Cash',20.69,'150','','','4','','1','2021-11-02 12:26:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','70.75','69.75','Inclusive','branch','Inventory','','',''),('416358559293322922',5123,'41635855184','174','4.00','600','retail','0','2021-11-02 15:26:03','','','','120','Cash',82.76,'150','','','4','','1','2021-11-02 12:26:30','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','49.00','45','Inclusive','branch','Inventory','','',''),('416358560495330043',5124,'41635855990','251','60.00','7999.8','retail','0','2021-11-02 15:28:02','','','','115','Cash',1103.42,'133.33','','','4','','1','2021-11-02 12:28:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','114.94','','66.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416358561333320326',5125,'41635856092','14','13.00','14040','retail','0','2021-11-02 15:29:37','','','','1065','Cash',1936.55,'1080','','','4','','1','2021-11-02 12:29:44','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','188.00','175','Inclusive','branch','Inventory','','',''),('416358631833223621',5126,'41635863171','15','1.00','750','retail','0','2021-11-02 17:30:39','','','','640','Cash',103.45,'750','','','4','','1','2021-11-02 14:30:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','44.00','43','Inclusive','branch','Inventory','','',''),('416358631950262223',5127,'41635863171','6','1.00','1200','retail','0','2021-11-02 17:30:39','','','','1070','Cash',165.52,'1200','','','4','','1','2021-11-02 14:30:56','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','239.00','238','Inclusive','branch','Inventory','','',''),('416358632112633332',5128,'41635863171','2','10.00','5500','retail','0','2021-11-02 17:30:39','','','','530','Cash',758.62,'550','','','4','','1','2021-11-02 14:30:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','251.00','241','Inclusive','branch','18','','',''),('416358632788543227',5129,'41635863171','121','10.00','13000','retail','0','2021-11-02 17:30:39','','','','1180','Cash',1793.10,'1300','','','4','','1','2021-11-02 14:30:56','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','65.00','55','Inclusive','branch','Inventory','','',''),('416358632963036940',5130,'41635863171','253','1.00','6400','retail','0','2021-11-02 17:30:39','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-02 14:30:56','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416358634818522033',5131,'41635863457','63','1.00','150','retail','0','2021-11-02 17:31:42','','','','105','Cash',20.69,'150','','','4','','1','2021-11-02 14:31:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','69.75','68.75','Inclusive','branch','Inventory','','',''),('416359457345223322',5132,'41635945708','322','1.00','200','retail','0','2021-11-03 16:22:41','','','','120','Cash',27.59,'200','','','4','','1','2021-11-03 13:22:45','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('416359457933202630',5133,'41635945765','264','1.00','4500','retail','0','2021-11-03 16:26:17','','','','3850','Cash',620.69,'4500','','','4','','1','2021-11-03 13:26:23','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416359458153302533',5134,'41635945765','163','1.00','200','retail','0','2021-11-03 16:26:17','','','','130','Cash',27.59,'200','','','4','','1','2021-11-03 13:26:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','74.00','73','Inclusive','branch','Inventory','','',''),('416359460306333323',5135,'41635945985','37','11.00','10450','retail','0','2021-11-03 16:32:24','','','','890','Cash',1441.38,'950','','','4','','1','2021-11-03 13:32:28','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','1.00','1','Inclusive','branch','Inventory','','',''),('416359462011202642',5136,'41635945985','247','5.00','1500','retail','0','2021-11-03 16:32:24','','','','190','Cash',206.90,'300','','','4','','1','2021-11-03 13:32:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','27.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('416359462182030232',5137,'41635945985','186','3.00','600','retail','0','2021-11-03 16:32:24','','','','40','Cash',82.76,'200','','','4','','1','2021-11-03 13:32:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','11','Inclusive','branch','Inventory','','',''),('416359463262533312',5138,'41635945985','284','1.00','900','retail','0','2021-11-03 16:32:24','','','','630','Cash',124.14,'900','','','4','','1','2021-11-03 13:32:28','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416359463703325203',5139,'41635946349','2','20.00','11000','retail','0','2021-11-03 16:33:03','','','','530','Cash',1517.24,'550','','','4','','1','2021-11-03 13:33:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','241.00','221','Inclusive','branch','18','','',''),('416359464172021443',5140,'41635946388','72','6.00','7800','retail','0','2021-11-03 16:33:58','','','','1230','Cash',1075.86,'1300','','','4','','1','2021-11-03 13:34:07','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','141.00','135','Inclusive','branch','Inventory','','',''),('416359465594913023',5141,'41635946448','249','5.00','650','retail','0','2021-11-03 16:36:23','','','','115','Cash',89.66,'130','','','4','','1','2021-11-03 13:36:28','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','310.00','305','Inclusive','branch','Inventory','1110','4000','5500'),('416359466233423324',5142,'41635946588','318','1.00','8000','retail','0','2021-11-03 16:37:03','','','','6000','Cash',1103.45,'8000','','','4','','1','2021-11-03 13:37:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','6896.55','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416359467112321303',5143,'41635946630','63','5.00','750','retail','0','2021-11-03 16:39:28','','','','105','Cash',103.45,'150','','','4','','1','2021-11-03 13:39:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','68.75','63.75','Inclusive','branch','Inventory','','',''),('416359467533343323',5144,'41635946630','232','1.00','50','retail','0','2021-11-03 16:39:28','','','','2','Cash',6.90,'50','','','4','','1','2021-11-03 13:39:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','86.50','85.5','Inclusive','branch','Inventory','1110','4000','5500'),('416359473932332332',5145,'41635946777','284','3.00','2400','retail','0','2021-11-03 16:50:25','','','','630','Cash',331.03,'800','','','4','','1','2021-11-03 13:50:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','27.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416359475732351323',5146,'41635947430','253','1.00','6400','retail','0','2021-11-03 16:55:30','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-03 13:55:36','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416359476154132023',5147,'41635947430','67','0.50','650','retail','0','2021-11-03 16:55:30','','','','180','Cash',89.66,'1300','','','4','','1','2021-11-03 13:55:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','3.25','2.75','Inclusive','branch','Inventory','','',''),('416359476932603372',5148,'41635947430','254','1.00','200','retail','0','2021-11-03 16:55:30','','','','80','Cash',27.59,'200','','','4','','1','2021-11-03 13:55:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','338.00','337','Inclusive','branch','Inventory','1110','4000','5500'),('416359482162041342',5149,'41635947736','136','3.00','1950','retail','0','2021-11-03 17:04:24','','','','500','Cash',268.97,'650','','','4','','1','2021-11-03 14:04:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','93.00','90','Inclusive','branch','Inventory','','',''),('416359482280238020',5150,'41635947736','15','1.00','750','retail','0','2021-11-03 17:04:24','','','','640','Cash',103.45,'750','','','4','','1','2021-11-03 14:04:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','43.00','42','Inclusive','branch','Inventory','','',''),('416359505733252320',5151,'41635948332','132','6.00','6000','retail','0','2021-11-03 17:43:20','','','','1000','Cash',827.59,'1000','','','4','','1','2021-11-03 14:43:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','11.00','5','Inclusive','branch','Inventory','','',''),('416359519072123337',5152,'41635951892','284','3.00','2400','retail','0','2021-11-03 18:06:23','','','','630','Cash',331.03,'800','','','4','','1','2021-11-03 15:06:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','24.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416360176362333143',5153,'41636017582','253','1.00','6450','retail','0','2021-11-04 12:28:51','','','','5700','Cash',889.66,'6450','','','4','','1','2021-11-04 09:28:55','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5560.34','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416360176691027403',5154,'41636017582','135','3.00','2700','retail','0','2021-11-04 12:28:51','','','','625','Cash',372.41,'900','','','4','','1','2021-11-04 09:28:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','183.00','180','Inclusive','branch','Inventory','','',''),('416360176872320433',5155,'41636017582','209','3.00','900','retail','0','2021-11-04 12:28:51','','','','200','Cash',124.14,'300','','','4','','1','2021-11-04 09:28:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','25.50','22.5','Inclusive','branch','Inventory','','',''),('416360177002201010',5156,'41636017582','61','0.50','90','retail','0','2021-11-04 12:28:51','','','','105','Cash',12.41,'180','','','4','','1','2021-11-04 09:28:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','191.00','190.5','Inclusive','branch','Inventory','','',''),('416360177093034020',5157,'41636017582','63','0.50','90','retail','0','2021-11-04 12:28:51','','','','105','Cash',12.41,'180','','','4','','1','2021-11-04 09:28:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','63.75','63.25','Inclusive','branch','Inventory','','',''),('416360177210011333',5158,'41636017582','66','0.50','120','retail','0','2021-11-04 12:28:51','','','','150.00','Cash',16.55,'240','','','4','','1','2021-11-04 09:28:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','','174.00','173.5','Inclusive','branch','Inventory','','',''),('416360177303333333',5159,'41636017582','163','2.00','400','retail','0','2021-11-04 12:28:51','','','','130','Cash',55.17,'200','','','4','','1','2021-11-04 09:28:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','73.00','71','Inclusive','branch','Inventory','','',''),('416360181563231201',5160,'41636018136','2','10.00','5500','retail','0','2021-11-04 12:30:09','','','','530','Cash',758.62,'550','','','4','','1','2021-11-04 09:30:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','221.00','211','Inclusive','branch','18','','',''),('416360181678722862',5161,'41636018136','134','10.00','9500','retail','0','2021-11-04 12:30:09','','','','750','Cash',1310.34,'950','','','4','','1','2021-11-04 09:30:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','47.00','37','Inclusive','branch','Inventory','','',''),('416360182310122382',5162,'41636018214','2','2.00','1100','retail','0','2021-11-04 13:08:11','','','','530','Cash',151.72,'550','','','4','','1','2021-11-04 10:08:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','211.00','209','Inclusive','branch','18','','',''),('416360182898062860',5163,'41636018214','232','1.00','200','retail','0','2021-11-04 13:08:11','','','','2','Cash',27.59,'200','','','4','','1','2021-11-04 10:08:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','85.50','84.5','Inclusive','branch','Inventory','1110','4000','5500'),('416360211792033223',5164,'41636020508','259','1.00','150','retail','0','2021-11-04 13:20:28','','','','150 ','Cash',20.69,'150','','','4','','1','2021-11-04 10:20:36','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','331.00','330','Inclusive','branch','Inventory','1110','4000','5500'),('416360212873370021',5165,'41636021237','174','13.00','1560','retail','0','2021-11-04 13:22:16','','','','120','Cash',215.17,'120','','','4','','1','2021-11-04 10:22:30','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','103.45','','45.00','32','Inclusive','branch','Inventory','','',''),('416360213652033333',5166,'41636021350','2','5.00','2750','retail','0','2021-11-04 13:28:18','','','','530','Cash',379.31,'550','','','4','','1','2021-11-04 10:28:28','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','209.00','204','Inclusive','branch','18','','',''),('416360213962020333',5167,'41636021350','66','1.00','200','retail','0','2021-11-04 13:28:18','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-04 10:28:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','173.50','172.5','Inclusive','branch','Inventory','','',''),('416360215730232330',5168,'41636021350','284','1.00','850','retail','0','2021-11-04 13:28:18','','','','630','Cash',117.24,'850','','','4','','1','2021-11-04 10:28:28','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416360215912022223',5169,'41636021350','232','1.00','150','retail','0','2021-11-04 13:28:18','','','','2','Cash',20.69,'150','','','4','','1','2021-11-04 10:28:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','84.50','83.5','Inclusive','branch','Inventory','1110','4000','5500'),('416360216151323401',5170,'41636021350','61','2.00','300','retail','0','2021-11-04 13:28:18','','','','105','Cash',41.38,'150','','','4','','1','2021-11-04 10:28:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','190.50','188.5','Inclusive','branch','Inventory','','',''),('416360217283343276',5171,'41636021708','138','3.00','7399.98','retail','0','2021-11-04 13:29:16','','','','2100','Cash',1020.69,'2466.66','','','4','','1','2021-11-04 10:29:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2126.43','','6.00','3','Inclusive','branch','Inventory','','',''),('416360217900202033',5172,'41636021763','49','2.00','800','retail','0','2021-11-04 13:30:33','','','','310','Cash',110.34,'400','','','4','','1','2021-11-04 10:30:38','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','20.00','18','Inclusive','branch','Inventory','','',''),('416360218672002638',5173,'41636021839','82','3.00','2700','retail','0','2021-11-04 13:31:56','','','','820','Cash',372.41,'900','','','4','','1','2021-11-04 10:31:59','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','27.00','24','Inclusive','branch','Inventory','','',''),('416360219033332332',5174,'41636021839','84','1.00','1300','retail','0','2021-11-04 13:31:56','','','','1230','Cash',179.31,'1300','','','4','','1','2021-11-04 10:31:59','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','155.00','154','Inclusive','branch','Inventory','','',''),('416360312180300320',5175,'41636031202','97','10.00','8500','retail','0','2021-11-04 16:16:19','','','','720','Cash',1172.41,'850','','','4','','1','2021-11-04 13:16:33','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','55.00','45','Inclusive','branch','Inventory','','',''),('416360312790236203',5176,'41636031202','8','5.00','2500','retail','0','2021-11-04 16:16:19','','','','330','Cash',344.83,'500','','','4','','1','2021-11-04 13:16:33','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','105.00','100','Inclusive','branch','Inventory','','',''),('416360313144330342',5177,'41636031202','58','1.00','200','retail','0','2021-11-04 16:16:19','','','','130','Cash',27.59,'200','','','4','','1','2021-11-04 13:16:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','19.50','18.5','Inclusive','branch','Inventory','','',''),('416360314960400230',5178,'41636031202','270','2.00','300','retail','0','2021-11-04 16:16:19','','','','60','Cash',41.38,'150','','','4','','1','2021-11-04 13:16:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','13.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416360315664136103',5179,'41636031202','62','2.00','360','retail','0','2021-11-04 16:16:19','','','','105','Cash',49.66,'180','','','4','','1','2021-11-04 13:16:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','117.50','116.5','Inclusive','branch','Inventory','','',''),('416360315742220336',5180,'41636031202','63','2.00','360','retail','0','2021-11-04 16:16:19','','','','105','Cash',49.66,'180','','','4','','1','2021-11-04 13:16:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','63.25','61.25','Inclusive','branch','Inventory','','',''),('416360315852805205',5181,'41636031202','284','3.00','2550','retail','0','2021-11-04 16:16:19','','','','630','Cash',351.72,'850','','','4','','1','2021-11-04 13:16:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','20.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416360315920003333',5182,'41636031202','232','1.00','230','retail','0','2021-11-04 16:16:19','','','','2','Cash',31.72,'230','','','4','','1','2021-11-04 13:16:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','198.28','','83.50','82.5','Inclusive','branch','Inventory','1110','4000','5500'),('416360318066332008',5183,'41636031793','2','1.00','550','retail','0','2021-11-04 16:17:07','','','','530','Cash',75.86,'550','','','4','','1','2021-11-04 13:17:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','204.00','203','Inclusive','branch','18','','',''),('416360318252012302',5184,'41636031793','320','1.00','200','retail','0','2021-11-04 16:17:07','','','','120','Cash',27.59,'200','','','4','','1','2021-11-04 13:17:20','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('416360318626640236',5185,'41636031840','2','10.00','5500','retail','0','2021-11-04 16:18:05','','','','530','Cash',758.62,'550','','','4','','1','2021-11-04 13:18:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','203.00','193','Inclusive','branch','18','','',''),('416360374363336302',5186,'41636037381','80','2.00','2200','retail','0','2021-11-04 17:51:15','','','','1025','Cash',303.45,'1100','','','4','','1','2021-11-04 14:51:35','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','38.00','36','Inclusive','branch','Inventory','','',''),('416360375362532324',5187,'41636037500','253','1.00','6400','retail','0','2021-11-04 17:52:52','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-04 14:53:23','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416361188813230412',5188,'41636118865','155','1.00','4500','retail','0','2021-11-05 16:35:20','','','','3800','Cash',620.69,'4500','','','4','','1','2021-11-05 13:35:26','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','4.00','3','Inclusive','branch','Inventory','','',''),('416361188993220822',5189,'41636118865','61','2.50','400','retail','0','2021-11-05 16:35:20','','','','105','Cash',55.17,'160','','','4','','1','2021-11-05 13:35:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','188.50','186','Inclusive','branch','Inventory','','',''),('416361193483633281',5190,'41636119327','2','5.00','2800','retail','0','2021-11-05 16:36:17','','','','530','Cash',386.21,'560','','','4','','1','2021-11-05 13:36:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','193.00','188','Inclusive','branch','18','','',''),('416361194110326013',5191,'41636119386','139','1.00','3200','retail','0','2021-11-05 16:37:04','','','','2520','Cash',441.38,'3200','','','4','','1','2021-11-05 13:37:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','7.00','6','Inclusive','branch','Inventory','','',''),('416361195093309032',5192,'41636119430','232','1.00','3000','retail','0','2021-11-05 16:38:51','','','','2','Cash',413.79,'3000','','','4','','1','2021-11-05 13:39:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','82.50','81.5','Inclusive','branch','Inventory','1110','4000','5500'),('416361196192430943',5193,'41636119573','54','1.00','750','retail','0','2021-11-05 16:41:09','','','','700','Cash',103.45,'750','','','4','','1','2021-11-05 13:41:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','56.50','55.5','Inclusive','branch','Inventory','','',''),('416361196362233220',5194,'41636119573','53','2.00','1300','retail','0','2021-11-05 16:41:09','','','','560','Cash',179.31,'650','','','4','','1','2021-11-05 13:41:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','51.00','49','Inclusive','branch','Inventory','','',''),('416361197281283301',5195,'41636119676','67','2.00','2400','retail','0','2021-11-05 16:45:11','','','','180','Cash',331.03,'1200','','','4','','1','2021-11-05 13:46:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','2.75','0.75','Inclusive','branch','Inventory','','',''),('416361200172332030',5196,'41636119982','66','2.00','400','retail','0','2021-11-05 16:48:03','','','','150.00','Cash',55.17,'200','','','4','','1','2021-11-05 13:48:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','172.50','170.5','Inclusive','branch','Inventory','','',''),('416361200336300320',5197,'41636119982','134','7.00','6650','retail','0','2021-11-05 16:48:03','','','','750','Cash',917.24,'950','','','4','','1','2021-11-05 13:48:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','37.00','30','Inclusive','branch','Inventory','','',''),('416361202172242622',5198,'41636120088','242','1.00','120','retail','0','2021-11-05 16:51:18','','','','90','Cash',16.55,'120','','','4','','1','2021-11-05 13:51:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416361203016002311',5199,'41636120284','53','0.50','380','retail','0','2021-11-05 16:52:42','','','','560','Cash',52.41,'760','','','4','','1','2021-11-05 13:52:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','655.17','','49.00','48.5','Inclusive','branch','Inventory','','',''),('416361204024200026',5200,'41636120368','71','1.00','1120','retail','0','2021-11-05 17:09:21','','','','1025','Cash',154.48,'1120','','','4','','1','2021-11-05 14:09:28','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','965.52','','95.00','94','Inclusive','branch','Inventory','','',''),('416361204242323242',5201,'41636120368','34','6.00','5280','retail','0','2021-11-05 17:09:21','','','','820','Cash',728.28,'880','','','4','','1','2021-11-05 14:09:28','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','758.62','','89.00','83','Inclusive','branch','Inventory','','',''),('416361212663130040',5202,'41636120368','47','5.00','2250','retail','0','2021-11-05 17:09:21','','','','310','Cash',310.34,'450','','','4','','1','2021-11-05 14:09:28','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','25.00','20','Inclusive','branch','Inventory','','',''),('416361213902232120',5203,'41636121369','253','1.00','6400','retail','0','2021-11-05 17:10:11','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-05 14:10:37','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416361216790032390',5204,'41636121440','232','1.00','900','retail','0','2021-11-05 17:14:55','','','','2','Cash',124.14,'900','','','4','','1','2021-11-05 14:14:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','81.50','80.5','Inclusive','branch','Inventory','1110','4000','5500'),('416361217773120323',5205,'41636121700','15','8.00','5600','retail','0','2021-11-05 17:16:32','','','','640','Cash',772.41,'700','','','4','','1','2021-11-05 14:16:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','42.00','34','Inclusive','branch','Inventory','','',''),('416361218152323232',5206,'41636121798','264','1.00','4500','retail','0','2021-11-05 17:17:23','','','','3850','Cash',620.69,'4500','','','4','','1','2021-11-05 14:17:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416361225151142162',5207,'41636121853','134','3.00','2850','retail','0','2021-11-05 17:28:54','','','','750','Cash',393.10,'950','','','4','','1','2021-11-05 14:28:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','30.00','27','Inclusive','branch','Inventory','','',''),('416361225493330292',5208,'41636122537','97','7.00','5600','retail','0','2021-11-05 17:29:30','','','','720','Cash',772.41,'800','','','4','','1','2021-11-05 14:29:36','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','45.00','38','Inclusive','branch','Inventory','','',''),('416362067462026232',5209,'41636206715','2','10.00','5500','retail','0','2021-11-06 16:52:47','','','','530','Cash',758.62,'550','','','4','','1','2021-11-06 13:53:03','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','188.00','178','Inclusive','branch','18','','',''),('416362068083362081',5210,'41636206784','2','1.00','550','retail','0','2021-11-06 16:53:29','','','','530','Cash',75.86,'550','','','4','','1','2021-11-06 13:53:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','178.00','177','Inclusive','branch','18','','',''),('416362068463023231',5211,'41636206819','322','1.00','400','retail','0','2021-11-06 16:54:21','','','','120','Cash',55.17,'400','','','4','','1','2021-11-06 13:54:26','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416362069503013463',5212,'41636206939','325','1.00','600','retail','0','2021-11-06 16:56:59','','','','250','Cash',82.76,'600','','','4','','1','2021-11-06 13:57:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416362069672600033',5213,'41636206939','232','1.00','2550','retail','0','2021-11-06 16:56:59','','','','2','Cash',351.72,'2550','','','4','','1','2021-11-06 13:57:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2198.28','','80.50','79.5','Inclusive','branch','Inventory','1110','4000','5500'),('416362070800230332',5214,'41636207065','285','1.00','300','retail','0','2021-11-06 17:04:43','','','','180','Cash',41.38,'300','','','4','','1','2021-11-06 14:04:53','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','8.75','7.75','Inclusive','branch','Inventory','1110','4000','5500'),('416362070963220333',5215,'41636207065','50','5.00','2150','retail','0','2021-11-06 17:04:43','','','','310','Cash',296.55,'430','','','4','','1','2021-11-06 14:04:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','18.00','13','Inclusive','branch','Inventory','','',''),('416362072062420602',5216,'41636207065','108','5.00','5500','retail','0','2021-11-06 17:04:43','','','','900','Cash',758.62,'1100','','','4','','1','2021-11-06 14:04:53','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','90.00','85','Inclusive','branch','Inventory','','',''),('416362073680011323',5217,'41636207065','277','8.00','2000','retail','0','2021-11-06 17:04:43','','','','65','Cash',275.86,'250','','','4','','1','2021-11-06 14:04:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','12.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416362073830202022',5218,'41636207065','136','1.00','650','retail','0','2021-11-06 17:04:43','','','','500','Cash',89.66,'650','','','4','','1','2021-11-06 14:04:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','90.00','89','Inclusive','branch','Inventory','','',''),('416362076032333460',5219,'41636207497','61','3.00','450','retail','0','2021-11-06 17:08:53','','','','105','Cash',62.07,'150','','','4','','1','2021-11-06 14:08:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','186.00','183','Inclusive','branch','Inventory','','',''),('416362076110604342',5220,'41636207497','62','1.00','150','retail','0','2021-11-06 17:08:53','','','','105','Cash',20.69,'150','','','4','','1','2021-11-06 14:08:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','116.50','115.5','Inclusive','branch','Inventory','','',''),('416362076192193062',5221,'41636207497','63','1.00','150','retail','0','2021-11-06 17:08:53','','','','105','Cash',20.69,'150','','','4','','1','2021-11-06 14:08:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','61.25','60.25','Inclusive','branch','Inventory','','',''),('416362076304330632',5222,'41636207497','66','0.50','100','retail','0','2021-11-06 17:08:53','','','','150.00','Cash',13.79,'200','','','4','','1','2021-11-06 14:08:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','170.50','170','Inclusive','branch','Inventory','','',''),('416362077690003220',5223,'41636207739','277','3.00','750','retail','0','2021-11-06 17:10:07','','','','65','Cash',103.45,'250','','','4','','1','2021-11-06 14:10:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','4.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416362078268026823',5224,'41636207812','103','30.00','3799.8','retail','0','2021-11-06 17:13:47','','','','120','Cash',524.11,'126.66','','','4','','1','2021-11-06 14:13:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','109.19','','494.00','464','Inclusive','branch','Inventory','','',''),('416362078833000432',5225,'41636207812','2','10.00','5800','retail','0','2021-11-06 17:13:47','','','','530','Cash',800.00,'580','','','4','','1','2021-11-06 14:13:52','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','500.00','','177.00','167','Inclusive','branch','18','','',''),('416362078988470473',5226,'41636207812','64','0.50','100','retail','0','2021-11-06 17:13:47','','','','105','Cash',13.79,'200','','','4','','1','2021-11-06 14:13:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','24.00','23.5','Inclusive','branch','Inventory','','',''),('416362079112042223',5227,'41636207812','242','3.00','300','retail','0','2021-11-06 17:13:47','','','','90','Cash',41.38,'100','','','4','','1','2021-11-06 14:13:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','15.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416363804343232322',5228,'41636380382','163','2.00','400','retail','0','2021-11-08 17:07:31','','','','130','Cash',55.17,'200','','','4','','1','2021-11-08 14:07:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','71.00','69','Inclusive','branch','Inventory','','',''),('416363804744063623',5229,'41636380457','284','1.00','850','retail','0','2021-11-08 17:08:55','','','','630','Cash',117.24,'850','','','4','','1','2021-11-08 14:09:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416363804961833024',5230,'41636380457','272','1.00','100','retail','0','2021-11-08 17:08:55','','','','33','Cash',13.79,'100','','','4','','1','2021-11-08 14:09:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416363805120231413',5231,'41636380457','300','1.00','200','retail','0','2021-11-08 17:08:55','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-08 14:09:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416363805573732332',5232,'41636380541','319','4.00','400','retail','0','2021-11-08 17:11:06','','','','75','Cash',55.17,'100','','','4','','1','2021-11-08 14:11:10','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','134.00','130','Inclusive','branch','Inventory','1110','4000','5500'),('416363806793433339',5233,'41636380670','72','12.00','15600','retail','0','2021-11-08 17:12:08','','','','1230','Cash',2151.72,'1300','','','4','','1','2021-11-08 14:12:25','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','135.00','123','Inclusive','branch','Inventory','','',''),('416363806890820640',5234,'41636380670','2','20.00','11000','retail','0','2021-11-08 17:12:08','','','','530','Cash',1517.24,'550','','','4','','1','2021-11-08 14:12:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','167.00','147','Inclusive','branch','18','','',''),('416363810144031322',5235,'41636380994','37','5.00','4750','retail','0','2021-11-08 17:18:16','','','','890','Cash',655.17,'950','','','4','','1','2021-11-08 14:18:22','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','171.00','166','Inclusive','branch','Inventory','','',''),('416363810393328323',5236,'41636380994','186','1.00','200','retail','0','2021-11-08 17:18:16','','','','40','Cash',27.59,'200','','','4','','1','2021-11-08 14:18:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.00','10','Inclusive','branch','Inventory','','',''),('416363811243102368',5237,'41636381103','61','2.00','300','retail','0','2021-11-08 17:20:50','','','','105','Cash',41.38,'150','','','4','','1','2021-11-08 14:21:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','183.00','181','Inclusive','branch','Inventory','','',''),('416363813063338333',5238,'41636381267','163','2.00','400','retail','0','2021-11-08 17:23:08','','','','130','Cash',55.17,'200','','','4','','1','2021-11-08 14:23:18','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','69.00','67','Inclusive','branch','Inventory','','',''),('416363814842620243',5239,'41636381399','115','9.00','11700','retail','0','2021-11-08 17:28:24','','','','1180','Cash',1613.79,'1300','','','4','','1','2021-11-08 14:28:37','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','75.00','66','Inclusive','branch','Inventory','','',''),('416363815200464220',5240,'41636381399','113','7.00','6300','retail','0','2021-11-08 17:28:24','','','','780','Cash',868.97,'900','','','4','','1','2021-11-08 14:28:37','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','52.00','45','Inclusive','branch','Inventory','','',''),('416363816012203382',5241,'41636381399','66','4.00','800','retail','0','2021-11-08 17:28:24','','','','150.00','Cash',110.34,'200','','','4','','1','2021-11-08 14:28:37','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','170.00','166','Inclusive','branch','Inventory','','',''),('416363816283332401',5242,'41636381399','132','0.50','650','retail','0','2021-11-08 17:28:24','','','','1000','Cash',89.66,'1300','','','4','','1','2021-11-08 14:28:37','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','5.00','4.5','Inclusive','branch','Inventory','','',''),('416363817513362220',5243,'41636381718','209','4.00','1200','retail','0','2021-11-08 17:29:35','','','','200','Cash',165.52,'300','','','4','','1','2021-11-08 14:29:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','22.50','18.5','Inclusive','branch','Inventory','','',''),('416363818232322336',5244,'41636381779','92','9.00','2700','retail','0','2021-11-08 17:33:36','','','','190','Cash',372.41,'300','','','4','','1','2021-11-08 14:33:47','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','44.00','35','Inclusive','branch','Inventory','','',''),('416363819403332436',5245,'41636381779','102','6.00','999.96','retail','0','2021-11-08 17:33:36','','','','120','Cash',137.93,'166.66','','','4','','1','2021-11-08 14:33:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','12.00','6','Inclusive','branch','Inventory','','',''),('416363820572876338',5246,'41636382027','220','1.00','3800','retail','0','2021-11-08 17:35:01','','','','3050','Cash',524.14,'3800','','','4','','1','2021-11-08 14:35:08','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416363820670264672',5247,'41636382027','163','2.00','400','retail','0','2021-11-08 17:35:01','','','','130','Cash',55.17,'200','','','4','','1','2021-11-08 14:35:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','67.00','65','Inclusive','branch','Inventory','','',''),('416363825803422284',5248,'41636382280','284','1.00','900','retail','0','2021-11-08 17:51:21','','','','630','Cash',124.14,'900','','','4','','1','2021-11-08 14:51:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416363826192231323',5249,'41636382280','285','1.00','300','retail','0','2021-11-08 17:51:21','','','','180','Cash',41.38,'300','','','4','','1','2021-11-08 14:51:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','7.75','6.75','Inclusive','branch','Inventory','1110','4000','5500'),('416363826383434303',5250,'41636382280','165','0.50','100','retail','0','2021-11-08 17:51:21','','','','130','Cash',13.79,'200','','','4','','1','2021-11-08 14:51:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.50','8','Inclusive','branch','Inventory','','',''),('416363826556322623',5251,'41636382280','63','2.00','300','retail','0','2021-11-08 17:51:21','','','','105','Cash',41.38,'150','','','4','','1','2021-11-08 14:51:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','60.25','58.25','Inclusive','branch','Inventory','','',''),('416363826823122032',5252,'41636382280','66','2.00','400','retail','0','2021-11-08 17:51:21','','','','150.00','Cash',55.17,'200','','','4','','1','2021-11-08 14:51:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','166.00','164','Inclusive','branch','Inventory','','',''),('416363826956232330',5253,'41636382280','62','2.00','300','retail','0','2021-11-08 17:51:21','','','','105','Cash',41.38,'150','','','4','','1','2021-11-08 14:51:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.50','113.5','Inclusive','branch','Inventory','','',''),('416363831013688232',5254,'41636383085','2','5.00','2750','retail','0','2021-11-08 17:53:06','','','','530','Cash',379.31,'550','','','4','','1','2021-11-08 14:53:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','147.00','142','Inclusive','branch','18','','',''),('416363831113333043',5255,'41636383085','232','1.00','3200','retail','0','2021-11-08 17:53:06','','','','2','Cash',441.38,'3200','','','4','','1','2021-11-08 14:53:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','79.50','78.5','Inclusive','branch','Inventory','1110','4000','5500'),('416363832298320332',5256,'41636383206','135','5.00','4250','retail','0','2021-11-08 17:54:20','','','','625','Cash',586.21,'850','','','4','','1','2021-11-08 14:54:27','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','180.00','175','Inclusive','branch','Inventory','','',''),('416364607766273376',5257,'41636460755','63','1.00','150','retail','0','2021-11-09 15:26:40','','','','105','Cash',20.69,'150','','','4','','1','2021-11-09 12:26:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','58.25','57.25','Inclusive','branch','Inventory','','',''),('416364608220634064',5258,'41636460804','290','1.00','300','retail','0','2021-11-09 15:27:03','','','','120','Cash',41.38,'300','','','4','','1','2021-11-09 12:27:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416364608493231332',5259,'41636460833','290','3.00','1050','retail','0','2021-11-09 15:27:56','','','','120','Cash',144.83,'350','','','4','','1','2021-11-09 12:28:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','27.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416364609182249622',5260,'41636460889','212','1.00','11550','retail','0','2021-11-09 15:30:55','','','','12600','Cash',1593.10,'11550','','','4','','1','2021-11-09 12:31:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9956.90','','20.00','19','Inclusive','branch','Inventory','','',''),('416364609390303210',5261,'41636460889','163','5.00','1000','retail','0','2021-11-09 15:30:55','','','','130','Cash',137.93,'200','','','4','','1','2021-11-09 12:31:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','65.00','60','Inclusive','branch','Inventory','','',''),('416364609493233363',5262,'41636460889','61','2.50','450','retail','0','2021-11-09 15:30:55','','','','105','Cash',62.07,'180','','','4','','1','2021-11-09 12:31:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','181.00','178.5','Inclusive','branch','Inventory','','',''),('416364610894334626',5263,'41636461069','316','1.00','400','retail','0','2021-11-09 15:35:04','','','','120','Cash',55.17,'400','','','4','','1','2021-11-09 12:35:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416364611073232010',5264,'41636461069','2','5.00','2800','retail','0','2021-11-09 15:35:04','','','','530','Cash',386.21,'560','','','4','','1','2021-11-09 12:35:11','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','142.00','137','Inclusive','branch','18','','',''),('416364611232203334',5265,'41636461069','247','1.00','300','retail','0','2021-11-09 15:35:04','','','','190','Cash',41.38,'300','','','4','','1','2021-11-09 12:35:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416364611393430323',5266,'41636461069','50','3.00','1200','retail','0','2021-11-09 15:35:04','','','','310','Cash',165.52,'400','','','4','','1','2021-11-09 12:35:11','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','13.00','10','Inclusive','branch','Inventory','','',''),('416364611543236321',5267,'41636461069','229','3.00','3300','retail','0','2021-11-09 15:35:04','','','','720','Cash',455.17,'1100','','','4','','1','2021-11-09 12:35:11','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','120.00','117','Inclusive','branch','Inventory','1110','4000','5500'),('416364613250052102',5268,'41636461312','284','1.00','850','retail','0','2021-11-09 15:35:25','','','','630','Cash',117.24,'850','','','4','','1','2021-11-09 12:35:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416364613430113323',5269,'41636461331','300','1.00','200','retail','0','2021-11-09 15:35:58','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-09 12:36:02','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416364613870670303',5270,'41636461363','2','10.00','5500','retail','0','2021-11-09 15:36:44','','','','530','Cash',758.62,'550','','','4','','1','2021-11-09 12:36:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','137.00','127','Inclusive','branch','18','','',''),('416364614263222236',5271,'41636461410','134','5.00','4750','retail','0','2021-11-09 15:37:33','','','','750','Cash',655.17,'950','','','4','','1','2021-11-09 12:37:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','27.00','22','Inclusive','branch','Inventory','','',''),('416364614813323301',5272,'41636461459','134','5.00','4750','retail','0','2021-11-09 15:38:53','','','','750','Cash',655.17,'950','','','4','','1','2021-11-09 12:39:04','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','22.00','17','Inclusive','branch','Inventory','','',''),('416364614913226903',5273,'41636461459','66','2.00','400','retail','0','2021-11-09 15:38:53','','','','150.00','Cash',55.17,'200','','','4','','1','2021-11-09 12:39:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','164.00','162','Inclusive','branch','Inventory','','',''),('416364679696466923',5274,'41636467957','3','5.00','3000','retail','0','2021-11-09 17:40:00','','','','510','Cash',413.79,'600','','','4','','1','2021-11-09 14:40:08','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','391.00','386','Inclusive','branch','Inventory','','',''),('416364680112103320',5275,'41636467957','102','5.00','1000','retail','0','2021-11-09 17:40:00','','','','120','Cash',137.93,'200','','','4','','1','2021-11-09 14:40:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','6.00','1','Inclusive','branch','Inventory','','',''),('416364680492333612',5276,'41636467957','61','9.00','1350','retail','0','2021-11-09 17:40:00','','','','105','Cash',186.21,'150','','','4','','1','2021-11-09 14:40:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','178.50','169.5','Inclusive','branch','Inventory','','',''),('416364680593532332',5277,'41636467957','15','5.00','3500','retail','0','2021-11-09 17:40:00','','','','640','Cash',482.76,'700','','','4','','1','2021-11-09 14:40:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','34.00','29','Inclusive','branch','Inventory','','',''),('416364680962242263',5278,'41636467957','146','2.00','1500','retail','0','2021-11-09 17:40:00','','','','420','Cash',206.90,'750','','','4','','1','2021-11-09 14:40:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','20.00','18','Inclusive','branch','Inventory','','',''),('416364684286231360',5279,'41636467957','2','1.00','550','retail','0','2021-11-09 17:40:00','','','','530','Cash',75.86,'550','','','4','','1','2021-11-09 14:40:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','127.00','126','Inclusive','branch','18','','',''),('416364688323330303',5280,'41636468808','2','2.00','1100','retail','0','2021-11-09 17:41:20','','','','530','Cash',151.72,'550','','','4','','1','2021-11-09 14:41:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','126.00','124','Inclusive','branch','18','','',''),('416364688393248233',5281,'41636468808','247','1.00','300','retail','0','2021-11-09 17:41:20','','','','190','Cash',41.38,'300','','','4','','1','2021-11-09 14:41:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416364689053492533',5282,'41636468885','2','10.00','5500','retail','0','2021-11-09 17:41:58','','','','530','Cash',758.62,'550','','','4','','1','2021-11-09 14:42:05','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','124.00','114','Inclusive','branch','18','','',''),('416364696640393644',5283,'41636469551','220','2.00','7100','retail','0','2021-11-09 17:55:32','','','','3050','Cash',979.31,'3550','','','4','','1','2021-11-09 14:55:36','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3060.34','','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416364696830264024',5284,'41636469551','61','5.00','900','retail','0','2021-11-09 17:55:32','','','','105','Cash',124.14,'180','','','4','','1','2021-11-09 14:55:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','169.50','164.5','Inclusive','branch','Inventory','','',''),('416364702316223342',5285,'41636469736','163','10.00','2000','retail','0','2021-11-09 18:08:52','','','','130','Cash',275.86,'200','','','4','','1','2021-11-09 15:08:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','60.00','50','Inclusive','branch','Inventory','','',''),('416364703012230270',5286,'41636469736','264','1.00','4800','retail','0','2021-11-09 18:08:52','','','','3850','Cash',662.07,'4800','','','4','','1','2021-11-09 15:08:56','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4137.93','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416364705491226123',5287,'41636470537','284','1.00','850','retail','0','2021-11-09 18:10:17','','','','630','Cash',117.24,'850','','','4','','1','2021-11-09 15:10:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416364705683333822',5288,'41636470537','259','1.00','300','retail','0','2021-11-09 18:10:17','','','','150 ','Cash',41.38,'300','','','4','','1','2021-11-09 15:10:31','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','330.00','329','Inclusive','branch','Inventory','1110','4000','5500'),('416364705812322324',5289,'41636470537','232','1.00','50','retail','0','2021-11-09 18:10:17','','','','2','Cash',6.90,'50','','','4','','1','2021-11-09 15:10:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','78.50','77.5','Inclusive','branch','Inventory','1110','4000','5500'),('416365500220021362',5290,'41636549855','37','2.00','1900','retail','0','2021-11-10 16:14:07','','','','890','Cash',262.07,'950','','','4','','1','2021-11-10 13:14:11','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','166.00','164','Inclusive','branch','Inventory','','',''),('416365500720620312',5291,'41636550052','2','5.00','2800','retail','0','2021-11-10 16:16:22','','','','530','Cash',386.21,'560','','','4','','1','2021-11-10 13:16:40','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','114.00','109','Inclusive','branch','18','','',''),('416365500992362003',5292,'41636550052','102','1.00','200','retail','0','2021-11-10 16:16:22','','','','120','Cash',27.59,'200','','','4','','1','2021-11-10 13:16:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1.00','0','Inclusive','branch','Inventory','','',''),('416365501103603032',5293,'41636550052','281','12.00','1800','retail','0','2021-11-10 16:16:22','','','','55','Cash',248.28,'150','','','4','','1','2021-11-10 13:16:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','19.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416365501243433253',5294,'41636550052','232','1.00','500','retail','0','2021-11-10 16:16:22','','','','2','Cash',68.97,'500','','','4','','1','2021-11-10 13:16:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','77.50','76.5','Inclusive','branch','Inventory','1110','4000','5500'),('416365502153141102',5295,'41636550203','66','6.00','1200','retail','0','2021-11-10 16:17:26','','','','150.00','Cash',165.52,'200','','','4','','1','2021-11-10 13:17:31','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','162.00','156','Inclusive','branch','Inventory','','',''),('416365502640346230',5296,'41636550252','232','1.00','450','retail','0','2021-11-10 16:19:26','','','','2','Cash',62.07,'450','','','4','','1','2021-11-10 13:19:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','76.50','75.5','Inclusive','branch','Inventory','1110','4000','5500'),('416365502750300022',5297,'41636550252','135','3.00','2550','retail','0','2021-11-10 16:19:26','','','','625','Cash',351.72,'850','','','4','','1','2021-11-10 13:19:30','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','175.00','172','Inclusive','branch','Inventory','','',''),('416365502932332232',5298,'41636550252','72','5.00','6500','retail','0','2021-11-10 16:19:26','','','','1230','Cash',896.55,'1300','','','4','','1','2021-11-10 13:19:30','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','123.00','118','Inclusive','branch','Inventory','','',''),('416365504312324412',5299,'41636550370','284','1.00','900','retail','0','2021-11-10 16:21:53','','','','630','Cash',124.14,'900','','','4','','1','2021-11-10 13:21:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416365504422063064',5300,'41636550370','319','4.00','480','retail','0','2021-11-10 16:21:53','','','','75','Cash',66.21,'120','','','4','','1','2021-11-10 13:21:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','130.00','126','Inclusive','branch','Inventory','1110','4000','5500'),('416365505323342302',5301,'41636550517','66','3.00','600','retail','0','2021-11-10 16:23:46','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-10 13:23:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','156.00','153','Inclusive','branch','Inventory','','',''),('416365505452233232',5302,'41636550517','165','2.00','400','retail','0','2021-11-10 16:23:46','','','','130','Cash',55.17,'200','','','4','','1','2021-11-10 13:23:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','6','Inclusive','branch','Inventory','','',''),('416365505553022233',5303,'41636550517','63','2.00','300','retail','0','2021-11-10 16:23:46','','','','105','Cash',41.38,'150','','','4','','1','2021-11-10 13:23:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','57.25','55.25','Inclusive','branch','Inventory','','',''),('416365506703055031',5304,'41636550636','137','1.00','2000','retail','0','2021-11-10 16:24:31','','','','1680','Cash',275.86,'2000','','','4','','1','2021-11-10 13:24:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','7.00','6','Inclusive','branch','Inventory','','',''),('416365563820686223',5305,'41636556365','2','6.00','3300','retail','0','2021-11-10 18:00:06','','','','530','Cash',455.17,'550','','','4','','1','2021-11-10 15:00:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','109.00','103','Inclusive','branch','18','','',''),('416365564340543240',5306,'41636556417','220','1.00','3600','retail','0','2021-11-10 18:00:34','','','','3050','Cash',496.55,'3600','','','4','','1','2021-11-10 15:00:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416365564630460251',5307,'41636556440','61','2.00','300','retail','0','2021-11-10 18:03:01','','','','105','Cash',41.38,'150','','','4','','1','2021-11-10 15:03:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','164.50','162.5','Inclusive','branch','Inventory','','',''),('416365565480233403',5308,'41636556440','63','3.00','450','retail','0','2021-11-10 18:03:01','','','','105','Cash',62.07,'150','','','4','','1','2021-11-10 15:03:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','55.25','52.25','Inclusive','branch','Inventory','','',''),('416366398548533530',5309,'41636639825','244','1.00','900','retail','0','2021-11-11 17:12:21','','','','800','Cash',124.14,'900','','','4','','1','2021-11-11 14:12:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416366399872223223',5310,'41636639947','83','10.00','11000','retail','0','2021-11-11 17:13:43','','','','1025','Cash',1517.24,'1100','','','4','','1','2021-11-11 14:13:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','56.00','46','Inclusive','branch','Inventory','','',''),('416366400590163133',5311,'41636640035','186','2.00','300','retail','0','2021-11-11 17:24:10','','','','40','Cash',41.38,'150','','','4','','1','2021-11-11 14:24:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','8','Inclusive','branch','Inventory','','',''),('416366409506323652',5312,'41636640693','2','5.00','2750','retail','0','2021-11-11 17:34:27','','','','530','Cash',379.31,'550','','','4','','1','2021-11-11 14:34:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','103.00','98','Inclusive','branch','18','','',''),('416366413073020313',5313,'41636641280','275','1.00','150','retail','0','2021-11-11 17:35:10','','','','80','Cash',20.69,'150','','','4','','1','2021-11-11 14:35:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416366424683342220',5314,'41636641327','2','4.00','2200','retail','0','2021-11-11 17:55:19','','','','530','Cash',303.45,'550','','','4','','1','2021-11-11 14:55:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','98.00','94','Inclusive','branch','18','','',''),('416366424883222284',5315,'41636641327','247','1.00','300','retail','0','2021-11-11 17:55:19','','','','190','Cash',41.38,'300','','','4','','1','2021-11-11 14:55:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416366426134221003',5316,'41636642526','232','1.00','1250','retail','0','2021-11-11 17:59:33','','','','2','Cash',172.41,'1250','','','4','','1','2021-11-11 14:59:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1077.59','','75.50','74.5','Inclusive','branch','Inventory','1110','4000','5500'),('416366426262060612',5317,'41636642526','163','5.00','1000','retail','0','2021-11-11 17:59:33','','','','130','Cash',137.93,'200','','','4','','1','2021-11-11 14:59:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','45','Inclusive','branch','Inventory','','',''),('416366426450266404',5318,'41636642526','50','1.00','450','retail','0','2021-11-11 17:59:33','','','','310','Cash',62.07,'450','','','4','','1','2021-11-11 14:59:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','10.00','9','Inclusive','branch','Inventory','','',''),('416366428042460823',5319,'41636642780','249','30.00','4500','retail','0','2021-11-11 18:02:52','','','','115','Cash',620.69,'150','','','4','','1','2021-11-11 15:04:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','305.00','275','Inclusive','branch','Inventory','1110','4000','5500'),('416366428231246023',5320,'41636642780','259','7.00','1400','retail','0','2021-11-11 18:02:52','','','','150 ','Cash',193.10,'200','','','4','','1','2021-11-11 15:04:41','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','329.00','322','Inclusive','branch','Inventory','1110','4000','5500'),('416366428702633336',5321,'41636642780','232','1.00','4100','retail','0','2021-11-11 18:02:52','','','','2','Cash',565.52,'4100','','','4','','1','2021-11-11 15:04:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3534.48','','74.50','73.5','Inclusive','branch','Inventory','1110','4000','5500'),('416366430943242023',5322,'41636643082','2','1.00','550','retail','0','2021-11-11 18:04:54','','','','530','Cash',75.86,'550','','','4','','1','2021-11-11 15:04:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','94.00','93','Inclusive','branch','18','','',''),('416366431083346232',5323,'41636643098','254','1.00','150','retail','0','2021-11-11 18:05:28','','','','80','Cash',20.69,'150','','','4','','1','2021-11-11 15:05:32','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','337.00','336','Inclusive','branch','Inventory','1110','4000','5500'),('416366432563333213',5324,'41636643167','209','10.00','2700','retail','0','2021-11-11 18:08:31','','','','200','Cash',372.41,'270','','','4','','1','2021-11-11 15:08:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','232.76','','18.50','8.5','Inclusive','branch','Inventory','','',''),('416366433603603333',5325,'41636643317','232','1.00','1900','retail','0','2021-11-11 18:10:11','','','','2','Cash',262.07,'1900','','','4','','1','2021-11-11 15:10:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','73.50','72.5','Inclusive','branch','Inventory','1110','4000','5500'),('416366433802263233',5326,'41636643317','146','1.00','600','retail','0','2021-11-11 18:10:11','','','','420','Cash',82.76,'600','','','4','','1','2021-11-11 15:10:15','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','18.00','17','Inclusive','branch','Inventory','','',''),('416366434304033423',5327,'41636643415','61','1.50','225','retail','0','2021-11-11 18:10:57','','','','105','Cash',31.03,'150','','','4','','1','2021-11-11 15:11:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','162.50','161','Inclusive','branch','Inventory','','',''),('416367268184203027',5328,'41636726793','247','4.00','1200','retail','0','2021-11-12 17:23:11','','','','190','Cash',165.52,'300','','','4','','1','2021-11-12 14:23:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416367268378060322',5329,'41636726793','232','1.00','600','retail','0','2021-11-12 17:23:11','','','','2','Cash',82.76,'600','','','4','','1','2021-11-12 14:23:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','72.50','71.5','Inclusive','branch','Inventory','1110','4000','5500'),('416367268542067434',5330,'41636726793','246','1.00','300','retail','0','2021-11-12 17:23:11','','','','200','Cash',41.38,'300','','','4','','1','2021-11-12 14:23:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416367270470330041',5331,'41636727008','8','4.00','2000','retail','0','2021-11-12 17:24:43','','','','330','Cash',275.86,'500','','','4','','1','2021-11-12 14:24:47','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','100.00','96','Inclusive','branch','Inventory','','',''),('416367271080036033',5332,'41636727087','2','5.00','2800','retail','0','2021-11-12 17:25:30','','','','530','Cash',386.21,'560','','','4','','1','2021-11-12 14:25:35','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','93.00','88','Inclusive','branch','18','','',''),('416367271652330642',5333,'41636727136','2','22.00','12100','retail','0','2021-11-12 17:26:23','','','','530','Cash',1668.97,'550','','','4','','1','2021-11-12 14:26:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','88.00','66','Inclusive','branch','18','','',''),('416367273193223303',5334,'41636727189','84','2.00','2600','retail','0','2021-11-12 17:29:01','','','','1230','Cash',358.62,'1300','','','4','','1','2021-11-12 14:29:21','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','154.00','152','Inclusive','branch','Inventory','','',''),('416367273972726290',5335,'41636727361','163','1.00','200','retail','0','2021-11-12 17:30:27','','','','130','Cash',27.59,'200','','','4','','1','2021-11-12 14:30:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','45.00','44','Inclusive','branch','Inventory','','',''),('416367274112122424',5336,'41636727361','61','1.00','150','retail','0','2021-11-12 17:30:27','','','','105','Cash',20.69,'150','','','4','','1','2021-11-12 14:30:35','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','161.00','160','Inclusive','branch','Inventory','','',''),('416367274560522030',5337,'41636727436','2','2.00','1100','retail','0','2021-11-12 17:31:14','','','','530','Cash',151.72,'550','','','4','','1','2021-11-12 14:31:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','66.00','64','Inclusive','branch','18','','',''),('416367285692500766',5338,'41636727478','2','12.00','6600','retail','0','2021-11-12 17:53:13','','','','530','Cash',910.34,'550','','','4','','1','2021-11-12 14:53:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','64.00','52','Inclusive','branch','18','','',''),('416367286282202423',5339,'41636727478','249','100.00','12000','retail','0','2021-11-12 17:53:13','','','','115','Cash',1655.17,'120','','','4','','1','2021-11-12 14:53:23','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','275.00','175','Inclusive','branch','Inventory','1110','4000','5500'),('416367286550661022',5340,'41636727478','252','1.00','2400','retail','0','2021-11-12 17:53:13','','','','70','Cash',331.03,'2400','','','4','','1','2021-11-12 14:53:23','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416367286862032263',5341,'41636727478','232','1.00','200','retail','0','2021-11-12 17:53:13','','','','2','Cash',27.59,'200','','','4','','1','2021-11-12 14:53:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','71.50','70.5','Inclusive','branch','Inventory','1110','4000','5500'),('416367288263436831',5342,'41636728803','62','5.00','750','retail','0','2021-11-12 17:54:13','','','','105','Cash',103.45,'150','','','4','','1','2021-11-12 14:54:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','113.50','108.5','Inclusive','branch','Inventory','','',''),('416367288810032236',5343,'41636728869','4','10.00','8200','retail','0','2021-11-12 17:56:18','','','','730','Cash',1131.03,'820','','','4','','1','2021-11-12 14:56:41','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','706.90','','209.00','199','Inclusive','branch','Inventory','','',''),('416367288903432373',5344,'41636728869','92','10.00','2500','retail','0','2021-11-12 17:56:18','','','','190','Cash',344.83,'250','','','4','','1','2021-11-12 14:56:41','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','35.00','25','Inclusive','branch','Inventory','','',''),('416367289182790003',5345,'41636728869','232','1.00','1500','retail','0','2021-11-12 17:56:18','','','','2','Cash',206.90,'1500','','','4','','1','2021-11-12 14:56:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','70.50','69.5','Inclusive','branch','Inventory','1110','4000','5500'),('416367869151362364',5346,'41636786906','140','2.00','7000','retail','0','2021-11-13 10:02:17','','','','2940','Cash',965.52,'3500','','','4','','1','2021-11-13 07:02:20','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','6.00','4','Inclusive','branch','Inventory','','',''),('416367869543302303',5347,'41636786940','2','18.00','9900','retail','0','2021-11-13 10:06:54','','','','530','Cash',1365.52,'550','','','4','','1','2021-11-13 07:07:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','52.00','34','Inclusive','branch','18','','',''),('416367869776649632',5348,'41636786940','208','4.00','1600','retail','0','2021-11-13 10:06:54','','','','150 ','Cash',220.69,'400','','','4','','1','2021-11-13 07:07:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','42.00','38','Inclusive','branch','Inventory','','',''),('416367870253772220',5349,'41636786940','132','2.00','2400','retail','0','2021-11-13 10:06:54','','','','1000','Cash',331.03,'1200','','','4','','1','2021-11-13 07:07:06','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','4.50','2.5','Inclusive','branch','Inventory','','',''),('416367871296202203',5350,'41636786940','207','4.00','800','retail','0','2021-11-13 10:06:54','','','','50','Cash',110.34,'200','','','4','','1','2021-11-13 07:07:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.00','26','Inclusive','branch','Inventory','','',''),('416367874940040302',5351,'41636787226','2','10.00','5500','retail','0','2021-11-13 10:12:32','','','','530','Cash',758.62,'550','','','4','','1','2021-11-13 07:12:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','34.00','24','Inclusive','branch','18','','',''),('416367875112166033',5352,'41636787226','232','1.00','1500','retail','0','2021-11-13 10:12:32','','','','2','Cash',206.90,'1500','','','4','','1','2021-11-13 07:12:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','69.50','68.5','Inclusive','branch','Inventory','1110','4000','5500'),('416367875884230336',5353,'41636787565','134','12.00','11400','retail','0','2021-11-13 10:33:08','','','','750','Cash',1572.41,'950','','','4','','1','2021-11-13 07:33:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','17.00','5','Inclusive','branch','Inventory','','',''),('416367876013730132',5354,'41636787565','136','10.00','6000','retail','0','2021-11-13 10:33:08','','','','500','Cash',827.59,'600','','','4','','1','2021-11-13 07:33:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','89.00','79','Inclusive','branch','Inventory','','',''),('416367876288222276',5355,'41636787565','243','1.00','1800','retail','0','2021-11-13 10:33:08','','','','50','Cash',248.28,'1800','','','4','','1','2021-11-13 07:33:23','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416367876407366232',5356,'41636787565','103','2.00','7200','retail','0','2021-11-13 10:33:08','','','','120','Cash',993.10,'3600','','','4','','1','2021-11-13 07:33:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3103.45','','464.00','462','Inclusive','branch','Inventory','','',''),('416367876631203604',5357,'41636787565','174','20.00','2600','retail','0','2021-11-13 10:33:08','','','','120','Cash',358.62,'130','','','4','','1','2021-11-13 07:33:23','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','112.07','','32.00','12','Inclusive','branch','Inventory','','',''),('416367888220302323',5358,'41636788803','163','10.00','2000','retail','0','2021-11-13 10:34:01','','','','130','Cash',275.86,'200','','','4','','1','2021-11-13 07:34:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','44.00','34','Inclusive','branch','Inventory','','',''),('416368080740332030',5359,'41636808046','134','15.00','14700','retail','0','2021-11-13 16:23:16','','','','750','Cash',2027.59,'980','','','4','','1','2021-11-13 13:23:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','5.00','70','Inclusive','branch','Inventory','','',''),('416368098670213433',5360,'41636809830','284','3.00','2700','retail','0','2021-11-13 16:27:02','','','','630','Cash',372.41,'900','','','4','','1','2021-11-13 13:27:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','12.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416368098922242922',5361,'41636809830','300','1.00','200','retail','0','2021-11-13 16:27:02','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-13 13:27:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416368100620204263',5362,'41636810044','60','7.00','999.95','retail','0','2021-11-13 16:30:33','','','','105','Cash',137.92,'142.85','','','4','','1','2021-11-13 13:30:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','123.15','','50.00','43','Inclusive','branch','Inventory','','',''),('416368100733320323',5363,'41636810044','62','2.00','300','retail','0','2021-11-13 16:30:33','','','','105','Cash',41.38,'150','','','4','','1','2021-11-13 13:30:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','208.50','206.5','Inclusive','branch','Inventory','','',''),('416368100833312304',5364,'41636810044','63','4.00','600','retail','0','2021-11-13 16:30:33','','','','105','Cash',82.76,'150','','','4','','1','2021-11-13 13:30:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','152.25','148.25','Inclusive','branch','Inventory','','',''),('416368100920603322',5365,'41636810044','66','2.50','500','retail','0','2021-11-13 16:30:33','','','','150.00','Cash',68.97,'200','','','4','','1','2021-11-13 13:30:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','253.00','250.5','Inclusive','branch','Inventory','','',''),('416368102570220223',5366,'41636810241','284','2.00','1700','retail','0','2021-11-13 16:33:41','','','','630','Cash',234.48,'850','','','4','','1','2021-11-13 13:33:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416368102773223433',5367,'41636810241','286','1.00','600','retail','0','2021-11-13 16:33:41','','','','450','Cash',82.76,'600','','','4','','1','2021-11-13 13:33:50','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('416368102903268083',5368,'41636810241','270','2.00','600','retail','0','2021-11-13 16:33:41','','','','60','Cash',82.76,'300','','','4','','1','2021-11-13 13:33:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','11.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416368103543231323',5369,'41636810241','232','1.00','1000','retail','0','2021-11-13 16:33:41','','','','2','Cash',137.93,'1000','','','4','','1','2021-11-13 13:33:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','68.50','67.5','Inclusive','branch','Inventory','1110','4000','5500'),('416368104513336512',5370,'41636810430','259','1.00','300','retail','0','2021-11-13 16:39:18','','','','150 ','Cash',41.38,'300','','','4','','1','2021-11-13 13:39:24','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','322.00','321','Inclusive','branch','Inventory','1110','4000','5500'),('416368104770262360',5371,'41636810430','138','4.00','9600','retail','0','2021-11-13 16:39:18','','','','2100','Cash',1324.14,'2400','','','4','','1','2021-11-13 13:39:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2068.97','','3.00','3','Inclusive','branch','Inventory','','',''),('416368105500340420',5372,'41636810430','245','1.00','1900','retail','0','2021-11-13 16:39:18','','','','1300','Cash',262.07,'1900','','','4','','1','2021-11-13 13:39:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416368105752003431',5373,'41636810430','284','1.00','850','retail','0','2021-11-13 16:39:18','','','','630','Cash',117.24,'850','','','4','','1','2021-11-13 13:39:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416368106442634330',5374,'41636810430','277','1.00','200','retail','0','2021-11-13 16:39:18','','','','65','Cash',27.59,'200','','','4','','1','2021-11-13 13:39:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416368107191232020',5375,'41636810430','300','1.00','200','retail','0','2021-11-13 16:39:18','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-13 13:39:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416368107882042830',5376,'41636810764','202','2.00','4600','retail','0','2021-11-13 16:40:21','','','','1500','Cash',634.48,'2300','','','4','','1','2021-11-13 13:42:15','1','25','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','2.00','0','Inclusive','branch','Inventory','','',''),('416368114142036203',5378,'41636810764','163','5.00','1000','retail','0','2021-11-13 16:51:13','','','','130','Cash',137.93,'200','','','4','','1','2021-11-13 13:51:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','184.00','179','Inclusive','branch','Inventory','','',''),('416368114360320116',5379,'41636810764','232','1.00','300','retail','0','2021-11-13 16:51:13','','','','2','Cash',41.38,'300','','','4','','1','2021-11-13 13:51:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','67.50','66.5','Inclusive','branch','Inventory','1110','4000','5500'),('416368115042434166',5380,'41636811478','63','1.50','255','retail','0','2021-11-13 16:54:24','','','','105','Cash',35.17,'170','','','4','','1','2021-11-13 13:54:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','148.25','146.75','Inclusive','branch','Inventory','','',''),('416368115203202323',5381,'41636811478','66','2.00','400','retail','0','2021-11-13 16:54:24','','','','150.00','Cash',55.17,'200','','','4','','1','2021-11-13 13:54:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','250.50','248.5','Inclusive','branch','Inventory','','',''),('416368115344631103',5382,'41636811478','62','1.00','150','retail','0','2021-11-13 16:54:24','','','','105','Cash',20.69,'150','','','4','','1','2021-11-13 13:54:28','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','206.50','205.5','Inclusive','branch','Inventory','','',''),('416368116856832433',5383,'41636811668','230','2.00','5000','retail','0','2021-11-13 16:55:23','','','','1950','Cash',689.66,'2500','','','4','','1','2021-11-13 13:55:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416368116942281638',5384,'41636811668','232','1.00','200','retail','0','2021-11-13 16:55:23','','','','2','Cash',27.59,'200','','','4','','1','2021-11-13 13:55:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','66.50','65.5','Inclusive','branch','Inventory','1110','4000','5500'),('416368117462821614',5385,'41636811728','37','1.00','980','retail','0','2021-11-13 16:56:06','','','','890','Cash',135.17,'980','','','4','','1','2021-11-13 13:56:10','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','844.83','','164.00','163','Inclusive','branch','Inventory','','',''),('416369778126201703',5386,'41636977801','62','1.00','150','retail','0','2021-11-15 15:04:01','','','','105','Cash',20.69,'150','','','4','','1','2021-11-15 12:04:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','205.50','204.5','Inclusive','branch','Inventory','','',''),('416369778696382020',5387,'41636977851','63','0.50','100','retail','0','2021-11-15 15:04:59','','','','105','Cash',13.79,'200','','','4','','1','2021-11-15 12:05:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','146.75','146.25','Inclusive','branch','Inventory','','',''),('416369779623032323',5388,'41636977904','62','3.00','450','retail','0','2021-11-15 15:08:08','','','','105','Cash',62.07,'150','','','4','','1','2021-11-15 12:08:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','204.50','201.5','Inclusive','branch','Inventory','','',''),('416369780170323182',5389,'41636977904','285','3.00','1200','retail','0','2021-11-15 15:08:08','','','','180','Cash',165.52,'400','','','4','','1','2021-11-15 12:08:13','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','6.75','3.75','Inclusive','branch','Inventory','1110','4000','5500'),('416369782032243020',5390,'41636978093','174','4.00','500','retail','0','2021-11-15 15:11:09','','','','120','Cash',68.97,'125','','','4','','1','2021-11-15 12:11:14','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','107.76','','12.00','8','Inclusive','branch','Inventory','','',''),('416369782963292223',5391,'41636978275','208','8.00','3200','retail','0','2021-11-15 15:11:49','','','','150 ','Cash',441.38,'400','','','4','','1','2021-11-15 12:12:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','38.00','30','Inclusive','branch','Inventory','','',''),('416369783632307133',5392,'41636978322','108','14.00','15400','retail','0','2021-11-15 15:12:58','','','','900','Cash',2124.14,'1100','','','4','','1','2021-11-15 12:13:23','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','85.00','71','Inclusive','branch','Inventory','','',''),('416369784563203042',5393,'41636978404','134','3.00','2850','retail','0','2021-11-15 15:14:47','','','','750','Cash',393.10,'950','','','4','','1','2021-11-15 12:14:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','70.00','67','Inclusive','branch','Inventory','','',''),('416369787067337437',5394,'41636978494','270','2.00','400','retail','0','2021-11-15 15:19:41','','','','60','Cash',55.17,'200','','','4','','1','2021-11-15 12:19:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416369788143973304',5395,'41636978788','232','1.00','20','retail','0','2021-11-15 15:20:26','','','','2','Cash',2.76,'20','','','4','','1','2021-11-15 12:20:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','65.50','64.5','Inclusive','branch','Inventory','1110','4000','5500'),('416369788776037272',5396,'41636978830','120','4.00','4400','retail','0','2021-11-15 15:21:44','','','','975','Cash',606.90,'1100','','','4','','1','2021-11-15 12:21:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','27.00','23','Inclusive','branch','Inventory','','',''),('416369789376030222',5397,'41636978908','141','2.00','7800','retail','0','2021-11-15 15:23:24','','','','3360','Cash',1075.86,'3900','','','4','','1','2021-11-15 12:23:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3362.07','','14.00','12','Inclusive','branch','Inventory','','',''),('416369789872232027',5398,'41636978908','60','2.00','300','retail','0','2021-11-15 15:23:24','','','','105','Cash',41.38,'150','','','4','','1','2021-11-15 12:23:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.00','41','Inclusive','branch','Inventory','','',''),('416369790454320062',5399,'41636979009','2','1.00','550','retail','0','2021-11-15 15:24:05','','','','530','Cash',75.86,'550','','','4','','1','2021-11-15 12:24:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1464.00','1463','Inclusive','branch','18','','',''),('416369849446232303',5400,'41636979055','163','7.00','1400','retail','0','2021-11-15 17:03:05','','','','130','Cash',193.10,'200','','','4','','1','2021-11-15 14:03:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','179.00','172','Inclusive','branch','Inventory','','',''),('416369851250260334',5401,'41636984992','163','10.00','2000','retail','0','2021-11-15 17:05:46','','','','130','Cash',275.86,'200','','','4','','1','2021-11-15 14:05:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','172.00','162','Inclusive','branch','Inventory','','',''),('416369851773624228',5402,'41636985156','102','1.00','200','retail','0','2021-11-15 17:06:17','','','','120','Cash',27.59,'200','','','4','','1','2021-11-15 14:06:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','10.00','9','Inclusive','branch','Inventory','','',''),('416369852112401232',5403,'41636985182','49','1.00','400','retail','0','2021-11-15 17:07:06','','','','310','Cash',55.17,'400','','','4','','1','2021-11-15 14:07:13','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','18.00','17','Inclusive','branch','Inventory','','',''),('416369852793100311',5404,'41636985234','2','1.00','550','retail','0','2021-11-15 17:07:59','','','','530','Cash',75.86,'550','','','4','','1','2021-11-15 14:08:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1463.00','1462','Inclusive','branch','18','','',''),('416369863792032622',5405,'41636985335','134','5.00','4750','retail','0','2021-11-15 17:26:56','','','','750','Cash',655.17,'950','','','4','','1','2021-11-15 14:27:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','67.00','62','Inclusive','branch','Inventory','','',''),('416369864413333613',5406,'41636986429','53','2.00','1300','retail','0','2021-11-15 17:28:08','','','','560','Cash',179.31,'650','','','4','','1','2021-11-15 14:28:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','48.50','46.5','Inclusive','branch','Inventory','','',''),('416369864730460232',5407,'41636986429','232','1.00','100','retail','0','2021-11-15 17:28:08','','','','2','Cash',13.79,'100','','','4','','1','2021-11-15 14:28:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','64.50','63.5','Inclusive','branch','Inventory','1110','4000','5500'),('416370735987076828',5408,'41637073438','2','2.00','1100','retail','0','2021-11-16 17:40:18','','','','530','Cash',151.72,'550','','','4','','1','2021-11-16 14:40:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1462.00','1460','Inclusive','branch','18','','',''),('416370737493224200',5409,'41637073630','64','1.00','150','retail','0','2021-11-16 17:42:48','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 14:42:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','73.50','72.5','Inclusive','branch','Inventory','','',''),('416370737930323462',5410,'41637073775','2','9.00','4950','retail','0','2021-11-16 17:45:36','','','','530','Cash',682.76,'550','','','4','','1','2021-11-16 14:45:48','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1460.00','1451','Inclusive','branch','18','','',''),('416370738828730310',5411,'41637073775','138','2.00','5000','retail','0','2021-11-16 17:45:36','','','','2100','Cash',689.66,'2500','','','4','','1','2021-11-16 14:45:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','3.00','1','Inclusive','branch','Inventory','','',''),('416370739693443303',5412,'41637073950','275','1.00','200','retail','0','2021-11-16 17:46:27','','','','80','Cash',27.59,'200','','','4','','1','2021-11-16 14:46:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('416370740323226063',5413,'41637073992','155','2.00','9000','retail','0','2021-11-16 17:48:25','','','','3800','Cash',1241.38,'4500','','','4','','1','2021-11-16 14:48:30','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','8.00','6','Inclusive','branch','Inventory','','',''),('416370740460424227',5414,'41637073992','60','5.00','1000','retail','0','2021-11-16 17:48:25','','','','105','Cash',137.93,'200','','','4','','1','2021-11-16 14:48:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.00','36','Inclusive','branch','Inventory','','',''),('416370741303632343',5415,'41637074110','247','1.00','300','retail','0','2021-11-16 17:49:06','','','','190','Cash',41.38,'300','','','4','','1','2021-11-16 14:49:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416370741693230022',5416,'41637074151','134','10.00','9500','retail','0','2021-11-16 17:53:29','','','','750','Cash',1310.34,'950','','','4','','1','2021-11-16 14:53:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','62.00','52','Inclusive','branch','Inventory','','',''),('416370741932229300',5417,'41637074151','15','10.00','7300','retail','0','2021-11-16 17:53:29','','','','640','Cash',1006.90,'730','','','4','','1','2021-11-16 14:53:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','629.31','','29.00','19','Inclusive','branch','Inventory','','',''),('416370742162200644',5418,'41637074151','264','1.00','4600','retail','0','2021-11-16 17:53:29','','','','3850','Cash',634.48,'4600','','','4','','1','2021-11-16 14:53:39','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3965.52','','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416370746512412022',5419,'41637074425','63','1.00','150','retail','0','2021-11-16 17:57:48','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 14:57:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','146.25','145.25','Inclusive','branch','Inventory','','',''),('416370747003044020',5420,'41637074676','61','1.00','150','retail','0','2021-11-16 18:14:08','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 15:14:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','160.00','159','Inclusive','branch','Inventory','','',''),('416370747192420931',5421,'41637074676','2','10.00','5500','retail','0','2021-11-16 18:14:08','','','','530','Cash',758.62,'550','','','4','','1','2021-11-16 15:14:17','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1451.00','1441','Inclusive','branch','18','','',''),('416370747311173223',5422,'41637074676','60','1.00','150','retail','0','2021-11-16 18:14:08','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 15:14:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','36.00','35','Inclusive','branch','Inventory','','',''),('416370755173133074',5423,'41637074676','74','1.00','1100','retail','0','2021-11-16 18:14:08','','','','1025','Cash',151.72,'1100','','','4','','1','2021-11-16 15:14:17','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','168.00','167','Inclusive','branch','Inventory','','',''),('416370755373333202',5424,'41637074676','108','6.00','6600','retail','0','2021-11-16 18:14:08','','','','900','Cash',910.34,'1100','','','4','','1','2021-11-16 15:14:17','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','71.00','65','Inclusive','branch','Inventory','','',''),('416370756813227273',5425,'41637075659','167','1.00','4100','retail','0','2021-11-16 18:16:14','','','','2600','Cash',565.52,'4100','','','4','','1','2021-11-16 15:16:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3534.48','','4.00','3','Inclusive','branch','Inventory','','',''),('416370757952332020',5426,'41637075786','2','5.00','2750','retail','0','2021-11-16 18:16:54','','','','530','Cash',379.31,'550','','','4','','1','2021-11-16 15:16:58','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1441.00','1436','Inclusive','branch','18','','',''),('416370758337708100',5427,'41637075818','2','1.00','550','retail','0','2021-11-16 18:17:14','','','','530','Cash',75.86,'550','','','4','','1','2021-11-16 15:17:20','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1436.00','1435','Inclusive','branch','18','','',''),('416370758563643282',5428,'41637075841','2','10.00','5500','retail','0','2021-11-16 18:17:51','','','','530','Cash',758.62,'550','','','4','','1','2021-11-16 15:20:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1435.00','1425','Inclusive','branch','18','','',''),('416370761060202221',5429,'41637076037','209','3.00','900','retail','0','2021-11-16 18:22:40','','','','200','Cash',124.14,'300','','','4','','1','2021-11-16 15:22:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','8.50','5.5','Inclusive','branch','Inventory','','',''),('416370761181327236',5430,'41637076037','66','4.00','800','retail','0','2021-11-16 18:22:40','','','','150.00','Cash',110.34,'200','','','4','','1','2021-11-16 15:22:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','248.50','244.5','Inclusive','branch','Inventory','','',''),('416370761990223730',5431,'41637076167','165','1.00','200','retail','0','2021-11-16 18:26:33','','','','130','Cash',27.59,'200','','','4','','1','2021-11-16 15:26:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','31.00','30','Inclusive','branch','Inventory','','',''),('416370762213723021',5432,'41637076167','61','1.00','150','retail','0','2021-11-16 18:26:33','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 15:26:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','159.00','158','Inclusive','branch','Inventory','','',''),('416370762300300733',5433,'41637076167','62','1.00','150','retail','0','2021-11-16 18:26:33','','','','105','Cash',20.69,'150','','','4','','1','2021-11-16 15:26:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','201.50','200.5','Inclusive','branch','Inventory','','',''),('416370762483427713',5434,'41637076167','98','8.00','6800','retail','0','2021-11-16 18:26:33','','','','700','Cash',937.93,'850','','','4','','1','2021-11-16 15:26:38','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','20.00','12','Inclusive','branch','Inventory','','',''),('416370762783867670',5435,'41637076167','232','1.00','5200','retail','0','2021-11-16 18:26:33','','','','2','Cash',717.24,'5200','','','4','','1','2021-11-16 15:26:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4482.76','','63.50','62.5','Inclusive','branch','Inventory','1110','4000','5500'),('416370762893832962',5436,'41637076167','299','1.00','1000','retail','0','2021-11-16 18:26:33','','','','15','Cash',137.93,'1000','','','4','','1','2021-11-16 15:26:38','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416370764114333067',5437,'41637076398','253','1.00','6400','retail','0','2021-11-16 18:28:40','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-16 15:28:47','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416370764212043037',5438,'41637076398','163','4.00','800','retail','0','2021-11-16 18:28:40','','','','130','Cash',110.34,'200','','','4','','1','2021-11-16 15:28:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','162.00','158','Inclusive','branch','Inventory','','',''),('416370764402003032',5439,'41637076398','63','1.00','200','retail','0','2021-11-16 18:28:40','','','','105','Cash',27.59,'200','','','4','','1','2021-11-16 15:28:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','145.25','144.25','Inclusive','branch','Inventory','','',''),('416372235975233026',5440,'41637223576','254','1.00','300','retail','0','2021-11-17 11:20:14','','','','80','Cash',41.38,'300','','','4','','1','2021-11-18 08:20:33','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','336.00','335','Inclusive','branch','Inventory','1110','4000','5500'),('416372236682323460',5441,'41637223634','295','2.00','300','retail','0','2021-11-18 11:27:51','','','','60','Cash',41.38,'150','','','4','','1','2021-11-18 08:28:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416372236832401247',5442,'41637223634','284','1.00','2200','retail','0','2021-11-18 11:27:51','','','','630','Cash',303.45,'2200','','','4','','1','2021-11-18 08:28:12','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416372239240042223',5443,'41637223634','274','1.00','400','retail','0','2021-11-18 11:27:51','','','','150 ','Cash',55.17,'400','','','4','','1','2021-11-18 08:28:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416372240390230324',5444,'41637223634','286','1.00','600','retail','0','2021-11-18 11:27:51','','','','450','Cash',82.76,'600','','','4','','1','2021-11-18 08:28:12','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416372243032433242',5445,'41637224286','295','2.00','400','retail','0','2021-11-17 11:34:15','','','','60','Cash',55.17,'200','','','4','','1','2021-11-18 08:34:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416372243122332402',5446,'41637224286','284','1.00','2200','retail','0','2021-11-17 11:34:15','','','','630','Cash',303.45,'2200','','','4','','1','2021-11-18 08:34:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416372243252743422',5447,'41637224286','286','1.00','500','retail','0','2021-11-17 11:34:15','','','','450','Cash',68.97,'500','','','4','','1','2021-11-18 08:34:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416372243644302304',5448,'41637224286','274','1.00','400','retail','0','2021-11-17 11:34:15','','','','150 ','Cash',55.17,'400','','','4','','1','2021-11-18 08:34:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416372244962263027',5449,'41637224471','284','3.00','2550','retail','0','2021-11-17 11:39:28','','','','630','Cash',351.72,'850','','','4','','1','2021-11-18 08:39:49','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','4.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416372245182323032',5450,'41637224471','285','2.00','600','retail','0','2021-11-17 11:39:28','','','','180','Cash',82.76,'300','','','4','','1','2021-11-18 08:39:49','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','3.75','1.75','Inclusive','branch','Inventory','1110','4000','5500'),('416372245352424333',5451,'41637224471','270','2.00','300','retail','0','2021-11-17 11:39:28','','','','60','Cash',41.38,'150','','','4','','1','2021-11-18 08:39:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416372245484234332',5452,'41637224471','232','1.00','100','retail','0','2021-11-17 11:39:28','','','','2','Cash',13.79,'100','','','4','','1','2021-11-18 08:39:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','62.50','61.5','Inclusive','branch','Inventory','1110','4000','5500'),('416372248023332322',5453,'41637224792','60','25.00','3500','retail','0','2021-11-17 11:42:22','','','','105','Cash',482.76,'140','','','4','','1','2021-11-18 08:42:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','35.00','10','Inclusive','branch','Inventory','','',''),('416372248099239220',5454,'41637224792','63','25.00','3500','retail','0','2021-11-17 11:42:22','','','','105','Cash',482.76,'140','','','4','','1','2021-11-18 08:42:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','144.25','119.25','Inclusive','branch','Inventory','','',''),('416372248174732042',5455,'41637224792','66','25.00','4750','retail','0','2021-11-17 11:42:22','','','','150.00','Cash',655.17,'190','','','4','','1','2021-11-18 08:42:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','163.79','','244.50','219.5','Inclusive','branch','Inventory','','',''),('416372250323342230',5456,'41637224971','136','24.00','15300','retail','0','2021-11-17 11:47:40','','','','500','Cash',2110.34,'637.5','','','4','','1','2021-11-18 08:47:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','549.57','','79.00','55','Inclusive','branch','Inventory','','',''),('416372250522223332',5457,'41637224971','63','3.00','450','retail','0','2021-11-17 11:47:40','','','','105','Cash',62.07,'150','','','4','','1','2021-11-18 08:47:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','119.25','116.25','Inclusive','branch','Inventory','','',''),('416372250611220632',5458,'41637224971','62','3.00','450','retail','0','2021-11-17 11:47:40','','','','105','Cash',62.07,'150','','','4','','1','2021-11-18 08:47:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','200.50','197.5','Inclusive','branch','Inventory','','',''),('416372250734325307',5459,'41637224971','66','4.00','800','retail','0','2021-11-17 11:47:40','','','','150.00','Cash',110.34,'200','','','4','','1','2021-11-18 08:47:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','219.50','215.5','Inclusive','branch','Inventory','','',''),('416372252990332339',5460,'41637225275','134','10.00','11125','retail','0','2021-11-17 12:00:50','','','','750','Cash',1534.48,'1112.5','','','4','','1','2021-11-18 09:01:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','959.05','','52.00','42','Inclusive','branch','Inventory','','',''),('416372253084833622',5461,'41637225275','66','3.00','600','retail','0','2021-11-17 12:00:50','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-18 09:01:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','215.50','212.5','Inclusive','branch','Inventory','','',''),('416372253563320303',5462,'41637225275','63','1.00','150','retail','0','2021-11-17 12:00:50','','','','105','Cash',20.69,'150','','','4','','1','2021-11-18 09:01:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','116.25','115.25','Inclusive','branch','Inventory','','',''),('416372253732743323',5463,'41637225275','62','0.50','75','retail','0','2021-11-17 12:00:50','','','','105','Cash',10.34,'150','','','4','','1','2021-11-18 09:01:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.50','197','Inclusive','branch','Inventory','','',''),('416372254102331340',5464,'41637225275','163','2.00','400','retail','0','2021-11-17 12:00:50','','','','130','Cash',55.17,'200','','','4','','1','2021-11-18 09:01:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','158.00','156','Inclusive','branch','Inventory','','',''),('416372254550200254',5465,'41637225275','64','1.00','150','retail','0','2021-11-17 12:00:50','','','','105','Cash',20.69,'150','','','4','','1','2021-11-18 09:01:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','72.50','71.5','Inclusive','branch','Inventory','','',''),('416372261280246031',5466,'41637226072','2','2.00','1100','retail','0','2021-11-17 12:06:04','','','','530','Cash',151.72,'550','','','4','','1','2021-11-18 09:06:13','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1425.00','1423','Inclusive','branch','18','','',''),('416372261580323223',5467,'41637226072','136','10.00','6400','retail','0','2021-11-17 12:06:04','','','','500','Cash',882.76,'640','','','4','','1','2021-11-18 09:06:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','551.72','','55.00','45','Inclusive','branch','Inventory','','',''),('416372261872026862',5468,'41637226072','66','2.00','400','retail','0','2021-11-17 12:06:04','','','','150.00','Cash',55.17,'200','','','4','','1','2021-11-18 09:06:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','212.50','210.5','Inclusive','branch','Inventory','','',''),('416372262210343243',5469,'41637226072','253','1.00','6400','retail','0','2021-11-17 12:06:04','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-18 09:06:13','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416372262573722223',5470,'41637226072','163','2.00','400','retail','0','2021-11-17 12:06:04','','','','130','Cash',55.17,'200','','','4','','1','2021-11-18 09:06:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','156.00','154','Inclusive','branch','Inventory','','',''),('416372262824306232',5471,'41637226072','60','2.00','300','retail','0','2021-11-17 12:06:04','','','','105','Cash',41.38,'150','','','4','','1','2021-11-18 09:06:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','8','Inclusive','branch','Inventory','','',''),('416372265573623200',5472,'41637226375','14','10.00','11000','retail','0','2021-11-17 12:18:53','','','','1065','Cash',1517.24,'1100','','','4','','1','2021-11-18 09:19:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','175.00','165','Inclusive','branch','Inventory','','',''),('416372265707520323',5473,'41637226375','13','10.00','9500','retail','0','2021-11-17 12:18:53','','','','890','Cash',1310.34,'950','','','4','','1','2021-11-18 09:19:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','10.00','0','Inclusive','branch','Inventory','','',''),('416372265852356023',5474,'41637226375','63','4.00','600','retail','0','2021-11-17 12:18:53','','','','105','Cash',82.76,'150','','','4','','1','2021-11-18 09:19:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','115.25','111.25','Inclusive','branch','Inventory','','',''),('416372266116322032',5475,'41637226375','62','2.00','300','retail','0','2021-11-17 12:18:53','','','','105','Cash',41.38,'150','','','4','','1','2021-11-18 09:19:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','197.00','195','Inclusive','branch','Inventory','','',''),('416372266193246346',5476,'41637226375','60','8.00','1200','retail','0','2021-11-17 12:18:53','','','','105','Cash',165.52,'150','','','4','','1','2021-11-18 09:19:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','8.00','0','Inclusive','branch','Inventory','','',''),('416372266742043633',5477,'41637226375','209','7.00','2100','retail','0','2021-11-17 12:18:53','','','','200','Cash',289.66,'300','','','4','','1','2021-11-18 09:19:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.50','13.5','Inclusive','branch','Inventory','','',''),('416372270871733460',5478,'41637226375','66','3.00','675','retail','0','2021-11-17 12:18:53','','','','150.00','Cash',93.10,'225','','','4','','1','2021-11-18 09:19:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','193.97','','210.50','207.5','Inclusive','branch','Inventory','','',''),('416372271872703400',5479,'41637227147','66','4.00','800','retail','0','2021-11-17 12:23:54','','','','150.00','Cash',110.34,'200','','','4','','1','2021-11-18 09:24:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','207.50','203.5','Inclusive','branch','Inventory','','',''),('416372272112232333',5480,'41637227147','248','3.00','450','retail','0','2021-11-17 12:23:54','','','','40','Cash',62.07,'150','','','4','','1','2021-11-18 09:24:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','57.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('416372272293273200',5481,'41637227147','61','1.00','150','retail','0','2021-11-17 12:23:54','','','','105','Cash',20.69,'150','','','4','','1','2021-11-18 09:24:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','158.00','157','Inclusive','branch','Inventory','','',''),('416372274624362643',5482,'41637227447','163','2.00','400','retail','0','2021-11-17 12:24:49','','','','130','Cash',55.17,'200','','','4','','1','2021-11-18 09:24:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','154.00','152','Inclusive','branch','Inventory','','',''),('416372277482232832',5483,'41637227606','255','3.00','900','retail','0','2021-11-18 12:29:56','','','','150','Cash',124.14,'300','','','4','','1','2021-11-18 09:30:05','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416372277811402312',5484,'41637227606','163','3.00','600','retail','0','2021-11-18 12:29:56','','','','130','Cash',82.76,'200','','','4','','1','2021-11-18 09:30:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','152.00','149','Inclusive','branch','Inventory','','',''),('416372278453223230',5485,'41637227805','53','2.00','1300','retail','0','2021-11-18 12:32:24','','','','560','Cash',179.31,'650','','','4','','1','2021-11-18 09:32:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','46.50','44.5','Inclusive','branch','Inventory','','',''),('416372279010204021',5486,'41637227805','89','2.00','3000','retail','0','2021-11-18 12:32:24','','','','920','Cash',413.79,'1500','','','4','','1','2021-11-18 09:32:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','8.00','6','Inclusive','branch','Inventory','','',''),('416372279733302146',5487,'41637227959','14','20.00','22000','retail','0','2021-11-18 12:33:17','','','','1065','Cash',3034.48,'1100','','','4','','1','2021-11-18 09:33:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','165.00','145','Inclusive','branch','Inventory','','',''),('416372280160263321',5488,'41637228006','232','1.00','170','retail','0','2021-11-18 12:33:47','','','','2','Cash',23.45,'170','','','4','','1','2021-11-18 09:34:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','61.50','60.5','Inclusive','branch','Inventory','1110','4000','5500'),('416372301553130003',5489,'41637230141','13','10.00','9400','retail','0','2021-11-18 13:10:58','','','','890','Cash',1296.55,'940','','','4','','1','2021-11-18 10:11:52','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','810.34','','95.00','85','Inclusive','branch','Inventory','','',''),('416372301670202720',5490,'41637230141','66','3.00','600','retail','0','2021-11-18 13:10:58','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-18 10:11:52','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','203.50','200.5','Inclusive','branch','Inventory','','',''),('416372303353224333',5491,'41637230313','8','10.00','4500','retail','0','2021-11-18 13:13:02','','','','330','Cash',620.69,'450','','','4','','1','2021-11-18 10:13:37','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','146.00','136','Inclusive','branch','Inventory','','',''),('416372303680031233',5492,'41637230313','232','1.00','200','retail','0','2021-11-18 13:13:02','','','','2','Cash',27.59,'200','','','4','','1','2021-11-18 10:13:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','60.50','59.5','Inclusive','branch','Inventory','1110','4000','5500'),('416372304556033632',5493,'41637230418','102','1.00','200','retail','0','2021-11-18 13:14:41','','','','120','Cash',27.59,'200','','','4','','1','2021-11-18 10:14:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','9.00','8','Inclusive','branch','Inventory','','',''),('416372304650600262',5494,'41637230418','62','1.00','150','retail','0','2021-11-18 13:14:41','','','','105','Cash',20.69,'150','','','4','','1','2021-11-18 10:14:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','245.00','244','Inclusive','branch','Inventory','','',''),('416372305062307733',5495,'41637230485','70','7.00','9100','retail','0','2021-11-18 13:15:26','','','','1230','Cash',1255.17,'1300','','','4','','1','2021-11-18 10:15:31','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','70.00','63','Inclusive','branch','Inventory','','',''),('416372419082712242',5496,'41637241887','138','1.00','2500','retail','0','2021-11-18 16:26:21','','','','2100','Cash',344.83,'2500','','','4','','1','2021-11-18 13:26:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','1.00','0','Inclusive','branch','Inventory','','',''),('416372419222243332',5497,'41637241887','62','3.00','450','retail','0','2021-11-18 16:26:21','','','','105','Cash',62.07,'150','','','4','','1','2021-11-18 13:26:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','244.00','241','Inclusive','branch','Inventory','','',''),('416372419366234200',5498,'41637241887','232','1.00','100','retail','0','2021-11-18 16:26:21','','','','2','Cash',13.79,'100','','','4','','1','2021-11-18 13:26:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','59.50','58.5','Inclusive','branch','Inventory','1110','4000','5500'),('416372420077423270',5499,'41637241991','97','4.00','3400','retail','0','2021-11-18 16:33:46','','','','720','Cash',468.97,'850','','','4','','1','2021-11-18 13:34:19','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','38.00','34','Inclusive','branch','Inventory','','',''),('416372420184220212',5500,'41637241991','8','5.00','2500','retail','0','2021-11-18 16:33:46','','','','330','Cash',344.83,'500','','','4','','1','2021-11-18 13:34:19','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','136.00','131','Inclusive','branch','Inventory','','',''),('416372420333320307',5501,'41637241991','134','3.00','2850','retail','0','2021-11-18 16:33:46','','','','750','Cash',393.10,'950','','','4','','1','2021-11-18 13:34:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','42.00','39','Inclusive','branch','Inventory','','',''),('416372420523232222',5502,'41637241991','284','3.00','2550','retail','0','2021-11-18 16:33:46','','','','630','Cash',351.72,'850','','','4','','1','2021-11-18 13:34:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416372422822334632',5503,'41637241991','66','1.00','200','retail','0','2021-11-18 16:33:46','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-18 13:34:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','200.50','199.5','Inclusive','branch','Inventory','','',''),('416372424982438333',5504,'41637242462','61','2.00','300','retail','0','2021-11-18 16:37:57','','','','105','Cash',41.38,'150','','','4','','1','2021-11-18 13:38:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','157.00','155','Inclusive','branch','Inventory','','',''),('416372425124436241',5505,'41637242462','66','1.00','200','retail','0','2021-11-18 16:37:57','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-18 13:38:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','199.50','198.5','Inclusive','branch','Inventory','','',''),('416372426266231242',5506,'41637242462','248','1.00','150','retail','0','2021-11-18 16:37:57','','','','40','Cash',20.69,'150','','','4','','1','2021-11-18 13:38:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('416372427144310333',5507,'41637242684','163','5.00','1000','retail','0','2021-11-18 16:40:37','','','','130','Cash',137.93,'200','','','4','','1','2021-11-18 14:30:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','149.00','144','Inclusive','branch','Inventory','','',''),('416372459539235265',5508,'41637245941','277','6.00','1200','retail','0','2021-11-18 17:32:58','','','','65','Cash',165.52,'200','','','4','','1','2021-11-18 14:33:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416372460124207130',5509,'41637245982','322','1.00','200','retail','0','2021-11-18 17:34:33','','','','120','Cash',27.59,'200','','','4','','1','2021-11-18 14:34:37','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','40.00','39','Inclusive','branch','Inventory','1110','4000','5500'),('416372460502272020',5510,'41637245982','255','1.00','200','retail','0','2021-11-18 17:34:33','','','','150','Cash',27.59,'200','','','4','','1','2021-11-18 14:34:37','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416373272822771421',5511,'41637327270','300','1.00','200','retail','0','2021-11-19 16:08:32','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-19 13:08:38','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416373274520232144',5512,'41637327319','15','6.00','4200','retail','0','2021-11-19 16:16:51','','','','640','Cash',579.31,'700','','','4','','1','2021-11-19 13:17:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','19.00','13','Inclusive','branch','Inventory','','',''),('416373274732302472',5513,'41637327319','13','4.00','3900','retail','0','2021-11-19 16:16:51','','','','890','Cash',537.93,'975','','','4','','1','2021-11-19 13:17:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','840.52','','85.00','81','Inclusive','branch','Inventory','','',''),('416373274920723332',5514,'41637327319','14','4.00','4400','retail','0','2021-11-19 16:16:51','','','','1065','Cash',606.90,'1100','','','4','','1','2021-11-19 13:17:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','225.00','221','Inclusive','branch','Inventory','','',''),('416373278400021022',5515,'41637327823','61','2.00','300','retail','0','2021-11-19 16:17:39','','','','105','Cash',41.38,'150','','','4','','1','2021-11-19 13:17:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','155.00','153','Inclusive','branch','Inventory','','',''),('416373278957433222',5516,'41637327876','163','2.00','400','retail','0','2021-11-19 16:21:48','','','','130','Cash',55.17,'200','','','4','','1','2021-11-19 13:21:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','144.00','142','Inclusive','branch','Inventory','','',''),('416373279302134324',5517,'41637327876','135','24.00','20400','retail','0','2021-11-19 16:21:48','','','','625','Cash',2813.79,'850','','','4','','1','2021-11-19 13:21:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','172.00','148','Inclusive','branch','Inventory','','',''),('416373280163303330',5518,'41637327876','8','2.00','1000','retail','0','2021-11-19 16:21:48','','','','330','Cash',137.93,'500','','','4','','1','2021-11-19 13:21:57','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','131.00','129','Inclusive','branch','Inventory','','',''),('416373281483324232',5519,'41637328118','245','1.00','1900','retail','0','2021-11-19 16:26:04','','','','1300','Cash',262.07,'1900','','','4','','1','2021-11-19 13:26:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416373281841423212',5520,'41637328118','232','1.00','1000','retail','0','2021-11-19 16:26:04','','','','2','Cash',137.93,'1000','','','4','','1','2021-11-19 13:26:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','58.50','57.5','Inclusive','branch','Inventory','1110','4000','5500'),('416373281992036014',5521,'41637328118','272','1.00','150','retail','0','2021-11-19 16:26:04','','','','33','Cash',20.69,'150','','','4','','1','2021-11-19 13:26:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416373283143332882',5522,'41637328118','284','1.00','850','retail','0','2021-11-19 16:26:04','','','','630','Cash',117.24,'850','','','4','','1','2021-11-19 13:26:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('416373290203723033',5523,'41637328377','63','50.00','6500','retail','0','2021-11-19 16:38:52','','','','105','Cash',896.55,'130','','','4','','1','2021-11-19 13:39:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','211.25','161.25','Inclusive','branch','Inventory','','',''),('416373290372673070',5524,'41637328377','14','3.00','3300','retail','0','2021-11-19 16:38:52','','','','1065','Cash',455.17,'1100','','','4','','1','2021-11-19 13:39:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','221.00','218','Inclusive','branch','Inventory','','',''),('416373291733323021',5525,'41637329141','13','9.00','8550','retail','0','2021-11-19 16:40:57','','','','890','Cash',1179.31,'950','','','4','','1','2021-11-19 13:41:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','81.00','72','Inclusive','branch','Inventory','','',''),('416373291873730220',5526,'41637329141','61','3.00','450','retail','0','2021-11-19 16:40:57','','','','105','Cash',62.07,'150','','','4','','1','2021-11-19 13:41:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','153.00','150','Inclusive','branch','Inventory','','',''),('416373292877723236',5527,'41637329270','6','12.00','13800','retail','0','2021-11-19 16:42:53','','','','1070','Cash',1903.45,'1150','','','4','','1','2021-11-19 13:43:01','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','991.38','','268.00','256','Inclusive','branch','Inventory','','',''),('416373292993009034',5528,'41637329270','3','6.00','3600','retail','0','2021-11-19 16:42:53','','','','510','Cash',496.55,'600','','','4','','1','2021-11-19 13:43:01','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','436.00','430','Inclusive','branch','Inventory','','',''),('416373293176237173',5529,'41637329270','147','3.00','3000','retail','0','2021-11-19 16:42:53','','','','620','Cash',413.79,'1000','','','4','','1','2021-11-19 13:43:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','5.00','2','Inclusive','branch','Inventory','','',''),('416373293962223321',5530,'41637329381','8','24.00','10800','retail','0','2021-11-19 16:45:05','','','','330','Cash',1489.66,'450','','','4','','1','2021-11-19 13:45:08','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','129.00','105','Inclusive','branch','Inventory','','',''),('416373294133026420',5531,'41637329381','230','3.00','7500','retail','0','2021-11-19 16:45:05','','','','1950','Cash',1034.48,'2500','','','4','','1','2021-11-19 13:45:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','8.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416373294252961006',5532,'41637329381','62','4.00','600','retail','0','2021-11-19 16:45:05','','','','105','Cash',82.76,'150','','','4','','1','2021-11-19 13:45:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','241.00','237','Inclusive','branch','Inventory','','',''),('416373294393423436',5533,'41637329381','232','1.00','200','retail','0','2021-11-19 16:45:05','','','','2','Cash',27.59,'200','','','4','','1','2021-11-19 13:45:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','57.50','56.5','Inclusive','branch','Inventory','1110','4000','5500'),('416373295340329024',5534,'41637329509','2','10.00','5500','retail','0','2021-11-19 16:45:50','','','','530','Cash',758.62,'550','','','4','','1','2021-11-19 13:46:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1423.00','1413','Inclusive','branch','18','','',''),('416373335110222132',5535,'41637329707','139','1.00','3000','retail','0','2021-11-19 17:52:15','','','','2520','Cash',413.79,'3000','','','4','','1','2021-11-19 14:52:19','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','16.00','15','Inclusive','branch','Inventory','','',''),('416374139803030026',5536,'41637413951','92','10.00','2500','retail','0','2021-11-20 16:25:28','','','','190','Cash',344.83,'250','','','4','','1','2021-11-20 13:25:49','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','35.00','25','Inclusive','branch','Inventory','','',''),('416374139999313232',5537,'41637413951','4','30.00','25500','retail','0','2021-11-20 16:25:28','','','','730','Cash',3517.24,'850','','','4','','1','2021-11-20 13:25:49','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','268.00','238','Inclusive','branch','Inventory','','',''),('416374140123303323',5538,'41637413951','102','12.00','1800','retail','0','2021-11-20 16:25:28','','','','120','Cash',248.28,'150','','','4','','1','2021-11-20 13:25:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','8.00','26','Inclusive','branch','Inventory','','',''),('416374140590023133',5539,'41637413951','242','2.00','200','retail','0','2021-11-20 16:25:28','','','','90','Cash',27.59,'100','','','4','','1','2021-11-20 13:25:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416374140823226033',5540,'41637413951','61','3.00','450','retail','0','2021-11-20 16:25:28','','','','105','Cash',62.07,'150','','','4','','1','2021-11-20 13:25:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','150.00','147','Inclusive','branch','Inventory','','',''),('416374141593001120',5541,'41637413951','62','2.00','300','retail','0','2021-11-20 16:25:28','','','','105','Cash',41.38,'150','','','4','','1','2021-11-20 13:25:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','237.00','235','Inclusive','branch','Inventory','','',''),('416374141990432262',5542,'41637413951','232','1.00','900','retail','0','2021-11-20 16:25:28','','','','2','Cash',124.14,'900','','','4','','1','2021-11-20 13:25:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','56.50','55.5','Inclusive','branch','Inventory','1110','4000','5500'),('416374147753273222',5543,'41637414750','61','10.00','1500','retail','0','2021-11-20 16:27:16','','','','105','Cash',206.90,'150','','','4','','1','2021-11-20 13:27:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','147.00','137','Inclusive','branch','Inventory','','',''),('416374147888300232',5544,'41637414750','62','3.00','450','retail','0','2021-11-20 16:27:16','','','','105','Cash',62.07,'150','','','4','','1','2021-11-20 13:27:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','235.00','232','Inclusive','branch','Inventory','','',''),('416374148643223622',5545,'41637414849','19','10.00','8500','retail','0','2021-11-20 16:45:55','','','','725','Cash',1172.41,'850','','','4','','1','2021-11-20 13:47:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','58.00','48','Inclusive','branch','Inventory','','',''),('416374148952943022',5546,'41637414849','66','1.00','250','retail','0','2021-11-20 16:45:55','','','','150.00','Cash',34.48,'250','','','4','','1','2021-11-20 13:47:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','198.50','197.5','Inclusive','branch','Inventory','','',''),('416374149571252305',5547,'41637414849','139','1.00','3300','retail','0','2021-11-20 16:45:55','','','','2520','Cash',455.17,'3300','','','4','','1','2021-11-20 13:47:06','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','1','15.00','14','Inclusive','branch','Inventory','','',''),('416374150052322212',5548,'41637414849','243','1.00','1800','retail','0','2021-11-20 16:45:55','','','','50','Cash',248.28,'1800','','','4','','1','2021-11-20 13:47:06','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416374150502243510',5549,'41637414849','61','3.00','450','retail','0','2021-11-20 16:45:55','','','','105','Cash',62.07,'150','','','4','','1','2021-11-20 13:47:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','137.00','134','Inclusive','branch','Inventory','','',''),('416374150930504634',5550,'41637414849','63','2.00','300','retail','0','2021-11-20 16:45:55','','','','105','Cash',41.38,'150','','','4','','1','2021-11-20 13:47:06','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','161.25','159.25','Inclusive','branch','Inventory','','',''),('416374151353123577',5551,'41637414849','2','1.00','550','retail','0','2021-11-20 16:45:55','','','','530','Cash',75.86,'550','','','4','','1','2021-11-20 13:47:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1413.00','1412','Inclusive','branch','18','','',''),('416374163950952930',5552,'41637416364','131','1.00','800','retail','0','2021-11-20 16:56:04','','','','500','Cash',110.34,'800','','','4','','1','2021-11-20 13:56:42','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','5.00','4','Inclusive','branch','Inventory','','',''),('416374164722413272',5553,'41637416364','232','1.00','600','retail','0','2021-11-20 16:56:04','','','','2','Cash',82.76,'600','','','4','','1','2021-11-20 13:56:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','55.50','54.5','Inclusive','branch','Inventory','1110','4000','5500'),('416374166543260424',5554,'41637416610','139','1.00','3000','retail','0','2021-11-20 17:03:40','','','','2520','Cash',413.79,'3000','','','4','','1','2021-11-20 14:03:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','14.00','13','Inclusive','branch','Inventory','','',''),('416374167020063217',5555,'41637416610','136','10.00','6000','retail','0','2021-11-20 17:03:40','','','','500','Cash',827.59,'600','','','4','','1','2021-11-20 14:03:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','45.00','35','Inclusive','branch','Inventory','','',''),('416374167483633832',5556,'41637416610','66','1.00','200','retail','0','2021-11-20 17:03:40','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-20 14:03:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','197.50','196.5','Inclusive','branch','Inventory','','',''),('416374167923266103',5557,'41637416610','61','2.00','300','retail','0','2021-11-20 17:03:40','','','','105','Cash',41.38,'150','','','4','','1','2021-11-20 14:03:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','134.00','132','Inclusive','branch','Inventory','','',''),('416374168380380262',5558,'41637416610','163','1.00','200','retail','0','2021-11-20 17:03:40','','','','130','Cash',27.59,'200','','','4','','1','2021-11-20 14:03:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','142.00','141','Inclusive','branch','Inventory','','',''),('416374170563420530',5559,'41637417034','155','1.00','4500','retail','0','2021-11-20 17:05:40','','','','3800','Cash',620.69,'4500','','','4','','1','2021-11-20 14:07:35','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','6.00','5','Inclusive','branch','Inventory','','',''),('416374170821300424',5560,'41637417034','265','1.00','3500','retail','0','2021-11-20 17:05:40','','','','3050','Cash',482.76,'3500','','','4','','1','2021-11-20 14:07:35','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416374172703432030',5561,'41637417256','2','10.00','5500','retail','0','2021-11-20 17:08:12','','','','530','Cash',758.62,'550','','','4','','1','2021-11-20 14:08:25','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1412.00','1402','Inclusive','branch','18','','',''),('416374173397333013',5562,'41637417312','134','14.00','13510','retail','0','2021-11-20 17:09:39','','','','750','Cash',1863.45,'965','','','4','','1','2021-11-20 14:10:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','831.90','','39.00','25','Inclusive','branch','Inventory','','',''),('416374174799302032',5563,'41637417449','2','10.00','5500','retail','0','2021-11-20 17:12:11','','','','530','Cash',758.62,'550','','','4','','1','2021-11-20 14:12:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1402.00','1392','Inclusive','branch','18','','',''),('416375899170343360',5564,'41637589819','139','1.00','3000','retail','0','2021-11-22 17:06:22','','','','2520','Cash',413.79,'3000','','','4','','1','2021-11-22 14:06:26','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','13.00','12','Inclusive','branch','Inventory','','',''),('416375899319548220',5565,'41637589819','163','0.50','100','retail','0','2021-11-22 17:06:22','','','','130','Cash',13.79,'200','','','4','','1','2021-11-22 14:06:26','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','141.00','140.5','Inclusive','branch','Inventory','','',''),('416375900353322502',5566,'41637589987','322','1.00','1200','retail','0','2021-11-22 17:07:39','','','','120','Cash',165.52,'1200','','','4','','1','2021-11-22 14:07:48','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416375903502324699',5567,'41637590068','66','1.00','200','retail','0','2021-11-22 17:33:39','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-22 14:33:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','196.50','195.5','Inclusive','branch','Inventory','','',''),('416375903792030329',5568,'41637590068','163','5.00','1000','retail','0','2021-11-22 17:33:39','','','','130','Cash',137.93,'200','','','4','','1','2021-11-22 14:33:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','140.50','135.5','Inclusive','branch','Inventory','','',''),('416375913513501203',5569,'41637590068','243','1.00','1800','retail','0','2021-11-22 17:33:39','','','','50','Cash',248.28,'1800','','','4','','1','2021-11-22 14:33:43','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416375913692193324',5570,'41637590068','284','1.00','1100','retail','0','2021-11-22 17:33:39','','','','630','Cash',151.72,'1100','','','4','','1','2021-11-22 14:33:43','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('416375915963322032',5571,'41637590068','300','2.00','400','retail','0','2021-11-22 17:33:39','','','','150 ','Cash',55.17,'200','','','4','','1','2021-11-22 14:33:43','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416375916492123100',5572,'41637591624','136','6.00','3900','retail','0','2021-11-22 17:36:28','','','','500','Cash',537.93,'650','','','4','','1','2021-11-22 14:36:32','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','35.00','29','Inclusive','branch','Inventory','','',''),('416375916774304107',5573,'41637591624','114','2.00','2200','retail','0','2021-11-22 17:36:28','','','','975','Cash',303.45,'1100','','','4','','1','2021-11-22 14:36:32','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','102.00','100','Inclusive','branch','Inventory','','',''),('416375917622192390',5574,'41637591624','248','1.00','100','retail','0','2021-11-22 17:36:28','','','','40','Cash',13.79,'100','','','4','','1','2021-11-22 14:36:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','53.00','52','Inclusive','branch','Inventory','1110','4000','5500'),('416375918512337322',5575,'41637591793','284','1.00','850','retail','0','2021-11-22 17:38:53','','','','630','Cash',117.24,'850','','','4','','1','2021-11-22 14:39:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500'),('416375919013290023',5576,'41637591793','300','1.00','200','retail','0','2021-11-22 17:38:53','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-22 14:39:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416375920679021337',5577,'41637592047','222','2.00','1600','retail','0','2021-11-22 17:41:36','','','','800','Cash',220.69,'800','','','4','','1','2021-11-22 14:41:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416375921612533202',5578,'41637592104','2','2.00','1100','retail','0','2021-11-22 17:42:53','','','','530','Cash',151.72,'550','','','4','','1','2021-11-22 14:43:10','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1392.00','1390','Inclusive','branch','18','','',''),('416375922242332452',5579,'41637592191','243','1.00','1900','retail','0','2021-11-22 17:45:25','','','','50','Cash',262.07,'1900','','','4','','1','2021-11-22 14:46:03','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416375922472427230',5580,'41637592191','146','2.00','1400','retail','0','2021-11-22 17:45:25','','','','420','Cash',193.10,'700','','','4','','1','2021-11-22 14:46:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','17.00','15','Inclusive','branch','Inventory','','',''),('416375922587303303',5581,'41637592191','66','3.00','600','retail','0','2021-11-22 17:45:25','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-22 14:46:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','195.50','192.5','Inclusive','branch','Inventory','','',''),('416375924863122042',5582,'41637592366','135','6.00','5100','retail','0','2021-11-22 17:49:04','','','','625','Cash',703.45,'850','','','4','','1','2021-11-22 14:49:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','148.00','142','Inclusive','branch','Inventory','','',''),('416375925002023333',5583,'41637592366','15','3.00','2100','retail','0','2021-11-22 17:49:04','','','','640','Cash',289.66,'700','','','4','','1','2021-11-22 14:49:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','13.00','10','Inclusive','branch','Inventory','','',''),('416375926866201032',5584,'41637592672','2','10.00','5500','retail','0','2021-11-22 17:52:47','','','','530','Cash',758.62,'550','','','4','','1','2021-11-22 14:53:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1390.00','1380','Inclusive','branch','18','','',''),('416375927092334332',5585,'41637592672','309','1.00','250','retail','0','2021-11-22 17:52:47','','','','110','Cash',34.48,'250','','','4','','1','2021-11-22 14:53:02','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416376727283803270',5586,'41637672713','66','1.00','200','retail','0','2021-11-23 16:05:44','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-23 13:06:07','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','192.50','191.5','Inclusive','branch','Inventory','','',''),('416376727920342072',5587,'41637672767','96','5.00','6000','retail','0','2021-11-23 16:06:52','','','','850','Cash',827.59,'1200','','','4','','1','2021-11-23 13:07:01','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','7.00','2','Inclusive','branch','Inventory','','',''),('416376728353272423',5588,'41637672822','275','1.00','150','retail','0','2021-11-23 16:09:37','','','','80','Cash',20.69,'150','','','4','','1','2021-11-23 13:09:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416376728523032274',5589,'41637672822','58','1.00','200','retail','0','2021-11-23 16:09:37','','','','130','Cash',27.59,'200','','','4','','1','2021-11-23 13:09:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','18.50','17.5','Inclusive','branch','Inventory','','',''),('416376728633636034',5590,'41637672822','66','1.00','200','retail','0','2021-11-23 16:09:37','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-23 13:09:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','191.50','190.5','Inclusive','branch','Inventory','','',''),('416376728723262323',5591,'41637672822','61','1.00','200','retail','0','2021-11-23 16:09:37','','','','105','Cash',27.59,'200','','','4','','1','2021-11-23 13:09:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','132.00','131','Inclusive','branch','Inventory','','',''),('416376728883277828',5592,'41637672822','62','2.00','300','retail','0','2021-11-23 16:09:37','','','','105','Cash',41.38,'150','','','4','','1','2021-11-23 13:09:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','232.00','230','Inclusive','branch','Inventory','','',''),('416376737272024326',5593,'41637672986','232','2.00','6600','retail','0','2021-11-23 16:22:59','','','','2','Cash',910.34,'3300','','','4','','1','2021-11-23 13:25:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2844.83','','54.50','52.5','Inclusive','branch','Inventory','1110','4000','5500'),('416376743410320333',5594,'41637673905','284','1.00','1000','retail','0','2021-11-23 16:36:33','','','','630','Cash',137.93,'1000','','','4','','1','2021-11-23 13:39:33','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416376743623032220',5595,'41637673905','84','5.00','6500','retail','0','2021-11-23 16:36:33','','','','1230','Cash',896.55,'1300','','','4','','1','2021-11-23 13:39:33','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','152.00','147','Inclusive','branch','Inventory','','',''),('416376743812340627',5596,'41637673905','14','8.00','8800','retail','0','2021-11-23 16:36:33','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-11-23 13:39:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','218.00','210','Inclusive','branch','Inventory','','',''),('416376744250337742',5597,'41637673905','48','20.00','8000','retail','0','2021-11-23 16:36:33','','','','325','Cash',1103.45,'400','','','4','','1','2021-11-23 13:39:33','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','25.00','5','Inclusive','branch','Inventory','','',''),('416376744388274224',5598,'41637673905','66','3.00','600','retail','0','2021-11-23 16:36:33','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-23 13:39:33','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','190.50','187.5','Inclusive','branch','Inventory','','',''),('416376744532423270',5599,'41637673905','2','2.00','1100','retail','0','2021-11-23 16:36:33','','','','530','Cash',151.72,'550','','','4','','1','2021-11-23 13:39:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1380.00','1378','Inclusive','branch','18','','',''),('416376747903424223',5600,'41637674773','4','1.00','850','retail','0','2021-11-23 16:40:40','','','','730','Cash',117.24,'850','','','4','','1','2021-11-23 13:40:43','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','238.00','237','Inclusive','branch','Inventory','','',''),('416376748112360132',5601,'41637674773','2','2.00','1100','retail','0','2021-11-23 16:40:40','','','','530','Cash',151.72,'550','','','4','','1','2021-11-23 13:40:43','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1378.00','1376','Inclusive','branch','18','','',''),('416376748654663223',5602,'41637674844','232','1.00','800','retail','0','2021-11-23 16:41:28','','','','2','Cash',110.34,'800','','','4','','1','2021-11-23 13:42:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','52.50','51.5','Inclusive','branch','Inventory','1110','4000','5500'),('416377601852362303',5603,'41637760168','280','1.00','150','retail','0','2021-11-24 16:23:25','','','','50','Cash',20.69,'150','','','4','','1','2021-11-24 13:23:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416377602632722223',5604,'41637760249','58','0.50','100','retail','0','2021-11-24 16:24:50','','','','130','Cash',13.79,'200','','','4','','1','2021-11-24 13:24:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.50','17','Inclusive','branch','Inventory','','',''),('416377603256222402',5605,'41637760296','8','4.00','1800','retail','0','2021-11-24 16:28:06','','','','330','Cash',248.28,'450','','','4','','1','2021-11-24 13:28:13','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','105.00','101','Inclusive','branch','Inventory','','',''),('416377603377302303',5606,'41637760296','284','3.00','2550','retail','0','2021-11-24 16:28:06','','','','630','Cash',351.72,'850','','','4','','1','2021-11-24 13:28:13','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','26.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416377603510132332',5607,'41637760296','58','0.50','100','retail','0','2021-11-24 16:28:06','','','','130','Cash',13.79,'200','','','4','','1','2021-11-24 13:28:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.00','16.5','Inclusive','branch','Inventory','','',''),('416377605343033304',5608,'41637760495','270','2.00','200','retail','0','2021-11-24 16:32:17','','','','60','Cash',27.59,'100','','','4','','1','2021-11-24 13:32:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416377606436437273',5609,'41637760495','278','1.00','50','retail','0','2021-11-24 16:32:17','','','','45','Cash',6.90,'50','','','4','','1','2021-11-24 13:32:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416377606920220323',5610,'41637760495','320','1.00','200','retail','0','2021-11-24 16:32:17','','','','120','Cash',27.59,'200','','','4','','1','2021-11-24 13:32:36','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('416377607131610327',5611,'41637760495','163','1.50','300','retail','0','2021-11-24 16:32:17','','','','130','Cash',41.38,'200','','','4','','1','2021-11-24 13:32:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','135.50','134','Inclusive','branch','Inventory','','',''),('416377607797331033',5612,'41637760757','284','2.00','4000','retail','0','2021-11-24 16:33:21','','','','630','Cash',551.72,'2000','','','4','','1','2021-11-24 13:33:38','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','23.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416377608951572023',5613,'41637760821','63','1.00','150','retail','0','2021-11-24 16:36:09','','','','105','Cash',20.69,'150','','','4','','1','2021-11-24 13:36:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','159.25','158.25','Inclusive','branch','Inventory','','',''),('416377609063630430',5614,'41637760821','61','2.00','300','retail','0','2021-11-24 16:36:09','','','','105','Cash',41.38,'150','','','4','','1','2021-11-24 13:36:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','131.00','129','Inclusive','branch','Inventory','','',''),('416377645982132337',5615,'41637761007','109','10.00','13000','retail','0','2021-11-24 17:37:07','','','','1180','Cash',1793.10,'1300','','','4','','1','2021-11-24 14:37:13','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','96.00','86','Inclusive','branch','Inventory','','',''),('416378478942222123',5616,'41637847879','63','2.00','300','retail','0','2021-11-25 16:45:57','','','','105','Cash',41.38,'150','','','4','','1','2021-11-25 13:46:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','158.25','156.25','Inclusive','branch','Inventory','','',''),('416378480452243282',5617,'41637847962','300','1.00','200','retail','0','2021-11-25 16:55:14','','','','150 ','Cash',27.59,'200','','','4','','1','2021-11-25 13:55:23','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416378480600430820',5618,'41637847962','280','2.00','400','retail','0','2021-11-25 16:55:14','','','','50','Cash',55.17,'200','','','4','','1','2021-11-25 13:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','19.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416378480903024032',5619,'41637847962','232','1.00','1000','retail','0','2021-11-25 16:55:14','','','','2','Cash',137.93,'1000','','','4','','1','2021-11-25 13:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','51.50','50.5','Inclusive','branch','Inventory','1110','4000','5500'),('416378481233321033',5620,'41637847962','274','2.00','1000','retail','0','2021-11-25 16:55:14','','','','150 ','Cash',137.93,'500','','','4','','1','2021-11-25 13:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','9.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416378483403302220',5621,'41637847962','272','5.00','500','retail','0','2021-11-25 16:55:14','','','','33','Cash',68.97,'100','','','4','','1','2021-11-25 13:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','11.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416378484122880023',5622,'41637847962','269','4.00','800','retail','0','2021-11-25 16:55:14','','','','80','Cash',110.34,'200','','','4','','1','2021-11-25 13:55:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416378485572305837',5623,'41637848524','296','1.00','2000','retail','0','2021-11-25 17:01:27','','','','1400','Cash',275.86,'2000','','','4','','1','2021-11-25 14:02:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416378485822258423',5624,'41637848524','246','3.00','900','retail','0','2021-11-25 17:01:27','','','','200','Cash',124.14,'300','','','4','','1','2021-11-25 14:02:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416378487006462202',5625,'41637848524','233','1.00','550','retail','0','2021-11-25 17:01:27','','','','400','Cash',75.86,'550','','','4','','1','2021-11-25 14:02:19','1','23','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416378488308227437',5626,'41637848524','232','1.00','2500','retail','0','2021-11-25 17:01:27','','','','2','Cash',344.83,'2500','','','4','','1','2021-11-25 14:02:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','50.50','49.5','Inclusive','branch','Inventory','1110','4000','5500'),('416378490130314217',5627,'41637848939','232','1.00','100','retail','0','2021-11-25 17:03:49','','','','2','Cash',13.79,'100','','','4','','1','2021-11-25 14:04:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','49.50','48.5','Inclusive','branch','Inventory','1110','4000','5500'),('416378490773227037',5628,'41637849047','319','2.00','200','retail','0','2021-11-25 17:05:02','','','','75','Cash',27.59,'100','','','4','','1','2021-11-25 14:05:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','126.00','124','Inclusive','branch','Inventory','1110','4000','5500'),('416378491880334322',5629,'41637849128','163','2.00','400','retail','0','2021-11-25 17:06:48','','','','130','Cash',55.17,'200','','','4','','1','2021-11-25 14:06:59','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','134.00','132','Inclusive','branch','Inventory','','',''),('416378493168283062',5630,'41637849246','229','2.00','2200','retail','0','2021-11-25 17:09:31','','','','720','Cash',303.45,'1100','','','4','','1','2021-11-25 14:09:48','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','117.00','115','Inclusive','branch','Inventory','1110','4000','5500'),('416378493323323327',5631,'41637849246','58','3.00','600','retail','0','2021-11-25 17:09:31','','','','130','Cash',82.76,'200','','','4','','1','2021-11-25 14:09:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','16.50','13.5','Inclusive','branch','Inventory','','',''),('416379304086403834',5632,'41637930366','132','2.00','2200','retail','0','2021-11-26 15:41:49','','','','1000','Cash',303.45,'1100','','','4','','1','2021-11-26 12:41:57','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','8.50','6.5','Inclusive','branch','Inventory','','',''),('416379305372402302',5633,'41637930518','2','10.00','5500','retail','0','2021-11-26 15:42:29','','','','530','Cash',758.62,'550','','','4','','1','2021-11-26 12:42:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1376.00','1366','Inclusive','branch','18','','',''),('416379305823937232',5634,'41637930553','232','1.00','100','retail','0','2021-11-26 15:43:17','','','','2','Cash',13.79,'100','','','4','','1','2021-11-26 12:43:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','48.50','47.5','Inclusive','branch','Inventory','1110','4000','5500'),('416379306172031603',5635,'41637930601','140','13.00','44200','retail','0','2021-11-26 15:59:09','','','','2940','Cash',6096.55,'3400','','','4','','1','2021-11-26 12:59:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','4.00','4','Inclusive','branch','Inventory','','',''),('416379315803533022',5636,'41637931557','146','2.00','1400','retail','0','2021-11-26 16:00:01','','','','420','Cash',193.10,'700','','','4','','1','2021-11-26 13:00:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','20.00','18','Inclusive','branch','Inventory','','',''),('416379316341321330',5637,'41637931614','264','1.00','4500','retail','0','2021-11-26 16:01:21','','','','3850','Cash',620.69,'4500','','','4','','1','2021-11-26 13:01:27','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416379316466122323',5638,'41637931614','163','2.00','400','retail','0','2021-11-26 16:01:21','','','','130','Cash',55.17,'200','','','4','','1','2021-11-26 13:01:27','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','132.00','130','Inclusive','branch','Inventory','','',''),('416379317867363033',5639,'41637931687','2','10.00','5500','retail','0','2021-11-26 16:04:09','','','','530','Cash',758.62,'550','','','4','','1','2021-11-26 13:04:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1366.00','1356','Inclusive','branch','18','','',''),('416379319099021607',5640,'41637931857','108','20.00','22000','retail','0','2021-11-26 16:09:15','','','','900','Cash',3034.48,'1100','','','4','','1','2021-11-26 13:09:22','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','65.00','45','Inclusive','branch','Inventory','','',''),('416379319663362613',5641,'41637931857','46','5.00','2250','retail','0','2021-11-26 16:09:15','','','','325','Cash',310.34,'450','','','4','','1','2021-11-26 13:09:22','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','1.00','16','Inclusive','branch','Inventory','','',''),('416379319792262120',5642,'41637931857','66','3.00','600','retail','0','2021-11-26 16:09:15','','','','150.00','Cash',82.76,'200','','','4','','1','2021-11-26 13:09:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','287.50','284.5','Inclusive','branch','Inventory','','',''),('416379322292423333',5643,'41637932163','163','5.00','1000','retail','0','2021-11-26 16:10:48','','','','130','Cash',137.93,'200','','','4','','1','2021-11-26 13:10:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','130.00','125','Inclusive','branch','Inventory','','',''),('416379322752071523',5644,'41637932258','202','1.00','2000','retail','0','2021-11-26 16:11:48','','','','1500','Cash',275.86,'2000','','','4','','1','2021-11-26 13:11:56','1','25','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','3.00','2','Inclusive','branch','Inventory','','',''),('416379322870283031',5645,'41637932258','290','1.00','300','retail','0','2021-11-26 16:11:48','','','','120','Cash',41.38,'300','','','4','','1','2021-11-26 13:11:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('416380180440264312',5646,'41638018006','233','1.00','1200','retail','0','2021-11-27 16:01:08','','','','400','Cash',165.52,'1200','','','4','','1','2021-11-27 13:01:16','1','23','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416380180970282023',5647,'41638018076','163','6.00','1200','retail','0','2021-11-27 16:03:40','','','','130','Cash',165.52,'200','','','4','','1','2021-11-27 13:03:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','125.00','119','Inclusive','branch','Inventory','','',''),('416380181134384431',5648,'41638018076','62','3.00','450','retail','0','2021-11-27 16:03:40','','','','105','Cash',62.07,'150','','','4','','1','2021-11-27 13:03:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','230.00','227','Inclusive','branch','Inventory','','',''),('416380181208403028',5649,'41638018076','63','2.00','300','retail','0','2021-11-27 16:03:40','','','','105','Cash',41.38,'150','','','4','','1','2021-11-27 13:03:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','156.25','154.25','Inclusive','branch','Inventory','','',''),('416380181302008433',5650,'41638018076','2','1.00','550','retail','0','2021-11-27 16:03:40','','','','530','Cash',75.86,'550','','','4','','1','2021-11-27 13:03:57','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1356.00','1355','Inclusive','branch','18','','',''),('416380181423023802',5651,'41638018076','232','1.00','200','retail','0','2021-11-27 16:03:40','','','','2','Cash',27.59,'200','','','4','','1','2021-11-27 13:03:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','47.50','46.5','Inclusive','branch','Inventory','1110','4000','5500'),('416380184458044308',5652,'41638018238','137','6.00','12000','retail','0','2021-11-27 16:07:53','','','','1680','Cash',1655.17,'2000','','','4','','1','2021-11-27 13:08:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','6.00','0','Inclusive','branch','Inventory','','',''),('416380185292211223',5653,'41638018484','232','1.00','1800','retail','0','2021-11-27 16:09:21','','','','2','Cash',248.28,'1800','','','4','','1','2021-11-27 13:09:43','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','46.50','45.5','Inclusive','branch','Inventory','1110','4000','5500'),('416380186553228806',5654,'41638018584','232','1.00','150','retail','0','2021-11-27 16:15:37','','','','2','Cash',20.69,'150','','','4','','1','2021-11-27 13:15:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.50','44.5','Inclusive','branch','Inventory','1110','4000','5500'),('416380186812328241',5655,'41638018584','165','0.50','100','retail','0','2021-11-27 16:15:37','','','','130','Cash',13.79,'200','','','4','','1','2021-11-27 13:15:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.00','29.5','Inclusive','branch','Inventory','','',''),('416380187561002830',5656,'41638018584','243','1.00','1900','retail','0','2021-11-27 16:15:37','','','','50','Cash',262.07,'1900','','','4','','1','2021-11-27 13:15:53','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416380187713333807',5657,'41638018584','2','1.00','550','retail','0','2021-11-27 16:15:37','','','','530','Cash',75.86,'550','','','4','','1','2021-11-27 13:15:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1355.00','1354','Inclusive','branch','18','','',''),('416380189913023011',5658,'41638018954','139','2.00','6000','retail','0','2021-11-27 16:18:07','','','','2520','Cash',827.59,'3000','','','4','','1','2021-11-27 13:18:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2586.21','','12.00','10','Inclusive','branch','Inventory','','',''),('416380190114269202',5659,'41638018954','61','2.00','300','retail','0','2021-11-27 16:18:07','','','','105','Cash',41.38,'150','','','4','','1','2021-11-27 13:18:21','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','129.00','127','Inclusive','branch','Inventory','','',''),('416380191252380200',5660,'41638019101','232','1.00','9900','retail','0','2021-11-27 16:20:03','','','','2','Cash',1365.52,'9900','','','4','','1','2021-11-27 13:20:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','8534.48','','44.50','43.5','Inclusive','branch','Inventory','1110','4000','5500'),('416380192590493803',5661,'41638019240','2','5.00','2750','retail','0','2021-11-27 16:23:17','','','','530','Cash',379.31,'550','','','4','','1','2021-11-27 13:23:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1354.00','1349','Inclusive','branch','18','','',''),('416380192833223312',5662,'41638019240','145','2.00','900','retail','0','2021-11-27 16:23:17','','','','320','Cash',124.14,'450','','','4','','1','2021-11-27 13:23:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','11.00','9','Inclusive','branch','Inventory','','',''),('416380231258323420',5663,'41638019405','62','2.00','300','retail','0','2021-11-27 17:40:34','','','','105','Cash',41.38,'150','','','4','','1','2021-11-27 14:40:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','227.00','225','Inclusive','branch','Inventory','','',''),('416380231353034002',5664,'41638019405','63','2.50','425','retail','0','2021-11-27 17:40:34','','','','105','Cash',58.62,'170','','','4','','1','2021-11-27 14:40:40','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','154.25','151.75','Inclusive','branch','Inventory','','',''),('416380235393332993',5665,'41638019405','209','2.00','600','retail','0','2021-11-27 17:40:34','','','','200','Cash',82.76,'300','','','4','','1','2021-11-27 14:40:40','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','13.50','11.5','Inclusive','branch','Inventory','','',''),('416380235913220003',5666,'41638019405','46','6.00','2580','retail','0','2021-11-27 17:40:34','','','','325','Cash',355.86,'430','','','4','','1','2021-11-27 14:40:40','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','16.00','10','Inclusive','branch','Inventory','','',''),('416380240593342020',5667,'41638024041','145','1.00','500','retail','0','2021-11-27 17:41:00','','','','320','Cash',68.97,'500','','','4','','1','2021-11-27 14:41:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','9.00','8','Inclusive','branch','Inventory','','',''),('416381933024223302',5668,'41638193238','53','3.00','1950','retail','0','2021-11-29 16:43:19','','','','560','Cash',268.97,'650','','','4','','1','2021-11-29 13:43:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','44.50','41.5','Inclusive','branch','Inventory','','',''),('416381933162332332',5669,'41638193238','54','3.00','2400','retail','0','2021-11-29 16:43:19','','','','700','Cash',331.03,'800','','','4','','1','2021-11-29 13:43:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','55.50','52.5','Inclusive','branch','Inventory','','',''),('416381933343384222',5670,'41638193238','232','1.00','150','retail','0','2021-11-29 16:43:19','','','','2','Cash',20.69,'150','','','4','','1','2021-11-29 13:43:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.50','42.5','Inclusive','branch','Inventory','1110','4000','5500'),('416381933501230103',5671,'41638193238','272','1.00','100','retail','0','2021-11-29 16:43:19','','','','33','Cash',13.79,'100','','','4','','1','2021-11-29 13:43:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416381934553583033',5672,'41638193417','14','3.00','3249.99','retail','0','2021-11-29 16:45:40','','','','1065','Cash',448.27,'1083.33','','','4','','1','2021-11-29 13:45:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','933.91','','210.00','207','Inclusive','branch','Inventory','','',''),('416381935666233023',5673,'41638193548','2','10.00','5500','retail','0','2021-11-29 16:46:46','','','','530','Cash',758.62,'550','','','4','','1','2021-11-29 13:47:05','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1349.00','1339','Inclusive','branch','18','','',''),('416381935803230312',5674,'41638193548','265','1.00','3800','retail','0','2021-11-29 16:46:46','','','','3050','Cash',524.14,'3800','','','4','','1','2021-11-29 13:47:05','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416381936581020330',5675,'41638193626','61','5.00','750','retail','0','2021-11-29 16:48:00','','','','105','Cash',103.45,'150','','','4','','1','2021-11-29 13:48:13','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','127.00','122','Inclusive','branch','Inventory','','',''),('416381937400900012',5676,'41638193693','13','7.00','6510','retail','0','2021-11-29 16:52:00','','','','890','Cash',897.93,'930','','','4','','1','2021-11-29 13:52:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','801.72','','72.00','65','Inclusive','branch','Inventory','','',''),('416381937544232936',5677,'41638193693','14','1.00','1100','retail','0','2021-11-29 16:52:00','','','','1065','Cash',151.72,'1100','','','4','','1','2021-11-29 13:52:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','207.00','206','Inclusive','branch','Inventory','','',''),('416381937676333231',5678,'41638193693','265','1.00','3800','retail','0','2021-11-29 16:52:00','','','','3050','Cash',524.14,'3800','','','4','','1','2021-11-29 13:52:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416381937790031271',5679,'41638193693','66','2.00','500','retail','0','2021-11-29 16:52:00','','','','150.00','Cash',68.97,'250','','','4','','1','2021-11-29 13:52:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','284.50','282.5','Inclusive','branch','Inventory','','',''),('416381937993609339',5680,'41638193693','163','2.00','400','retail','0','2021-11-29 16:52:00','','','','130','Cash',55.17,'200','','','4','','1','2021-11-29 13:52:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','119.00','117','Inclusive','branch','Inventory','','',''),('416381939493032334',5681,'41638193930','58','0.50','100','retail','0','2021-11-29 16:52:44','','','','130','Cash',13.79,'200','','','4','','1','2021-11-29 13:53:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','13.50','13','Inclusive','branch','Inventory','','',''),('416381940071240373',5682,'41638193981','284','3.00','2550','retail','0','2021-11-29 16:54:22','','','','630','Cash',351.72,'850','','','4','','1','2021-11-29 13:54:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','21.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416381940251023228',5683,'41638193981','300','1.00','250','retail','0','2021-11-29 16:54:22','','','','150 ','Cash',34.48,'250','','','4','','1','2021-11-29 13:54:42','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416381940360243304',5684,'41638193981','269','1.00','200','retail','0','2021-11-29 16:54:22','','','','80','Cash',27.59,'200','','','4','','1','2021-11-29 13:54:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416381940992330904',5685,'41638194084','136','2.00','1300','retail','0','2021-11-29 16:56:08','','','','500','Cash',179.31,'650','','','4','','1','2021-11-29 13:56:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','29.00','27','Inclusive','branch','Inventory','','',''),('416381941284024396',5686,'41638194084','255','1.00','200','retail','0','2021-11-29 16:56:08','','','','150','Cash',27.59,'200','','','4','','1','2021-11-29 13:56:16','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416381942061232902',5687,'41638194176','8','1.00','450','retail','0','2021-11-29 16:58:36','','','','330','Cash',62.07,'450','','','4','','1','2021-11-29 13:58:51','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','101.00','100','Inclusive','branch','Inventory','','',''),('416381942293224034',5688,'41638194176','284','1.00','850','retail','0','2021-11-29 16:58:36','','','','630','Cash',117.24,'850','','','4','','1','2021-11-29 13:58:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416381942501432339',5689,'41638194176','2','2.00','1100','retail','0','2021-11-29 16:58:36','','','','530','Cash',151.72,'550','','','4','','1','2021-11-29 13:58:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1339.00','1337','Inclusive','branch','18','','',''),('416381942630332248',5690,'41638194176','58','0.50','100','retail','0','2021-11-29 16:58:36','','','','130','Cash',13.79,'200','','','4','','1','2021-11-29 13:58:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','13.00','12.5','Inclusive','branch','Inventory','','',''),('416381943543211492',5691,'41638194331','232','1.00','1500','retail','0','2021-11-29 17:02:19','','','','2','Cash',206.90,'1500','','','4','','1','2021-11-29 14:03:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','42.50','41.5','Inclusive','branch','Inventory','1110','4000','5500'),('416381946480113234',5692,'41638194609','253','2.00','12800','retail','0','2021-11-29 17:07:25','','','','5700','Cash',1765.52,'6400','','','4','','1','2021-11-29 14:07:57','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','19.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416381946842283034',5693,'41638194609','61','5.00','750','retail','0','2021-11-29 17:07:25','','','','105','Cash',103.45,'150','','','4','','1','2021-11-29 14:07:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','122.00','117','Inclusive','branch','Inventory','','',''),('416381947002341206',5694,'41638194609','163','1.00','250','retail','0','2021-11-29 17:07:25','','','','130','Cash',34.48,'250','','','4','','1','2021-11-29 14:07:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','117.00','116','Inclusive','branch','Inventory','','',''),('416381949111003139',5695,'41638194877','253','1.00','6400','retail','0','2021-11-29 17:08:53','','','','5700','Cash',882.76,'6400','','','4','','1','2021-11-29 14:08:57','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416381983652638402',5696,'41638198349','278','2.00','200','retail','0','2021-11-29 18:06:18','','','','45','Cash',27.59,'100','','','4','','1','2021-11-29 15:06:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416381984220332232',5697,'41638198381','319','1.00','100','retail','0','2021-11-29 18:07:37','','','','75','Cash',13.79,'100','','','4','','1','2021-11-29 15:07:44','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','124.00','123','Inclusive','branch','Inventory','1110','4000','5500'),('416381989463603202',5698,'41638198929','163','2.00','400','retail','0','2021-11-29 18:16:08','','','','130','Cash',55.17,'200','','','4','','1','2021-11-29 15:16:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','116.00','114','Inclusive','branch','Inventory','','',''),('416381990092433290',5699,'41638198975','61','1.00','150','retail','0','2021-11-29 18:17:40','','','','105','Cash',20.69,'150','','','4','','1','2021-11-29 15:17:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','117.00','116','Inclusive','branch','Inventory','','',''),('416381990279002113',5700,'41638198975','66','1.00','200','retail','0','2021-11-29 18:17:40','','','','150.00','Cash',27.59,'200','','','4','','1','2021-11-29 15:17:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','282.50','281.5','Inclusive','branch','Inventory','','',''),('416382536883322585',5701,'41638253666','322','1.00','200','retail','0','2021-11-30 09:28:47','','','','120','Cash',27.59,'200','','','4','','1','2021-11-30 06:28:56','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','38.00','37','Inclusive','branch','Inventory','1110','4000','5500'),('416382853904333233',5702,'41638285375','137','1.00','2000','retail','0','2021-11-30 18:16:31','','','','1680','Cash',275.86,'2000','','','4','','1','2021-11-30 15:16:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','6.00','5','Inclusive','branch','Inventory','','',''),('416382857892250389',5703,'41638285715','84','4.00','5200','retail','0','2021-11-30 18:23:33','','','','1230','Cash',717.24,'1300','','','4','','1','2021-11-30 15:23:58','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','147.00','143','Inclusive','branch','Inventory','','',''),('416382858923343338',5704,'41638285838','145','1.00','500','retail','0','2021-11-30 18:24:53','','','','320','Cash',68.97,'500','','','4','','1','2021-11-30 15:25:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','8.00','7','Inclusive','branch','Inventory','','',''),('416382859642332306',5705,'41638285937','10','1.00','3500','retail','0','2021-11-30 18:26:05','','','','2700','Cash',482.76,'3500','','','4','','1','2021-11-30 15:26:10','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','1','12.00','11','Inclusive','branch','Inventory','','',''),('416382861640223438',5706,'41638286135','138','5.00','12500','retail','0','2021-11-30 18:29:44','','','','2100','Cash',1724.14,'2500','','','4','','1','2021-11-30 15:29:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','','7.00','2','Inclusive','branch','Inventory','','',''),('416382862143632604',5707,'41638286191','136','4.00','2400','retail','0','2021-11-30 18:30:50','','','','500','Cash',331.03,'600','','','4','','1','2021-11-30 15:30:54','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','27.00','23','Inclusive','branch','Inventory','','',''),('416382862744323623',5708,'41638286254','132','0.50','600','retail','0','2021-11-30 18:33:36','','','','1000','Cash',82.76,'1200','','','4','','1','2021-11-30 15:33:54','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','6.50','6','Inclusive','branch','Inventory','','',''),('416382864891346348',5709,'41638286435','13','8.00','7440','retail','0','2021-11-30 18:35:42','','','','890','Cash',1026.21,'930','','','4','','1','2021-11-30 15:36:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','801.72','','65.00','57','Inclusive','branch','Inventory','','',''),('416382865070306403',5710,'41638286435','103','2.00','400','retail','0','2021-11-30 18:35:42','','','','120','Cash',55.17,'200','','','4','','1','2021-11-30 15:36:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','462.00','460','Inclusive','branch','Inventory','','',''),('416382866322302688',5711,'41638286615','322','1.00','200','retail','0','2021-11-30 18:37:25','','','','120','Cash',27.59,'200','','','4','','1','2021-11-30 15:37:30','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.00','36','Inclusive','branch','Inventory','1110','4000','5500'),('416382866783237320',5712,'41638286652','8','10.00','4500','retail','0','2021-11-30 18:38:18','','','','330','Cash',620.69,'450','','','4','','1','2021-11-30 15:38:35','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','200.00','190','Inclusive','branch','Inventory','','',''),('416382867326646362',5713,'41638286715','163','5.00','1000','retail','0','2021-11-30 18:39:13','','','','130','Cash',137.93,'200','','','4','','1','2021-11-30 15:39:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','114.00','109','Inclusive','branch','Inventory','','',''),('416382867822200002',5714,'41638286766','232','1.00','4900','retail','0','2021-11-30 18:40:46','','','','2','Cash',675.86,'4900','','','4','','1','2021-11-30 15:40:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4224.14','','41.50','40.5','Inclusive','branch','Inventory','1110','4000','5500'),('416382868130001434',5715,'41638286766','323','1.00','900','retail','0','2021-11-30 18:40:46','','','','300','Cash',124.14,'900','','','4','','1','2021-11-30 15:40:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416382868872032208',5716,'41638286859','288','8.00','4400','retail','0','2021-11-30 18:46:23','','','','480','Cash',606.90,'550','','','4','','1','2021-11-30 15:46:30','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','39.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('416382869240392042',5717,'41638286859','284','3.00','2850','retail','0','2021-11-30 18:46:23','','','','630','Cash',393.10,'950','','','4','','1','2021-11-30 15:46:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','17.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416382869423322822',5718,'41638286859','277','4.00','800','retail','0','2021-11-30 18:46:23','','','','65','Cash',110.34,'200','','','4','','1','2021-11-30 15:46:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','4.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416382869572022222',5719,'41638286859','290','2.00','600','retail','0','2021-11-30 18:46:23','','','','120','Cash',82.76,'300','','','4','','1','2021-11-30 15:46:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','23.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416382869713628032',5720,'41638286859','245','1.00','2000','retail','0','2021-11-30 18:46:23','','','','1300','Cash',275.86,'2000','','','4','','1','2021-11-30 15:46:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416382870004240033',5721,'41638286859','285','1.00','350','retail','0','2021-11-30 18:46:23','','','','180','Cash',48.28,'350','','','4','','1','2021-11-30 15:46:30','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','1.75','0.75','Inclusive','branch','Inventory','1110','4000','5500'),('416383647012334334',5722,'41638363493','319','1.00','150','retail','0','2021-12-01 16:19:08','','','','75','Cash',20.69,'150','','','4','','1','2021-12-01 13:19:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','123.00','122','Inclusive','branch','Inventory','1110','4000','5500'),('416383647273344338',5723,'41638363493','232','1.00','40','retail','0','2021-12-01 16:19:08','','','','2','Cash',5.52,'40','','','4','','1','2021-12-01 13:19:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','34.48','','40.50','39.5','Inclusive','branch','Inventory','1110','4000','5500'),('416383690970970372',5724,'41638364779','63','10.00','1500','retail','0','2021-12-01 17:40:40','','','','105','Cash',206.90,'150','','','4','','1','2021-12-01 14:42:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','201.75','191.75','Inclusive','branch','Inventory','','',''),('416383694142322123',5725,'41638364779','64','5.00','750','retail','0','2021-12-01 17:40:40','','','','105','Cash',103.45,'150','','','4','','1','2021-12-01 14:42:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','71.50','66.5','Inclusive','branch','Inventory','','',''),('416383694403006222',5726,'41638364779','60','3.00','450','retail','0','2021-12-01 17:40:40','','','','105','Cash',62.07,'150','','','4','','1','2021-12-01 14:42:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','50.00','47','Inclusive','branch','Inventory','','',''),('416383694540333242',5727,'41638364779','165','3.00','600','retail','0','2021-12-01 17:40:40','','','','130','Cash',82.76,'200','','','4','','1','2021-12-01 14:42:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.50','26.5','Inclusive','branch','Inventory','','',''),('416383697744333032',5728,'41638369749','134','8.00','7600','retail','0','2021-12-01 17:43:17','','','','750','Cash',1048.28,'950','','','4','','1','2021-12-01 14:43:41','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','25.00','17','Inclusive','branch','Inventory','','',''),('416383698366338231',5729,'41638369821','274','1.00','400','retail','0','2021-12-01 17:48:55','','','','150 ','Cash',55.17,'400','','','4','','1','2021-12-01 14:50:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416383698453158002',5730,'41638369821','269','1.00','150','retail','0','2021-12-01 17:48:55','','','','80','Cash',20.69,'150','','','4','','1','2021-12-01 14:50:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('416383703254100663',5731,'41638370213','253','1.00','6500','retail','0','2021-12-01 17:52:51','','','','5700','Cash',896.55,'6500','','','4','','1','2021-12-01 14:53:12','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5603.45','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416383704563127263',5732,'41638370394','2','15.00','8250','retail','0','2021-12-01 13:06:35','','','','530','Cash',1137.93,'550','','','4','','1','2021-12-02 10:06:47','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1337.00','1322','Inclusive','branch','18','','',''),('416384396272193224',5733,'41638439610','58','0.50','100','retail','0','2021-12-01 13:37:17','','','','130','Cash',13.79,'200','','','4','','1','2021-12-02 10:37:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','12.50','12','Inclusive','branch','Inventory','','',''),('416384396570003022',5734,'41638439610','50','8.00','3440','retail','0','2021-12-01 13:37:17','','','','310','Cash',474.48,'430','','','4','','1','2021-12-02 10:37:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','29.00','21','Inclusive','branch','Inventory','','',''),('416384411153282243',5735,'41638439610','84','5.00','6500','retail','0','2021-12-01 13:37:17','','','','1230','Cash',896.55,'1300','','','4','','1','2021-12-02 10:37:39','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','143.00','138','Inclusive','branch','Inventory','','',''),('416384423512033032',5736,'41638441459','232','1.00','20000','retail','0','2021-12-01 13:53:10','','','','2','Cash',2758.62,'20000','','','4','','1','2021-12-02 10:54:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','17241.38','','39.50','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416384425083434320',5737,'41638442476','46','18.00','8100','retail','0','2021-12-01 14:26:03','','','','325','Cash',1117.24,'450','','','4','','1','2021-12-02 11:26:24','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','10.00','12','Inclusive','branch','Inventory','','',''),('416384436173830022',5738,'41638442476','43','10.00','4000','retail','0','2021-12-01 14:26:03','','','','275','Cash',551.72,'400','','','4','','1','2021-12-02 11:26:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','50.00','40','Inclusive','branch','Inventory','','',''),('416384436420663002',5739,'41638442476','63','10.00','1500','retail','0','2021-12-01 14:26:03','','','','105','Cash',206.90,'150','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','191.75','181.75','Inclusive','branch','Inventory','','',''),('416384436522220024',5740,'41638442476','66','9.00','1980','retail','0','2021-12-01 14:26:03','','','','150.00','Cash',273.10,'220','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','281.50','272.5','Inclusive','branch','Inventory','','',''),('416384436930962342',5741,'41638442476','60','7.00','1050','retail','0','2021-12-01 14:26:03','','','','105','Cash',144.83,'150','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','47.00','40','Inclusive','branch','Inventory','','',''),('416384437050413223',5742,'41638442476','61','4.00','600','retail','0','2021-12-01 14:26:03','','','','105','Cash',82.76,'150','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','116.00','112','Inclusive','branch','Inventory','','',''),('416384437172420123',5743,'41638442476','62','5.00','750','retail','0','2021-12-01 14:26:03','','','','105','Cash',103.45,'150','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','275.00','270','Inclusive','branch','Inventory','','',''),('416384437323382323',5744,'41638442476','64','3.00','420','retail','0','2021-12-01 14:26:03','','','','105','Cash',57.93,'140','','','4','','1','2021-12-02 11:26:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','66.50','63.5','Inclusive','branch','Inventory','','',''),('416384437533433270',5745,'41638442476','248','2.00','300','retail','0','2021-12-01 14:26:03','','','','40','Cash',41.38,'150','','','4','','1','2021-12-02 11:26:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','52.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('416384444053344023',5746,'41638444384','284','6.00','5100','retail','0','2021-12-02 14:27:58','','','','630','Cash',703.45,'850','','','4','','1','2021-12-02 11:28:05','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','14.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416384444212041220',5747,'41638444384','269','2.00','500','retail','0','2021-12-02 14:27:58','','','','80','Cash',68.97,'250','','','4','','1','2021-12-02 11:28:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','6.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416384445000232302',5748,'41638444486','284','6.00','5100','retail','0','2021-12-01 14:29:03','','','','630','Cash',703.45,'850','','','4','','1','2021-12-02 11:29:11','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','8.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416384445266462180',5749,'41638444486','269','1.00','250','retail','0','2021-12-01 14:29:03','','','','80','Cash',34.48,'250','','','4','','1','2021-12-02 11:29:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416384445743026252',5750,'41638444551','163','3.00','600','retail','0','2021-12-01 14:40:05','','','','130','Cash',82.76,'200','','','4','','1','2021-12-02 11:40:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','159.00','156','Inclusive','branch','Inventory','','',''),('416384448513232324',5751,'41638444551','60','1.50','249','retail','0','2021-12-01 14:40:05','','','','105','Cash',34.34,'166','','','4','','1','2021-12-02 11:40:22','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.10','','40.00','38.5','Inclusive','branch','Inventory','','',''),('416384452614226080',5752,'41638445222','126','5.00','2250','retail','0','2021-12-01 14:47:49','','','','380','Cash',310.34,'450','','','4','','1','2021-12-02 11:48:02','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','20.00','15','Inclusive','branch','Inventory','','',''),('416384452744101483',5753,'41638445222','8','7.00','3150','retail','0','2021-12-01 14:47:49','','','','330','Cash',434.48,'450','','','4','','1','2021-12-02 11:48:02','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','190.00','183','Inclusive','branch','Inventory','','',''),('416384452935233961',5754,'41638445222','13','3.00','2850','retail','0','2021-12-01 14:47:49','','','','890','Cash',393.10,'950','','','4','','1','2021-12-02 11:48:02','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','57.00','54','Inclusive','branch','Inventory','','',''),('416384453073402501',5755,'41638445222','278','2.00','200','retail','0','2021-12-01 14:47:49','','','','45','Cash',27.59,'100','','','4','','1','2021-12-02 11:48:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','28.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('416384453604330403',5756,'41638445222','66','1.00','250','retail','0','2021-12-01 14:47:49','','','','150.00','Cash',34.48,'250','','','4','','1','2021-12-02 11:48:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','272.50','271.5','Inclusive','branch','Inventory','','',''),('416384455092526105',5757,'41638445222','277','2.00','600','retail','0','2021-12-01 14:47:49','','','','65','Cash',82.76,'300','','','4','','1','2021-12-02 11:48:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416384459570238063',5758,'41638445901','267','1.00','2500','retail','0','2021-12-01 14:56:27','','','','1550','Cash',344.83,'2500','','','4','','1','2021-12-02 11:56:38','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','2155.17','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416384459762730432',5759,'41638445901','232','1.00','1500','retail','0','2021-12-01 14:56:27','','','','2','Cash',206.90,'1500','','','4','','1','2021-12-02 11:56:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','38.50','37.5','Inclusive','branch','Inventory','1110','4000','5500'),('416384459860920324',5760,'41638445901','278','2.00','180','retail','0','2021-12-01 14:56:27','','','','45','Cash',24.83,'90','','','4','','1','2021-12-02 11:56:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','26.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('416384460040332240',5761,'41638445901','60','4.00','720','retail','0','2021-12-01 14:56:27','','','','105','Cash',99.31,'180','','','4','','1','2021-12-02 11:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','38.50','34.5','Inclusive','branch','Inventory','','',''),('416384460172440132',5762,'41638445901','163','1.00','200','retail','0','2021-12-01 14:56:27','','','','130','Cash',27.59,'200','','','4','','1','2021-12-02 11:56:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','156.00','155','Inclusive','branch','Inventory','','',''),('416384461263460303',5763,'41638445901','277','2.00','400','retail','0','2021-12-01 14:56:27','','','','65','Cash',55.17,'200','','','4','','1','2021-12-02 11:56:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416384462220360828',5764,'41638446199','60','3.00','450','retail','0','2021-12-01 15:03:52','','','','105','Cash',62.07,'150','','','4','','1','2021-12-02 12:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','34.50','31.5','Inclusive','branch','Inventory','','',''),('416384462313203161',5765,'41638446199','61','15.00','2250','retail','0','2021-12-01 15:03:52','','','','105','Cash',310.34,'150','','','4','','1','2021-12-02 12:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','112.00','97','Inclusive','branch','Inventory','','',''),('416384462422128323',5766,'41638446199','62','10.00','1500','retail','0','2021-12-01 15:03:52','','','','105','Cash',206.90,'150','','','4','','1','2021-12-02 12:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','270.00','260','Inclusive','branch','Inventory','','',''),('416384462533302340',5767,'41638446199','63','15.00','2250','retail','0','2021-12-01 15:03:52','','','','105','Cash',310.34,'150','','','4','','1','2021-12-02 12:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','181.75','166.75','Inclusive','branch','Inventory','','',''),('416384462780608438',5768,'41638446199','66','7.00','1400','retail','0','2021-12-01 15:03:52','','','','150.00','Cash',193.10,'200','','','4','','1','2021-12-02 12:05:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','271.50','264.5','Inclusive','branch','Inventory','','',''),('416384462920244324',5769,'41638446199','248','5.00','1000','retail','0','2021-12-01 15:03:52','','','','40','Cash',137.93,'200','','','4','','1','2021-12-02 12:05:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','50.00','45','Inclusive','branch','Inventory','1110','4000','5500'),('416384467652023342',5770,'41638446754','2','10.00','5500','retail','0','2021-12-01 15:06:19','','','','530','Cash',758.62,'550','','','4','','1','2021-12-02 12:06:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1322.00','1312','Inclusive','branch','18','','',''),('416384468632032430',5771,'41638446786','306','5.00','1000','retail','0','2021-12-01 15:08:03','','','','120','Cash',137.93,'200','','','4','','1','2021-12-02 12:08:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','17.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416384469261339232',5772,'41638446909','232','1.00','200','retail','0','2021-12-01 15:09:00','','','','2','Cash',27.59,'200','','','4','','1','2021-12-02 12:09:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','37.50','36.5','Inclusive','branch','Inventory','1110','4000','5500'),('416384469873620482',5773,'41638446960','8','2.00','900','retail','0','2021-12-01 15:10:10','','','','330','Cash',124.14,'450','','','4','','1','2021-12-02 12:10:17','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','183.00','181','Inclusive','branch','Inventory','','',''),('416384470400027200',5774,'41638447018','2','1.00','550','retail','0','2021-12-01 15:10:40','','','','530','Cash',75.86,'550','','','4','','1','2021-12-02 12:11:02','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1312.00','1311','Inclusive','branch','18','','',''),('416384497590703322',5775,'41638447229','232','1.00','2000','retail','0','2021-12-02 15:58:42','','','','2','Cash',275.86,'2000','','','4','','1','2021-12-02 12:59:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','36.50','35.5','Inclusive','branch','Inventory','1110','4000','5500'),('416384498000399893',5776,'41638447229','252','1.00','500','retail','0','2021-12-02 15:58:42','','','','70','Cash',68.97,'500','','','4','','1','2021-12-02 12:59:48','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416384498253433342',5777,'41638447229','259','1.00','150','retail','0','2021-12-02 15:58:42','','','','150 ','Cash',20.69,'150','','','4','','1','2021-12-02 12:59:48','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','321.00','320','Inclusive','branch','Inventory','1110','4000','5500'),('416384500140230122',5778,'41638449989','63','2.00','300','retail','0','2021-12-02 16:02:00','','','','105','Cash',41.38,'150','','','4','','1','2021-12-02 13:02:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','166.75','164.75','Inclusive','branch','Inventory','','',''),('416384500260320232',5779,'41638449989','2','2.00','1200','retail','0','2021-12-02 16:02:00','','','','530','Cash',165.52,'600','','','4','','1','2021-12-02 13:02:16','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','1311.00','1309','Inclusive','branch','18','','',''),('416384500493332213',5780,'41638449989','13','3.00','2700','retail','0','2021-12-02 16:02:00','','','','890','Cash',372.41,'900','','','4','','1','2021-12-02 13:02:16','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','54.00','51','Inclusive','branch','Inventory','','',''),('416384501512522103',5781,'41638450136','186','1.00','150','retail','0','2021-12-02 16:02:31','','','','40','Cash',20.69,'150','','','4','','1','2021-12-02 13:02:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','8.00','7','Inclusive','branch','Inventory','','',''),('416384501682100864',5782,'41638450155','60','1.00','150','retail','0','2021-12-02 16:03:01','','','','105','Cash',20.69,'150','','','4','','1','2021-12-02 13:03:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','31.50','30.5','Inclusive','branch','Inventory','','',''),('416384502012252004',5783,'41638450185','2','5.00','2750','retail','0','2021-12-02 16:03:35','','','','530','Cash',379.31,'550','','','4','','1','2021-12-02 13:03:38','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1309.00','1304','Inclusive','branch','18','','',''),('416384502432333450',5784,'41638450219','2','10.00','5500','retail','0','2021-12-02 16:04:49','','','','530','Cash',758.62,'550','','','4','','1','2021-12-02 13:05:06','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1304.00','1294','Inclusive','branch','18','','',''),('416384502593823380',5785,'41638450219','14','10.00','10800','retail','0','2021-12-02 16:04:49','','','','1065','Cash',1489.66,'1080','','','4','','1','2021-12-02 13:05:06','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','206.00','196','Inclusive','branch','Inventory','','',''),('416384503465022026',5786,'41638450306','55','1.00','1200','retail','0','2021-12-02 16:06:05','','','','880','Cash',165.52,'1200','','','4','','1','2021-12-02 13:06:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','18.00','17','Inclusive','branch','Inventory','','',''),('416384504022200003',5787,'41638450368','56','1.00','1500','retail','0','2021-12-02 16:06:56','','','','1130','Cash',206.90,'1500','','','4','','1','2021-12-02 13:07:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','1.00','0','Inclusive','branch','Inventory','','',''),('416384504420532232',5788,'41638450428','254','4.00','1200','retail','0','2021-12-02 16:08:07','','','','80','Cash',165.52,'300','','','4','','1','2021-12-02 13:08:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','335.00','331','Inclusive','branch','Inventory','1110','4000','5500'),('416384505061022220',5789,'41638450491','104','2.00','1200','retail','0','2021-12-02 16:08:47','','','','150','Cash',165.52,'600','','','4','','1','2021-12-02 13:09:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','7.00','5','Inclusive','branch','Inventory','','',''),('416384505542323024',5790,'41638450542','61','50.00','6500','retail','0','2021-12-02 16:10:31','','','','105','Cash',896.55,'130','','','4','','1','2021-12-02 13:10:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','97.00','47','Inclusive','branch','Inventory','','',''),('416384505622203233',5791,'41638450542','63','50.00','6500','retail','0','2021-12-02 16:10:31','','','','105','Cash',896.55,'130','','','4','','1','2021-12-02 13:10:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','164.75','114.75','Inclusive','branch','Inventory','','',''),('416384506643204220',5792,'41638450642','19','6.00','5100','retail','0','2021-12-02 16:11:47','','','','725','Cash',703.45,'850','','','4','','1','2021-12-02 13:11:59','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','48.00','42','Inclusive','branch','Inventory','','',''),('416384523799563000',5793,'41638452325','8','3.00','1350','retail','0','2021-12-02 16:41:36','','','','330','Cash',186.21,'450','','','4','','1','2021-12-02 13:41:45','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','181.00','178','Inclusive','branch','Inventory','','',''),('416384524642234206',5794,'41638452325','58','0.50','150','retail','0','2021-12-02 16:41:36','','','','130','Cash',20.69,'300','','','4','','1','2021-12-02 13:41:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','12.00','11.5','Inclusive','branch','Inventory','','',''),('416384525682202326',5795,'41638452505','58','0.50','100','retail','0','2021-12-02 16:43:07','','','','130','Cash',13.79,'200','','','4','','1','2021-12-02 13:43:17','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','11.50','11','Inclusive','branch','Inventory','','',''),('416384565430052455',5796,'41638456350','232','1.00','3500','retail','0','2021-12-02 17:49:19','','','','2','Cash',482.76,'3500','','','4','','1','2021-12-02 14:55:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','35.50','34.5','Inclusive','branch','Inventory','1110','4000','5500'),('416384570062356707',5797,'41638456957','243','1.00','1700','retail','0','2021-12-02 17:59:03','','','','50','Cash',234.48,'1700','','','4','','1','2021-12-02 14:59:09','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','1465.52','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416384570383230800',5798,'41638456957','63','2.00','300','retail','0','2021-12-02 17:59:03','','','','105','Cash',41.38,'150','','','4','','1','2021-12-02 14:59:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','114.75','112.75','Inclusive','branch','Inventory','','',''),('416384570502222320',5799,'41638456957','62','2.00','300','retail','0','2021-12-02 17:59:03','','','','105','Cash',41.38,'150','','','4','','1','2021-12-02 14:59:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','260.00','258','Inclusive','branch','Inventory','','',''),('416384570722023272',5800,'41638456957','58','1.00','200','retail','0','2021-12-02 17:59:03','','','','130','Cash',27.59,'200','','','4','','1','2021-12-02 14:59:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','11.00','10','Inclusive','branch','Inventory','','',''),('416385353905332423',5801,'41638534193','66','2.00','400','retail','0','2021-12-03 15:47:28','','','','150.00','Cash',55.17,'200','','','4','','1','2021-12-03 12:47:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','264.50','262.5','Inclusive','branch','Inventory','','',''),('416385354084340103',5802,'41638534193','248','2.00','300','retail','0','2021-12-03 15:47:28','','','','40','Cash',41.38,'150','','','4','','1','2021-12-03 12:47:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','45.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416385355656002503',5803,'41638534193','285','1.00','300','retail','0','2021-12-03 15:47:28','','','','180','Cash',41.38,'300','','','4','','1','2021-12-03 12:47:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','10.75','9.75','Inclusive','branch','Inventory','1110','4000','5500'),('416385355952023323',5804,'41638534193','271','1.00','100','retail','0','2021-12-03 15:47:28','','','','50','Cash',13.79,'100','','','4','','1','2021-12-03 12:47:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416385356972332633',5805,'41638535661','145','1.00','500','retail','0','2021-12-03 15:48:17','','','','320','Cash',68.97,'500','','','4','','1','2021-12-03 12:48:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','7.00','6','Inclusive','branch','Inventory','','',''),('416385357393536573',5806,'41638535718','232','1.00','250','retail','0','2021-12-03 15:49:34','','','','2','Cash',34.48,'250','','','4','','1','2021-12-03 12:49:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','34.50','33.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385366026332664',5807,'41638535796','232','1.00','30','retail','0','2021-12-03 16:03:36','','','','2','Cash',4.14,'30','','','4','','1','2021-12-03 13:03:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','33.50','32.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385366700302372',5808,'41638536621','60','1.00','150','retail','0','2021-12-03 16:05:30','','','','105','Cash',20.69,'150','','','4','','1','2021-12-03 13:05:50','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','30.50','29.5','Inclusive','branch','Inventory','','',''),('416385366863066380',5809,'41638536621','2','10.00','5500','retail','0','2021-12-03 16:05:30','','','','530','Cash',758.62,'550','','','4','','1','2021-12-03 13:05:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1294.00','1284','Inclusive','branch','18','','',''),('416385367902930040',5810,'41638536750','8','10.00','4500','retail','0','2021-12-03 16:13:47','','','','330','Cash',620.69,'450','','','4','','1','2021-12-03 13:14:00','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','178.00','168','Inclusive','branch','Inventory','','',''),('416385368382338244',5811,'41638536750','174','15.00','1500','retail','0','2021-12-03 16:13:47','','','','120','Cash',206.90,'100','','','4','','1','2021-12-03 13:14:00','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','86.21','','58.00','43','Inclusive','branch','Inventory','','',''),('416385368918023343',5812,'41638536750','284','1.00','850','retail','0','2021-12-03 16:13:47','','','','630','Cash',117.24,'850','','','4','','1','2021-12-03 13:14:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416385369910120134',5813,'41638536750','285','1.00','300','retail','0','2021-12-03 16:13:47','','','','180','Cash',41.38,'300','','','4','','1','2021-12-03 13:14:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','9.75','8.75','Inclusive','branch','Inventory','1110','4000','5500'),('416385372520223020',5814,'41638537240','60','4.00','600','retail','0','2021-12-03 16:14:33','','','','105','Cash',82.76,'150','','','4','','1','2021-12-03 13:19:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','29.50','25.5','Inclusive','branch','Inventory','','',''),('416385375966925202',5815,'41638537578','2','1.00','550','retail','0','2021-12-03 16:20:30','','','','530','Cash',75.86,'550','','','4','','1','2021-12-03 13:20:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','1','1284.00','1283','Inclusive','branch','18','','',''),('416385376083833312',5816,'41638537578','232','1.00','100','retail','0','2021-12-03 16:20:30','','','','2','Cash',13.79,'100','','','4','','1','2021-12-03 13:20:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','32.50','31.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385376760374308',5817,'41638537655','239','2.00','1600','retail','0','2021-12-03 16:25:17','','','','580','Cash',220.69,'800','','','4','','1','2021-12-03 13:25:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','40.50','38.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385377277103303',5818,'41638537655','232','1.00','1340','retail','0','2021-12-03 16:25:17','','','','2','Cash',184.83,'1340','','','4','','1','2021-12-03 13:25:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1155.17','','31.50','30.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385378516530303',5819,'41638537655','53','2.00','1300','retail','0','2021-12-03 16:25:17','','','','560','Cash',179.31,'650','','','4','','1','2021-12-03 13:25:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','','41.50','39.5','Inclusive','branch','Inventory','','',''),('416385378640333262',5820,'41638537655','148','0.50','1900','retail','0','2021-12-03 16:25:17','','','','3200','Cash',262.07,'3800','','','4','','1','2021-12-03 13:25:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','5.00','4.5','Inclusive','branch','Inventory','','',''),('416385379820033458',5821,'41638537956','147','1.00','1000','retail','0','2021-12-03 16:27:06','','','','620','Cash',137.93,'1000','','','4','','1','2021-12-03 13:27:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','7.00','6','Inclusive','branch','Inventory','','',''),('416385385262820300',5822,'41638538033','306','10.00','1800','retail','0','2021-12-03 16:37:08','','','','120','Cash',248.28,'180','','','4','','1','2021-12-03 13:37:42','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','12.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416385386070302052',5823,'41638538033','232','1.00','200','retail','0','2021-12-03 16:37:08','','','','2','Cash',27.59,'200','','','4','','1','2021-12-03 13:37:42','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','30.50','29.5','Inclusive','branch','Inventory','1110','4000','5500'),('416385386850202326',5826,'41638538670','212','1.00','11000','retail','0','2021-12-03 16:38:56','','','','12600','Cash',1517.24,'11000','','','4','','1','2021-12-03 13:39:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9482.76','','59.00','58','Inclusive','branch','Inventory','','',''),('416385386943840223',5827,'41638538670','163','4.00','1000','retail','0','2021-12-03 16:38:56','','','','130','Cash',137.93,'250','','','4','','1','2021-12-03 13:39:00','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','155.00','151','Inclusive','branch','Inventory','','',''),('416386186440332288',5828,'41638618626','2','10.00','5500','retail','0','2021-12-04 14:52:36','','','','530','Cash',758.62,'550','','','4','','1','2021-12-04 11:53:33','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1283.00','1273','Inclusive','branch','18','','',''),('416386186555522123',5829,'41638618626','232','1.00','200','retail','0','2021-12-04 14:52:36','','','','2','Cash',27.59,'200','','','4','','1','2021-12-04 11:53:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','29.50','28.5','Inclusive','branch','Inventory','1110','4000','5500'),('416386188642243210',5830,'41638618814','145','1.00','500','retail','0','2021-12-04 14:54:24','','','','320','Cash',68.97,'500','','','4','','1','2021-12-04 11:54:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','6.00','5','Inclusive','branch','Inventory','','',''),('416386189064200231',5831,'41638618874','136','1.00','650','retail','0','2021-12-04 14:55:06','','','','500','Cash',89.66,'650','','','4','','1','2021-12-04 11:55:14','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','23.00','22','Inclusive','branch','Inventory','','',''),('416386189322333184',5832,'41638618915','232','1.00','5000','retail','0','2021-12-04 14:55:52','','','','2','Cash',689.66,'5000','','','4','','1','2021-12-04 11:56:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4310.34','','28.50','27.5','Inclusive','branch','Inventory','1110','4000','5500'),('416386190204934232',5833,'41638618997','60','0.50','100','retail','0','2021-12-04 14:59:20','','','','105','Cash',13.79,'200','','','4','','1','2021-12-04 11:59:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','25','Inclusive','branch','Inventory','','',''),('416386190373226123',5834,'41638618997','319','1.00','100','retail','0','2021-12-04 14:59:20','','','','75','Cash',13.79,'100','','','4','','1','2021-12-04 11:59:24','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','122.00','121','Inclusive','branch','Inventory','1110','4000','5500'),('416386191873203303',5835,'41638619164','3','3.00','1800','retail','0','2021-12-04 15:00:07','','','','510','Cash',248.28,'600','','','4','','1','2021-12-04 12:00:11','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','430.00','427','Inclusive','branch','Inventory','','',''),('416386192402663333',5836,'41638619212','319','1.00','150','retail','0','2021-12-04 15:02:52','','','','75','Cash',20.69,'150','','','4','','1','2021-12-04 12:03:03','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','121.00','120','Inclusive','branch','Inventory','1110','4000','5500'),('416386193276382103',5837,'41638619212','232','1.00','150','retail','0','2021-12-04 15:02:52','','','','2','Cash',20.69,'150','','','4','','1','2021-12-04 12:03:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','27.50','26.5','Inclusive','branch','Inventory','1110','4000','5500'),('416386193493143433',5838,'41638619212','272','1.00','100','retail','0','2021-12-04 15:02:52','','','','33','Cash',13.79,'100','','','4','','1','2021-12-04 12:03:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416386194953262363',5839,'41638619383','145','1.00','500','retail','0','2021-12-04 15:15:32','','','','320','Cash',68.97,'500','','','4','','1','2021-12-04 12:15:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','5.00','4','Inclusive','branch','Inventory','','',''),('416386195062002652',5840,'41638619383','132','0.50','650','retail','0','2021-12-04 15:15:32','','','','1000','Cash',89.66,'1300','','','4','','1','2021-12-04 12:15:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','6.00','5.5','Inclusive','branch','Inventory','','',''),('416386195274020023',5841,'41638619383','174','3.00','450','retail','0','2021-12-04 15:15:32','','','','120','Cash',62.07,'150','','','4','','1','2021-12-04 12:15:49','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','43.00','40','Inclusive','branch','Inventory','','',''),('416386195712022230',5842,'41638619383','66','2.00','500','retail','0','2021-12-04 15:15:32','','','','150.00','Cash',68.97,'250','','','4','','1','2021-12-04 12:15:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','262.50','260.5','Inclusive','branch','Inventory','','',''),('416386195800330931',5843,'41638619383','60','1.00','150','retail','0','2021-12-04 15:15:32','','','','105','Cash',20.69,'150','','','4','','1','2021-12-04 12:15:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','25.00','24','Inclusive','branch','Inventory','','',''),('416386195902539033',5844,'41638619383','62','1.00','150','retail','0','2021-12-04 15:15:32','','','','105','Cash',20.69,'150','','','4','','1','2021-12-04 12:15:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','258.00','257','Inclusive','branch','Inventory','','',''),('416386196726802222',5845,'41638619383','63','1.00','150','retail','0','2021-12-04 15:15:32','','','','105','Cash',20.69,'150','','','4','','1','2021-12-04 12:15:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','112.75','111.75','Inclusive','branch','Inventory','','',''),('416386198611922343',5846,'41638619383','15','14.00','9800','retail','0','2021-12-04 15:15:32','','','','640','Cash',1351.72,'700','','','4','','1','2021-12-04 12:15:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','10.00','1','Inclusive','branch','Inventory','','',''),('416386199100403202',5847,'41638619383','2','4.00','2400','retail','0','2021-12-04 15:15:32','','','','530','Cash',331.03,'600','','','4','','1','2021-12-04 12:15:49','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','1273.00','1269','Inclusive','branch','18','','',''),('416386283600202633',5848,'41638628252','232','1.00','100','retail','0','2021-12-04 17:33:29','','','','2','Cash',13.79,'100','','','4','','1','2021-12-04 14:33:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','26.50','25.5','Inclusive','branch','Inventory','1110','4000','5500'),('416386283903123203',5849,'41638628252','320','1.00','200','retail','0','2021-12-04 17:33:29','','','','120','Cash',27.59,'200','','','4','','1','2021-12-04 14:33:33','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('416386284296231480',5850,'41638628413','60','10.00','1500','retail','0','2021-12-04 17:34:11','','','','105','Cash',206.90,'150','','','4','','1','2021-12-04 14:34:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','24.00','14','Inclusive','branch','Inventory','','',''),('416386284813242322',5851,'41638628474','232','1.00','200','retail','0','2021-12-04 17:35:02','','','','2','Cash',27.59,'200','','','4','','1','2021-12-04 14:35:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','25.50','24.5','Inclusive','branch','Inventory','1110','4000','5500'),('416386285503604233',5852,'41638628519','134','10.00','9500','retail','0','2021-12-04 17:38:05','','','','750','Cash',1310.34,'950','','','4','','1','2021-12-04 14:38:09','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','17.00','7','Inclusive','branch','Inventory','','',''),('416386286362342322',5853,'41638628519','62','4.00','600','retail','0','2021-12-04 17:38:05','','','','105','Cash',82.76,'150','','','4','','1','2021-12-04 14:38:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','257.00','253','Inclusive','branch','Inventory','','',''),('416386286481346232',5854,'41638628519','278','4.00','400','retail','0','2021-12-04 17:38:05','','','','45','Cash',55.17,'100','','','4','','1','2021-12-04 14:38:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','24.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416386287073432223',5855,'41638628689','163','2.00','400','retail','0','2021-12-04 17:38:48','','','','130','Cash',55.17,'200','','','4','','1','2021-12-04 14:39:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','151.00','149','Inclusive','branch','Inventory','','',''),('416386295534133620',5856,'41638628815','8','2.00','900','retail','0','2021-12-04 17:53:05','','','','330','Cash',124.14,'450','','','4','','1','2021-12-04 14:53:11','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','168.00','166','Inclusive','branch','Inventory','','',''),('416388026800330202',5857,'41638802655','139','1.00','3200','retail','0','2021-12-06 18:06:16','','','','2520','Cash',441.38,'3200','','','4','','1','2021-12-06 15:06:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2758.62','','12.00','11','Inclusive','branch','Inventory','','',''),('416388026922033231',5858,'41638802655','247','5.00','1500','retail','0','2021-12-06 18:06:16','','','','190','Cash',206.90,'300','','','4','','1','2021-12-06 15:06:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','26.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('416388027043321020',5859,'41638802655','2','3.00','1650','retail','0','2021-12-06 18:06:16','','','','530','Cash',227.59,'550','','','4','','1','2021-12-06 15:06:29','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1269.00','1266','Inclusive','branch','18','','',''),('416388028488333032',5860,'41638802655','66','0.50','125','retail','0','2021-12-06 18:06:16','','','','150.00','Cash',17.24,'250','','','4','','1','2021-12-06 15:06:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','260.50','260','Inclusive','branch','Inventory','','',''),('416388028626243230',5861,'41638802655','62','4.00','600','retail','0','2021-12-06 18:06:16','','','','105','Cash',82.76,'150','','','4','','1','2021-12-06 15:06:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','253.00','249','Inclusive','branch','Inventory','','',''),('416388031471300300',5862,'41638802655','174','2.00','300','retail','0','2021-12-06 18:06:16','','','','120','Cash',41.38,'150','','','4','','1','2021-12-06 15:06:29','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','40.00','38','Inclusive','branch','Inventory','','',''),('416388032053203003',5863,'41638803189','253','1.00','6400','retail','0','2021-12-06 18:07:05','','','','5700','Cash',882.76,'6400','','','4','','1','2021-12-06 15:07:10','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416388033423334136',5864,'41638803328','233','2.00','1600','retail','0','2021-12-06 18:09:26','','','','400','Cash',220.69,'800','','','4','','1','2021-12-06 15:09:30','1','23','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416388033992233323',5865,'41638803371','61','3.00','450','retail','0','2021-12-06 18:21:46','','','','105','Cash',62.07,'150','','','4','','1','2021-12-06 15:23:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','47.00','44','Inclusive','branch','Inventory','','',''),('416388034088048330',5866,'41638803371','62','1.00','200','retail','0','2021-12-06 18:21:46','','','','105','Cash',27.59,'200','','','4','','1','2021-12-06 15:23:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','249.00','248','Inclusive','branch','Inventory','','',''),('416388034232033082',5867,'41638803371','277','1.00','250','retail','0','2021-12-06 18:21:46','','','','65','Cash',34.48,'250','','','4','','1','2021-12-06 15:23:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416388034393343024',5868,'41638803371','320','1.00','200','retail','0','2021-12-06 18:21:46','','','','120','Cash',27.59,'200','','','4','','1','2021-12-06 15:23:16','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500'),('416388034558040003',5869,'41638803371','63','1.50','225','retail','0','2021-12-06 18:21:46','','','','105','Cash',31.03,'150','','','4','','1','2021-12-06 15:23:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','111.75','110.25','Inclusive','branch','Inventory','','',''),('416388035940358463',5870,'41638803371','232','1.00','20','retail','0','2021-12-06 18:21:46','','','','2','Cash',2.76,'20','','','4','','1','2021-12-06 15:23:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','24.50','23.5','Inclusive','branch','Inventory','1110','4000','5500'),('416388042442404043',5871,'41638804196','96','1.00','1300','retail','0','2021-12-06 18:24:49','','','','850','Cash',179.31,'1300','','','4','','1','2021-12-06 15:24:53','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','2.00','1','Inclusive','branch','Inventory','','',''),('416388043512041036',5872,'41638804293','70','6.00','7800','retail','0','2021-12-06 18:31:15','','','','1230','Cash',1075.86,'1300','','','4','','1','2021-12-06 15:31:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','63.00','57','Inclusive','branch','Inventory','','',''),('416388044344240448',5873,'41638804293','51','6.00','2400','retail','0','2021-12-06 18:31:15','','','','310','Cash',331.03,'400','','','4','','1','2021-12-06 15:31:45','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','10.00','4','Inclusive','branch','Inventory','','',''),('416388044452343324',5874,'41638804293','66','2.50','500','retail','0','2021-12-06 18:31:15','','','','150.00','Cash',68.97,'200','','','4','','1','2021-12-06 15:31:45','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','260.00','257.5','Inclusive','branch','Inventory','','',''),('416388047983928000',5875,'41638804706','46','7.00','3010','retail','0','2021-12-06 18:33:52','','','','325','Cash',415.17,'430','','','4','','1','2021-12-06 15:33:54','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','12.00','5','Inclusive','branch','Inventory','','',''),('416388048452822222',5876,'41638804835','247','1.00','350','retail','0','2021-12-06 18:34:06','','','','190','Cash',48.28,'350','','','4','','1','2021-12-06 15:34:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500'),('416388048692203033',5877,'41638804852','47','6.00','2499.96','retail','0','2021-12-06 18:35:08','','','','310','Cash',344.82,'416.66','','','4','','1','2021-12-06 15:35:13','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','359.19','','20.00','14','Inclusive','branch','Inventory','','',''),('416388865933822232',5878,'41638886572','286','1.00','450','retail','0','2021-12-07 17:19:22','','','','450','Cash',62.07,'450','','','4','','1','2021-12-07 14:19:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416388866142234324',5879,'41638886572','274','1.00','400','retail','0','2021-12-07 17:19:22','','','','150 ','Cash',55.17,'400','','','4','','1','2021-12-07 14:19:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416388866413222123',5880,'41638886572','284','1.00','900','retail','0','2021-12-07 17:19:22','','','','630','Cash',124.14,'900','','','4','','1','2021-12-07 14:19:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416388867003038400',5881,'41638886572','300','2.00','500','retail','0','2021-12-07 17:19:22','','','','150 ','Cash',68.97,'250','','','4','','1','2021-12-07 14:19:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','7.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('416388867874332402',5882,'41638886775','137','1.00','2000','retail','0','2021-12-07 17:19:48','','','','1680','Cash',275.86,'2000','','','4','','1','2021-12-07 14:19:57','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','5.00','4','Inclusive','branch','Inventory','','',''),('416388868198003622',5883,'41638886797','2','4.00','2200','retail','0','2021-12-07 17:20:34','','','','530','Cash',303.45,'550','','','4','','1','2021-12-07 14:20:41','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1266.00','1262','Inclusive','branch','18','','',''),('416388868530842333',5884,'41638886841','60','2.00','300','retail','0','2021-12-07 17:21:41','','','','105','Cash',41.38,'150','','','4','','1','2021-12-07 14:21:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','14.00','12','Inclusive','branch','Inventory','','',''),('416388868623263122',5885,'41638886841','66','2.00','400','retail','0','2021-12-07 17:21:41','','','','150.00','Cash',55.17,'200','','','4','','1','2021-12-07 14:21:47','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','257.50','255.5','Inclusive','branch','Inventory','','',''),('416388869640232383',5886,'41638886908','66','13.00','2600','retail','0','2021-12-07 17:23:38','','','','150.00','Cash',358.62,'200','','','4','','1','2021-12-07 14:23:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','255.50','242.5','Inclusive','branch','Inventory','','',''),('416388869818238332',5887,'41638886908','47','2.00','800','retail','0','2021-12-07 17:23:38','','','','310','Cash',110.34,'400','','','4','','1','2021-12-07 14:23:46','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','14.00','12','Inclusive','branch','Inventory','','',''),('416388870408323220',5888,'41638887027','232','1.00','1750','retail','0','2021-12-07 17:24:33','','','','2','Cash',241.38,'1750','','','4','','1','2021-12-07 14:26:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1508.62','','23.50','22.5','Inclusive','branch','Inventory','1110','4000','5500'),('416388873061183017',5889,'41638887175','212','1.00','11200','retail','0','2021-12-07 17:28:40','','','','12600','Cash',1544.83,'11200','','','4','','1','2021-12-07 14:28:43','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9655.17','','58.00','57','Inclusive','branch','Inventory','','',''),('416388873393923000',5890,'41638887323','253','3.00','18999','retail','0','2021-12-07 17:31:26','','','','5700','Cash',2620.55,'6333','','','4','','1','2021-12-07 14:31:37','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5459.48','','14.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416388876477230732',5891,'41638887497','163','4.00','800','retail','0','2021-12-07 17:34:25','','','','130','Cash',110.34,'200','','','4','','1','2021-12-07 14:34:34','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','149.00','145','Inclusive','branch','Inventory','','',''),('416388876911120326',5892,'41638887674','2','4.00','2200','retail','0','2021-12-07 17:35:04','','','','530','Cash',303.45,'550','','','4','','1','2021-12-07 14:35:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1262.00','1258','Inclusive','branch','18','','',''),('416388878672023223',5893,'41638887847','284','1.00','2200','retail','0','2021-12-07 17:38:26','','','','630','Cash',303.45,'2200','','','4','','1','2021-12-07 14:38:31','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1896.55','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416388878902897428',5894,'41638887847','269','1.00','200','retail','0','2021-12-07 17:38:26','','','','80','Cash',27.59,'200','','','4','','1','2021-12-07 14:38:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('416388879262220200',5895,'41638887911','212','1.00','11500','retail','0','2021-12-07 17:40:42','','','','12600','Cash',1586.21,'11500','','','4','','1','2021-12-07 14:40:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9913.79','','57.00','56','Inclusive','branch','Inventory','','',''),('416388879448434204',5896,'41638887911','146','1.00','800','retail','0','2021-12-07 17:40:42','','','','420','Cash',110.34,'800','','','4','','1','2021-12-07 14:40:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','18.00','17','Inclusive','branch','Inventory','','',''),('416388879929033243',5897,'41638887911','163','5.00','1000','retail','0','2021-12-07 17:40:42','','','','130','Cash',137.93,'200','','','4','','1','2021-12-07 14:40:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','145.00','140','Inclusive','branch','Inventory','','',''),('416388880790866032',5898,'41638888056','147','1.00','1000','retail','0','2021-12-07 17:41:36','','','','620','Cash',137.93,'1000','','','4','','1','2021-12-07 14:41:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','6.00','5','Inclusive','branch','Inventory','','',''),('416388881138062802',5899,'41638888101','84','20.00','26000','retail','0','2021-12-07 17:42:13','','','','1230','Cash',3586.21,'1300','','','4','','1','2021-12-07 14:42:23','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','138.00','118','Inclusive','branch','Inventory','','',''),('416388881788684383',5900,'41638888143','147','1.00','1000','retail','0','2021-12-07 17:43:23','','','','620','Cash',137.93,'1000','','','4','','1','2021-12-07 14:43:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','5.00','4','Inclusive','branch','Inventory','','',''),('416388881919246384',5901,'41638888143','247','1.00','350','retail','0','2021-12-07 17:43:23','','','','190','Cash',48.28,'350','','','4','','1','2021-12-07 14:43:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('416388882563230380',5902,'41638888209','259','3.00','450','retail','0','2021-12-07 17:45:02','','','','150 ','Cash',62.07,'150','','','4','','1','2021-12-07 14:45:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','320.00','317','Inclusive','branch','Inventory','1110','4000','5500'),('416388882680222083',5903,'41638888209','254','1.00','150','retail','0','2021-12-07 17:45:02','','','','80','Cash',20.69,'150','','','4','','1','2021-12-07 14:45:09','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','331.00','330','Inclusive','branch','Inventory','1110','4000','5500'),('416389691099291032',5904,'41638969012','14','6.00','6600','retail','0','2021-12-08 16:13:47','','','','1065','Cash',910.34,'1100','','','4','','1','2021-12-08 13:13:57','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','196.00','190','Inclusive','branch','Inventory','','',''),('416389691263262323',5905,'41638969012','66','2.00','400','retail','0','2021-12-08 16:13:47','','','','150.00','Cash',55.17,'200','','','4','','1','2021-12-08 13:13:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','242.50','240.5','Inclusive','branch','Inventory','','',''),('416389691372836209',5906,'41638969012','60','3.00','450','retail','0','2021-12-08 16:13:47','','','','105','Cash',62.07,'150','','','4','','1','2021-12-08 13:13:57','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','12.00','9','Inclusive','branch','Inventory','','',''),('416389691493632924',5907,'41638969012','232','1.00','100','retail','0','2021-12-08 16:13:47','','','','2','Cash',13.79,'100','','','4','','1','2021-12-08 13:13:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','22.50','21.5','Inclusive','branch','Inventory','1110','4000','5500'),('416389692753932529',5908,'41638969238','232','1.00','200','retail','0','2021-12-08 16:14:51','','','','2','Cash',27.59,'200','','','4','','1','2021-12-08 13:15:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','21.50','20.5','Inclusive','branch','Inventory','1110','4000','5500'),('416389693393066200',5909,'41638969311','209','4.00','1200','retail','0','2021-12-08 16:17:30','','','','200','Cash',165.52,'300','','','4','','1','2021-12-08 13:17:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','11.50','7.5','Inclusive','branch','Inventory','','',''),('416389693535545332',5910,'41638969311','66','1.50','300','retail','0','2021-12-08 16:17:30','','','','150.00','Cash',41.38,'200','','','4','','1','2021-12-08 13:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','240.50','239','Inclusive','branch','Inventory','','',''),('416389693622292860',5911,'41638969311','63','1.00','150','retail','0','2021-12-08 16:17:30','','','','105','Cash',20.69,'150','','','4','','1','2021-12-08 13:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','110.25','109.25','Inclusive','branch','Inventory','','',''),('416389693692000303',5912,'41638969311','60','2.00','300','retail','0','2021-12-08 16:17:30','','','','105','Cash',41.38,'150','','','4','','1','2021-12-08 13:17:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','9.00','7','Inclusive','branch','Inventory','','',''),('416389694843248039',5913,'41638969458','19','2.00','1700','retail','0','2021-12-08 16:18:24','','','','725','Cash',234.48,'850','','','4','','1','2021-12-08 13:18:29','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','42.00','40','Inclusive','branch','Inventory','','',''),('416389695308003230',5914,'41638969509','319','1.00','100','retail','0','2021-12-08 16:19:09','','','','75','Cash',13.79,'100','','','4','','1','2021-12-08 13:19:19','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','120.00','119','Inclusive','branch','Inventory','1110','4000','5500'),('416389696342082123',5915,'41638969559','136','8.00','4800','retail','0','2021-12-08 16:21:46','','','','500','Cash',662.07,'600','','','4','','1','2021-12-08 13:21:53','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','22.00','14','Inclusive','branch','Inventory','','',''),('416389696752902242',5916,'41638969559','66','1.00','200','retail','0','2021-12-08 16:21:46','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-08 13:21:53','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','239.00','238','Inclusive','branch','Inventory','','',''),('416389697317303470',5917,'41638969713','259','1.00','600','retail','0','2021-12-08 16:22:30','','','','150 ','Cash',82.76,'600','','','4','','1','2021-12-08 13:22:34','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','317.00','316','Inclusive','branch','Inventory','1110','4000','5500'),('416389703714222321',5918,'41638969754','8','2.00','900','retail','0','2021-12-08 16:34:04','','','','330','Cash',124.14,'450','','','4','','1','2021-12-08 13:34:09','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','166.00','164','Inclusive','branch','Inventory','','',''),('416389703972223370',5919,'41638969754','285','1.00','300','retail','0','2021-12-08 16:34:04','','','','180','Cash',41.38,'300','','','4','','1','2021-12-08 13:34:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','8.75','7.75','Inclusive','branch','Inventory','1110','4000','5500'),('416389704790034243',5920,'41638970450','13','8.00','7600','retail','0','2021-12-08 16:35:23','','','','890','Cash',1048.28,'950','','','4','','1','2021-12-08 13:35:31','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','51.00','43','Inclusive','branch','Inventory','','',''),('416389706236233303',5921,'41638970564','319','1.00','150','retail','0','2021-12-08 16:37:59','','','','75','Cash',20.69,'150','','','4','','1','2021-12-08 13:38:09','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','119.00','118','Inclusive','branch','Inventory','1110','4000','5500'),('416389706361322236',5922,'41638970564','2','15.00','8250','retail','0','2021-12-08 16:37:59','','','','530','Cash',1137.93,'550','','','4','','1','2021-12-08 13:38:09','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1258.00','1243','Inclusive','branch','18','','',''),('416389706520930025',5923,'41638970564','163','10.00','2000','retail','0','2021-12-08 16:37:59','','','','130','Cash',275.86,'200','','','4','','1','2021-12-08 13:38:09','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','140.00','130','Inclusive','branch','Inventory','','',''),('416389737187123932',5924,'41638973704','62','1.50','247.5','retail','0','2021-12-08 17:29:24','','','','105','Cash',34.14,'165','','','4','','1','2021-12-08 14:29:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','142.24','','248.00','246.5','Inclusive','branch','Inventory','','',''),('416389737860202763',5925,'41638973772','140','4.00','14000','retail','0','2021-12-08 17:31:50','','','','2940','Cash',1931.03,'3500','','','4','','1','2021-12-08 14:31:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','6.00','2','Inclusive','branch','Inventory','','',''),('416389738300308832',5926,'41638973772','63','1.00','200','retail','0','2021-12-08 17:31:50','','','','105','Cash',27.59,'200','','','4','','1','2021-12-08 14:31:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','109.25','108.25','Inclusive','branch','Inventory','','',''),('416389738430497323',5927,'41638973772','163','5.00','1000','retail','0','2021-12-08 17:31:50','','','','130','Cash',137.93,'200','','','4','','1','2021-12-08 14:31:55','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','130.00','125','Inclusive','branch','Inventory','','',''),('416389751353276223',5928,'41638975122','163','10.00','2000','retail','0','2021-12-08 17:53:37','','','','130','Cash',275.86,'200','','','4','','1','2021-12-08 14:53:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','125.00','115','Inclusive','branch','Inventory','','',''),('416389751473507239',5929,'41638975122','63','5.00','750','retail','0','2021-12-08 17:53:37','','','','105','Cash',103.45,'150','','','4','','1','2021-12-08 14:53:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','108.25','103.25','Inclusive','branch','Inventory','','',''),('416389751582542880',5930,'41638975122','66','2.00','400','retail','0','2021-12-08 17:53:37','','','','150.00','Cash',55.17,'200','','','4','','1','2021-12-08 14:53:42','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','238.00','236','Inclusive','branch','Inventory','','',''),('416391163555332244',5931,'41639116294','61','1.50','249.99','retail','0','2021-12-09 09:06:28','','','','105','Cash',34.48,'166.66','','','4','','1','2021-12-10 06:06:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','44.00','42.5','Inclusive','branch','Inventory','','',''),('416391164296969302',5932,'41639116409','232','1.00','5','retail','0','2021-12-09 09:07:10','','','','2','Cash',0.69,'5','','','4','','1','2021-12-10 06:07:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','4.31','1','20.50','19.5','Inclusive','branch','Inventory','1110','4000','5500'),('416391165184035683',5933,'41639116503','232','1.00','345','retail','0','2021-12-09 09:09:05','','','','2','Cash',47.59,'345','','','4','','1','2021-12-10 06:09:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','297.41','','19.50','18.5','Inclusive','branch','Inventory','1110','4000','5500'),('416391165925240330',5934,'41639116571','284','1.00','1100','retail','0','2021-12-09 09:10:50','','','','630','Cash',151.72,'1100','','','4','','1','2021-12-10 06:11:38','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416391166161320012',5935,'41639116571','268','1.00','300','retail','0','2021-12-09 09:10:50','','','','120','Cash',41.38,'300','','','4','','1','2021-12-10 06:11:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416391167791332603',5936,'41639116699','43','3.00','1200','retail','0','2021-12-09 09:16:08','','','','275','Cash',165.52,'400','','','4','','1','2021-12-10 06:16:19','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','40.00','37','Inclusive','branch','Inventory','','',''),('416391168011043232',5937,'41639116699','248','5.00','750','retail','0','2021-12-09 09:16:08','','','','40','Cash',103.45,'150','','','4','','1','2021-12-10 06:16:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','43.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('416391168182302321',5938,'41639116699','66','1.00','200','retail','0','2021-12-09 09:16:08','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-10 06:16:19','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','236.00','235','Inclusive','branch','Inventory','','',''),('416391170157253302',5939,'41639116981','162','1.00','1000','retail','0','2021-12-09 09:16:55','','','','850','Cash',137.93,'1000','','','4','','1','2021-12-10 06:17:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','1','2.50','1.5','Inclusive','branch','Inventory','','',''),('416391170551693522',5940,'41639117038','2','20.00','11000','retail','0','2021-12-09 09:18:03','','','','530','Cash',1517.24,'550','','','4','','1','2021-12-10 06:18:24','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1243.00','1223','Inclusive','branch','18','','',''),('416391171232333303',5941,'41639117107','232','1.00','50','retail','0','2021-12-09 09:18:54','','','','2','Cash',6.90,'50','','','4','','1','2021-12-10 06:19:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','18.50','17.5','Inclusive','branch','Inventory','1110','4000','5500'),('416391171946313916',5942,'41639117166','14','14.00','15400','retail','0','2021-12-09 09:41:33','','','','1065','Cash',2124.14,'1100','','','4','','1','2021-12-10 06:41:56','1','3','printed','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','190.00','176','Inclusive','branch','Inventory','','',''),('416391172342603143',5943,'41639117166','66','3.00','750','retail','0','2021-12-09 09:41:33','','','','150.00','Cash',103.45,'250','','','4','','1','2021-12-10 06:41:56','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','235.00','232','Inclusive','branch','Inventory','','',''),('416391172451321047',5944,'41639117166','60','5.00','850','retail','0','2021-12-09 09:41:33','','','','105','Cash',117.24,'170','','','4','','1','2021-12-10 06:41:56','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','7.00','2','Inclusive','branch','Inventory','','',''),('416391172661306334',5945,'41639117166','62','3.00','540','retail','0','2021-12-09 09:41:33','','','','105','Cash',74.48,'180','','','4','','1','2021-12-10 06:41:56','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','246.50','243.5','Inclusive','branch','Inventory','','',''),('416391172762220122',5946,'41639117166','63','2.00','360','retail','0','2021-12-09 09:41:33','','','','105','Cash',49.66,'180','','','4','','1','2021-12-10 06:41:56','1','5','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','','103.25','101.25','Inclusive','branch','Inventory','','',''),('416391172883024333',5947,'41639117166','278','6.00','600','retail','0','2021-12-09 09:41:33','','','','45','Cash',82.76,'100','','','4','','1','2021-12-10 06:41:56','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','20.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416391173031322223',5948,'41639117166','277','6.00','1200','retail','0','2021-12-09 09:41:33','','','','65','Cash',165.52,'200','','','4','','1','2021-12-10 06:41:56','1','17','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('416391186011108211',5956,'41639118571','8','4.00','2000','retail','0','2021-12-10 09:45:30','','','','330','Cash',275.86,'500','','','4','','1','2021-12-10 06:45:41','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','164.00','160','Inclusive','branch','Inventory','','',''),('416391186223200811',5957,'41639118571','285','1.00','300','retail','0','2021-12-10 09:45:30','','','','180','Cash',41.38,'300','','','4','','1','2021-12-10 06:45:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','7.75','6.75','Inclusive','branch','Inventory','1110','4000','5500'),('416391186333328332',5958,'41639118571','286','1.00','500','retail','0','2021-12-10 09:45:30','','','','450','Cash',68.97,'500','','','4','','1','2021-12-10 06:45:41','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416391186543822423',5959,'41639118571','60','1.00','100','retail','0','2021-12-10 09:45:30','','','','105','Cash',13.79,'100','','','4','','1','2021-12-10 06:45:41','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','2.00','1','Inclusive','branch','Inventory','','',''),('416391187582913733',5960,'41639118743','265','1.00','3500','retail','0','2021-12-10 09:46:13','','','','3050','Cash',482.76,'3500','','','4','','1','2021-12-10 06:46:17','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416392284770322204',5961,'41639228458','61','0.50','100','retail','0','2021-12-10 16:15:39','','','','105','Cash',13.79,'200','','','4','','1','2021-12-11 13:15:48','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.50','42','Inclusive','branch','Inventory','','',''),('416392285763230233',5962,'41639228548','253','1.00','6400','retail','0','2021-12-10 16:17:06','','','','5700','Cash',882.76,'6400','','','4','','1','2021-12-11 13:17:20','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416392285922032246',5963,'41639228548','163','1.50','300','retail','0','2021-12-10 16:17:06','','','','130','Cash',41.38,'200','','','4','','1','2021-12-11 13:17:20','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','115.00','113.5','Inclusive','branch','Inventory','','',''),('416392286572405233',5964,'41639228641','62','2.00','300','retail','0','2021-12-10 16:18:37','','','','105','Cash',41.38,'150','','','4','','1','2021-12-11 13:18:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','243.50','241.5','Inclusive','branch','Inventory','','',''),('416392286653323282',5965,'41639228641','61','1.00','150','retail','0','2021-12-10 16:18:37','','','','105','Cash',20.69,'150','','','4','','1','2021-12-11 13:18:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','42.00','41','Inclusive','branch','Inventory','','',''),('416392286723433042',5966,'41639228641','63','1.00','150','retail','0','2021-12-10 16:18:37','','','','105','Cash',20.69,'150','','','4','','1','2021-12-11 13:18:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','101.25','100.25','Inclusive','branch','Inventory','','',''),('416392287490032233',5967,'41639228737','2','3.00','1650','retail','0','2021-12-10 16:19:31','','','','530','Cash',227.59,'550','','','4','','1','2021-12-11 13:19:50','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1223.00','1220','Inclusive','branch','18','','',''),('416392288912120238',5968,'41639228791','212','1.00','11500','retail','0','2021-12-10 16:24:09','','','','12600','Cash',1586.21,'11500','','','4','','1','2021-12-11 13:24:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9913.79','','56.00','55','Inclusive','branch','Inventory','','',''),('416392289010229002',5969,'41639228791','163','4.00','800','retail','0','2021-12-10 16:24:09','','','','130','Cash',110.34,'200','','','4','','1','2021-12-11 13:24:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','113.50','109.5','Inclusive','branch','Inventory','','',''),('416392289263230698',5970,'41639228791','63','1.00','150','retail','0','2021-12-10 16:24:09','','','','105','Cash',20.69,'150','','','4','','1','2021-12-11 13:24:24','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','100.25','99.25','Inclusive','branch','Inventory','','',''),('416392291293492290',5971,'41639229106','264','1.00','4500','retail','0','2021-12-11 17:15:26','','','','3850','Cash',620.69,'4500','','','4','','1','2021-12-11 14:15:33','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416392320843123201',5972,'41639229106','20','10.00','10000','retail','0','2021-12-11 17:15:26','','','','642','Cash',1379.31,'1000','','','4','','1','2021-12-11 14:15:33','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','42.00','32','Inclusive','branch','Inventory','','',''),('416392322340413034',5973,'41639232134','2','20.00','11000','retail','0','2021-12-11 17:17:37','','','','530','Cash',1517.24,'550','','','4','','1','2021-12-11 14:17:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1220.00','1200','Inclusive','branch','18','','',''),('416392322773232322',5974,'41639232262','284','1.00','850','retail','0','2021-12-11 17:18:47','','','','630','Cash',117.24,'850','','','4','','1','2021-12-11 14:18:57','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416392323040333334',5975,'41639232262','271','1.00','150','retail','0','2021-12-11 17:18:47','','','','50','Cash',20.69,'150','','','4','','1','2021-12-11 14:18:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416392325352322232',5976,'41639232338','8','6.00','2400','retail','0','2021-12-11 17:23:15','','','','330','Cash',331.03,'400','','','4','','1','2021-12-11 14:23:32','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','160.00','154','Inclusive','branch','Inventory','','',''),('416392325463201122',5977,'41639232338','2','15.00','8250','retail','0','2021-12-11 17:23:15','','','','530','Cash',1137.93,'550','','','4','','1','2021-12-11 14:23:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1200.00','1185','Inclusive','branch','18','','',''),('416392326779620922',5978,'41639232612','232','1.00','9000','retail','0','2021-12-11 17:25:06','','','','2','Cash',1241.38,'9000','','','4','','1','2021-12-11 14:25:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','7758.62','','17.50','16.5','Inclusive','branch','Inventory','1110','4000','5500'),('416392328222602322',5979,'41639232741','63','2.00','300','retail','0','2021-12-11 17:27:26','','','','105','Cash',41.38,'150','','','4','','1','2021-12-11 14:27:51','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','199.25','197.25','Inclusive','branch','Inventory','','',''),('416392336343033642',5980,'41639232891','8','1.00','450','retail','0','2021-12-11 17:40:57','','','','330','Cash',62.07,'450','','','4','','1','2021-12-11 14:41:01','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','154.00','153','Inclusive','branch','Inventory','','',''),('416392342192222902',5981,'41639233662','253','1.00','6400','retail','0','2021-12-11 17:54:42','','','','5700','Cash',882.76,'6400','','','4','','1','2021-12-11 14:55:04','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416392342363343134',5982,'41639233662','163','8.00','1600','retail','0','2021-12-11 17:54:42','','','','130','Cash',220.69,'200','','','4','','1','2021-12-11 14:55:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','159.50','151.5','Inclusive','branch','Inventory','','',''),('416392343113301232',5983,'41639233662','63','1.00','150','retail','0','2021-12-11 17:54:42','','','','105','Cash',20.69,'150','','','4','','1','2021-12-11 14:55:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','196.25','196.25','Inclusive','branch','Inventory','','',''),('416392343239923233',5984,'41639233662','62','1.50','255','retail','0','2021-12-11 17:54:42','','','','105','Cash',35.17,'170','','','4','','1','2021-12-11 14:55:04','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','241.50','240','Inclusive','branch','Inventory','','',''),('416394044573293942',5985,'41639404223','284','1.00','900','retail','0','2021-12-13 17:09:59','','','','630','Cash',124.14,'900','','','4','','1','2021-12-13 14:10:06','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416394044712346122',5986,'41639404223','271','1.00','100','retail','0','2021-12-13 17:09:59','','','','50','Cash',13.79,'100','','','4','','1','2021-12-13 14:10:06','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('416394046332122321',5987,'41639404606','255','6.00','1500','retail','0','2021-12-13 17:10:52','','','','150','Cash',206.90,'250','','','4','','1','2021-12-13 14:11:22','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','16.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416394046956463342',5988,'41639404683','272','1.00','150','retail','0','2021-12-13 17:14:39','','','','33','Cash',20.69,'150','','','4','','1','2021-12-13 14:14:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416394047133422026',5989,'41639404683','136','5.00','3000','retail','0','2021-12-13 17:14:39','','','','500','Cash',413.79,'600','','','4','','1','2021-12-13 14:14:46','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','14.00','9','Inclusive','branch','Inventory','','',''),('416394047280232023',5990,'41639404683','232','1.00','700','retail','0','2021-12-13 17:14:39','','','','2','Cash',96.55,'700','','','4','','1','2021-12-13 14:14:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','16.50','15.5','Inclusive','branch','Inventory','1110','4000','5500'),('416394047452333930',5991,'41639404683','253','1.00','6400','retail','0','2021-12-13 17:14:39','','','','5700','Cash',882.76,'6400','','','4','','1','2021-12-13 14:14:46','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('416394049083323328',5992,'41639404886','253','1.00','6400','retail','0','2021-12-13 17:15:57','','','','5700','Cash',882.76,'6400','','','4','','1','2021-12-13 14:16:18','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5517.24','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416394049290393033',5993,'41639404886','2','3.00','1650','retail','0','2021-12-13 17:15:57','','','','530','Cash',227.59,'550','','','4','','1','2021-12-13 14:16:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1185.00','1182','Inclusive','branch','18','','',''),('416394920602242332',5994,'41639491862','232','1.00','700','retail','0','2021-12-14 17:28:57','','','','2','Cash',96.55,'700','','','4','','1','2021-12-14 14:29:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','15.50','14.5','Inclusive','branch','Inventory','1110','4000','5500'),('416394921533333222',5995,'41639492142','259','1.00','200','retail','0','2021-12-14 17:29:30','','','','150 ','Cash',27.59,'200','','','4','','1','2021-12-14 14:29:48','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','316.00','315','Inclusive','branch','Inventory','1110','4000','5500'),('416394922012130023',5996,'41639492191','163','1.00','200','retail','0','2021-12-14 17:30:36','','','','130','Cash',27.59,'200','','','4','','1','2021-12-14 14:30:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','151.50','150.5','Inclusive','branch','Inventory','','',''),('416394922170309364',5997,'41639492191','63','1.00','150','retail','0','2021-12-14 17:30:36','','','','105','Cash',20.69,'150','','','4','','1','2021-12-14 14:30:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','196.25','195.25','Inclusive','branch','Inventory','','',''),('416394922753720332',5998,'41639492245','20','8.00','7600','retail','0','2021-12-14 17:32:38','','','','642','Cash',1048.28,'950','','','4','','1','2021-12-14 14:32:45','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','32.00','24','Inclusive','branch','Inventory','','',''),('416394925023422220',5999,'41639492488','171','1.00','2000','retail','0','2021-12-14 17:35:23','','','','1200','Cash',275.86,'2000','','','4','','1','2021-12-14 14:35:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','2.00','1','Inclusive','branch','Inventory','','',''),('416394925444204242',6000,'41639492527','9','1.00','3500','retail','0','2021-12-14 17:35:44','','','','2900','Cash',482.76,'3500','','','4','','1','2021-12-14 14:35:48','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','1','15.00','14','Inclusive','branch','Inventory','','',''),('416394926093163392',6001,'41639492549','61','1.50','249.99','retail','0','2021-12-14 17:38:09','','','','105','Cash',34.48,'166.66','','','4','','1','2021-12-14 14:38:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','143.67','','41.00','39.5','Inclusive','branch','Inventory','','',''),('416394926182462104',6002,'41639492549','64','1.00','150','retail','0','2021-12-14 17:38:09','','','','105','Cash',20.69,'150','','','4','','1','2021-12-14 14:38:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','63.50','62.5','Inclusive','branch','Inventory','','',''),('416394926279343302',6003,'41639492549','66','1.00','200','retail','0','2021-12-14 17:38:09','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-14 14:38:14','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','232.00','231','Inclusive','branch','Inventory','','',''),('416394927082334283',6004,'41639492695','284','1.00','850','retail','0','2021-12-14 17:38:28','','','','630','Cash',117.24,'850','','','4','','1','2021-12-14 14:38:34','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416394927293222033',6005,'41639492714','253','2.00','12600','retail','0','2021-12-14 17:39:19','','','','5700','Cash',1737.93,'6300','','','4','','1','2021-12-14 14:39:27','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('416394928952222393',6006,'41639492767','212','1.00','11000','retail','0','2021-12-14 17:42:26','','','','12600','Cash',1517.24,'11000','','','4','','1','2021-12-14 14:42:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9482.76','','55.00','54','Inclusive','branch','Inventory','','',''),('416394929102322322',6007,'41639492767','163','3.00','750','retail','0','2021-12-14 17:42:26','','','','130','Cash',103.45,'250','','','4','','1','2021-12-14 14:42:36','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','150.50','147.5','Inclusive','branch','Inventory','','',''),('416394929814123034',6008,'41639492956','232','1.00','200','retail','0','2021-12-14 17:43:46','','','','2','Cash',27.59,'200','','','4','','1','2021-12-14 14:43:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','14.50','13.5','Inclusive','branch','Inventory','1110','4000','5500'),('416394930492499032',6009,'41639493030','14','4.00','4400','retail','0','2021-12-14 17:44:50','','','','1065','Cash',606.90,'1100','','','4','','1','2021-12-14 14:44:56','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','278.00','274','Inclusive','branch','Inventory','','',''),('416394931140233331',6010,'41639493096','212','1.00','12000','retail','0','2021-12-14 17:45:57','','','','12600','Cash',1655.17,'12000','','','4','','1','2021-12-14 14:46:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','10344.83','','54.00','53','Inclusive','branch','Inventory','','',''),('416394931260636409',6011,'41639493096','163','6.00','1200','retail','0','2021-12-14 17:45:57','','','','130','Cash',165.52,'200','','','4','','1','2021-12-14 14:46:03','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','147.50','141.5','Inclusive','branch','Inventory','','',''),('416394931952229323',6012,'41639493163','102','1.00','200','retail','0','2021-12-14 17:46:35','','','','120','Cash',27.59,'200','','','4','','1','2021-12-14 14:46:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','26.00','25','Inclusive','branch','Inventory','','',''),('416394932183112233',6013,'41639493205','275','1.00','150','retail','0','2021-12-14 17:46:58','','','','80','Cash',20.69,'150','','','4','','1','2021-12-14 14:47:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500'),('416394932411424422',6014,'41639493228','284','1.00','1100','retail','0','2021-12-14 17:47:37','','','','630','Cash',151.72,'1100','','','4','','1','2021-12-14 14:47:52','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416395755183322034',6015,'41639575500','163','2.00','400','retail','0','2021-12-15 16:39:33','','','','130','Cash',55.17,'200','','','4','','1','2021-12-15 13:39:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','141.50','139.5','Inclusive','branch','Inventory','','',''),('416395755492420021',6016,'41639575500','61','0.50','100','retail','0','2021-12-15 16:39:33','','','','105','Cash',13.79,'200','','','4','','1','2021-12-15 13:39:39','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','39.50','39','Inclusive','branch','Inventory','','',''),('416395756592554223',6017,'41639575641','247','5.00','1500','retail','0','2021-12-15 16:41:21','','','','190','Cash',206.90,'300','','','4','','1','2021-12-15 13:41:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','19.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416395757377333367',6018,'41639575707','20','5.00','4750','retail','0','2021-12-15 16:47:40','','','','642','Cash',655.17,'950','','','4','','1','2021-12-15 13:47:49','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','24.00','19','Inclusive','branch','Inventory','','',''),('416395757580525973',6019,'41639575707','141','1.00','4000','retail','0','2021-12-15 16:47:40','','','','3360','Cash',551.72,'4000','','','4','','1','2021-12-15 13:47:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','14.00','13','Inclusive','branch','Inventory','','',''),('416395758093333453',6020,'41639575707','163','3.00','600','retail','0','2021-12-15 16:47:40','','','','130','Cash',82.76,'200','','','4','','1','2021-12-15 13:47:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','139.50','136.5','Inclusive','branch','Inventory','','',''),('416395758433336029',6021,'41639575707','62','1.00','150','retail','0','2021-12-15 16:47:40','','','','105','Cash',20.69,'150','','','4','','1','2021-12-15 13:47:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','240.00','239','Inclusive','branch','Inventory','','',''),('416395758690453947',6022,'41639575707','284','1.00','900','retail','0','2021-12-15 16:47:40','','','','630','Cash',124.14,'900','','','4','','1','2021-12-15 13:47:49','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416395758882263038',6023,'41639575707','66','1.00','250','retail','0','2021-12-15 16:47:40','','','','150.00','Cash',34.48,'250','','','4','','1','2021-12-15 13:47:49','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','231.00','230','Inclusive','branch','Inventory','','',''),('416395764032600039',6024,'41639576364','174','10.00','1500','retail','0','2021-12-15 16:53:50','','','','120','Cash',206.90,'150','','','4','','1','2021-12-15 13:54:00','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','38.00','28','Inclusive','branch','Inventory','','',''),('416395764602149543',6025,'41639576441','8','1.00','400','retail','0','2021-12-15 16:54:32','','','','330','Cash',55.17,'400','','','4','','1','2021-12-15 13:54:42','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','153.00','152','Inclusive','branch','Inventory','','',''),('416395765033233327',6026,'41639576485','285','3.00','750','retail','0','2021-12-15 16:56:18','','','','180','Cash',103.45,'250','','','4','','1','2021-12-15 13:56:27','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','6.75','3.75','Inclusive','branch','Inventory','1110','4000','5500'),('416395765509732530',6027,'41639576485','271','1.00','150','retail','0','2021-12-15 16:56:18','','','','50','Cash',20.69,'150','','','4','','1','2021-12-15 13:56:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('416395766082250320',6028,'41639576588','2','3.00','1650','retail','0','2021-12-15 16:58:24','','','','530','Cash',227.59,'550','','','4','','1','2021-12-15 13:58:37','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1182.00','1179','Inclusive','branch','18','','',''),('416395766392324233',6029,'41639576588','14','4.00','4320','retail','0','2021-12-15 16:58:24','','','','1065','Cash',595.86,'1080','','','4','','1','2021-12-15 13:58:37','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','274.00','270','Inclusive','branch','Inventory','','',''),('416395767393007273',6030,'41639576718','66','1.00','200','retail','0','2021-12-15 16:59:20','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-15 13:59:46','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','230.00','229','Inclusive','branch','Inventory','','',''),('416395796753352569',6031,'41639576790','55','4.00','3800','retail','0','2021-12-15 17:48:46','','','','880','Cash',524.14,'950','','','4','','1','2021-12-15 14:49:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','17.00','13','Inclusive','branch','Inventory','','',''),('416395796933930302',6032,'41639576790','53','1.00','650','retail','0','2021-12-15 17:48:46','','','','560','Cash',89.66,'650','','','4','','1','2021-12-15 14:49:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','560.34','1','39.50','38.5','Inclusive','branch','Inventory','','',''),('416396626553223330',6033,'41639662616','264','1.00','4500','retail','0','2021-12-16 16:51:27','','','','3850','Cash',620.69,'4500','','','4','','1','2021-12-16 13:51:34','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','3879.31','','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416396627163039364',6034,'41639662695','13','4.00','3600','retail','0','2021-12-16 16:52:49','','','','890','Cash',496.55,'900','','','4','','1','2021-12-16 13:53:00','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','43.00','39','Inclusive','branch','Inventory','','',''),('416396631043203296',6035,'41639662781','163','1.50','300','retail','0','2021-12-16 17:02:04','','','','130','Cash',41.38,'200','','','4','','1','2021-12-16 14:02:16','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','136.50','135','Inclusive','branch','Inventory','','',''),('416396631193130222',6036,'41639662781','242','1.00','100','retail','0','2021-12-16 17:02:04','','','','90','Cash',13.79,'100','','','4','','1','2021-12-16 14:02:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('416396631363023636',6037,'41639662781','8','2.00','900','retail','0','2021-12-16 17:02:04','','','','330','Cash',124.14,'450','','','4','','1','2021-12-16 14:02:16','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','152.00','150','Inclusive','branch','Inventory','','',''),('416396631551466066',6038,'41639662781','255','3.00','450','retail','0','2021-12-16 17:02:04','','','','150','Cash',62.07,'150','','','4','','1','2021-12-16 14:02:16','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','10.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416396631689310333',6039,'41639662781','232','1.00','250','retail','0','2021-12-16 17:02:04','','','','2','Cash',34.48,'250','','','4','','1','2021-12-16 14:02:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','13.50','12.5','Inclusive','branch','Inventory','1110','4000','5500'),('416396633533223331',6040,'41639663337','229','10.00','11000','retail','0','2021-12-16 17:03:01','','','','720','Cash',1517.24,'1100','','','4','','1','2021-12-16 14:03:15','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','115.00','105','Inclusive','branch','Inventory','1110','4000','5500'),('416396634190020660',6041,'41639663399','8','20.00','8600','retail','0','2021-12-16 17:06:18','','','','330','Cash',1186.21,'430','','','4','','1','2021-12-16 14:06:25','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','150.00','130','Inclusive','branch','Inventory','','',''),('416396635113146991',6042,'41639663399','97','3.00','2400','retail','0','2021-12-16 17:06:18','','','','720','Cash',331.03,'800','','','4','','1','2021-12-16 14:06:25','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','34.00','31','Inclusive','branch','Inventory','','',''),('416396635232103520',6043,'41639663399','165','2.00','400','retail','0','2021-12-16 17:06:18','','','','130','Cash',55.17,'200','','','4','','1','2021-12-16 14:06:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','26.50','24.5','Inclusive','branch','Inventory','','',''),('416396636290122223',6044,'41639663586','134','6.00','5700','retail','0','2021-12-16 17:08:00','','','','750','Cash',786.21,'950','','','4','','1','2021-12-16 14:08:26','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','7.00','1','Inclusive','branch','Inventory','','',''),('416396637213326333',6045,'41639663708','140','4.00','13600','retail','0','2021-12-16 17:09:37','','','','2940','Cash',1875.86,'3400','','','4','','1','2021-12-16 14:09:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','2931.03','','4.00','0','Inclusive','branch','Inventory','','',''),('416396637372300261',6046,'41639663708','163','2.00','400','retail','0','2021-12-16 17:09:37','','','','130','Cash',55.17,'200','','','4','','1','2021-12-16 14:09:44','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','135.00','133','Inclusive','branch','Inventory','','',''),('416396638093033243',6047,'41639663784','62','1.00','150','retail','0','2021-12-16 17:11:16','','','','105','Cash',20.69,'150','','','4','','1','2021-12-16 14:11:25','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','239.00','238','Inclusive','branch','Inventory','','',''),('416396638200200123',6048,'41639663784','232','1.00','50','retail','0','2021-12-16 17:11:16','','','','2','Cash',6.90,'50','','','4','','1','2021-12-16 14:11:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','12.50','11.5','Inclusive','branch','Inventory','1110','4000','5500'),('416396638323223230',6049,'41639663784','131','1.00','800','retail','0','2021-12-16 17:11:16','','','','500','Cash',110.34,'800','','','4','','1','2021-12-16 14:11:25','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','689.66','','4.00','3','Inclusive','branch','Inventory','','',''),('416396639023343032',6050,'41639663886','232','1.00','250','retail','0','2021-12-16 17:11:57','','','','2','Cash',34.48,'250','','','4','','1','2021-12-16 14:12:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','11.50','10.5','Inclusive','branch','Inventory','1110','4000','5500'),('416396639942143331',6051,'41639663944','254','1.00','150','retail','0','2021-12-16 17:13:53','','','','80','Cash',20.69,'150','','','4','','1','2021-12-16 14:14:01','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','330.00','329','Inclusive','branch','Inventory','1110','4000','5500'),('416397525592532002',6052,'41639746865','20','6.00','5700','retail','0','2021-12-17 17:55:32','','','','642','Cash',786.21,'950','','','4','','1','2021-12-17 14:57:05','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','19.00','13','Inclusive','branch','Inventory','','',''),('416397525723247072',6053,'41639746865','278','2.00','200','retail','0','2021-12-17 17:55:32','','','','45','Cash',27.59,'100','','','4','','1','2021-12-17 14:57:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','14.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('416397525932333432',6054,'41639746865','277','2.00','400','retail','0','2021-12-17 17:55:32','','','','65','Cash',55.17,'200','','','4','','1','2021-12-17 14:57:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','1.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416397526122315321',6055,'41639746865','63','5.00','750','retail','0','2021-12-17 17:55:32','','','','105','Cash',103.45,'150','','','4','','1','2021-12-17 14:57:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','195.25','190.25','Inclusive','branch','Inventory','','',''),('416397526288230043',6056,'41639746865','66','1.00','250','retail','0','2021-12-17 17:55:32','','','','150.00','Cash',34.48,'250','','','4','','1','2021-12-17 14:57:05','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','229.00','228','Inclusive','branch','Inventory','','',''),('416397530450290451',6057,'41639753025','2','10.00','5600','retail','0','2021-12-17 18:01:12','','','','530','Cash',772.41,'560','','','4','','1','2021-12-17 15:01:18','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','1179.00','1169','Inclusive','branch','18','','',''),('416397530632033113',6058,'41639753025','299','100.00','2500','retail','0','2021-12-17 18:01:12','','','','15','Cash',344.83,'25','','','4','','1','2021-12-17 15:01:18','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','38.00','238','Inclusive','branch','Inventory','1110','4000','5500'),('416397534233302533',6059,'41639753279','299','90.00','2250','retail','0','2021-12-17 18:04:02','','','','15','Cash',310.34,'25','','','4','','1','2021-12-17 15:04:14','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','21.55','','238.00','148','Inclusive','branch','Inventory','1110','4000','5500'),('416397535342401292',6060,'41639753455','43','4.00','1500','retail','0','2021-12-17 18:06:47','','','','275','Cash',206.90,'375','','','4','','1','2021-12-17 15:06:55','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','323.28','','37.00','33','Inclusive','branch','Inventory','','',''),('416397536373536025',6061,'41639753615','284','1.00','450','retail','0','2021-12-17 18:07:31','','','','630','Cash',62.07,'450','','','4','','1','2021-12-17 15:07:39','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416397536850392023',6062,'41639753660','14','20.00','22000','retail','0','2021-12-17 18:16:09','','','','1065','Cash',3034.48,'1100','','','4','','1','2021-12-17 15:16:15','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','270.00','250','Inclusive','branch','Inventory','','',''),('416397537073703230',6063,'41639753660','109','20.00','26000','retail','0','2021-12-17 18:16:09','','','','1180','Cash',3586.21,'1300','','','4','','1','2021-12-17 15:16:15','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','86.00','66','Inclusive','branch','Inventory','','',''),('416397537682231320',6064,'41639753660','2','20.00','11000','retail','0','2021-12-17 18:16:09','','','','530','Cash',1517.24,'550','','','4','','1','2021-12-17 15:16:15','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1169.00','1149','Inclusive','branch','18','','',''),('416397537853823355',6065,'41639753660','66','4.00','800','retail','0','2021-12-17 18:16:09','','','','150.00','Cash',110.34,'200','','','4','','1','2021-12-17 15:16:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','228.00','224','Inclusive','branch','Inventory','','',''),('416397538140220028',6066,'41639753660','63','2.00','300','retail','0','2021-12-17 18:16:09','','','','105','Cash',41.38,'150','','','4','','1','2021-12-17 15:16:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','190.25','188.25','Inclusive','branch','Inventory','','',''),('416397539771903032',6067,'41639753660','62','2.00','300','retail','0','2021-12-17 18:16:09','','','','105','Cash',41.38,'150','','','4','','1','2021-12-17 15:16:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','238.00','236','Inclusive','branch','Inventory','','',''),('416398234393240839',6068,'41639823406','2','20.00','11000','retail','0','2021-12-17 13:30:54','','','','530','Cash',1517.24,'550','','','4','','1','2021-12-18 10:31:08','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1149.00','1129','Inclusive','branch','18','','',''),('416398234826222242',6069,'41639823468','2','10.00','5500','retail','0','2021-12-17 13:31:40','','','','530','Cash',758.62,'550','','','4','','1','2021-12-18 10:31:59','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1129.00','1119','Inclusive','branch','18','','',''),('416398236358223003',6070,'41639823605','245','1.00','2000','retail','0','2021-12-18 13:35:37','','','','1300','Cash',275.86,'2000','','','4','','1','2021-12-18 10:36:04','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('416398236452633229',6071,'41639823605','284','3.00','2850','retail','0','2021-12-18 13:35:37','','','','630','Cash',393.10,'950','','','4','','1','2021-12-18 10:36:04','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','7.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('416398236630630403',6072,'41639823605','174','7.00','1050','retail','0','2021-12-18 13:35:37','','','','120','Cash',144.83,'150','','','4','','1','2021-12-18 10:36:04','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','28.00','21','Inclusive','branch','Inventory','','',''),('416398237923834833',6073,'41639823765','14','8.00','8800','retail','0','2021-12-18 13:38:52','','','','1065','Cash',1213.79,'1100','','','4','','1','2021-12-18 10:39:08','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','250.00','242','Inclusive','branch','Inventory','','',''),('416398238154529332',6074,'41639823765','264','1.00','5500','retail','0','2021-12-18 13:38:52','','','','3850','Cash',758.62,'5500','','','4','','1','2021-12-18 10:39:08','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','4741.38','','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('416398238343333448',6075,'41639823765','163','3.00','600','retail','0','2021-12-18 13:38:52','','','','130','Cash',82.76,'200','','','4','','1','2021-12-18 10:39:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','133.00','130','Inclusive','branch','Inventory','','',''),('416398238503621230',6076,'41639823765','66','1.00','250','retail','0','2021-12-18 13:38:52','','','','150.00','Cash',34.48,'250','','','4','','1','2021-12-18 10:39:08','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','224.00','223','Inclusive','branch','Inventory','','',''),('416398240716902424',6077,'41639824056','263','1.00','13000','retail','0','2021-12-18 13:41:32','','','','8500','Cash',1793.10,'13000','','','4','','1','2021-12-18 10:42:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','11206.90','','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416398241563930330',6078,'41639824122','15','1.00','700','retail','0','2021-12-18 13:46:21','','','','640','Cash',96.55,'700','','','4','','1','2021-12-18 10:46:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','1','1.00','0','Inclusive','branch','Inventory','','',''),('416398241721323232',6079,'41639824122','66','0.50','100','retail','0','2021-12-18 13:46:21','','','','150.00','Cash',13.79,'200','','','4','','1','2021-12-18 10:46:38','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','223.00','222.5','Inclusive','branch','Inventory','','',''),('416398243810139134',6080,'41639824122','12','1.00','750','retail','0','2021-12-18 13:46:21','','','','710','Cash',103.45,'750','','','4','','1','2021-12-18 10:46:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','1','1.00','0','Inclusive','branch','Inventory','','',''),('416398244493342042',6081,'41639824398','259','1.00','350','retail','0','2021-12-18 13:48:46','','','','150 ','Cash',48.28,'350','','','4','','1','2021-12-18 10:49:11','1','18','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','','315.00','314','Inclusive','branch','Inventory','1110','4000','5500'),('416398244692332322',6082,'41639824398','163','1.00','200','retail','0','2021-12-18 13:48:46','','','','130','Cash',27.59,'200','','','4','','1','2021-12-18 10:49:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','130.00','129','Inclusive','branch','Inventory','','',''),('416398244822822264',6083,'41639824398','62','1.00','150','retail','0','2021-12-18 13:48:46','','','','105','Cash',20.69,'150','','','4','','1','2021-12-18 10:49:11','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','236.00','235','Inclusive','branch','Inventory','','',''),('416398245703333722',6084,'41639824555','14','1.00','1100','retail','0','2021-12-18 13:49:45','','','','1065','Cash',151.72,'1100','','','4','','1','2021-12-18 10:49:50','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','242.00','241','Inclusive','branch','Inventory','','',''),('416398354010232004',6085,'41639835370','62','3.00','450','retail','0','2021-12-18 16:52:49','','','','105','Cash',62.07,'150','','','4','','1','2021-12-18 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','235.00','232','Inclusive','branch','Inventory','','',''),('416398354191203363',6086,'41639835370','212','1.00','11500','retail','0','2021-12-18 16:52:49','','','','12600','Cash',1586.21,'11500','','','4','','1','2021-12-18 13:53:02','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','9913.79','','53.00','52','Inclusive','branch','Inventory','','',''),('416398354313622824',6087,'41639835370','163','5.00','1000','retail','0','2021-12-18 16:52:49','','','','130','Cash',137.93,'200','','','4','','1','2021-12-18 13:53:02','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','129.00','124','Inclusive','branch','Inventory','','',''),('416398356073602802',6088,'41639835582','2','5.00','2750','retail','0','2021-12-18 16:59:27','','','','530','Cash',379.31,'550','','','4','','1','2021-12-18 14:00:23','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1119.00','1114','Inclusive','branch','18','','',''),('416398356355535423',6089,'41639835582','19','6.00','5100','retail','0','2021-12-18 16:59:27','','','','725','Cash',703.45,'850','','','4','','1','2021-12-18 14:00:23','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','40.00','34','Inclusive','branch','Inventory','','',''),('416398356809392332',6090,'41639835582','232','1.00','8950','retail','0','2021-12-18 16:59:27','','','','2','Cash',1234.48,'8950','','','4','','1','2021-12-18 14:00:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','7715.52','','10.50','9.5','Inclusive','branch','Inventory','1110','4000','5500'),('416398357133093302',6091,'41639835582','66','1.00','200','retail','0','2021-12-18 16:59:27','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-18 14:00:23','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','222.50','221.5','Inclusive','branch','Inventory','','',''),('416398357602336033',6092,'41639835582','171','1.00','2000','retail','0','2021-12-18 16:59:27','','','','1200','Cash',275.86,'2000','','','4','','1','2021-12-18 14:00:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.00','0','Inclusive','branch','Inventory','','',''),('416398360552803053',6093,'41639836023','37','6.00','5700','retail','0','2021-12-18 17:03:10','','','','890','Cash',786.21,'950','','','4','','1','2021-12-18 14:04:30','1','8','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','163.00','157','Inclusive','branch','Inventory','','',''),('416398360733030473',6094,'41639836023','186','2.00','400','retail','0','2021-12-18 17:03:10','','','','40','Cash',55.17,'200','','','4','','1','2021-12-18 14:04:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','7.00','5','Inclusive','branch','Inventory','','',''),('416398360893303688',6095,'41639836023','62','2.00','400','retail','0','2021-12-18 17:03:10','','','','105','Cash',55.17,'200','','','4','','1','2021-12-18 14:04:30','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','232.00','230','Inclusive','branch','Inventory','','',''),('416398362792432333',6096,'41639836271','61','0.50','100','retail','0','2021-12-18 17:10:39','','','','105','Cash',13.79,'200','','','4','','1','2021-12-18 14:10:56','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','39.00','38.5','Inclusive','branch','Inventory','','',''),('416398365333360231',6097,'41639836271','96','5.00','6500','retail','0','2021-12-18 17:10:39','','','','850','Cash',896.55,'1300','','','4','','1','2021-12-18 14:10:56','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','6.00','1','Inclusive','branch','Inventory','','',''),('416398365490206333',6098,'41639836271','8','4.00','2000','retail','0','2021-12-18 17:10:39','','','','330','Cash',275.86,'500','','','4','','1','2021-12-18 14:10:56','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','130.00','126','Inclusive','branch','Inventory','','',''),('416400099252322204',6099,'41640009899','2','10.00','5500','retail','0','2021-12-20 17:23:38','','','','530','Cash',758.62,'550','','','4','','1','2021-12-20 14:24:14','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','474.14','','1574.00','1564','Inclusive','branch','18','','',''),('416400100322230340',6100,'41640009899','232','1.00','850','retail','0','2021-12-20 17:23:38','','','','2','Cash',117.24,'850','','','4','','1','2021-12-20 14:24:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','','9.50','8.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400101463100332',6101,'41640009899','246','1.00','350','retail','0','2021-12-20 17:23:38','','','','200','Cash',48.28,'350','','','4','','1','2021-12-20 14:24:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500'),('416400102722704433',6102,'41640010254','62','1.00','150','retail','0','2021-12-20 17:26:09','','','','105','Cash',20.69,'150','','','4','','1','2021-12-20 14:26:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','230.00','229','Inclusive','branch','Inventory','','',''),('416400102812222310',6103,'41640010254','63','1.00','150','retail','0','2021-12-20 17:26:09','','','','105','Cash',20.69,'150','','','4','','1','2021-12-20 14:26:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','288.25','287.25','Inclusive','branch','Inventory','','',''),('416400102901232033',6104,'41640010254','66','1.00','200','retail','0','2021-12-20 17:26:09','','','','150.00','Cash',27.59,'200','','','4','','1','2021-12-20 14:26:15','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','221.50','220.5','Inclusive','branch','Inventory','','',''),('416400103953324223',6105,'41640010376','60','0.50','100','retail','0','2021-12-20 17:28:22','','','','105','Cash',13.79,'200','','','4','','1','2021-12-20 14:28:29','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','51.00','50.5','Inclusive','branch','Inventory','','',''),('416400104082220000',6106,'41640010376','248','7.00','1050','retail','0','2021-12-20 17:28:22','','','','40','Cash',144.83,'150','','','4','','1','2021-12-20 14:28:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','438.00','431','Inclusive','branch','Inventory','1110','4000','5500'),('416400104524034055',6107,'41640010376','169','1.00','1800','retail','0','2021-12-20 17:28:22','','','','50','Cash',248.28,'1800','','','4','','1','2021-12-20 14:28:29','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','1551.72','','27.00','26','Inclusive','branch','Inventory','','',''),('416400105305302223',6108,'41640010509','2','20.00','11200','retail','0','2021-12-20 17:30:27','','','','530','Cash',1544.83,'560','','','4','','1','2021-12-20 14:30:56','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','1564.00','1544','Inclusive','branch','18','','',''),('416400105623002514',6109,'41640010509','232','1.00','4000','retail','0','2021-12-20 17:30:27','','','','2','Cash',551.72,'4000','','','4','','1','2021-12-20 14:30:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','3448.28','','8.50','7.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400108314113101',6110,'41640010656','300','2.00','400','retail','0','2021-12-20 17:38:27','','','','150 ','Cash',55.17,'200','','','4','','1','2021-12-20 14:38:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','20.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('416400108577305350',6111,'41640010656','285','4.00','1200','retail','0','2021-12-20 17:38:27','','','','180','Cash',165.52,'300','','','4','','1','2021-12-20 14:38:35','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','3.75','9.75','Inclusive','branch','Inventory','1110','4000','5500'),('416400108810203403',6112,'41640010656','269','2.00','400','retail','0','2021-12-20 17:38:27','','','','80','Cash',55.17,'200','','','4','','1','2021-12-20 14:38:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('416400111380222120',6113,'41640011115','50','15.00','6450','retail','0','2021-12-20 17:39:31','','','','310','Cash',889.66,'430','','','4','','1','2021-12-20 14:39:49','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','370.69','','46.00','31','Inclusive','branch','Inventory','','',''),('416400112076224037',6114,'41640011191','8','20.00','8000','retail','0','2021-12-20 17:40:45','','','','330','Cash',1103.45,'400','','','4','','1','2021-12-20 14:40:51','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','126.00','106','Inclusive','branch','Inventory','','',''),('416400112888030682',6115,'41640011252','169','1.00','1900','retail','0','2021-12-20 17:41:49','','','','50','Cash',262.07,'1900','','','4','','1','2021-12-20 14:41:53','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','1637.93','','26.00','25','Inclusive','branch','Inventory','','',''),('416400113691021300',6116,'41640011313','327','20.00','3600','retail','0','2021-12-20 17:47:16','','','','110','Cash',496.55,'180','','','4','','1','2021-12-20 14:47:24','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','155.17','','120.00','100','Inclusive','branch','Inventory','1110','4000','5500'),('416400115535324232',6117,'41640011313','12','4.00','3000','retail','0','2021-12-20 17:47:16','','','','710','Cash',413.79,'750','','','4','','1','2021-12-20 14:47:24','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','646.55','','4.00','0','Inclusive','branch','Inventory','','',''),('416400116614006233',6118,'41640011645','8','2.00','900','retail','0','2021-12-20 17:48:05','','','','330','Cash',124.14,'450','','','4','','1','2021-12-20 14:48:20','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','106.00','104','Inclusive','branch','Inventory','','',''),('416400117733020222',6119,'41640011703','232','1.00','300','retail','0','2021-12-20 17:50:24','','','','2','Cash',41.38,'300','','','4','','1','2021-12-20 14:50:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','7.50','6.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400117932330619',6120,'41640011703','163','5.00','1000','retail','0','2021-12-20 17:50:24','','','','130','Cash',137.93,'200','','','4','','1','2021-12-20 14:50:32','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','174.00','169','Inclusive','branch','Inventory','','',''),('416400118602180420',6121,'41640011833','232','1.00','1500','retail','0','2021-12-20 17:51:31','','','','2','Cash',206.90,'1500','','','4','','1','2021-12-20 14:52:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1293.10','','6.50','5.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400119383004301',6122,'41640011920','9','2.00','7000','retail','0','2021-12-20 17:54:05','','','','2900','Cash',965.52,'3500','','','4','','1','2021-12-20 14:54:21','1','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','3017.24','','14.00','12','Inclusive','branch','Inventory','','',''),('416400119882022192',6123,'41640011920','232','1.00','2000','retail','0','2021-12-20 17:54:05','','','','2','Cash',275.86,'2000','','','4','','1','2021-12-20 14:54:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','5.50','4.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400121170440422',6124,'41640012062','232','1.00','50','retail','0','2021-12-20 17:55:34','','','','2','Cash',6.90,'50','','','4','','1','2021-12-20 14:55:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','4.50','3.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400958924222220',6125,'41640095881','273','2.00','100','retail','0','2021-12-21 17:11:46','','','','25','Cash',13.79,'50','','','4','','1','2021-12-21 14:11:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('416400959453543533',6126,'41640095910','174','1.00','150','retail','0','2021-12-21 17:12:50','','','','120','Cash',20.69,'150','','','4','','1','2021-12-21 14:13:04','1','17','new','1','new','MTR','','','','yes','','0','','','VATABLE','129.31','','21.00','20','Inclusive','branch','Inventory','','',''),('416400960064013321',6127,'41640095984','72','1.00','1300','retail','0','2021-12-21 17:13:48','','','','1230','Cash',179.31,'1300','','','4','','1','2021-12-21 14:14:17','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','142.00','141','Inclusive','branch','Inventory','','',''),('416400960873023739',6128,'41640096068','286','1.00','500','retail','0','2021-12-21 17:15:17','','','','450','Cash',68.97,'500','','','4','','1','2021-12-21 14:15:25','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','58.00','57','Inclusive','branch','Inventory','1110','4000','5500'),('416400961580523020',6129,'41640096126','20','5.00','4750','retail','0','2021-12-21 17:17:33','','','','642','Cash',655.17,'950','','','4','','1','2021-12-21 14:17:43','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','818.97','','13.00','8','Inclusive','branch','Inventory','','',''),('416400961760027369',6130,'41640096126','62','3.00','450','retail','0','2021-12-21 17:17:33','','','','105','Cash',62.07,'150','','','4','','1','2021-12-21 14:17:43','1','5','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','229.00','226','Inclusive','branch','Inventory','','',''),('416400962850423034',6131,'41640096264','232','1.00','100','retail','0','2021-12-21 17:18:20','','','','2','Cash',13.79,'100','','','4','','1','2021-12-21 14:18:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','3.50','2.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400963460324300',6132,'41640096305','14','6.00','6480','retail','0','2021-12-21 17:21:42','','','','1065','Cash',893.79,'1080','','','4','','1','2021-12-21 14:22:13','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','931.03','','271.00','265','Inclusive','branch','Inventory','','',''),('416400963750323000',6133,'41640096305','253','3.00','18900','retail','0','2021-12-21 17:21:42','','','','5700','Cash',2606.90,'6300','','','4','','1','2021-12-21 14:22:13','1','24','new','1','new','pcs','','','','yes','','0','','','VATABLE','5431.03','','10.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('416400963973032222',6134,'41640096305','141','1.00','3800','retail','0','2021-12-21 17:21:42','','','','3360','Cash',524.14,'3800','','','4','','1','2021-12-21 14:22:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','3275.86','','13.00','12','Inclusive','branch','Inventory','','',''),('416400970262032703',6135,'41640096535','14','5.00','5500','retail','0','2021-12-21 17:30:54','','','','1065','Cash',758.62,'1100','','','4','','1','2021-12-21 14:31:07','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE','948.28','','265.00','260','Inclusive','branch','Inventory','','',''),('416400971251334305',6136,'41640097071','2','10.00','5600','retail','0','2021-12-21 17:33:02','','','','530','Cash',772.41,'560','','','4','','1','2021-12-21 14:33:26','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','1544.00','1534','Inclusive','branch','18','','',''),('416400971372134302',6137,'41640097071','232','1.00','1300','retail','0','2021-12-21 17:33:02','','','','2','Cash',179.31,'1300','','','4','','1','2021-12-21 14:33:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1120.69','','2.50','1.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400972470042220',6138,'41640097207','232','1.00','2300','retail','0','2021-12-21 17:39:51','','','','2','Cash',317.24,'2300','','','4','','1','2021-12-21 14:40:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','1982.76','','1.50','0.5','Inclusive','branch','Inventory','1110','4000','5500'),('416400973052337361',6139,'41640097207','2','1.00','600','retail','0','2021-12-21 17:39:51','','','','530','Cash',82.76,'600','','','4','','1','2021-12-21 14:40:07','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','','1534.00','1533','Inclusive','branch','18','','',''),('416400992220334023',6140,'41640097608','284','1.00','850','retail','0','2021-12-21 18:09:21','','','','630','Cash',117.24,'850','','','4','','1','2021-12-21 15:11:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500'),('416400992808949333',6141,'41640097608','300','1.00','200','retail','0','2021-12-21 18:09:21','','','','150 ','Cash',27.59,'200','','','4','','1','2021-12-21 15:11:00','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('416400993012034300',6142,'41640097608','271','1.00','150','retail','0','2021-12-21 18:09:21','','','','50','Cash',20.69,'150','','','4','','1','2021-12-21 15:11:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','15.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('416400994840348202',6143,'41640099461','34','6.00','5400','retail','0','2021-12-21 18:11:40','','','','820','Cash',744.83,'900','','','4','','1','2021-12-21 15:11:49','1','14','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','','83.00','77','Inclusive','branch','Inventory','','',''),('416400995434093222',6144,'41640099510','146','1.00','700','retail','0','2021-12-21 18:12:51','','','','420','Cash',96.55,'700','','','4','','1','2021-12-21 15:13:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','603.45','','17.00','16','Inclusive','branch','Inventory','','',''),('416400996459390136',6145,'41640099593','2','1.00','560','retail','0','2021-12-21 18:14:43','','','','530','Cash',77.24,'560','','','4','','1','2021-12-21 15:16:51','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','482.76','','1533.00','1532','Inclusive','branch','18','','',''),('416400996611326322',6146,'41640099593','284','1.00','850','retail','0','2021-12-21 18:14:43','','','','630','Cash',117.24,'850','','','4','','1','2021-12-21 15:16:51','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('416400999633203031',6147,'41640099811','286','2.00','1000','retail','0','2021-12-21 18:32:29','','','','450','Cash',137.93,'500','','','4','','1','2021-12-21 15:33:17','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','57.00','55','Inclusive','branch','Inventory','1110','4000','5500'),('416401000106430433',6148,'41640099811','320','1.00','200','retail','0','2021-12-21 18:32:29','','','','120','Cash',27.59,'200','','','4','','1','2021-12-21 15:33:17','1','5','new','1','new','ltr','','','','yes','','0','','','VATABLE','172.41','1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('416401001370243004',6149,'41640099811','232','1.00','450','retail','0','2021-12-21 18:32:29','','','','2','Cash',62.07,'450','','','4','','1','2021-12-21 15:33:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','387.93','','100.50','99.5','Inclusive','branch','Inventory','1110','4000','5500'); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderkitchen` -- LOCK TABLES `sales_orderkitchen` WRITE; /*!40000 ALTER TABLE `sales_orderkitchen` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serials` -- DROP TABLE IF EXISTS `serials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serials` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `otherserial` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `serial` (`serial`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serials` -- LOCK TABLES `serials` WRITE; /*!40000 ALTER TABLE `serials` DISABLE KEYS */; /*!40000 ALTER TABLE `serials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serialstocktaking` -- DROP TABLE IF EXISTS `serialstocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serialstocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `serial` varchar(50) NOT NULL, `sellingprice` varchar(20) NOT NULL, `buyingprice` varchar(20) NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialstocktaking` -- LOCK TABLES `serialstocktaking` WRITE; /*!40000 ALTER TABLE `serialstocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `serialstocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `setting` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms` -- DROP TABLE IF EXISTS `sms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms` ( `id` int(30) NOT NULL AUTO_INCREMENT, `contact` varchar(60) NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `smscount` int(11) NOT NULL, `messageId` int(11) NOT NULL, `response` text NOT NULL, `cost` int(11) NOT NULL, `bulkId` varchar(100) NOT NULL, `qty` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) NOT NULL, `lastname` varchar(15) NOT NULL, `msisdn` varchar(20) NOT NULL, `used` int(5) NOT NULL DEFAULT 0, `exactime` datetime NOT NULL, `txn_time` varchar(50) DEFAULT NULL, `middlename` varchar(50) DEFAULT NULL, `account_number` varchar(50) DEFAULT NULL, `business_shortcode` varchar(50) DEFAULT NULL, `transactionType` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms_in` -- LOCK TABLES `sms_in` WRITE; /*!40000 ALTER TABLE `sms_in` DISABLE KEYS */; /*!40000 ALTER TABLE `sms_in` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smsconfig` -- DROP TABLE IF EXISTS `smsconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smsconfig` ( `id` int(30) NOT NULL, `username` text NOT NULL, `apikey` text NOT NULL, `from` varchar(50) NOT NULL, `link` text NOT NULL, `businessname` text NOT NULL, `contact` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `contactperson` varchar(100) NOT NULL, `password` varchar(50) NOT NULL, `contact2` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `currencysymbol` varchar(100) NOT NULL, `tax1` varchar(100) NOT NULL, `tax1rate` varchar(100) NOT NULL, `tax2` varchar(100) NOT NULL, `tax2rate` varchar(100) NOT NULL, `website` varchar(100) NOT NULL, `returnpolicy` text NOT NULL, `logo` text NOT NULL, `paymenttypes` text NOT NULL, `country` varchar(50) NOT NULL, `totalsms` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `display1` varchar(5) NOT NULL, `display2` varchar(5) NOT NULL, `maindiscount` varchar(10) NOT NULL DEFAULT 'no', `receiptdescription` varchar(5) NOT NULL DEFAULT 'yes', `deadline` text NOT NULL, `tillno` text NOT NULL, `invoicedetails` text NOT NULL, `barcode` varchar(3) NOT NULL DEFAULT 'no', `deadlinedetails` text NOT NULL, `businesskey` text NOT NULL, `display` varchar(30) NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `starttime` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `view` text NOT NULL, `receipt` varchar(50) NOT NULL, `mode` varchar(30) NOT NULL, `feedback` text NOT NULL, `sendfeedback` varchar(10) NOT NULL, `dublicate` varchar(10) NOT NULL, `smscompany` varchar(30) NOT NULL DEFAULT 'Infobip', `newuser` varchar(30) NOT NULL, `newpassword` varchar(30) NOT NULL, `senderid` varchar(30) NOT NULL, `leftoverview` text NOT NULL, `rightoverview` text NOT NULL, `assetaccount` varchar(50) NOT NULL, `salesaccount` varchar(50) NOT NULL, `expenseaccount` varchar(50) NOT NULL, `starthappyhour` varchar(20) NOT NULL, `endhappyhourse` varchar(20) NOT NULL, `statushappyhour` varchar(20) NOT NULL, `salesmethod` varchar(20) NOT NULL, `plot` int(11) NOT NULL DEFAULT 10, `defautpage` varchar(255) NOT NULL DEFAULT 'user/home', `ecommerce` varchar(10) NOT NULL DEFAULT 'deactivate', `landingpage` varchar(40) NOT NULL DEFAULT 'products', `path` text NOT NULL, `shortcode` text NOT NULL, `confirmationurl` text NOT NULL, `validationurl` text NOT NULL, `responseType` text NOT NULL, `consumer_key` text NOT NULL, `consumer_secret` text NOT NULL, `signature` text DEFAULT NULL, `kitchen` varchar(30) NOT NULL DEFAULT 'no', `kitchenid` int(11) DEFAULT NULL, 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;\">PAREETA ELECTRICAL</H1>\r\nTELEPHONE:0721665500\r\n\r\n','254738637711','BUMALA','support@robisearch.com','ROBISEARCHPOS','<H1 style=\"margin:0px;\">PAREETA ELECTRICAL</H1>\r\nTELEPHONE:0721665500','KJ WINES','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','A008858655V','Ksh','VAT','16','levy','2','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2021-03-221616421064.jpg','1','1 ','','1','2021-04-17 14:20:32','yes','no','no','no','owHLgJL41cd2pAkH50HBxJGOczWTHbt+5zDiUSSSDIcsw4shHzk0m75RGuTgkmGMvkBwvfqGnbKpJRFHA3RhBw==','<center><h1>PAYBILL NO:924780</h1></center>','<h3>Terms and Conditions.</h3>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Good once sold are not returnable\r\n3. Ownership of the above good will be vested in Dimetrica limited until fully paid\r\n','no','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:117121120 for you to continue enjoying our services.','yTzEa18qWbUhNTeoZhujRkLarYN+4/Ok07SSmUadzMLIC1R8Tf6DuvaR2weoN1d4hZugAEeM0vXcq9+4RkxY1Q==','100','Current','Current','00:00','23:59','Retail','One Without Automatic Logout','Before Receipt','thank you for shopping with us. From Robisearch LTD.','yes','yes','Advanta','ROBISEARCH','Robisearch@2018','ROBISEARCH','<b>About Robisearch Ltd</b><br>\r\nRobisearch Ltd is an ICT youth based company that begun in 2011 as a result of innovations that transform lives globally. We are innovator behind Biometric lands system and digital birth card system that could help fight terrorisms. We are a member of the Nairobi Chambers (KNCCI) organization and AGPO. We offer attachment /internships opportunity to 60 students on annual basis as a way of creating job opportunity to youths in Kenya. We have great experience in dealing with customers having handled over 500 customers’ country wide. Some of services are:<p class=\"text-center\">\r\n<h3>OUR SERVICES</h3>\r\nBelow are some of our services and solutions:<br>\r\n• Biometric system for schools and business : Price= From Ksh.50,000<br>\r\n• Bulk Sms services(Bulksms ChapChap) : Price= From Ksh.5,000<br>\r\n• Best Erp/Point of Sale/ Inventory Control Software : Price= From Ksh.50,000<br>\r\n• Property Management software that conforms to the Big 4 government agenda. : Price= From Ksh.100,000<br>\r\n\r\nNOTE: You can give discount upto 20% of the above selling price.\r\n</p>\r\n\r\n<p>\r\nOur Vision<br>\r\nTransforming the world through innovation<br>\r\nOur Mission<br>\r\nTo be the best ICT company offering innovate services globally.\r\nBiometric Systems rely mostly on information about a person to identify the person in such a way that specific data about unique biological traits are relied upon to work effectively.\r\nThe biometric School attendance system. This is an innovative system which is used by schools to track student movements. The system sends sms alert to the parents whenever students checks in and out of the schools. The system is also used as digital register to record students and staff attendances instead of manual signing of class register as well as managing payroll based on attendance. The system is also being used by business owners to get sms alert whenever employees checks in and out of the office. There are so many schools using this system and we recommend the same to any school and business. Some of them are JKUAT,Pumwani Hosiptal, Loreto Girls Kiambu,Mandera boys, Kwale boys, Kipsigis girls. Kericho TTC etc.\r\n<br>\r\n\r\n<br>Point of Sale(ROBIPOS) manages sales for any sales related businesses. This system helps business owners to track their daily sales and profit using their phones wherever they are. It has Lipa Na MPESA real time and sms alert. Sms is automatically sends to the computer whenever customer pays through any mobile payment. Also the customer gets automatic thank you message upon payment.\r\nThis system has been integrated with many modules that manages day to day transactions in our client’s business. The system has many functionalities but not limited to the following: Inventory tracking, sales management, customer management, products management, receipting, human resource, accounting module and can real-time Lipa na Mpesa module. \r\nThe sales management system can be used in diverse businesses like wholesales, boutiques, electrical and electronics, minimarts, supermarkets, cosmetic shops, jeweler shops and any retail businesses.\r\nOur POS system helps <br>\r\n? Improve our customer’s experience by serving them in a fast and convenient way<br>\r\n? Management of stock<br>\r\n? Presentable documents such as receipts, orders and reports are issued to customers of our clients.<br>\r\n? Storage and retrieval of documents is made easier<br>\r\n? Accuracy; scanning is more accurate than punching in numbers from a sticker or expecting the cashier to manually remember what each item costs.\r\n? Analysis ;<br>\r\n? POS let our clients manage inventory, flag items for reorder and analyze sales patterns.<br>\r\nBulksms ChapChap is a bulk sms software which can be used to send sms/reminders to customers. It’s the most feasible and essential strategy to target a mass audience as a marketing and communication tool. Whether launching a new product or would like a nationwide announcement, or whether you want to remind people of a certain meeting or deal, our bulk sms manages all the requirements from start to finish. The system can be used by anybody to manage their dairies since you can store all your appointments and activities then system will send you sms whenever that time reaches. \r\nOur bulk sms comes with advantages such as;<br>\r\n? Instant delivery of messages<br>\r\n? Flexible platform that can send over 10,000 sms once<br>\r\n? The systems comes with a reminder to notify one of any pending deals<br>\r\n? Sms can be stored, easily forwarded or tracked using delivery reports<br>\r\n? Lower cost and time to be delivered than a phone call.<br>\r\n? It is more reliable than emailing as the chances of the recipient reading the message is very high<br>\r\n? Limitless market potential<br>\r\nOur clients include;Bulk sms: JKUAT, Elimu TV, Uwezo Fund, Moi forces Academy<br>\r\nBiometric: JKUAT, Orero Boys, Kayole High school<br>\r\nPoint of sale: Luna Park, Victoria Falls, Garrison Teachers College, Ndumia Group<br>\r\nwww.robisearch.com<br>\r\nhttp://www.bulksmschapchap.com/<br>\r\n\r\n\r\n</p>\r\n<p>\r\nFeel free to contact us: <br>\r\n<a href=\"http://www.robisearch.com/\">www.robisearch.com</a> <br>\r\nEmail :info@robisearch.com<br>\r\nPhone: 0780655987<br>\r\nPhone: 0716413386<br>\r\nOur Offices are Nairobi-Nara and Juja town<br>\r\n Experiencing any problem? Send an email to <a href=\"mailto:info@robisearch.com\">info@robisearch.com</a> or <a href=\"mailto:robisearch@gmail.com\">robisearch@gmail.com</a> or follow us on <a href=\"https://www.facebook.com/Robiearch?fref=ts\">Facebook</a> or on <a href=\"https://twitter.com/robisearch\">Twitter.</a> . You can also view more on <a href=\"http://www.robisearch.com/\"> our website</a>\r\n\r\n</p></b>\r\n ','<B> Reseller/Agent Benefits</b>\r\n <br>\r\n1. Earn Commisiions <br>\r\n2. Get best offers <br>\r\n3. Get Incentives <br>\r\n \r\n <B> Reseller/Agent Categories</b>\r\n We pay according to your effort hence it is based on commission.<br>\r\n 1. You will get 10% of what you sell on Monthly basis if you make between 1-5 sales per month.<br>\r\n 2. You will get 20% of what you sell on Monthly basis if you make between 6-20 sales per month.<br>\r\n 3. You will get 30% of what you sell on Monthly basis if you make above 21 sales per month.<br>\r\n','1110','4000','5500','06:30','00:45','no','General',10,'user/viewsales','deactivate','category','D:\\\\xampp\\\\htdocs\\\\ATT2000.mdb','702006','https://pos.wifimatt.com/getpayment','https://pos.wifimatt.com/verifypayment','application/json','UYlkylGuzGjZxpMNz2rmGGYc6N5wslzp','HSGog9FsAchErCLj','From Robisearch LTD','yes',2); /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `splitbill` VALUES (1,'split','1','2021-03-12 13:16:40','','11615544189',1,1,0,'',173913,1.00,250.00,'11615543992'); /*!40000 ALTER TABLE `splitbill` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbillmaster` -- DROP TABLE IF EXISTS `splitbillmaster`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbillmaster` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbillmaster` -- LOCK TABLES `splitbillmaster` WRITE; /*!40000 ALTER TABLE `splitbillmaster` DISABLE KEYS */; INSERT INTO `splitbillmaster` VALUES (1,'split','1','2021-03-12 13:16:40','11615544189',1,1,0,'','11615543992'); /*!40000 ALTER TABLE `splitbillmaster` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `statement` -- DROP TABLE IF EXISTS `statement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `statement` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `invoice` varchar(50) NOT NULL, `crateddate` varchar(30) NOT NULL, `debit` decimal(10,2) NOT NULL, `credit` decimal(10,2) NOT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` varchar(10) NOT NULL, `description` text NOT NULL, `amount` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `vatable` varchar(30) NOT NULL, `vat` varchar(30) NOT NULL, `tax` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `statement` -- LOCK TABLES `statement` WRITE; /*!40000 ALTER TABLE `statement` DISABLE KEYS */; INSERT INTO `statement` VALUES (1,'5510','0','11619771556','2021-04-30 11:37:26',0.00,0.00,'','1','1','n/a','FUEL','500','1','5','','kce 903 e','0','0','EXEMPTED'); /*!40000 ALTER TABLE `statement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `status` -- DROP TABLE IF EXISTS `status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `status` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `status` -- LOCK TABLES `status` WRITE; /*!40000 ALTER TABLE `status` DISABLE KEYS */; INSERT INTO `status` VALUES (1,'New'),(2,'Waiting Approval'),(3,'Approved'),(4,'Rejected'),(5,'Pending'),(6,'Returned'); /*!40000 ALTER TABLE `status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stock` -- DROP TABLE IF EXISTS `stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `sold` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `price` decimal(10,2) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `branchid` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `unsold` varchar(50) NOT NULL, `returned` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; /*!40000 ALTER TABLE `stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktaking` -- DROP TABLE IF EXISTS `stocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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','2021-02-11','2021-02-28','',1,'2021-02-11 01:40:03pm',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 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 */; /*!40000 ALTER TABLE `taskdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasks` -- DROP TABLE IF EXISTS `tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `taskowner` varchar(100) NOT NULL, `subject` varchar(100) NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` varchar(100) NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, `measurements` varchar(30) NOT NULL DEFAULT 'pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasktype` -- DROP TABLE IF EXISTS `tasktype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasktype` ( `id` int(11) NOT NULL AUTO_INCREMENT, `description` text NOT NULL, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; /*!40000 ALTER TABLE `tasktype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskupdates` -- DROP TABLE IF EXISTS `taskupdates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskupdates` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `nextstep` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `type` text NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskupdates` -- LOCK TABLES `taskupdates` WRITE; /*!40000 ALTER TABLE `taskupdates` DISABLE KEYS */; /*!40000 ALTER TABLE `taskupdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `types` -- DROP TABLE IF EXISTS `types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `types` -- LOCK TABLES `types` WRITE; /*!40000 ALTER TABLE `types` DISABLE KEYS */; /*!40000 ALTER TABLE `types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uom` -- DROP TABLE IF EXISTS `uom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','pcs'),(2,'No Units','No Units','2018-03-29 06:40:47am','active','1','','1','NOU'),(3,'Dozen','Dozen','2018-03-29 06:42:29am','active','1','','1','dz'),(4,'Bar','Bar','2018-03-29 06:43:15am','active','1','','1','BR'),(5,'Packets','Packets','2018-03-29 06:36:08am','active','1','','1','pcks'),(6,'Kilograms','Kilograms','2018-03-29 07:14:40am','active','1','','1','Kg'),(7,'Litre','Litre','2018-03-29 07:14:57am','active','1','','1','ltr'),(8,'Half ','hlf','2018-03-30 12:34:29pm','active','1','','1','hlf'),(9,'sheet','','2018-03-30 12:35:21pm','active','1','','1','sht'),(10,'Bale','','2018-03-30 12:40:40pm','active','1','','1','BL'),(11,'Box','','2018-03-30 12:40:58pm','active','1','','1','bx'),(12,'full','','2018-08-04 11:35:29am','active','1','','1','full'),(13,'refill','','2018-08-04 11:36:06am','active','1','','1','ref'),(14,'1/4','','2018-11-20 09:14:48','active','1','','1','16'),(15,'Feet','','2020-06-09 10:21:14','active','1','','1','ft'),(16,'PIPES','','2020-06-09 19:12:05','active','1','','1','PIPES'),(17,'Monthly','','2020-06-26 07:19:19','active','1','','1','Monthly'),(18,'Daily','','2020-06-26 07:19:31','active','1','','1','Daily'),(19,'Weekly','','2020-06-26 07:19:44','active','1','','1','Weekly'),(20,'Yearly','','2020-06-26 07:19:56','active','1','','1','Yearly'),(21,'meter','','2021-04-30 11:25:27','active','1','','1','MTR'),(22,'Bags','','2021-04-30 11:27:08','active','1','','1','BAG'); /*!40000 ALTER TABLE `uom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uomproducts` -- DROP TABLE IF EXISTS `uomproducts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uomproducts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uom` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,2) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; INSERT INTO `uomproducts` VALUES (4,'234.00','2021-01-07 06:34:37','child','1','','1','235.00','1',1.00,'',''),(5,'61600041.00','2021-01-07 06:34:46','child','1','','1','235.00','1',18.00,'',''),(6,'235.00','2021-01-07 06:34:53','child','1','','1','235.00','1',1.00,'',''),(10,'235.00','2021-01-14 09:33:35','child','1','','1','670221791737.00','1',2.00,'',''),(11,'234.00','2021-01-14 09:34:04','child','1','','1','670221791737.00','1',1.00,'',''),(12,'6008165265931.00','2021-01-14 09:34:26','child','1','','1','670221791737.00','1',0.05,'',''),(13,'235.00','2021-03-23 17:01:35','child','1','','1','33333','1',0.50,'',''),(14,'235.00','2021-03-23 17:01:51','child','1','','1','33333','1',2.00,'',''); /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; /*!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:34:09
.
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